| Model_Scale = Micro Meso − Macro | This definition provides different initialization approaches. Micro provides an isotrophic stiffness tensor for matrix elements and an orthotropic stiffness tensor for fiber elements. Matrix and fiber PIDs must be declared with this option (see Matrix & Fiber Part IDs in Meso or Macro Scale). Meso-Macro initiates a homogenized fiber-matrix stiffness tensor for the model. Source PIDs must be declared with this option (see Source Part IDs in Meso or Macro Scale). |
| TargetMaterialModel = 157 | This option is required because of the mapping process. This is the only supported material model. |
|
IHIS = 2 16 18 | This option is required because of the mapping process. These are the only supported IHIS options. |
|
ElementType = Shell Solid | Define the element type of the source mesh. |
If ElementType = Shell
| NPLANE = INT |
1 - Reduced integrated shell elements. 4 - Fully integrated shell elements. |
| NTHICK = INT | Define the number of through-thickness integration points (IPs). This option is formerly known as NumberOfTARThroughThicknessIPs. |
|
IntegrationRule = Gauss Lobatto Autoform Moldflow | Define the through-thickness integration rule. This option directly affects the position of through-thickness integration points. |
|
TargetThickness = INT | Sets the result mesh thickness, and overrides thickness data from the source mesh. |
If ElementType = Solid
| ETYP = INT |
1 - Reduced integrated solid elements. 2 - Fully integrated solid elements. |
If IHIS = 2/18
The following options must be defined:
| E11F = DOUBLE | Fiber Young’s modulus in main direction. |
| E22F = DOUBLE | Fiber Young’s modulus in thickness direction. |
| RHOF = DOUBLE | Fiber density. |
| PRBAF = DOUBLE | Fiber in-plane Poisson’s ratio. |
| PRCBF = DOUBLE | Fiber out-of-plane Poisson’s ratio. |
| G12F = DOUBLE | Fiber shear modulus. |
| EM = DOUBLE | Matrix Young’s modulus. |
| RHOM = DOUBLE | Matrix density. |
| PRM = DOUBLE | Matrix Poisson’s ratio. |
| AspectRatio = DOUBLE |
Fiber aspect ratio of length to thickness. |
| FiberVolumeFraction = DOUBLE |
Fiber volume fraction as a percentage. For micro scale modelling, this value must be 100 to correctly generate fiber-part material models. |
|
InclusionShape = Ellipsoidal Spherical Needle Disc | Shape of the inclusions. |
|
HomogenizationMethod = Halpin − Tsai Tandon − Weng Voigt Kukuri Mori − Tanaka_1 Mori − Tanaka_2 Mori − Tanaka_3 | Define the homogenization method used to calculate the unidirectional stiffness matrix. For further information about these methods, see [10] or [16]. |
If IHIS = 16/18
The following options use the format OPTION=Fiber Value Matrix Value. The first value are for fibers, and second value are for matrices. In the meso-macro scale, matrix values are optional.
The following options must be defined:
| XT = DOUBLE DOUBLE |
Tensile Strength in a-direction. |
| XC = DOUBLE DOUBLE |
Compression Strength in a-direction. |
| YT = DOUBLE DOUBLE |
Tensile Strength in b-direction. |
| YC = DOUBLE DOUBLE | Compression Strength in b-direction. |
| SXY = DOUBLE DOUBLE |
Shear Strength in ab-direction. |
| ZT = DOUBLE DOUBLE |
Tensile Strength in c-direction. |
| ZC = DOUBLE DOUBLE |
Compression Strength in c-direction. |
| SYZ = DOUBLE DOUBLE | Shear Strength in bc-direction. |
| SZX = DOUBLE DOUBLE | Shear Strength in ca-direction. |
|
DistributionApproach = Global Local | Define the distribution approach of normal distribution (see Gaussian function). Global defines global deviation (σGlobal) and the number of generated points. Local defines local deviations and the number of generated random-values. |
If DistributionApproach = Global
|
Global_Deviation = INT | Global deviation value that is used to generate random values. |
|
Global_NumOfRandomValues = INT | Global number of random values to generate. |
If DistributionApproach = Local and
If IHIS = 2/18
|
E11F_Options = DOUBLE INT | Local deviation value and number of random values to generate for E11f. |
| E22F_Options = DOUBLE INT | Local deviation value and number of random values to generate for E22f. |
| G12F_Options = DOUBLE INT | Local deviation value and number of random values to generate for G12f. |
| EM_Options = DOUBLE INT | Local deviation value and number of random values to generate for Em. |
If DistributionApproach = Local and
If IHIS = 16/18
The following options use the format OPTION=Fiber DeviationFiber NumGenerate;Matrix DeviationMatrix NumGenenerate. The left side of the semicolon (;) are for fiber definitions, and the right side of the semicolon are for matrix definitions. Meso-macro scale does not require matrix options.
|
XT_Options = DOUBLE INT; DOUBLE INT XC_Options = DOUBLE INT; DOUBLE INT YT_Options = DOUBLE INT; DOUBLE INT YC_Options = DOUBLE INT; DOUBLE INT SXY_Options = DOUBLE INT; DOUBLE INT ZT_Options = DOUBLE INT; DOUBLE INT ZC_Options = DOUBLE INT; DOUBLE INT SYZ_Options = DOUBLE INT; DOUBLE INT SZX_Options = DOUBLE INT; DOUBLE INT | Deviation and number of random values for the fiber and matrix. |
|
DistributionFeedback = YES NO |
Set to YES to activate output of each generated random value for a certain elasticity parameter in the STOCHASTIC INIT Feedback.txt file. These values are used to form the distribution. |
| SORT = BUCKET |
Always use bucket sort for a significant speed-up of the search algorithm. |
| REPEAT = YES |
Enable this option to ensure that all elements and integration points receive mapped data. When there is a significant difference in element sizes between the source and target meshes, the default bucket refinement may be insufficient to cover all points, sometimes by design. In such cases, this flag must be set to guarantee complete data coverage. |