Hello,
I'm trying to run an optimisation within a DOE under Hyperstudy/Hypermesh. Initially I've tried running the optimisation inside the DOE tool under Hypermesh but that was giving me way too many runs (I believe it was creating a run for each iteration of my variable, which was not exactly what I wanted)
I ran an optimisation deck inside the DOE, so I ended up with _des.h3d files and design variables values inside the .out file. However, they are not what Hyperstudy expects when it's looking at .h3d files or .out files, so I'm having a hard time extracting the values I need from the optimisations. Is there a way to extract different things from my DOE files ?
I'm trying to extract these values:
Design Volume Fraction = 9.18989E-02 Mass = 1.29506E-02
100 2 3.655488E+01 5.275339E+04 5.275339E+04 1.000000E+00
5 EQATN comb 100 -- -- 2.823E+00 MAX
So I'm looking for 3 things to extract, all from the .out file. Do I need to create a custom script or is there something already implemented ?
Thank you.