from_orthotropic_constants#
- classmethod ConstantStressLimits.from_orthotropic_constants(*, Xc=0.0, Yc=0.0, Zc=0.0, Xt=0.0, Yt=0.0, Zt=0.0, Sxy=0.0, Syz=0.0, Sxz=0.0)#
- Create an orthotropic stress limits property set. - Parameters:
- Xc (float) – Compressive stress limit in material 1 direction. 
- Yc (float) – Compressive stress limit in material 2 direction. 
- Zc (float) – Compressive stress limit in out-of-plane direction. 
- Xt (float) – Tensile stress limit in material 1 direction. 
- Yt (float) – Tensile stress limit in material 2 direction. 
- Zt (float) – Tensile stress limit in out-of-plane direction. 
- Sxy (float) – Shear stress limit in-plane (\(e_{12}\)). 
- Syz (float) – Shear stress limit out-of-plane (\(e_{23}\)). 
- Sxz (float) – Shear stress limit out-of-plane (\(e_{13}\)). 
 
- Returns:
- An orthotropic stress limits property set. 
- Return type:
 
 
     
  
  
 
