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

Detailed Description

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

Definition at line 23 of file DarcyVelocity.h.

#include <DarcyVelocity.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

GlobalDimVector< DisplacementDim > w_GS
 
GlobalDimVector< DisplacementDim > w_LS
 

Member Function Documentation

◆ reflect()

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

Definition at line 28 of file DarcyVelocity.h.

29 {
30 using Self = DarcyVelocityData<DisplacementDim>;
31 namespace R = ProcessLib::Reflection;
32
33 return std::tuple{
34 R::makeReflectionData("velocity_gas", &Self::w_GS),
35 R::makeReflectionData("velocity_liquid", &Self::w_LS)};
36 }

Member Data Documentation

◆ w_GS

◆ w_LS


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