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

Detailed Description

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

Data whose state must be tracked by the process.

Definition at line 49 of file ConstitutiveData.h.

#include <ConstitutiveData.h>

Collaboration diagram for ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >:
[legend]

Static Public Member Functions

static auto reflect ()
 

Public Attributes

SaturationData S_L_data
 
SwellingDataStateful< DisplacementDim > swelling_data
 
ProcessLib::ConstitutiveRelations::StressData< DisplacementDim > eff_stress_data
 
MechanicalStrainData< DisplacementDim > mechanical_strain_data
 
PureLiquidDensityData rho_W_LR
 
ConstituentDensityData constituent_density_data
 
InternalEnergyData internal_energy_data
 

Member Function Documentation

◆ reflect()

template<int DisplacementDim>
static auto ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::reflect ( )
inlinestatic

Definition at line 60 of file ConstitutiveData.h.

61 {
62 using Self = StatefulData<DisplacementDim>;
63
65 &Self::S_L_data, &Self::swelling_data, &Self::eff_stress_data);
66 }
auto reflectWithoutName(Accessors &&... accessors)

References ProcessLib::Reflection::reflectWithoutName().

Member Data Documentation

◆ constituent_density_data

template<int DisplacementDim>
ConstituentDensityData ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::constituent_density_data

◆ eff_stress_data

◆ internal_energy_data

template<int DisplacementDim>
InternalEnergyData ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::internal_energy_data

◆ mechanical_strain_data

template<int DisplacementDim>
MechanicalStrainData<DisplacementDim> ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::mechanical_strain_data

◆ rho_W_LR

◆ S_L_data

◆ swelling_data

template<int DisplacementDim>
SwellingDataStateful<DisplacementDim> ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::swelling_data

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