Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting MASS STIFFNESS DAMPING MATRIX in EXPLICIT DYNAMICS

Status
Not open for further replies.

adas_11

Electrical
Joined
May 21, 2019
Messages
5
Location
IN
Hi,

Is there any technique to export mass stiffness and damping matrix when using Explicit dynamics Solver as I see that the input Command tab is inactive.
 
Try this code:

- stiffness matrix:

*DMAT,MatKD,D,IMPORT,FULL,file.full,STIFF
*PRINT,MatKD,Kdense.matrix

- mass matrix:

*DMAT,MatMD,D,IMPORT,FULL,file.full,MASS
*PRINT,MatMD,Mdense.matrix

- damping matrix:

*DMAT,MatCD,D,IMPORT,FULL,file.full,DAMP
*PRINT,MatCD,Cdense.matrix

If you can't do it in explicit dynamics try different type of analysis. Matrices should be the same regardless of the time integration method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top