Loading...
Searching...
No Matches
CubbyFlow::SnowDeformationState< N > Struct Template Reference
Per-particle multiplicative deformation state for snow. More...
#include <Core/Particle/MPM/SnowConstitutiveModel.hpp>
Public Types | |
| using | MatrixType = Matrix< double, N, N > |
Public Attributes | |
| MatrixType | elastic = MatrixType::MakeIdentity() |
| MatrixType | plastic = MatrixType::MakeIdentity() |
Detailed Description
template<size_t N>
struct CubbyFlow::SnowDeformationState< N >
struct CubbyFlow::SnowDeformationState< N >
Per-particle multiplicative deformation state for snow.
Decomposes the total deformation gradient as F = F_E F_P, where elastic and plastic store F_E and F_P, respectively.
Member Typedef Documentation
◆ MatrixType
Member Data Documentation
◆ elastic
template<size_t N>
| MatrixType CubbyFlow::SnowDeformationState< N >::elastic = MatrixType::MakeIdentity() |
◆ plastic
template<size_t N>
| MatrixType CubbyFlow::SnowDeformationState< N >::plastic = MatrixType::MakeIdentity() |
The documentation for this struct was generated from the following file:
- Core/Particle/MPM/SnowConstitutiveModel.hpp
1.9.8