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

Detailed Description

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

Definition at line 18 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>
auto ProcessLib::TH2M::ConstitutiveRelations::DiffusionVelocityData< DisplacementDim >::reflect ( )
inlinestatic

Definition at line 25 of file DiffusionVelocity.h.

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

Member Data Documentation

◆ d_CG

◆ d_CL

◆ d_WG

◆ d_WL


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