#include <dumux/freeflow/navierstokes/problem.hh>
|
| NavierStokesProblemImpl (std::shared_ptr< const GridGeometry > gridGeometry, std::shared_ptr< CouplingManager > couplingManager, const std::string ¶mGroup="") |
| The constructor. More...
|
|
| NavierStokesProblemImpl (std::shared_ptr< const GridGeometry > gridGeometry, const std::string ¶mGroup="") |
| The constructor for usage without a coupling manager. More...
|
|
◆ BoundaryFluxes
◆ BoundaryTypes
Export the boundary types.
◆ DirichletValues
◆ InitialValues
These types are used in place of the typical NumEqVector type. In the numeqvector assembly type, only one equation per DOF (face) is considered while the type here provides one entry for each world dimension.
◆ Sources
◆ NavierStokesProblemImpl() [1/2]
The constructor.
- Parameters
-
gridGeometry | The finite volume grid geometry |
couplingManager | The coupling manager (couples mass and momentum equations) |
paramGroup | The parameter group in which to look for runtime parameters first (default is "") |
◆ NavierStokesProblemImpl() [2/2]
The constructor for usage without a coupling manager.
- Parameters
-
gridGeometry | The finite volume grid geometry |
paramGroup | The parameter group in which to look for runtime parameters first (default is "") |
The documentation for this class was generated from the following file: