Default implementation of a velocity class. More...
#include <dumux/porousmediumflow/sequential/cellcentered/velocitydefault.hh>
Default implementation of a velocity class.
If the velocity is reconstructed in the pressure model this default implementation is used in the transport model.
| TypeTag | The Type Tag |
Public Member Functions | |
| FVVelocityDefault (Problem &problem) | |
| Constructs a FVVelocityDefault object. More... | |
| void | initialize () |
| For initialization. More... | |
| void | calculateVelocity (const Intersection &intersection, CellData &cellData) |
| Local velocity calculation. More... | |
| void | calculateVelocityOnBoundary (const Intersection &intersection, CellData &cellData) |
| Local velocity calculation. More... | |
| bool | calculateVelocityInTransport () |
| Indicates if velocity is reconstructed the transport step. More... | |
| template<class MultiWriter > | |
| void | addOutputVtkFields (MultiWriter &writer) |
| Adds velocity output to the output file. More... | |
|
inline |
Constructs a FVVelocityDefault object.
| problem | A problem class object |
|
inline |
Adds velocity output to the output file.
| MultiWriter | Class defining the output writer |
| writer | The output writer (usually a VTKMultiWriter object) |
|
inline |
Local velocity calculation.
|
inline |
Indicates if velocity is reconstructed the transport step.
|
inline |
Local velocity calculation.
|
inline |
For initialization.