OGS
TransportPorosityData.h
Go to the documentation of this file.
1
11#pragma once
12
14{
15
17{
18 double phi;
19
20 static auto reflect()
21 {
23 "transport_porosity", &TransportPorosityData::phi);
24 }
25};
26
27} // namespace ProcessLib::ThermoRichardsMechanics
auto reflectWithName(std::string name, Member Class::*member)