24#ifndef DUMUX_POROELASTIC_IO_FIELDS_HH
25#define DUMUX_POROELASTIC_IO_FIELDS_HH
38 template <
class OutputModule>
41 out.addVolumeVariable([](
const auto& volVars){
return volVars.displacement(); },
43 out.addVolumeVariable([](
const auto& volVars){
return volVars.porosity(); },
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 displacement() noexcept
I/O name of displacement.
Definition: name.hh:164
std::string porosity() noexcept
I/O name of porosity.
Definition: name.hh:139
Adds I/O fields specific to the poro-elastic model.
Definition: geomechanics/poroelastic/iofields.hh:36
static void initOutputModule(OutputModule &out)
Definition: geomechanics/poroelastic/iofields.hh:39