TsaiWuCriterion#

class ansys.dpf.composites.failure_criteria.TsaiWuCriterion(*, active=True, wf=1.0, dim=2)#

Defines the Tsai-Wu failure criterion for orthotropic reinforced materials.

Parameters:
  • wf (float, default: 1.0) – Weighting factor of this failure criterion.

  • dim (int, default: 2) – Specifies which formulation of the failure criterion is used.

Methods

TsaiWuCriterion.to_dict()

rtype:

dict[str, Any]

TsaiWuCriterion.to_json()

rtype:

str

Attributes

TsaiWuCriterion.active

The failure criterion is suppressed if active is False.

TsaiWuCriterion.dim

Specifies which formulation of the failure criterion is used.

TsaiWuCriterion.name

Name of the failure criterion.

TsaiWuCriterion.wf

Weighting factor of this failure criterion.