OGS
ProcessLib::TH2M::ConstitutiveRelations::EnthalpyData Struct Reference

Detailed Description

Definition at line 19 of file Enthalpy.h.

#include <Enthalpy.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

double h_G = nan
 
double h_L = nan
 
double h_S = nan
 

Member Function Documentation

◆ reflect()

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

Definition at line 25 of file Enthalpy.h.

26 {
27 using Self = EnthalpyData;
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 R::makeReflectionData("enthalpy_solid", &Self::h_S)};
33 }

Member Data Documentation

◆ h_G

double ProcessLib::TH2M::ConstitutiveRelations::EnthalpyData::h_G = nan

◆ h_L

double ProcessLib::TH2M::ConstitutiveRelations::EnthalpyData::h_L = nan

◆ h_S

double ProcessLib::TH2M::ConstitutiveRelations::EnthalpyData::h_S = nan

Definition at line 23 of file Enthalpy.h.


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