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#
Resets the settings to their default values. |
Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'lfc4/6'. |
|
Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'ltf3'. |
|
Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'lmc2/5'. |
|
Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'lmt1'. |
|
Gets or sets the weighting factor for the fiber compression failure (lfc4/6) evaluation. |
|
Gets or sets the weighting factor for the fiber tension failure (ltf3) evaluation. |
|
Gets or sets whether the failure criterion is evaluated only in-plane (2D), |
|
Gets or sets the weighting factor for the matrix compression failure (lmc2/5) evaluation. |
|
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).