Class: MaximumStrainSettings

Defines the configuration for the Maximum Strain failure criterion for reinforced materials.

Methods

Name Description
Reset() Resets the settings to their default values.

Properties

Name Description
CompressiveLimitMaterialOneDirection Gets or sets the global compressive strain limit in the material 1 direction (eXc). Only used if OverrideMaterial is true.
CompressiveLimitMaterialThreeDirection Gets or sets the global compressive strain limit in the out-of-plane direction (eZc). Only used if OverrideMaterial is true.
CompressiveLimitMaterialTwoDirection Gets or sets the global compressive strain limit in the material 2 direction (eYc). Only used if OverrideMaterial is true.
EvaluateMaterialOneDirectionFailure Gets or sets whether the failure criterion is evaluated in the material 1 direction. The corresponding failure label is 'e1'.
EvaluateMaterialThreeDirectionFailure Gets or sets whether the failure criterion is evaluated in the out-of-plane direction. The corresponding failure label is 'e3'.
EvaluateMaterialTwoDirectionFailure Gets or sets whether the failure criterion is evaluated in the material 2 direction. The corresponding failure label is 'e2'.
EvaluateShearOneThreeFailure Gets or sets whether failure is evaluated for the out-of-plane shear e13. The corresponding failure label is 'e13'.
EvaluateShearOneTwoFailure Gets or sets whether failure is evaluated for the in-plane shear e12. The corresponding failure label is 'e12'.
EvaluateShearTwoThreeFailure Gets or sets whether failure is evaluated for the out-of-plane shear e23. The corresponding failure label is 'e23'.
MaterialOneDirectionFailureWeightingFactor Gets or sets the weighting factor for the failure criterion in the material 1 direction.
MaterialThreeDirectionFailureWeightingFactor Gets or sets the weighting factor for the failure criterion in the out-of-plane direction.
MaterialTwoDirectionFailureWeightingFactor Gets or sets the weighting factor for the failure criterion in the material 2 direction.
OverrideMaterial Gets or sets whether the global strain limits are used, overriding material-specific limits.
ShearLimitOneThree Gets or sets the global out-of-plane shear strain limit (eSxz). Only used if OverrideMaterial is true.
ShearLimitOneTwo Gets or sets the global in-plane shear strain limit (eSxy). Only used if OverrideMaterial is true.
ShearLimitTwoThree Gets or sets the global out-of-plane shear strain limit (eSyz). Only used if OverrideMaterial is true.
ShearOneThreeFailureWeightingFactor Gets or sets the weighting factor for failure due to out-of-plane shear e13.
ShearOneTwoFailureWeightingFactor Gets or sets the weighting factor for failure due to in-plane shear e12.
ShearTwoThreeFailureWeightingFactor Gets or sets the weighting factor for failure due to out-of-plane shear e23.
TensileLimitMaterialOneDirection Gets or sets the global tensile strain limit in the material 1 direction (eXt). Only used if OverrideMaterial is true.
TensileLimitMaterialThreeDirection Gets or sets the global tensile strain limit in the out-of-plane direction (eZt). Only used if OverrideMaterial is true.
TensileLimitMaterialTwoDirection Gets or sets the global tensile strain limit in the material 2 direction (eYt). Only used if OverrideMaterial is true.