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
rhomaterial density
EYoung's modulus
nuPoisson ratio
k1Shear correction factor along beam local y axis
k2Shear 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
rhomaterial density
Eelasticity moduli (E_x, E_y, E_z)
nuPoisson ratios (nu_xy, nu_xz, nu_yz)
Gshear moduli (G_xy, G_xz, G_yz)
k1Shear correction factor along beam local y axis
k2Shear 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