Replies: 1 comment
|
Set writeDeformedFFDs to true. Check: dafoam/tests/runRegTests_AeroOpt.py Line 41 in 31433b4 You also need to add a line later in the runScript.py. Check: dafoam/tests/runRegTests_AeroOpt.py Line 142 in 31433b4 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I am currently learning to use DAFoam for aerodynamic shape optimization, mainly by running and modifying the tutorial cases (e.g. NACA airfoil cases) to better understand the full workflow with FFD-based shape parameterization.
I have read the available DAFoam user documentation, the FFD-related resources, and several GitHub discussions, but I am still unclear about one specific point.
After an optimization converges, I would like to visualize or export the deformed FFD itself, not only the deformed surface or mesh. My goal is to verify that the final shape deformation is consistent with the intended FFD control-point movements, and to better understand how the geometry deformation propagates from the FFD to the design surface.
At the moment, I can see the deformed geometry and mesh in ParaView, but I cannot figure out:
Could you please clarify:
2 ) Whether there is a simple option or recommended modification (for example an addition to the runScript.py) that allows one to extract and save the evolution of the FFD throughout the optimization iterations, or if this must be done manually using DVGeo and the design variables.
Thank you very much for your time.
Best regards,
All reactions