NuTo
Numerics Tool
Public Attributes | List of all members
NuTo::Material::Softening Struct Reference

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...
 

Detailed Description

Common material parameters for softening materials.

Remarks
For simplicity, we use the common short symbols here. For readability, we deviate from the naming convention (m... ) for members.

Member Data Documentation

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.


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