LaRCSettings#

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

Bases: object

Defines the configuration for the LaRC failure criterion for reinforced materials

Overview#

Reset

Resets the settings to their default values.

EvaluateFiberCompressionFailure

Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'lfc4/6'.

EvaluateFiberTensionFailure

Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'ltf3'.

EvaluateMatrixCompressionFailure

Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'lmc2/5'.

EvaluateMatrixTensionFailure

Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'lmt1'.

FiberCompressionFailureWeightingFactor

Gets or sets the weighting factor for the fiber compression failure (lfc4/6) evaluation.

FiberTensionFailureWeightingFactor

Gets or sets the weighting factor for the fiber tension failure (ltf3) evaluation.

Formulation

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

MatrixCompressionFailureWeightingFactor

Gets or sets the weighting factor for the matrix compression failure (lmc2/5) evaluation.

MatrixTensionFailureWeightingFactor

Gets or sets the weighting factor for the matrix tension failure (lmt1) evaluation.

Property detail#

property LaRCSettings.EvaluateFiberCompressionFailure: bool | None#

Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'lfc4/6'.

property LaRCSettings.EvaluateFiberTensionFailure: bool | None#

Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'ltf3'.

property LaRCSettings.EvaluateMatrixCompressionFailure: bool | None#

Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'lmc2/5'.

property LaRCSettings.EvaluateMatrixTensionFailure: bool | None#

Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'lmt1'.

property LaRCSettings.FiberCompressionFailureWeightingFactor: float | None#

Gets or sets the weighting factor for the fiber compression failure (lfc4/6) evaluation.

property LaRCSettings.FiberTensionFailureWeightingFactor: float | None#

Gets or sets the weighting factor for the fiber tension failure (ltf3) evaluation.

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

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

property LaRCSettings.MatrixCompressionFailureWeightingFactor: float | None#

Gets or sets the weighting factor for the matrix compression failure (lmc2/5) evaluation.

property LaRCSettings.MatrixTensionFailureWeightingFactor: float | None#

Gets or sets the weighting factor for the matrix tension failure (lmt1) evaluation.

Method detail#

LaRCSettings.Reset() None#

Resets the settings to their default values.