Sum of the results from a multi-panel ERP analysis

Neil Hall
Neil Hall Altair Community Member
edited November 2023 in Community Q&A

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