OGS
ProcessLib::TH2M::ConstitutiveRelations::TransportPorosityData Struct Reference

Detailed Description

#include <TransportPorosity.h>

Static Public Member Functions

static auto reflect ()

Public Attributes

double phi = nan

Member Function Documentation

◆ reflect()

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

Definition at line 24 of file TH2M/ConstitutiveRelations/TransportPorosity.h.

25 {
26 using Self = TransportPorosityData;
27 namespace R = ProcessLib::Reflection;
28
29 return std::tuple{
30 R::makeReflectionData("transport_porosity", &Self::phi)};
31 }

Member Data Documentation

◆ phi


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