Read M, K and C matrices and compute energy of each DOF
Hello, community.
@Kosuke IKEDA and I recently worked on a DMIGPCH reader for OML. It is an output file from OptiStruct with reduced M (mass), K (stiffness) and C (damping) matrices that can be fed into external data files to be used in subsequent analyses.
These are ASCII files whose tags MAAX, KAAX and BAAX identify what is data from mass, stiffness and damping, respectively:
Each value represents the nodal real value of the matrix. With it, it's possible to compute the eigen values and energy distribution of each degree of freedom.
<?xml version="1.0" encoding="UTF-8"?>
Regards,
Roberta
Answers
-
Based on the same script, @Kosuke IKEDA created an example connecting OptiStruct Activate, where K, M and C matrices were converted from OS to ABCD matrices (state-space system):
Which may be imported in Activate then.
The impulse response results match OS transient:
Regards,
Roberta
1