Change the material definition from an elastic material type to a user-defined material type.
The materials processed by Simulation Composite Analysis are considered by ANSYS to be user-defined material types, as opposed to the standard material types recognized by ANSYS. The unmodified input file for this Tutorial uses MP commands to define an orthotropic elastic material. Hence, the material definition needs to be changed from an elastic material type to a user-defined material type.
The specific format of a Simulation Composite Analysis user-defined material command is given by:
Determine the ANSYS Material ID (matID) number for Tutorial_1 by opening the Simulation Composite Analysis plug-in from within ANSYS and selecting Tutorial_1 from the Material Library list. The location of the Material ID number is highlighted below. Alternatively, the matID can be determined by opening the ASCAMatDB.xml file, which is located in the Simulation Composite Analysis Material directory. The particular value of the Material ID may differ depending on the number of materials in your Simulation Composite Analysis Material directory.
Locate the section containing the MP commands within ASCA_Tutorial_2_ANSYS.ans.
Replace the set of MP commands with the following, ensuring that matID is replaced with the value determined in step 1:
COMPAN, matID, 7,3,1,1,0,0,0,0,0,0,0,0,0.1,0.01,0
The above command consists of constants that communicate user options in Simulation Composite Analysis. In order, they specify:
Material ID for Simulation Composite Analysis material
Number of state variables to track
The system of units
Fiber direction
Progressive failure analysis
Pre-fail non-linearity
Unused
Hydrostatic strengthening
Temperature
Failure criterion
Auxiliary criterion parameter 1
Auxiliary criterion parameter 2
Unused
Matrix post-failure stiffness
Fiber post-failure stiffness
Moisture
If necessary, change the matID in the section definition (secdata commands) to match the matID determined in step 1.