You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a slight disparity between the lift/drag results generated by two different approaches: (1) when running the flag2d result in "build mesh" mode and (2) when setting input_mesh_dir: Trueand using the mesh directory output from the solve/approach (1).
Steps to reproduce:
run flag2d.yaml for 20 steps with no other modifications
locate the mesh directory output from step 1
re-run the flag2d.yaml for 20 steps with --general.input_mesh_dir=path/to/mesh/dir
compare lift_and_drag.csv from (1) and (3)
The text was updated successfully, but these errors were encountered:
There is a slight disparity between the lift/drag results generated by two different approaches: (1) when running the flag2d result in "build mesh" mode and (2) when setting
input_mesh_dir: True
and using the mesh directory output from the solve/approach (1).Steps to reproduce:
--general.input_mesh_dir=path/to/mesh/dir
The text was updated successfully, but these errors were encountered: