chrono::fea::ChMaterialShellANCF Class Reference
Description
Definition of materials to be used for ANCF shells.
This class implements material properties for a layer.
#include <ChMaterialShellANCF.h>
Inheritance diagram for chrono::fea::ChMaterialShellANCF:

Collaboration diagram for chrono::fea::ChMaterialShellANCF:

Public Member Functions | |
| ChMaterialShellANCF (double rho, double E, double nu) | |
| Construct an isotropic material. More... | |
| ChMaterialShellANCF (double rho, const ChVector3d &E, const ChVector3d &nu, const ChVector3d &G) | |
| Construct a (possibly) orthotropic material. More... | |
Public Member Functions inherited from chrono::fea::ChMaterialFEA | |
| void | SetDensity (double density) |
| Set the material density. | |
| double | GetDensity () const |
| Return the material density. | |
Friends | |
| class | ChElementShellANCF_3833 |
| class | ChElementShellANCF_3443 |
| class | ChElementShellANCF_3423 |
| class | ShellANCF_Force |
| class | ShellANCF_Jacobian |
Additional Inherited Members | |
Protected Member Functions inherited from chrono::fea::ChMaterialFEA | |
| ChMaterialFEA (double density) | |
Protected Attributes inherited from chrono::fea::ChMaterialFEA | |
| double | m_density |
| density | |
Constructor & Destructor Documentation
◆ ChMaterialShellANCF() [1/2]
| chrono::fea::ChMaterialShellANCF::ChMaterialShellANCF | ( | double | rho, |
| double | E, | ||
| double | nu | ||
| ) |
Construct an isotropic material.
- Parameters
-
rho material density E Young's modulus nu Poisson ratio
◆ ChMaterialShellANCF() [2/2]
| chrono::fea::ChMaterialShellANCF::ChMaterialShellANCF | ( | double | rho, |
| const ChVector3d & | E, | ||
| const ChVector3d & | nu, | ||
| const ChVector3d & | G | ||
| ) |
Construct a (possibly) orthotropic material.
- Parameters
-
rho material density E elasticity moduli (E_x, E_y, E_z) nu Poisson ratios (nu_xy, nu_xz, nu_yz) G shear moduli (G_xy, G_xz, G_yz)
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/fea/ChMaterialShellANCF.h
- /builds/uwsbel/chrono/src/chrono/fea/ChMaterialShellANCF.cpp
Public Member Functions inherited from