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

Detailed Description

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

Definition at line 22 of file Swelling.h.

#include <Swelling.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

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

Member Function Documentation

◆ reflect()

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

Definition at line 26 of file Swelling.h.

27 {
28 using Self = SwellingDataStateful<DisplacementDim>;
29
30 return ProcessLib::Reflection::reflectWithName("swelling_stress",
31 &Self::sigma_sw);
32 }
auto reflectWithName(std::string name, Member Class::*member)

References ProcessLib::Reflection::reflectWithName().

Member Data Documentation

◆ sigma_sw


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