MatStructural (class)¶
Method code available at https://github.com/Eomys/pyleecan/tree/master/pyleecan/Methods/Material/MatStructural
-
class
MatStructural
(rho=7650, Ex=215000000000.0, Ey=215000000000.0, Ez=80000000000, nu_xy=0.3, nu_xz=0.03, nu_yz=0.03, Gxz=2000000000, Gxy=0, Gyz=2000000000, init_dict=None, init_str=None)[source]¶ Bases:
pyleecan.Classes._frozen.FrozenClass
Material Structural properties
-
VERSION
= 1¶
-
save
(save_path='', is_folder=False)¶ Save the object to the save_path
- Parameters
self – A pyleecan object
save_path (str) – path to the folder to save the object
is_folder (bool) – to split the object in different files: separate simulation machine and materials
-
copy
()¶ Return a copy of the class
-
get_logger
()¶ Get the object logger or its parent’s one
- Parameters
obj – A pyleecan object
- Returns
logger – Pyleecan object dedicated logger
- Return type
logging.Logger
-
property
rho
¶ mass per unit volume [kg/m3]
- Type
float
- Min
0
-
property
Ex
¶ equivalent Young modulus (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
Ey
¶ equivalent Young modulus (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
Ez
¶ equivalent Young modulus (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
nu_xy
¶ equivalent Poisson ratio in the XY plane (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
nu_xz
¶ equivalent Poisson ratio in the XZ plane (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
nu_yz
¶ equivalent Poisson ratio in the YZ plane (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
Gxz
¶ shear modulus in XY plane (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
Gxy
¶ shear modulus in XZ plane (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-
property
Gyz
¶ shear modulus in YZ plane (XY is lamination plane, Z is rotation axis)
- Type
float
- Min
0
-