"Modify the Input file and export the global stiffness matrix
In order to perform the static reduction procedure, the global stiffness matrix must be extracted from the ABAQUS finite element model. To do this, the Input file must be modified.
This may be done by locating the Input file, which is usually located in the C:nTemp folder, and opening it with a standard text editor (.txt file extension).
Once the Input file has been located and opened, use the text editor’s find utility (usually the key combination Ctrl+f), and search for the string of code shown directly below.
** STEP: Step-1
Directly above this line of code, some additional lines of code, with the command to export the stiffness matrix, must be added to the Input file. For ABAQUS version 6.11, the following code must be added.
*STEP, name=exportmatrix
*MATRIX GENERATE, STIFFNESS
*MATRIX OUTPUT, STIFFNESS, FORMAT=MATRIX INPUT
*END STEP
**
For versions of ABAQUS prior to 6.11, the code below must be added.
*STEP, name=exportmatrix
*MATRIX GENERATE, STIFFNESS
*END STEP
**
Once the Input file is modified as described above, the global stiffness matrix can be exported by running the modified Input file in ABAQUS, as described. Once the Job has completed, the global stiffness matrix should appear in ABAQUS’s Job folder (which is, again, usually the C:nTemp folder). If this procedure is performed on the Input file provided, then the resulting .mtx file should appear in the C:nTemp folder as the file example-1 STIF1.mtx.
Note that, the .mtx file format is ABAQUS’s matrix output format, and that this format can be read in a normal plain text editor (.txt file extension)."
Hi, I'm trying to obtain the stiffness matrix of a laminate shell in ABAQUS. As Oguzhan Yalcin has said, I write in the .input file the following commands before the **STEP line.
When I import the .inp into ABAQUS, appears a warning message saying the follow:
WARNING: The following keywords/parameters are not yet supported by the input file reader: