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>

Public Member Functions

 ChMaterialShellANCF (double rho, double E, double nu)
 Construct an isotropic material.
 ChMaterialShellANCF (double rho, const ChVector3d &E, const ChVector3d &nu, const ChVector3d &G)
 Construct a (possibly) orthotropic material.
double GetDensity () const
 Return the material density.

Friends

class ChElementShellANCF_3833
class ChElementShellANCF_3443
class ChElementShellANCF_3423
class ShellANCF_Force
class ShellANCF_Jacobian

Constructor & Destructor Documentation

◆ ChMaterialShellANCF() [1/2]

chrono::fea::ChMaterialShellANCF::ChMaterialShellANCF ( double rho,
double E,
double nu )

Construct an isotropic material.

Parameters
rhomaterial density
EYoung's modulus
nuPoisson 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
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)

The documentation for this class was generated from the following files:
  • D:/W/B/src/chrono-9.0.1/src/chrono/fea/ChMaterialShellANCF.h
  • D:/W/B/src/chrono-9.0.1/src/chrono/fea/ChMaterialShellANCF.cpp