chrono::fea::ChMaterialBeamANCF Class Reference
Description
Definition of materials to be used for ANCF beams utilizing the Enhanced Continuum Mechanics based method.
#include <ChMaterialBeamANCF.h>
Public Member Functions | |
ChMaterialBeamANCF (double rho, double E, double nu, double k1, double k2) | |
Construct an isotropic material. More... | |
ChMaterialBeamANCF (double rho, const ChVector3d &E, const ChVector3d &nu, const ChVector3d &G, double k1, double k2) | |
Construct a (possibly) orthotropic material. More... | |
double | GetDensity () const |
Return the material density. | |
Friends | |
class | ChElementBeamANCF_3243 |
class | ChElementBeamANCF_3333 |
Constructor & Destructor Documentation
◆ ChMaterialBeamANCF() [1/2]
chrono::fea::ChMaterialBeamANCF::ChMaterialBeamANCF | ( | double | rho, |
double | E, | ||
double | nu, | ||
double | k1, | ||
double | k2 | ||
) |
Construct an isotropic material.
- Parameters
-
rho material density E Young's modulus nu Poisson ratio k1 Shear correction factor along beam local y axis k2 Shear correction factor along beam local z axis
◆ ChMaterialBeamANCF() [2/2]
chrono::fea::ChMaterialBeamANCF::ChMaterialBeamANCF | ( | double | rho, |
const ChVector3d & | E, | ||
const ChVector3d & | nu, | ||
const ChVector3d & | G, | ||
double | k1, | ||
double | k2 | ||
) |
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) k1 Shear correction factor along beam local y axis k2 Shear correction factor along beam local z axis
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono/fea/ChMaterialBeamANCF.h
- /builds/uwsbel/chrono/src/chrono/fea/ChMaterialBeamANCF.cpp