OGS
ProcessLib::TH2M::ConstitutiveRelations::MassMoleFractionsData Struct Reference

Detailed Description

Definition at line 13 of file MassMoleFractions.h.

#include <MassMoleFractions.h>

Static Public Member Functions

static auto reflect ()

Public Attributes

double xnCG = nan
double xmCG = nan
double xnWL = nan
double xmWL = nan

Member Function Documentation

◆ reflect()

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

Definition at line 20 of file MassMoleFractions.h.

21 {
22 using Self = MassMoleFractionsData;
23 namespace R = ProcessLib::Reflection;
24
25 return std::tuple{
26 R::makeReflectionData("mole_fraction_liquid", &Self::xnWL),
27 R::makeReflectionData("mass_fraction_liquid", &Self::xmWL),
28 R::makeReflectionData("mole_fraction_gas", &Self::xnCG),
29 R::makeReflectionData("mass_fraction_gas", &Self::xmCG)};
30 }

Member Data Documentation

◆ xmCG

◆ xmWL

◆ xnCG

◆ xnWL

double ProcessLib::TH2M::ConstitutiveRelations::MassMoleFractionsData::xnWL = nan

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