|
SuperDex Physics C++ API
|
Parameters for the Saint Venant-Kirchhoff (StVK) hyperelastic material model. More...
#include <st_venant_kirchhoff_params.h>
Public Member Functions | |
| bool | operator== (StVenantKirchhoffMaterialParams const &) const =default |
Public Attributes | |
| real | poissonRatio = kDefaultPoissonRatio |
| Poisson's ratio (dimensionless). | |
| MaterialPsdStrategy | psdStrategy = MaterialPsdStrategy::Projection |
| Strategy for ensuring positive semi-definite Hessian matrices. | |
| real | youngsModulus = kDefaultYoungsModulus |
| Young's modulus [Pa]. | |
Parameters for the Saint Venant-Kirchhoff (StVK) hyperelastic material model.
Classical non-linear hyperelastic material. Simpler than neo-Hookean but may exhibit instabilities under large deformations, particularly under large compression.
Definition at line 33 of file st_venant_kirchhoff_params.h.
|
default |
| real superdex::StVenantKirchhoffMaterialParams::poissonRatio = kDefaultPoissonRatio |
Poisson's ratio (dimensionless).
Definition at line 42 of file st_venant_kirchhoff_params.h.
| MaterialPsdStrategy superdex::StVenantKirchhoffMaterialParams::psdStrategy = MaterialPsdStrategy::Projection |
Strategy for ensuring positive semi-definite Hessian matrices.
Definition at line 49 of file st_venant_kirchhoff_params.h.
| real superdex::StVenantKirchhoffMaterialParams::youngsModulus = kDefaultYoungsModulus |