Defines the configuration for the Cuntze failure criterion for reinforced materials.
Declaration Syntax
public class CuntzeSettings : CompositeFailureCriterionSettings
Table 787: Members
Property | EvaluateFiberCompressionFailure |
Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'cfc' |
Property | EvaluateFiberTensionFailure |
Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'cft' |
Property | EvaluateMatrixCompressionFailure |
Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'cmB' |
Property | EvaluateMatrixTensionFailure |
Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'cmA' |
Property | EvaluateMatrixWedgeShapeFailure |
Gets or sets whether matrix wedge shape failure is evaluated. The corresponding failure label is 'cmC' |
Property | FailureDimension |
Gets or sets whether the failure criterion is evaluated only in-plane (2D), or also in the out-of-plane direction (3D). |
Property | FiberCompressionFailureWeightingFactor |
Gets or sets the weighting factor for the fiber compression failure (cfc) evaluation. |
Property | FiberTensionFailureWeightingFactor |
Gets or sets the weighting factor for the fiber tension failure (cft) evaluation. |
Property | FracturePlaneAngle |
Gets or sets the fracture plane angle theta. The value must be in the range [45, 90). |
Property | InPlaneShearFrictionCoefficient |
Gets or sets the in-plane shear friction coefficient b21. The value must be greater than or equal to 0. |
Property | MatrixCompressionFailureWeightingFactor |
Gets or sets the weighting factor for the matrix compression failure (cmB) evaluation. |
Property | MatrixTensionFailureWeightingFactor |
Gets or sets the weighting factor for the matrix tension failure (cmA) evaluation. |
Property | MatrixWedgeShapeFailureWeightingFactor |
Gets or sets the weighting factor for the matrix wedge shape failure (cmC) evaluation. |
Property | ModeInteractionCoefficient |
Gets or sets the mode interaction coefficient. |
Property | OutOfPlaneShearFrictionCoefficient |
Gets the out-of-plane shear friction coefficient b32. Computed from the fracture plane angle theta. |