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.

Formulation

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

EvaluateFiberTensionFailure

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

FiberTensionFailureWeightingFactor

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

EvaluateFiberCompressionFailure

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

FiberCompressionFailureWeightingFactor

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

EvaluateMatrixTensionFailure

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

MatrixTensionFailureWeightingFactor

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

EvaluateMatrixCompressionFailure

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

MatrixCompressionFailureWeightingFactor

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

Property detail#

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.EvaluateFiberTensionFailure: System.Boolean | None

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

property LaRCSettings.FiberTensionFailureWeightingFactor: System.Double | None

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

property LaRCSettings.EvaluateFiberCompressionFailure: System.Boolean | None

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

property LaRCSettings.FiberCompressionFailureWeightingFactor: System.Double | None

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

property LaRCSettings.EvaluateMatrixTensionFailure: System.Boolean | None

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

property LaRCSettings.MatrixTensionFailureWeightingFactor: System.Double | None

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

property LaRCSettings.EvaluateMatrixCompressionFailure: System.Boolean | None

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

property LaRCSettings.MatrixCompressionFailureWeightingFactor: System.Double | None

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

Method detail#

LaRCSettings.Reset() System.Void

Resets the settings to their default values.