Replies: 4 comments 2 replies
-
Hi, you have plenty of examples on how to generate cases in the tests folder and in the Python notebooks: sharpy/docs/source/content/example_notebooks/. The process is carried out via a python file that generates the input files in h5 format. |
Beta Was this translation helpful? Give feedback.
-
Ok so the branch is dev_rhea, the approach is based on components that are defined independently and automatically assembled together. as you can see the idea is that you define a dictionary of components, g1c['wing_r'] = {'workflow':['create_structure', 'create_aero'], then tell how the components are put together and whether we want to have a factory of parametric models with the variables defining each component, g1mm = {'model_name':'hale_test', another thing that was being developed was a generator of solutions (trim, flutter, gusts...) with minimal parameters in a sort of Nastran aeroelastic fashion. You can find examples in the link above. Honestly all this work has been in stand-by (and some things still need work) but we might consider resuming development if there is a need for it. |
Beta Was this translation helpful? Give feedback.
-
hi! I met another question and i dont konow how to fix it: I runned the example “cases/coupled/simple_HALE” case in a docker environment,everything went on well,but I can`t find the "timestep_info" or "case_data.structure"or "case_data.structure". I checked another example file"generate_XHALE" and found that adding 'WriteVariablesTime' can make it output some time-dependant variables, like velocity and acceleration. but some virables like wing -root-loads,i dont know how to generate it.. SO how can I make the program output "timestep_info"/ "case_data.structure" /"case_data.structure" directly? |
Beta Was this translation helpful? Give feedback.
-
I believe PickleData postprocessor might do the job for you. If you do a grep in the repo you will find all the example cases were it is used. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I wanna ask :is there an easier way to generate my own iput files for another hale uav,or I have to write my own generae-xxxx.py in a certain format?
Beta Was this translation helpful? Give feedback.
All reactions