Hi all,
I export mass matrix for my 3d model with C3D4 element. There are 3 dof per node. In the INP file, it says there are 723 nodes. However, in the exported MASS.mtx file, it says there are 1446 * 3 = 4338 dofs, why are there 1446 nodes in MASS file? I think it should be 723 * 3 = 2169...
Hello,
I recorded a macro in ABAQUS, the last step is importing xy data from ABAQUS to Excel. If I run this python script in MATLAB, I can get an unsaved Excel file named 'Book1'.
The last few lines look like this:
import abq_ExcelUtilities.excelUtilities...