Hello.

I modeled a complex ring in abaqus and with adding below command in keyword, extracted Stiffness matrix with Coordinate format. But output is a .mtx file that listed stiffness for each node (or element). What to do i to assemble this file to reaching to Global stiffness matrix (stiffness matrix for whole part, i mean m(d2x/dt2)+Kx=F)?

*STEP, name=exportmatrix

*MATRIX GENERATE, STIFFNESS

*MATRIX OUTPUT, STIFFNESS, FORMAT=MATRIX INPUT

*END STEP

Similar questions and discussions