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

Detailed Description

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

Definition at line 24 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 31 of file DiffusionVelocity.h.

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

Member Data Documentation

◆ d_CG

◆ d_CL

◆ d_WG

◆ d_WL


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