ASCII Format Optistruct Superelement
When using the ASCII format for creating CMSMETH reduced stiffness and mass matrix, is it possible to represent the original structure with plotel elements (same as what happens when using MODEL = PLOTEL, ALL,RIGID command with output being H3d format)? Does anyone have an example or documentation I could follow.
Best Answer
-
Hi,
you can add PARAM,SEPLOT,YES to the superelement creation run to get a .seplot file with the PLOTEL.
https://help.altair.com/hwsolvers/os/topics/solvers/os/param_seplot_bulk_r.htm?zoom_highlight=param+seplot
Then in the residual run you need to link this file with an INCLUDE command.
Kind Regards.
1
Answers
-
Hi,
you can add PARAM,SEPLOT,YES to the superelement creation run to get a .seplot file with the PLOTEL.
https://help.altair.com/hwsolvers/os/topics/solvers/os/param_seplot_bulk_r.htm?zoom_highlight=param+seplot
Then in the residual run you need to link this file with an INCLUDE command.
Kind Regards.
1 -
Thank You Alberto. This worked great!😀
0