LaRCSettings#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.LaRCSettings(internalObject: Ansys.Common.Interop.DSObjectsAuto.IDSCompositeFailureCriteriaAuto)#

Bases: object

Defines the configuration for the LaRC failure criterion for reinforced materials

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

Reset

Resets the settings to their default values.

ToString

ToString method.

Active

Active property.

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.Active: bool | None#

Active property.

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.Equals(obj: Any) bool#

Equals method.

LaRCSettings.GetHashCode() int#

GetHashCode method.

LaRCSettings.GetType() type#

GetType method.

LaRCSettings.Reset() None#

Resets the settings to their default values.

LaRCSettings.ToString() str#

ToString method.