Hello,
I am trying to perform a CMS reduction, and include load vectors, which are then exported to a pch file.
To add load cases to the CMSMETH I am using the LOADSET flag.
I can include gravity load vectors without problem (LOAD 1 and 2), however LOAD 5 (the thermal one) does not produce any result in the resultant pch file. I am including the thermal expansion coff in the material prop definition, so I am not exactly sure what I am doing wrong.
CMSMETH = 9
MODEL=ALL,ALL,ALL
SPC = 1
TEMPERATURE(INITIAL) = 4
SUBCASE 1
BEGIN BULK
CMSMETH 9 CBN 2000.0 0 LAN
LOADSET BOTH 1 2 5
PARAM,EXTOUT,DMIGPCH
GRAV,1,,9.81,1.0,0.0,0.0,$
GRAV,2,,9.81,0.0,1.0,0.0,$
TEMPD,4,0.
TEMPD,5,1.
...
PSOLID 1 1 0
MAT1 1 71000. 0.315 2.66E-9 2.31E-5 0.
Thanks,