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#

Reset

Resets the settings to their default values.

FailureDimension

Gets or sets whether the failure criterion is evaluated only in-plane (2D),

EvaluateFiberTensionFailure

Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is ‘cft’

FiberTensionFailureWeightingFactor

Gets or sets the weighting factor for the fiber tension failure (cft) evaluation.

EvaluateFiberCompressionFailure

Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is ‘cfc’

FiberCompressionFailureWeightingFactor

Gets or sets the weighting factor for the fiber compression failure (cfc) evaluation.

EvaluateMatrixTensionFailure

Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is ‘cmA’

MatrixTensionFailureWeightingFactor

Gets or sets the weighting factor for the matrix tension failure (cmA) evaluation.

EvaluateMatrixCompressionFailure

Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is ‘cmB’

MatrixCompressionFailureWeightingFactor

Gets or sets the weighting factor for the matrix compression failure (cmB) evaluation.

EvaluateMatrixWedgeShapeFailure

Gets or sets whether matrix wedge shape failure is evaluated. The corresponding failure label is ‘cmC’

MatrixWedgeShapeFailureWeightingFactor

Gets or sets the weighting factor for the matrix wedge shape failure (cmC) evaluation.

ModeInteractionCoefficient

Gets or sets the mode interaction coefficient.

InPlaneShearFrictionCoefficient

Gets or sets the in-plane shear friction coefficient b21.

OutOfPlaneShearFrictionCoefficient

Gets the out-of-plane shear friction coefficient b32.

FracturePlaneAngle

Gets or sets the fracture plane angle theta.

Property detail#

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.EvaluateFiberTensionFailure: System.Boolean | None

Gets or sets whether fiber tension failure is evaluated. The corresponding failure label is ‘cft’

property CuntzeSettings.FiberTensionFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the fiber tension failure (cft) evaluation.

property CuntzeSettings.EvaluateFiberCompressionFailure: System.Boolean | None

Gets or sets whether fiber compression failure is evaluated. The corresponding failure label is ‘cfc’

property CuntzeSettings.FiberCompressionFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the fiber compression failure (cfc) evaluation.

property CuntzeSettings.EvaluateMatrixTensionFailure: System.Boolean | None

Gets or sets whether matrix tension failure is evaluated. The corresponding failure label is ‘cmA’

property CuntzeSettings.MatrixTensionFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the matrix tension failure (cmA) evaluation.

property CuntzeSettings.EvaluateMatrixCompressionFailure: System.Boolean | None

Gets or sets whether matrix compression failure is evaluated. The corresponding failure label is ‘cmB’

property CuntzeSettings.MatrixCompressionFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the matrix compression failure (cmB) evaluation.

property CuntzeSettings.EvaluateMatrixWedgeShapeFailure: System.Boolean | None

Gets or sets whether matrix wedge shape failure is evaluated. The corresponding failure label is ‘cmC’

property CuntzeSettings.MatrixWedgeShapeFailureWeightingFactor: System.Double | None

Gets or sets the weighting factor for the matrix wedge shape failure (cmC) evaluation.

property CuntzeSettings.ModeInteractionCoefficient: System.Double | None

Gets or sets the mode interaction coefficient.

property CuntzeSettings.InPlaneShearFrictionCoefficient: System.Double | None
Gets or sets the in-plane shear friction coefficient b21.

The value must be greater than or equal to 0.

property CuntzeSettings.OutOfPlaneShearFrictionCoefficient: System.Double | None
Gets the out-of-plane shear friction coefficient b32.

Computed from the fracture plane angle theta.

property CuntzeSettings.FracturePlaneAngle: System.Double | None
Gets or sets the fracture plane angle theta.

The value must be in the range [45, 90).

Method detail#

CuntzeSettings.Reset() System.Void

Resets the settings to their default values.