OGS
MaterialLib::Solids::Ehlers::DamageProperties Struct Reference

Detailed Description

Evaluated DamagePropertiesParameters container, see its documentation for details.

Definition at line 167 of file Ehlers.h.

#include <Ehlers.h>

Public Member Functions

 DamageProperties (double const t, ParameterLib::SpatialPosition const &x, DamagePropertiesParameters const &dp)

Public Attributes

double const alpha_d
double const beta_d
double const h_d

Constructor & Destructor Documentation

◆ DamageProperties()

MaterialLib::Solids::Ehlers::DamageProperties::DamageProperties ( double const t,
ParameterLib::SpatialPosition const & x,
DamagePropertiesParameters const & dp )
inline

Definition at line 169 of file Ehlers.h.

172 : alpha_d(dp.alpha_d(t, x)[0]),
173 beta_d(dp.beta_d(t, x)[0]),
174 h_d(dp.h_d(t, x)[0])
175 {
176 }

References alpha_d, beta_d, and h_d.

Member Data Documentation

◆ alpha_d

double const MaterialLib::Solids::Ehlers::DamageProperties::alpha_d

Definition at line 177 of file Ehlers.h.

Referenced by DamageProperties().

◆ beta_d

double const MaterialLib::Solids::Ehlers::DamageProperties::beta_d

Definition at line 178 of file Ehlers.h.

Referenced by DamageProperties().

◆ h_d

double const MaterialLib::Solids::Ehlers::DamageProperties::h_d

Definition at line 179 of file Ehlers.h.

Referenced by DamageProperties().


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