OGS
ProcessLib::TH2M::ConstitutiveRelations::FluidEnthalpyData Struct Reference

Detailed Description

Definition at line 26 of file Enthalpy.h.

#include <Enthalpy.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

double h_G = nan
 
double h_L = nan
 

Member Function Documentation

◆ reflect()

static auto ProcessLib::TH2M::ConstitutiveRelations::FluidEnthalpyData::reflect ( )
inlinestatic

Definition at line 31 of file Enthalpy.h.

32 {
33 using Self = FluidEnthalpyData;
34 namespace R = ProcessLib::Reflection;
35
36 return std::tuple{R::makeReflectionData("enthalpy_gas", &Self::h_G),
37 R::makeReflectionData("enthalpy_liquid", &Self::h_L)};
38 }

Member Data Documentation

◆ h_G

◆ h_L


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