| MULTIBODY SIMULATION SOFTWARE - API documentation |
#include <CHfem-te1.h>


Public Member Functions | |
| int | Get_type () |
| int | Get_dof () |
| int | Get_nodes () |
| ChMatrix * | Get_E () |
| ChMatrix * | Get_C () |
| ChMatrix * | Get_N () |
| ChMatrix * | Get_Be () |
| ChMatrix * | Get_Dl () |
| ChMatrix * | Get_Fr () |
| void | Compute_Ematr (double E, double v, double G, double l, double u) |
| void | Compute_C () |
| void | Compute_N (double i, double j, double k) |
| void | Compute_Bi (double i, double j, double k) |
| void | Compute_Bx (double i, double j, double k) |
| void | Compute_Be (double i, double j, double k) |
| ChMatrix * | Compute_BEBj (double i, double j, double k) |
| void | Compute_Kl () |
| void | Update_A () |
Tetrahedron, 3d constant stress, for Finite Element methods. Uses the parametric element theory.
| void chrono::ChFelem_TetraLinear::Compute_Ematr | ( | double | E, |
| double | v, | ||
| double | G, | ||
| double | l, | ||
| double | u | ||
| ) | [virtual] |
Compute the constitutive matrix
Implements chrono::ChFelem.
CHRONO::ENGINE