from_orthotropic_constants#
- classmethod ConstantStrainLimits.from_orthotropic_constants(*, eXc=0.0, eYc=0.0, eZc=0.0, eXt=0.0, eYt=0.0, eZt=0.0, eSxy=0.0, eSyz=0.0, eSxz=0.0)#
Create an orthotropic strain limits property set.
- Parameters:
eXc (float) – Compressive strain limit in material 1 direction.
eYc (float) – Compressive strain limit in material 2 direction.
eZc (float) – Compressive strain limit in out-of-plane direction.
eXt (float) – Tensile strain limit in material 1 direction.
eYt (float) – Tensile strain limit in material 2 direction.
eZt (float) – Tensile strain limit in out-of-plane direction.
eSxy (float) – Shear strain limit in-plane (\(e_{12}\)).
eSyz (float) – Shear strain limit out-of-plane (\(e_{23}\)).
eSxz (float) – Shear strain limit out-of-plane (\(e_{13}\)).
- Returns:
An orthotropic strain limits property set.
- Return type:
Examples using ConstantStrainLimits.from_orthotropic_constants#
Sandwich panel example
PyMAPDL workflow
PyMechanical shell workflow
PyMechanical solid workflow
PyMechanical to CDB shell workflow
PyMechanical to CDB shell workflow