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

Detailed Description

Evaluated MaterialPropertiesParameters container, see its documentation for details.

Definition at line 84 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 86 of file CohesiveZoneModeI.h.

88 : Kn(mp.normal_stiffness(t, x)[0]),
89 Ks(mp.shear_stiffness(t, x)[0]),
90 Gc(mp.fracture_toughness(t, x)[0]),
91 t_np(mp.peak_normal_traction(t, x)[0]),
92 w_np(mp.fracture_opening_at_peak_traction(t, x)),
93 w_nf(mp.fracture_opening_at_residual_traction(t, x))
94 {
95 }

Member Data Documentation

◆ Gc

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

Definition at line 99 of file CohesiveZoneModeI.h.

◆ Kn

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

Definition at line 97 of file CohesiveZoneModeI.h.

◆ Ks

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

Definition at line 98 of file CohesiveZoneModeI.h.

◆ t_np

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

Definition at line 100 of file CohesiveZoneModeI.h.

◆ w_nf

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

Definition at line 102 of file CohesiveZoneModeI.h.

◆ w_np

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

Definition at line 101 of file CohesiveZoneModeI.h.


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