API Reference¶
- class panl.analysis.material.OrthotropicMaterial(e1, e2, nu12, g12, theta_deg=0.0, thickness=1.0)[source]¶
Bases:
objectRepresents an orthotropic material and handles the calculation of compliance matrices and characteristic equation roots for BEM.
- __init__(e1, e2, nu12, g12, theta_deg=0.0, thickness=1.0)[source]¶
Initialize orthotropic material properties.
- Parameters:
e1 (
float) – Young’s modulus in the fiber direction (1)e2 (
float) – Young’s modulus in the transverse direction (2)nu12 (
float) – Poisson’s ratiog12 (
float) – Shear modulustheta_deg (
float) – Angle of orientation in degrees relative to x-axisthickness (
float) – Panel thickness