Defines the configuration for the Maximum Stress failure criterion for reinforced materials.
Declaration Syntax
public class MaximumStressSettings : CompositeFailureCriterionSettings
Table 793: Members
Property | EvaluateMaterialOneDirectionFailure |
Gets or sets whether the failure criterion is evaluated in the material 1 direction. The corresponding failure label is 's1'. |
Property | EvaluateMaterialThreeDirectionFailure |
Gets or sets whether the failure criterion is evaluated in the out-of-plane direction. The corresponding failure label is 's3'. |
Property | EvaluateMaterialTwoDirectionFailure |
Gets or sets whether the failure criterion is evaluated in the material 2 direction. The corresponding failure label is 's2'. |
Property | EvaluateShearOneThreeFailure |
Gets or sets whether failure is evaluated for the out-of-plane shear s13. The corresponding failure label is 's13'. |
Property | EvaluateShearOneTwoFailure |
Gets or sets whether failure is evaluated for the in-plane shear s12. The corresponding failure label is 's12'. |
Property | EvaluateShearTwoThreeFailure |
Gets or sets whether failure is evaluated for the out-of-plane shear s23. The corresponding failure label is 's23'. |
Property | MaterialOneDirectionFailureWeightingFactor |
Gets or sets the weighting factor for the failure criterion in the material 1 direction. |
Property | MaterialThreeDirectionFailureWeightingFactor |
Gets or sets the weighting factor for the failure criterion in the out-of-plane direction. |
Property | MaterialTwoDirectionFailureWeightingFactor |
Gets or sets the weighting factor for the failure criterion in the material 2 direction. |
Property | ShearOneThreeFailureWeightingFactor |
Gets or sets the weighting factor for failure due to out-of-plane shear s13. |
Property | ShearOneTwoFailureWeightingFactor |
Gets or sets the weighting factor for failure due to in-plane shear s12. |
Property | ShearTwoThreeFailureWeightingFactor |
Gets or sets the weighting factor for failure due to out-of-plane shear s23. |