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

Detailed Description

Definition at line 20 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()

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

Definition at line 25 of file Enthalpy.h.

26 {
27 using Self = FluidEnthalpyData;
28 namespace R = ProcessLib::Reflection;
29
30 return std::tuple{R::makeReflectionData("enthalpy_gas", &Self::h_G),
31 R::makeReflectionData("enthalpy_liquid", &Self::h_L)};
32 }

Member Data Documentation

◆ h_G

◆ h_L


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