OGS
ProcessLib::TH2M::ConstitutiveRelations::SwellingDataStateful< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::TH2M::ConstitutiveRelations::SwellingDataStateful< DisplacementDim >

Definition at line 20 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::TH2M::ConstitutiveRelations::SwellingDataStateful< DisplacementDim >::reflect ( )
inlinestatic

Definition at line 24 of file Swelling.h.

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

References ProcessLib::Reflection::reflectWithName().

Member Data Documentation

◆ sigma_sw

template<int DisplacementDim>
KelvinVector<DisplacementDim> ProcessLib::TH2M::ConstitutiveRelations::SwellingDataStateful< DisplacementDim >::sigma_sw = KV::KVzero<DisplacementDim>()

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