Replace the elastic material definition with a user material definition.
Simulation Composite Analysis uses a *User Material definition instead of conventional Abaqus material definitions. In this step, the *Elastic material definition is replaced with a *User Material definition that is formatted for Simulation Composite Analysis.
In the *Material keyword statement, change the name of the material from ExampleMaterial to Tutorial_1. Note, the new material name must exactly match the name of a composite material stored in the Simulation Composite Analysis Material Database. For detailed information on creating and managing Simulation Composite Analysis materials, refer to the Material Manager User's Guide.
Delete the *Elastic keyword statement and the single data line that follows the keyword statement.
Add the *Depvar keyword after the *Material, name=Tutorial_1 line. The *Depvar keyword allocates memory for Simulation Composite Analysis solution-dependent state variables at each integration point.
Add 7 after the *Depvar line. The value of 7 indicates that 7 solution-dependent state variables must be tracked throughout the solution process. Seven is the default number of solution-dependent variables required by MCT.
Add the line *User Material, constants=16 after the state variable name assignments. The parameter "constants=16" indicates that there are 16 user material constants for this user material.
Two lines of user material constants are required since Abaqus permits a maximum of 8 user material constants per line. These sixteen user material constants are used by Simulation Composite Analysis to determine the precise form of multiscale constitutive relations to use for the composite material. In order, they specify:
The system of units
Fiber direction
Progressive failure analysis
Pre-fail non-linearity
Stiffness degradation scheme
Hydrostatic strengthening
Temperature
Failure criterion
Auxiliary criterion parameter 1
Auxiliary criterion parameter 2
Element thickness
Matrix post-failure stiffness
Fiber post-failure stiffness
Fiber Degradation Energy
Unused
Moisture.
For detailed information on the user material constants, refer to Appendix A of the Simulation Composite Analysis User's Guide.
The new material definition should now look like the following: