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

Detailed Description

Evaluated DamagePropertiesParameters container, see its documentation for details.

Definition at line 171 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 173 of file Ehlers.h.

176 : alpha_d(dp.alpha_d(t, x)[0]),
177 beta_d(dp.beta_d(t, x)[0]),
178 h_d(dp.h_d(t, x)[0])
179 {
180 }

References alpha_d, beta_d, and h_d.

Member Data Documentation

◆ alpha_d

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

Definition at line 181 of file Ehlers.h.

Referenced by DamageProperties().

◆ beta_d

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

Definition at line 182 of file Ehlers.h.

Referenced by DamageProperties().

◆ h_d

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

Definition at line 183 of file Ehlers.h.

Referenced by DamageProperties().


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