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 >

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

template<size_t N>
using CubbyFlow::SnowDeformationState< N >::MatrixType = Matrix<double, N, N>

Member Data Documentation

◆ elastic

◆ plastic


The documentation for this struct was generated from the following file: