MaximumStressSettings#

class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.MaximumStressSettings#

Bases: object

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

Overview#

Reset

Resets the settings to their default values.

EvaluateMaterialOneDirectionFailure

Gets or sets whether the failure criterion is evaluated in the material 1 direction.

MaterialOneDirectionFailureWeightingFactor

Gets or sets the weighting factor for the failure criterion in the material 1 direction.

EvaluateMaterialTwoDirectionFailure

Gets or sets whether the failure criterion is evaluated in the material 2 direction.

MaterialTwoDirectionFailureWeightingFactor

Gets or sets the weighting factor for the failure criterion in the material 2 direction.

EvaluateMaterialThreeDirectionFailure

Gets or sets whether the failure criterion is evaluated in the out-of-plane direction.

MaterialThreeDirectionFailureWeightingFactor

Gets or sets the weighting factor for the failure criterion in the out-of-plane direction.

EvaluateShearOneTwoFailure

Gets or sets whether failure is evaluated for the in-plane shear s12.

ShearOneTwoFailureWeightingFactor

Gets or sets the weighting factor for failure due to in-plane shear s12.

EvaluateShearOneThreeFailure

Gets or sets whether failure is evaluated for the out-of-plane shear s13.

ShearOneThreeFailureWeightingFactor

Gets or sets the weighting factor for failure due to out-of-plane shear s13.

EvaluateShearTwoThreeFailure

Gets or sets whether failure is evaluated for the out-of-plane shear s23.

ShearTwoThreeFailureWeightingFactor

Gets or sets the weighting factor for failure due to out-of-plane shear s23.

Property detail#

property MaximumStressSettings.EvaluateMaterialOneDirectionFailure: System.Boolean | None
Gets or sets whether the failure criterion is evaluated in the material 1 direction.

The corresponding failure label is ‘s1’.

property MaximumStressSettings.MaterialOneDirectionFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the failure criterion in the material 1 direction.

property MaximumStressSettings.EvaluateMaterialTwoDirectionFailure: System.Boolean | None
Gets or sets whether the failure criterion is evaluated in the material 2 direction.

The corresponding failure label is ‘s2’.

property MaximumStressSettings.MaterialTwoDirectionFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the failure criterion in the material 2 direction.

property MaximumStressSettings.EvaluateMaterialThreeDirectionFailure: System.Boolean | None
Gets or sets whether the failure criterion is evaluated in the out-of-plane direction.

The corresponding failure label is ‘s3’.

property MaximumStressSettings.MaterialThreeDirectionFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the failure criterion in the out-of-plane direction.

property MaximumStressSettings.EvaluateShearOneTwoFailure: System.Boolean | None
Gets or sets whether failure is evaluated for the in-plane shear s12.

The corresponding failure label is ‘s12’.

property MaximumStressSettings.ShearOneTwoFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for failure due to in-plane shear s12.

property MaximumStressSettings.EvaluateShearOneThreeFailure: System.Boolean | None
Gets or sets whether failure is evaluated for the out-of-plane shear s13.

The corresponding failure label is ‘s13’.

property MaximumStressSettings.ShearOneThreeFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for failure due to out-of-plane shear s13.

property MaximumStressSettings.EvaluateShearTwoThreeFailure: System.Boolean | None
Gets or sets whether failure is evaluated for the out-of-plane shear s23.

The corresponding failure label is ‘s23’.

property MaximumStressSettings.ShearTwoThreeFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for failure due to out-of-plane shear s23.

Method detail#

MaximumStressSettings.Reset() System.Void

Resets the settings to their default values.