CuntzeSettings
#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.CuntzeSettings#
Bases:
object
Defines the configuration for the Cuntze 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 'cfc' |
|
Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'cft' |
|
Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'cmB' |
|
Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'cmA' |
|
Gets or sets whether matrix wedge shape failure is evaluated. The corresponding failure label is 'cmC' |
|
Gets or sets whether the failure criterion is evaluated only in-plane (2D), |
|
Gets or sets the weighting factor for the fiber compression failure (cfc) evaluation. |
|
Gets or sets the weighting factor for the fiber tension failure (cft) evaluation. |
|
Gets or sets the fracture plane angle theta. |
|
Gets or sets the in-plane shear friction coefficient b21. |
|
Gets or sets the weighting factor for the matrix compression failure (cmB) evaluation. |
|
Gets or sets the weighting factor for the matrix tension failure (cmA) evaluation. |
|
Gets or sets the weighting factor for the matrix wedge shape failure (cmC) evaluation. |
|
Gets or sets the mode interaction coefficient. |
|
Gets the out-of-plane shear friction coefficient b32. |
Property detail#
- property CuntzeSettings.EvaluateFiberCompressionFailure: bool | None#
Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is 'cfc'
- property CuntzeSettings.EvaluateFiberTensionFailure: bool | None#
Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is 'cft'
- property CuntzeSettings.EvaluateMatrixCompressionFailure: bool | None#
Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is 'cmB'
- property CuntzeSettings.EvaluateMatrixTensionFailure: bool | None#
Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is 'cmA'
- property CuntzeSettings.EvaluateMatrixWedgeShapeFailure: bool | None#
Gets or sets whether matrix wedge shape failure is evaluated. The corresponding failure label is 'cmC'
- property CuntzeSettings.FailureDimension: Ansys.Mechanical.DataModel.MechanicalEnums.CompositeFailure.FailureDimension | None#
- Gets or sets whether the failure criterion is evaluated only in-plane (2D),
or also in the out-of-plane direction (3D).
- property CuntzeSettings.FiberCompressionFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the fiber compression failure (cfc) evaluation.
- property CuntzeSettings.FiberTensionFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the fiber tension failure (cft) evaluation.
- property CuntzeSettings.FracturePlaneAngle: float | None#
- Gets or sets the fracture plane angle theta.
The value must be in the range [45, 90).
- property CuntzeSettings.InPlaneShearFrictionCoefficient: float | None#
- Gets or sets the in-plane shear friction coefficient b21.
The value must be greater than or equal to 0.
- property CuntzeSettings.MatrixCompressionFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the matrix compression failure (cmB) evaluation.
- property CuntzeSettings.MatrixTensionFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the matrix tension failure (cmA) evaluation.
- property CuntzeSettings.MatrixWedgeShapeFailureWeightingFactor: float | None#
Gets or sets the weighting factor for the matrix wedge shape failure (cmC) evaluation.