Hello,
I am trying to perform a CMS reduction, and include load vectors. I then want to export mass, stiffness, load vectors and recovery matrix to an op4 file.
To add load cases to the CMSMETH I am using the LOADSET flag. To export the data to an .op4 file I use PARAM,ROMAX,YES,YES
By doing this I can export the mass, stiffness and recovery matrix to the op4 file, but the load vectors are not present. I use the following:
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 3
PARAM,EXTOUT,DMIGPCH
GRAV,1,,9.81,1.0,0.0,0.0,$
GRAV,2,,9.81,0.0,1.0,0.0,$
GRAV,3,,9.81,0.0,0.0,1.0,$
...
PSOLID 1 1 0
MAT1 1 71000. 0.315 2.66E-9 2.31E-5 0.
Alternatively I also tried to use PARAM,EXTOUT,DMIGOP4 instead of PARAM,ROMAX,YES,YES. In this case however, only mass and stiffness are exported. How can I export everything (mass, stiffness, load vectors and recovery matrix) to the .op4 file?
Thanks,
David