up to now, I've applied the command EXTSEOUT (STIFFNESS MASS ASMBULK EXTID = 10 DMIGPCH) to get the matrices as a byproduct of the superelement reduction process.
This is ok for models of moderate size.
However, this approach seems not reasonable for rather large models (~1.000.000 nodes) as the intermediate files like *.DBALL are blown up to more than 16 GB and the computations take ages.
Since I'm not interested in the external superelement itself I'm wondering if there might be a simpler way to export the system matrices without extensive reduction computations.
That is correct- I think the best option is to use the USET print to the f06 and read that output with a python script or some other tool. Check out the following two parameters and play around with the options.
PARAM,USETPRT,2
PARAM,USETSTR1,A
You will see a couple different formats printed to the f06, but here is one that is 'compact' and lists the grid id/DOF in ASET order.
U S E T D E F I N I T I O N T A B L E ( I N T E R N A L S E Q U E N C E , R O W S O R T )
That is correct- I think the best option is to use the USET print to the f06 and read that output with a python script or some other tool. Check out the following two parameters and play around with the options.
PARAM,USETPRT,2
PARAM,USETSTR1,A
You will see a couple different formats printed to the f06, but here is one that is 'compact' and lists the grid id/DOF in ASET order.
U S E T D E F I N I T I O N T A B L E ( I N T E R N A L S E Q U E N C E , R O W S O R T )