Adds I/O fields for the Navier-Stokes model.
|
template<class IOFields , class PrimaryVariables , class ModelTraits , class FluidSystem > |
std::function< std::string(int, int)> | Dumux::createCellCenterPVNameFunction (const std::string ¶mGroup="") |
| helper function to determine the names of cell-centered primary variables of a model with staggered grid discretization More...
|
|
template<class IOFields , class PrimaryVariables , class ModelTraits , class FluidSystem > |
std::function< std::string(int, int)> | Dumux::createFacePVNameFunction (const std::string ¶mGroup="") |
| helper function to determine the names of primary variables on the cell faces of a model with staggered grid discretization More...
|
|