![]() |
NuTo
Numerics Tool
|
Classes | |
| class | EvolutionImplicit |
| Explicit evolution equation for the NuTo::LocalIsotropicDamageLaw that implements \[ \kappa(\boldsymbol \varepsilon) = \max \left(\kappa, \varepsilon_\text{eq}(\boldsymbol \varepsilon) \right) \] . More... | |
| class | LinearElastic |
| class | LinearElasticDamage |
| Applies an isotropic damage variable to the linear elastic hookes law. More... | |
| class | LocalIsotropicDamage |
| Local damage law with an isotropic damage variable. More... | |
| struct | MechanicsInterface |
Enumerations | |
| enum | eDamageApplication { FULL, UNILATERAL } |
Functions | |
| std::tuple< double, double, double > | CalculateCoefficients2DPlaneStress (double E, double Nu) |
| calculate coefficients of the PLANE_STRESS 2D material matrix More... | |
| std::tuple< double, double, double > | CalculateCoefficients3D (double E, double Nu) |
| calculate coefficients of the 3D material matrix More... | |
|
inline |
calculate coefficients of the PLANE_STRESS 2D material matrix
| E | Young's modulus |
| Nu | Poisson's ratio |
|
inline |
calculate coefficients of the 3D material matrix
| E | Young's modulus |
| Nu | Poisson's ratio |
1.8.11