Defines the configuration for the LaRC failure criterion for reinforced materials
Declaration Syntax
public class LaRCSettings : CompositeFailureCriterionSettings
Table 791: Members
Property | EvaluateFiberCompressionFailure |
Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'lfc4/6'. |
Property | EvaluateFiberTensionFailure |
Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'ltf3'. |
Property | EvaluateMatrixCompressionFailure |
Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'lmc2/5'. |
Property | EvaluateMatrixTensionFailure |
Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'lmt1'. |
Property | FiberCompressionFailureWeightingFactor |
Gets or sets the weighting factor for the fiber compression failure (lfc4/6) evaluation. |
Property | FiberTensionFailureWeightingFactor |
Gets or sets the weighting factor for the fiber tension failure (ltf3) evaluation. |
Property | Formulation |
Gets or sets whether the failure criterion is evaluated only in-plane (2D), or also in the out-of-plane direction (3D). |
Property | MatrixCompressionFailureWeightingFactor |
Gets or sets the weighting factor for the matrix compression failure (lmc2/5) evaluation. |
Property | MatrixTensionFailureWeightingFactor |
Gets or sets the weighting factor for the matrix tension failure (lmt1) evaluation. |