By the way, I would like to ask you that could you extract damping matrix when using Explicit dynamic step. Implicit dynamic is fine but it gives us all damping matrix element are 0. When I use in Explicit dynamic, machine always says error. Thank you very much!
May I ask what is your errors or warnings? I have not tried to printout the damping matrix because my case was implicit and I needed the stiffness matrix.
This is error message from machine. Though I simply extract mass matrix or stiffness matrix in Dynamic/explicit, this error happens. Dynamic implicit works well:
The job input file "Job-1-1.inp" has been submitted for analysis.
Error in job Job-1-1: THIS KEYWORD IS NOT AVAILABLE IN Abaqus/Explicit
Error in job Job-1-1: ANALYSIS WILL BE TERMINATED
Job Job-1-1: Analysis Input File Processor aborted due to errors.
Error in job Job-1-1: Analysis Input File Processor exited with an error.
Firstly, The Abaqus Explicit can not calculate the stiffness matrix. That's why you get these errors. Abaqus/Standard must iterate to determine the solution to a nonlinear problem, however, Abaqus/Explicit determines the solution without iterating by explicitly advancing the kinematic state from the previous increment ( P-I=MU''). I also recommend you to check sections 6.3.2 and 6.3.3 from abaqus analysis user's guide.
I tried defining a new step to extract mass and stiffness matrix but could not get the .mtx file. I first defined a perturbation step and then defined another step to extract mass matrix. Could you please tell me what could be wrong?