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

Detailed Description

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

Definition at line 20 of file DiffusionVelocity.h.

#include <DiffusionVelocity.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

GlobalDimVector< DisplacementDim > d_CG
 
GlobalDimVector< DisplacementDim > d_WG
 
GlobalDimVector< DisplacementDim > d_CL
 
GlobalDimVector< DisplacementDim > d_WL
 

Member Function Documentation

◆ reflect()

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

Definition at line 27 of file DiffusionVelocity.h.

28 {
29 using Self = DiffusionVelocityData<DisplacementDim>;
30 namespace R = ProcessLib::Reflection;
31
32 return std::tuple{
33 R::makeReflectionData("diffusion_velocity_gas_gas", &Self::d_CG),
34 R::makeReflectionData("diffusion_velocity_vapour_gas", &Self::d_WG),
35 R::makeReflectionData("diffusion_velocity_solute_liquid",
36 &Self::d_CL),
37 R::makeReflectionData("diffusion_velocity_liquid_liquid",
38 &Self::d_WL)};
39 }

Member Data Documentation

◆ d_CG

template<int DisplacementDim>
GlobalDimVector<DisplacementDim> ProcessLib::TH2M::ConstitutiveRelations::DiffusionVelocityData< DisplacementDim >::d_CG

Definition at line 22 of file DiffusionVelocity.h.

◆ d_CL

template<int DisplacementDim>
GlobalDimVector<DisplacementDim> ProcessLib::TH2M::ConstitutiveRelations::DiffusionVelocityData< DisplacementDim >::d_CL

Definition at line 24 of file DiffusionVelocity.h.

◆ d_WG

template<int DisplacementDim>
GlobalDimVector<DisplacementDim> ProcessLib::TH2M::ConstitutiveRelations::DiffusionVelocityData< DisplacementDim >::d_WG

Definition at line 23 of file DiffusionVelocity.h.

◆ d_WL

template<int DisplacementDim>
GlobalDimVector<DisplacementDim> ProcessLib::TH2M::ConstitutiveRelations::DiffusionVelocityData< DisplacementDim >::d_WL

Definition at line 25 of file DiffusionVelocity.h.


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