12#ifndef DUMUX_POROMECHANICS_POROELASTIC_IO_FIELDS_HH 
   13#define DUMUX_POROMECHANICS_POROELASTIC_IO_FIELDS_HH 
   26    template <
class OutputModule>
 
   29        out.addVolumeVariable([](
const auto& volVars){ 
return volVars.displacement(); },
 
   31        out.addVolumeVariable([](
const auto& volVars){ 
return volVars.porosity(); },
 
 
 
Adds I/O fields specific to the poro-elastic model.
Definition poromechanics/poroelastic/iofields.hh:24
static void initOutputModule(OutputModule &out)
Definition poromechanics/poroelastic/iofields.hh:27
A collection of input/output field names for common physical quantities.
std::string displacement() noexcept
I/O name of displacement.
Definition name.hh:152
std::string porosity() noexcept
I/O name of porosity.
Definition name.hh:127