To view Helius PFA solution-dependent state variables in Patran, they must be written to the .op2 file.
The state variables are only written to the .op2 file if explicitly requested in the bulk data file. This request is accomplished with the use of the NLSTRESS and NLOUT entries. By default, a preselected list of output variables is written to the results file. This default list will be modified as well.
PARAM POST 0 PARAM PRTMAXIM YESIn order to view and post-processes results from SOL 400 in Patran, replace the two lines above with the following:
$ PARAM, POST, 1
DISPLACEMENT(SORT1,REAL)=ALL SPCFORCES(SORT1,REAL)=ALL STRESS(SORT1,REAL,VONMISES,BILIN)=ALL
These three lines are the default output requests. In the next steps we will replace the default output and include a request for output of state variables.
DISP = ALL GPFORCE = ALL NLSTRESS(PLOT,NLOUT=101) = ALL
NLOUT, 101, , ESV, SV2 $These lines request specific output of the Helius PFA state variable, SV2. SV2 represents the damage state of the composite material. It is used to examine the progression of failure in the composite plate.
UDSESV, , 8The number of state variables can vary depending on your problem, but should always be 8 or more. Refer to the Request Output of the MCT State Variables page for additional reference.
NASTRAN SYSTEM(444) = 1 NASTRAN SYSTEM(151) = 1 SOL 101 CEND SUBCASE 1 NLSTEP = 1 SPC = 2001 DISP = ALL GPFORCE = ALL NLSTRESS(PLOT,NLOUT=101) = ALL BEGIN BULK $ PARAM, POST, 1 $ NLSTEP, 1, 1.0 , GENERAL, 1000, , FIXED, 100, , MECH, PV, , 0.005 $ NLOUT, 101, , ESV, SV2 $ UDSESV, , 8