My Project
|
Contains material data such as Young's Modulus, Shear Modulus and Poisson's ratio, and if needed could include additional material properties. More...
#include <Material.h>
Public Member Functions | |
Material (double E, double nu) | |
Constructor Takes E and \( \nu\) as arguments and calculates the Shear modulus from the relationship: \( G = \frac{E}{2(1+\nu)} \). More... | |
Public Attributes | |
double | E |
Young's Modulus ( \( E \)) | |
double | G |
Shear Modulus ( \( G \)) | |
double | nu |
Poisson's ratio ( \( \nu\)) | |
Contains material data such as Young's Modulus, Shear Modulus and Poisson's ratio, and if needed could include additional material properties.
Material::Material | ( | double | E, |
double | nu | ||
) |
Constructor Takes E and \( \nu\) as arguments and calculates the Shear modulus from the relationship: \( G = \frac{E}{2(1+\nu)} \).
E | is the Young's modulus |