25#ifndef DUMUX_ONEP_IO_FIELDS_HH
26#define DUMUX_ONEP_IO_FIELDS_HH
39 template <
class OutputModule>
42 out.addVolumeVariable([](
const auto& volVars){
return volVars.pressure(); },
46 template <
class ModelTraits =
void,
class Flu
idSystem =
void,
class Sol
idSystem =
void>
A collection of input/output field names for common physical quantities.
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
std::string pressure(int phaseIdx) noexcept
I/O name of pressure for multiphase systems.
Definition: name.hh:34
Adds I/O fields specific to the one phase model.
Definition: porousmediumflow/1p/iofields.hh:37
static std::string primaryVariableName(int pvIdx=0, int state=0)
Definition: porousmediumflow/1p/iofields.hh:47
static void initOutputModule(OutputModule &out)
Definition: porousmediumflow/1p/iofields.hh:40