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

Detailed Description

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

Definition at line 70 of file ConstitutiveData.h.

#include <ConstitutiveData.h>

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

Public Member Functions

StatefulDataPrev< DisplacementDim > & operator= (StatefulData< DisplacementDim > const &state)
 

Public Attributes

PrevState< SaturationDataS_L_data
 
PrevState< SwellingDataStateful< DisplacementDim > > swelling_data
 
PrevState< ProcessLib::ConstitutiveRelations::StressData< DisplacementDim > > eff_stress_data
 
PrevState< MechanicalStrainData< DisplacementDim > > mechanical_strain_data
 
PrevState< PureLiquidDensityDatarho_W_LR
 
PrevState< ConstituentDensityDataconstituent_density_data
 
PrevState< InternalEnergyDatainternal_energy_data
 

Member Function Documentation

◆ operator=()

template<int DisplacementDim>
StatefulDataPrev< DisplacementDim > & ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::operator= ( StatefulData< DisplacementDim > const & state)
inline

Definition at line 81 of file ConstitutiveData.h.

83 {
84 S_L_data = state.S_L_data;
85 swelling_data = state.swelling_data;
86 eff_stress_data = state.eff_stress_data;
87 mechanical_strain_data = state.mechanical_strain_data;
88 rho_W_LR = state.rho_W_LR;
89 constituent_density_data = state.constituent_density_data;
90 internal_energy_data = state.internal_energy_data;
91
92 return *this;
93 }
PrevState< MechanicalStrainData< DisplacementDim > > mechanical_strain_data
PrevState< ProcessLib::ConstitutiveRelations::StressData< DisplacementDim > > eff_stress_data
PrevState< ConstituentDensityData > constituent_density_data
PrevState< SwellingDataStateful< DisplacementDim > > swelling_data

References ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::constituent_density_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::constituent_density_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::eff_stress_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::eff_stress_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::internal_energy_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::internal_energy_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::mechanical_strain_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::mechanical_strain_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::rho_W_LR, ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::rho_W_LR, ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::S_L_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::S_L_data, ProcessLib::TH2M::ConstitutiveRelations::StatefulData< DisplacementDim >::swelling_data, and ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::swelling_data.

Member Data Documentation

◆ constituent_density_data

◆ eff_stress_data

◆ internal_energy_data

◆ mechanical_strain_data

template<int DisplacementDim>
PrevState<MechanicalStrainData<DisplacementDim> > ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::mechanical_strain_data

◆ rho_W_LR

◆ S_L_data

◆ swelling_data

template<int DisplacementDim>
PrevState<SwellingDataStateful<DisplacementDim> > ProcessLib::TH2M::ConstitutiveRelations::StatefulDataPrev< DisplacementDim >::swelling_data

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