Adds I/O fields for the Navier-Stokes model. More...
Go to the source code of this file.
Adds I/O fields for the Navier-Stokes model.
Classes | |
| class | Dumux::NavierStokesIOFields |
| Adds I/O fields for the Navier-Stokes model. More... | |
Namespaces | |
| namespace | Dumux |
Functions | |
| 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 | |
| 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 | |