Now that we have defined a nonlinear load step and nonlinear solution controls, we are ready to specify output to the results file. To examine the fiber and matrix damage states generated by Simulation Composite Analysis, we must first request state dependent variable (SV) output to the results file.
NLSTRESS (PLOT,NLOUT=101) = ALL
NLOUT, 101 , ESV, SV2, SV3, SV4
Together, these three lines will allow us to examine the fiber and matrix failure indices and the composite damage state for our Simulation Composite Analysis composite material.
PARAM, POST, 1
SUBCASE 1 NLSTEP = 1 SPC = 2 LOAD = 1 NLSTRESS (PLOT,NLOUT=101) = ALL $ BEGIN BULK $ NLSTEP, 1, 1.0 , GENERAL, 1000 , FIXED, 100, , MECH, PV, , 0.005 $ NLOUT, 101 , ESV, SV2, SV3, SV4 $ PARAM, POST, 1 $