Loading [MathJax]/jax/output/HTML-CSS/config.js
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 57 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
 
BishopsData chi_S_L
 
ProcessLib::ConstitutiveRelations::EffectiveStressData< DisplacementDim > eff_stress_data
 
MechanicalStrainData< DisplacementDim > mechanical_strain_data
 
PureLiquidDensityData rho_W_LR
 
ConstituentDensityData constituent_density_data
 
InternalEnergyData internal_energy_data
 
PorosityData porosity_data
 
TransportPorosityData transport_porosity_data
 

Member Function Documentation

◆ reflect()

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

Definition at line 71 of file ConstitutiveData.h.

72 {
73 using Self = StatefulData<DisplacementDim>;
74
75 return Reflection::reflectWithoutName(&Self::S_L_data,
76 &Self::swelling_data,
77 &Self::chi_S_L,
78 &Self::eff_stress_data,
79 &Self::porosity_data,
80 &Self::transport_porosity_data);
81 }
auto reflectWithoutName(Accessors &&... accessors)

References ProcessLib::Reflection::reflectWithoutName().

Member Data Documentation

◆ chi_S_L

◆ 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

◆ porosity_data

◆ rho_W_LR

◆ S_L_data

◆ swelling_data

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

◆ transport_porosity_data

template<int DisplacementDim>
TransportPorosityData ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::transport_porosity_data

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