Sum of the results from a multi-panel ERP analysis
I am running an ERP analysis in which I have multiple panels (PANELG). I am able to get the ERP results for the individual panels form the punch file. But I would like to be able to get a results for the sum of all of the panels. -thanks
$$==============================================================================
$$ SUBCASE
$$==============================================================================
$HMNAME LOADSTEP 2"ERP ANALYSIS" 6
SUBCASE 2
LABEL ERP ANALYSIS
ANALYSIS MFREQ
METHOD(STRUCTURE) = 10
RESVEC(UNITLOD, DAMPLOD) = YES
FREQUENCY = 16
DLOAD = 50
ERP(H3D) = ALL
ERP(PUNCH) = ALL
.
.
.
$$==============================================================================
$$ Panels
$$==============================================================================
$HMSET 38 10 "FACE PANEL" 19
PANELG,38,FACE_PNL,ERP,,35,,1.0,
$$==============================================================================
$HMSET 39 10 "CROWN PANEL" 19
PANELG,39,CRWN_PNL,ERP,,36,,1.0,
$$==============================================================================
$HMSET 40 10 "SOLE PANEL" 19
PANELG,40,SOLE_PNL,ERP,,37,,0.05,
Answers
-
Hi Neil,
For PUNCH file format, the total ERP of all panels is output by OptiStruct automatically. The corresponding area of each panel is also output in the PUNCH file. Please check comment 10 from this link: https://help.altair.com/hwsolvers/os/topics/solvers/os/erp_io_r.htm?zoom_highlight=erp
Using HyperGraph, you can manually calculate sum of ERP results by simply adding them.
Using HyperView, you can create derived results to add up contour of each ERP results.
Thanks.
Xiaolei
0