HashinSettings#
- class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.Results.CompositeFailureResults.HashinSettings#
 Bases:
objectDefines the configuration for the Hashin failure criterion for reinforced materials.
Overview#
Resets the settings to their default values.  | 
Gets or sets the weighting factor for the delamination evaluation.  | 
|
Gets or sets whether delamination is evaluated. Only applies when three-dimensional  | 
|
Gets or sets whether fiber failure is evaluated. The corresponding failure label is 'hf'  | 
|
Gets or sets whether matrix failure is evaluated. The corresponding failure label is 'hm'  | 
|
Gets or sets whether the failure criterion is evaluated only in-plane (2D),  | 
|
Gets or sets the weighting factor for the fiber failure evaluation.  | 
|
Gets or sets the weighting factor for the matrix failure evaluation.  | 
Property detail#
- property HashinSettings.DelaminationWeightingFactor: float | None#
 Gets or sets the weighting factor for the delamination evaluation.
- property HashinSettings.EvaluateDelamination: bool | None#
 - Gets or sets whether delamination is evaluated. Only applies when three-dimensional
 evaluation is selected. The corresponding failure label is 'hd'
- property HashinSettings.EvaluateFiberFailure: bool | None#
 Gets or sets whether fiber failure is evaluated. The corresponding failure label is 'hf'
- property HashinSettings.EvaluateMatrixFailure: bool | None#
 Gets or sets whether matrix failure is evaluated. The corresponding failure label is 'hm'
- property HashinSettings.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).