MaximumStrainSettings
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.MaximumStrainSettings#
Bases:
object
Defines the configuration for the Maximum Strain failure criterion for reinforced materials.
Overview#
Resets the settings to their default values. |
Gets or sets the global compressive strain limit in the material 1 direction (eXc). |
|
Gets or sets the global compressive strain limit in the out-of-plane direction (eZc). |
|
Gets or sets the global compressive strain limit in the material 2 direction (eYc). |
|
Gets or sets whether the failure criterion is evaluated in the material 1 |
|
Gets or sets whether the failure criterion is evaluated in the out-of-plane |
|
Gets or sets whether the failure criterion is evaluated in the material 2 |
|
Gets or sets whether failure is evaluated for the out-of-plane shear e13. The corresponding failure |
|
Gets or sets whether failure is evaluated for the in-plane shear e12. The corresponding failure |
|
Gets or sets whether failure is evaluated for the out-of-plane shear e23. The corresponding failure |
|
Gets or sets the weighting factor for the failure criterion in the material 1 direction. |
|
Gets or sets the weighting factor for the failure criterion in the out-of-plane direction. |
|
Gets or sets the weighting factor for the failure criterion in the material 2 direction. |
|
Gets or sets whether the global strain limits are used, overriding material-specific limits. |
|
Gets or sets the global out-of-plane shear strain limit (eSxz). |
|
Gets or sets the global in-plane shear strain limit (eSxy). |
|
Gets or sets the global out-of-plane shear strain limit (eSyz). |
|
Gets or sets the weighting factor for failure due to out-of-plane shear e13. |
|
Gets or sets the weighting factor for failure due to in-plane shear e12. |
|
Gets or sets the weighting factor for failure due to out-of-plane shear e23. |
|
Gets or sets the global tensile strain limit in the material 1 direction (eXt). |
|
Gets or sets the global tensile strain limit in the out-of-plane direction (eZt). |
|
Gets or sets the global tensile strain limit in the material 2 direction (eYt). |
Property detail#
- property MaximumStrainSettings.CompressiveLimitMaterialOneDirection: float | None#
- Gets or sets the global compressive strain limit in the material 1 direction (eXc).
Only used if OverrideMaterial is true.
- property MaximumStrainSettings.CompressiveLimitMaterialThreeDirection: float | None#
- Gets or sets the global compressive strain limit in the out-of-plane direction (eZc).
Only used if OverrideMaterial is true.
- property MaximumStrainSettings.CompressiveLimitMaterialTwoDirection: float | None#
- Gets or sets the global compressive strain limit in the material 2 direction (eYc).
Only used if OverrideMaterial is true.
- property MaximumStrainSettings.EvaluateMaterialOneDirectionFailure: bool | None#
- Gets or sets whether the failure criterion is evaluated in the material 1
direction. The corresponding failure label is 'e1'.
- property MaximumStrainSettings.EvaluateMaterialThreeDirectionFailure: bool | None#
- Gets or sets whether the failure criterion is evaluated in the out-of-plane
direction. The corresponding failure label is 'e3'.
- property MaximumStrainSettings.EvaluateMaterialTwoDirectionFailure: bool | None#
- Gets or sets whether the failure criterion is evaluated in the material 2
direction. The corresponding failure label is 'e2'.
- property MaximumStrainSettings.EvaluateShearOneThreeFailure: bool | None#
- Gets or sets whether failure is evaluated for the out-of-plane shear e13. The corresponding failure
label is 'e13'.
- property MaximumStrainSettings.EvaluateShearOneTwoFailure: bool | None#
- Gets or sets whether failure is evaluated for the in-plane shear e12. The corresponding failure
label is 'e12'.
- property MaximumStrainSettings.EvaluateShearTwoThreeFailure: bool | None#
- Gets or sets whether failure is evaluated for the out-of-plane shear e23. The corresponding failure
label is 'e23'.
- property MaximumStrainSettings.MaterialOneDirectionFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the failure criterion in the material 1 direction.
- property MaximumStrainSettings.MaterialThreeDirectionFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the failure criterion in the out-of-plane direction.
- property MaximumStrainSettings.MaterialTwoDirectionFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the failure criterion in the material 2 direction.
- property MaximumStrainSettings.OverrideMaterial: bool | None#
Gets or sets whether the global strain limits are used, overriding material-specific limits.
- property MaximumStrainSettings.ShearLimitOneThree: float | None#
- Gets or sets the global out-of-plane shear strain limit (eSxz).
Only used if OverrideMaterial is true.
- property MaximumStrainSettings.ShearLimitOneTwo: float | None#
- Gets or sets the global in-plane shear strain limit (eSxy).
Only used if OverrideMaterial is true.
- property MaximumStrainSettings.ShearLimitTwoThree: float | None#
- Gets or sets the global out-of-plane shear strain limit (eSyz).
Only used if OverrideMaterial is true.
- property MaximumStrainSettings.ShearOneThreeFailureWeightingFactor: float | None#
Gets or sets the weighting factor for failure due to out-of-plane shear e13.
- property MaximumStrainSettings.ShearOneTwoFailureWeightingFactor: float | None#
Gets or sets the weighting factor for failure due to in-plane shear e12.
- property MaximumStrainSettings.ShearTwoThreeFailureWeightingFactor: float | None#
Gets or sets the weighting factor for failure due to out-of-plane shear e23.
- property MaximumStrainSettings.TensileLimitMaterialOneDirection: float | None#
- Gets or sets the global tensile strain limit in the material 1 direction (eXt).
Only used if OverrideMaterial is true.