HashinSettings#

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

Bases: object

Defines the configuration for the Hashin failure criterion for reinforced materials.

Overview#

Reset

Resets the settings to their default values.

FailureDimension

Gets or sets whether the failure criterion is evaluated only in-plane (2D),

EvaluateFiberFailure

Gets or sets whether fiber failure is evaluated. The corresponding failure label is ‘hf’

FiberFailureWeightingFactor

Gets or sets the weighting factor for the fiber failure evaluation.

EvaluateMatrixFailure

Gets or sets whether matrix failure is evaluated. The corresponding failure label is ‘hm’

MatrixFailureWeightingFactor

Gets or sets the weighting factor for the matrix failure evaluation.

EvaluateDelamination

Gets or sets whether delamination is evaluated. Only applies when three-dimensional

DelaminationWeightingFactor

Gets or sets the weighting factor for the delamination evaluation.

Property detail#

property HashinSettings.FailureDimension: Ansys.Mechanical.DataModel.MechanicalEnums.CompositeFailure.FailureDimension | None
Gets or sets whether the failure criterion is evaluated only in-plane (2D),

or also in the out-of-plane direction (3D).

property HashinSettings.EvaluateFiberFailure: System.Boolean | None

Gets or sets whether fiber failure is evaluated. The corresponding failure label is ‘hf’

property HashinSettings.FiberFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the fiber failure evaluation.

property HashinSettings.EvaluateMatrixFailure: System.Boolean | None

Gets or sets whether matrix failure is evaluated. The corresponding failure label is ‘hm’

property HashinSettings.MatrixFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the matrix failure evaluation.

property HashinSettings.EvaluateDelamination: System.Boolean | None
Gets or sets whether delamination is evaluated. Only applies when three-dimensional

evaluation is selected. The corresponding failure label is ‘hd’

property HashinSettings.DelaminationWeightingFactor: System.Double | None

Gets or sets the weighting factor for the delamination evaluation.

Method detail#

HashinSettings.Reset() System.Void

Resets the settings to their default values.