|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
St. Venant Kirchhoff hyperelastic model. More...
#include <solid_material.hpp>
Public Types | |
| using | State = Empty |
| this material has no internal variables | |
Public Member Functions | |
| template<typename T , int dim> | |
| auto | operator() (State &, const tensor< T, dim, dim > &grad_u) const |
| stress calculation for a St. Venant Kirchhoff material model More... | |
Public Attributes | |
| double | density |
| density | |
| double | K |
| Bulk modulus. | |
| double | G |
| Shear modulus. | |
St. Venant Kirchhoff hyperelastic model.
Definition at line 62 of file solid_material.hpp.
|
inline |
stress calculation for a St. Venant Kirchhoff material model
| T | Type of the displacement gradient components (number-like) |
| [in] | grad_u | Displacement gradient |
Definition at line 75 of file solid_material.hpp.