![]() |
OGS
|
|
Variables specific to the material model.
Definition at line 19 of file CohesiveZoneModeI.h.
#include <CohesiveZoneModeI.h>
Public Types | |
| using | P = ParameterLib::Parameter<double> |
| using | X = ParameterLib::SpatialPosition |
Public Member Functions | |
| MaterialPropertiesParameters (P const &normal_stiffness_, P const &shear_stiffness_, P const &fracture_toughness_, P const &peak_normal_traction_) | |
| double | fracture_opening_at_peak_traction (double const t, X const &x) const |
| Assuming initially stress-free state. | |
| double | fracture_opening_at_residual_traction (double const t, X const &x) const |
| Assuming initially stress-free state. | |
Public Attributes | |
| P const & | normal_stiffness |
| Normal stiffness given in units of stress per length. | |
| P const & | shear_stiffness |
| Shear stiffness given in units of stress per length. | |
| P const & | fracture_toughness |
| P const & | peak_normal_traction |
| using MaterialLib::Fracture::CohesiveZoneModeI::MaterialPropertiesParameters::P = ParameterLib::Parameter<double> |
Definition at line 21 of file CohesiveZoneModeI.h.
| using MaterialLib::Fracture::CohesiveZoneModeI::MaterialPropertiesParameters::X = ParameterLib::SpatialPosition |
Definition at line 22 of file CohesiveZoneModeI.h.
|
inline |
Definition at line 24 of file CohesiveZoneModeI.h.
References fracture_toughness, normal_stiffness, peak_normal_traction, and shear_stiffness.
|
inline |
Assuming initially stress-free state.
Definition at line 36 of file CohesiveZoneModeI.h.
References normal_stiffness, and peak_normal_traction.
|
inline |
Assuming initially stress-free state.
Definition at line 42 of file CohesiveZoneModeI.h.
References fracture_toughness, and peak_normal_traction.
| P const& MaterialLib::Fracture::CohesiveZoneModeI::MaterialPropertiesParameters::fracture_toughness |
Fracture toughness/critical energy release rate given in of stress times lengths.
The fracture toughness \(G_{c}\) denotes the total energy dissipation to resist a fracture. Graphically, its value equals to the total area below the bilinear curve.
Definition at line 64 of file CohesiveZoneModeI.h.
Referenced by MaterialPropertiesParameters(), and fracture_opening_at_residual_traction().
| P const& MaterialLib::Fracture::CohesiveZoneModeI::MaterialPropertiesParameters::normal_stiffness |
Normal stiffness given in units of stress per length.
Definition at line 54 of file CohesiveZoneModeI.h.
Referenced by MaterialPropertiesParameters(), and fracture_opening_at_peak_traction().
| P const& MaterialLib::Fracture::CohesiveZoneModeI::MaterialPropertiesParameters::peak_normal_traction |
Peak normal traction given in units of stress per length.
The peak tensile normal traction \(t_{n,p}\) denotes the maximum normal traction in the linear elastic phase. The corresponding normal fracture opening \(w_{n,p}\) then comes out according to the Hooke's law. With the proceeding of delamination over this opening threshold, damage takes place so that the bearing loading of the material linearly drops down.
Definition at line 73 of file CohesiveZoneModeI.h.
Referenced by MaterialPropertiesParameters(), fracture_opening_at_peak_traction(), and fracture_opening_at_residual_traction().
| P const& MaterialLib::Fracture::CohesiveZoneModeI::MaterialPropertiesParameters::shear_stiffness |
Shear stiffness given in units of stress per length.
Definition at line 56 of file CohesiveZoneModeI.h.
Referenced by MaterialPropertiesParameters().