![]() |
NuTo
Numerics Tool
|
Common material parameters for softening materials. More...
#include <SofteningMaterial.h>
Public Attributes | |
| double | E |
| Young's modulus [pressure]. More... | |
| double | nu |
| Poisson's ratio [-]. More... | |
| double | ft |
| tensile strength [pressure] More... | |
| double | fc |
| compressive strength [pressure] More... | |
| double | gf |
| fracture energy parameter [energy per area / pressure times length ] More... | |
| double | c |
| nonlocal radius c = l^2 [length] More... | |
| double | fMin |
| residual strength [pressure] More... | |
| ePlaneState | planeState = ePlaneState::PLANE_STRAIN |
| PLANE_STRAIN or PLANE_STRESS. More... | |
Common material parameters for softening materials.
| double NuTo::Material::Softening::c |
nonlocal radius c = l^2 [length]
| double NuTo::Material::Softening::E |
Young's modulus [pressure].
| double NuTo::Material::Softening::fc |
compressive strength [pressure]
| double NuTo::Material::Softening::fMin |
residual strength [pressure]
| double NuTo::Material::Softening::ft |
tensile strength [pressure]
| double NuTo::Material::Softening::gf |
fracture energy parameter [energy per area / pressure times length ]
| double NuTo::Material::Softening::nu |
Poisson's ratio [-].
| ePlaneState NuTo::Material::Softening::planeState = ePlaneState::PLANE_STRAIN |
PLANE_STRAIN or PLANE_STRESS.
1.8.11