Mrkvel
Aerospace
- Nov 10, 2022
- 4
Hi,
I was assigned with a task to prepare a FEM for a CLA analysis (coupled loads analysis). The process should consist of standard nastran superelement reduction resulting in OP4/PCH/ASM file.
I should deliver the matrices separated (stiffness, mass, OTM forces, OTM accelerations, OTM displacements...). I also need to remove certain degrees of freedom from the matrices (for example rotational DOFs for displacements/accelerations). I was able to do so by using a python library pyYeti on the op4 files.
For example if I remove the DOF3 (z-acceleration) by modifying the MUG1 op4 matrix I need to modify the TUG1 partitioning table in the pch as well and that's where I'm lost. I tried to modify the first DTI TUG1 entry to account for the removed DOFs by stating the matrix size of 28x27 (instead of 30x27) and then modifying the second DTI TUG1 entry for COMP and ROW columns but either the analysis crashes or the results get mixed up/shifted - the AX result becomes AY etc.
Anybody here familiar with such modifications/CLA preparations?
I was assigned with a task to prepare a FEM for a CLA analysis (coupled loads analysis). The process should consist of standard nastran superelement reduction resulting in OP4/PCH/ASM file.
I should deliver the matrices separated (stiffness, mass, OTM forces, OTM accelerations, OTM displacements...). I also need to remove certain degrees of freedom from the matrices (for example rotational DOFs for displacements/accelerations). I was able to do so by using a python library pyYeti on the op4 files.
For example if I remove the DOF3 (z-acceleration) by modifying the MUG1 op4 matrix I need to modify the TUG1 partitioning table in the pch as well and that's where I'm lost. I tried to modify the first DTI TUG1 entry to account for the removed DOFs by stating the matrix size of 28x27 (instead of 30x27) and then modifying the second DTI TUG1 entry for COMP and ROW columns but either the analysis crashes or the results get mixed up/shifted - the AX result becomes AY etc.
Anybody here familiar with such modifications/CLA preparations?