OGS
MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties Struct Referencefinal

Detailed Description

Evaluated MaterialPropertiesParameters container, see its documentation for details.

Definition at line 78 of file CohesiveZoneModeI.h.

#include <CohesiveZoneModeI.h>

Public Member Functions

 MaterialProperties (double const t, ParameterLib::SpatialPosition const &x, MaterialPropertiesParameters const &mp)

Public Attributes

double const Kn
double const Ks
double const Gc
double const t_np
double const w_np
double const w_nf

Constructor & Destructor Documentation

◆ MaterialProperties()

MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties::MaterialProperties ( double const t,
ParameterLib::SpatialPosition const & x,
MaterialPropertiesParameters const & mp )
inline

Definition at line 80 of file CohesiveZoneModeI.h.

82 : Kn(mp.normal_stiffness(t, x)[0]),
83 Ks(mp.shear_stiffness(t, x)[0]),
84 Gc(mp.fracture_toughness(t, x)[0]),
85 t_np(mp.peak_normal_traction(t, x)[0]),
86 w_np(mp.fracture_opening_at_peak_traction(t, x)),
87 w_nf(mp.fracture_opening_at_residual_traction(t, x))
88 {
89 }

References Gc, Kn, Ks, t_np, w_nf, and w_np.

Member Data Documentation

◆ Gc

double const MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties::Gc

Definition at line 93 of file CohesiveZoneModeI.h.

Referenced by MaterialProperties().

◆ Kn

double const MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties::Kn

Definition at line 91 of file CohesiveZoneModeI.h.

Referenced by MaterialProperties().

◆ Ks

double const MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties::Ks

Definition at line 92 of file CohesiveZoneModeI.h.

Referenced by MaterialProperties().

◆ t_np

double const MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties::t_np

Definition at line 94 of file CohesiveZoneModeI.h.

Referenced by MaterialProperties().

◆ w_nf

double const MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties::w_nf

Definition at line 96 of file CohesiveZoneModeI.h.

Referenced by MaterialProperties().

◆ w_np

double const MaterialLib::Fracture::CohesiveZoneModeI::MaterialProperties::w_np

Definition at line 95 of file CohesiveZoneModeI.h.

Referenced by MaterialProperties().


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