Skip to main content

Mechanical scripting interface

MaximumStressSettings

Last update: 14.01.2025

class Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.MaximumStressSettings

Bases: object

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

Overview

Methods

Name Description
Reset Resets the settings to their default values.

Properties

Name Description
EvaluateMaterialOneDirectionFailure Gets or sets whether the failure criterion is evaluated in the material 1 direction.
EvaluateMaterialThreeDirectionFailure Gets or sets whether the failure criterion is evaluated in the out-of-plane direction.
EvaluateMaterialTwoDirectionFailure Gets or sets whether the failure criterion is evaluated in the material 2 direction.
EvaluateShearOneThreeFailure Gets or sets whether failure is evaluated for the out-of-plane shear s13.
EvaluateShearOneTwoFailure Gets or sets whether failure is evaluated for the in-plane shear s12.
EvaluateShearTwoThreeFailure Gets or sets whether failure is evaluated for the out-of-plane shear s23.
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.
ShearOneThreeFailureWeightingFactor Gets or sets the weighting factor for failure due to out-of-plane shear s13.
ShearOneTwoFailureWeightingFactor Gets or sets the weighting factor for failure due to in-plane shear s12.
ShearTwoThreeFailureWeightingFactor Gets or sets the weighting factor for failure due to out-of-plane shear s23.

Property detail

property MaximumStressSettings.EvaluateMaterialOneDirectionFailure : bool | None

Gets or sets whether the failure criterion is evaluated in the material 1 direction. : The corresponding failure label is ‘s1’.

property MaximumStressSettings.EvaluateMaterialThreeDirectionFailure : bool | None

Gets or sets whether the failure criterion is evaluated in the out-of-plane direction. : The corresponding failure label is ‘s3’.

property MaximumStressSettings.EvaluateMaterialTwoDirectionFailure : bool | None

Gets or sets whether the failure criterion is evaluated in the material 2 direction. : The corresponding failure label is ‘s2’.

property MaximumStressSettings.EvaluateShearOneThreeFailure : bool | None

Gets or sets whether failure is evaluated for the out-of-plane shear s13. : The corresponding failure label is ‘s13’.

property MaximumStressSettings.EvaluateShearOneTwoFailure : bool | None

Gets or sets whether failure is evaluated for the in-plane shear s12. : The corresponding failure label is ‘s12’.

property MaximumStressSettings.EvaluateShearTwoThreeFailure : bool | None

Gets or sets whether failure is evaluated for the out-of-plane shear s23. : The corresponding failure label is ‘s23’.

property MaximumStressSettings.MaterialOneDirectionFailureWeightingFactor : float | None

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

property MaximumStressSettings.MaterialThreeDirectionFailureWeightingFactor : float | None

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

property MaximumStressSettings.MaterialTwoDirectionFailureWeightingFactor : float | None

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

property MaximumStressSettings.ShearOneThreeFailureWeightingFactor : float | None

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

property MaximumStressSettings.ShearOneTwoFailureWeightingFactor : float | None

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

property MaximumStressSettings.ShearTwoThreeFailureWeightingFactor : float | None

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

Method detail

MaximumStressSettings.Reset()

Resets the settings to their default values.