Reorganize and add new examples#383
Open
bburke38 wants to merge 16 commits into
Open
Conversation
- Rename _ssw-inviscid/ -> ssw/aeroelastic_optimization/ and remove draft language from README - Move ssw_meshdef_optimization/ -> ssw/ssw_meshdef_optimization/ - Move ssw_remesh_optimization/ -> ssw/ssw_remesh_optimization/
- Move sst_optimization/results/ and README -> sst/ (group-level) - Add sst/sst_optimization/ with 10 adapted scripts from f2f-cases/sst/ updating all path references (meshes/ -> cfd/, geometry/, struct/, design/) - Add sst/sst_optimization/README.md with flight conditions and workflow
…ptimization - Rewrite ate_wedge_optimization using current FUNtoFEM API: Body.aerothermoelastic, Variable.structural, Scenario.steady, TacsSteadyInterface.create_from_bdf, FUNtoFEMnlbgs, OptimizationManager - Fix gen_TACS_bdf_aero.py: write to struct/, np.int -> np.int64 - Add README with geometry description and CFD mesh generation guidance
Contributor
Author
|
Tested the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reorganize
fun3d_examples/by geometry groupRestructures
examples/fun3d_examples/from a flat list of mixed-quality examples into a clean, geometry-grouped directory tree. No FUNtoFEM library code is changed — all modifications are withinexamples/.What changed
Archive — four examples moved to
archive/rather than deleted:ate_wedge_optimization/— uses deprecated APIs (MassoudBody, oldFUNtoFEMnlbgsconstructor,PyOptOptimization)pyopt_togw_optimization/— same deprecated APIsdiamond_unsteady/— incomplete stub, no meshsst_unsteady/— incomplete stub, no meshSSW group — three examples reorganized under
ssw/:_ssw-inviscid/→ssw/aeroelastic_optimization/(renamed, draft language removed from README)ssw_meshdef_optimization/→ssw/ssw_meshdef_optimization/ssw_remesh_optimization/→ssw/ssw_remesh_optimization/ssw/README.mdwith geometry description, flight conditions table, and model visualizationSST group — new
sst/geometry group:sst/sst/sst_optimization/— complete multi-step aerothermoelastic optimization workflow adapted from the research case, with all path references updated (meshes/→cfd/,geometry/,struct/,design/)Diamond group — new
diamond/geometry group:diamond/wedge_optimization/— modernized version ofate_wedge_optimizationusing the current FUNtoFEM API (TacsSteadyInterface.create_from_bdf,FUNtoFEMnlbgs,OptimizationManager); also fixesdtype=np.int→dtype=np.int64for NumPy 1.24+ compatibilityTop-level README — rewritten with geometry-group headings (SSW, SST, Diamond, Archive) and accurate descriptions of all active examples.