OGS
ProcessLib::ThermoRichardsMechanics::ConstitutiveStress_StrainTemperature::EffectiveStressData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::ThermoRichardsMechanics::ConstitutiveStress_StrainTemperature::EffectiveStressData< DisplacementDim >

Definition at line 30 of file SolidMechanics.h.

#include <SolidMechanics.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

KelvinVector< DisplacementDim > sigma_eff = KV::KVzero<DisplacementDim>()
 

Member Function Documentation

◆ reflect()

template<int DisplacementDim>
static auto ProcessLib::ThermoRichardsMechanics::ConstitutiveStress_StrainTemperature::EffectiveStressData< DisplacementDim >::reflect ( )
inlinestatic

Definition at line 35 of file SolidMechanics.h.

36 {
37 using Self = EffectiveStressData<DisplacementDim>;
38
40 &Self::sigma_eff);
41 }
auto reflectWithName(std::string name, Member Class::*member)

References ProcessLib::Reflection::reflectWithName().

Member Data Documentation

◆ sigma_eff


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