24#ifndef DUMUX_ONEEQ_IO_FIELDS_HH
25#define DUMUX_ONEEQ_IO_FIELDS_HH
38 template <
class OutputModule>
42 out.addVolumeVariable([](
const auto& v){
return v.viscosityTilde(); },
"nu_tilde");
46 template <
class ModelTraits,
class Flu
idSystem>
49 if (pvIdx < ModelTraits::dim() + 1)
50 return RANSIOFields::template primaryVariableName<ModelTraits, FluidSystem>(pvIdx, state);
make the local view function available whenever we use the grid geometry
Definition: adapt.hh:29
static void initOutputModule(OutputModule &out)
Initialize the RANS specific output fields.
Definition: dumux/freeflow/rans/iofields.hh:39
Adds I/O fields for the one-equation turbulence model by Spalart-Allmaras.
Definition: dumux/freeflow/rans/oneeq/iofields.hh:36
static void initOutputModule(OutputModule &out)
Initialize the OneEq specific output fields.
Definition: dumux/freeflow/rans/oneeq/iofields.hh:39
static std::string primaryVariableName(int pvIdx=0, int state=0)
return the names of the primary variables
Definition: dumux/freeflow/rans/oneeq/iofields.hh:47