Implementation of a interface velocity class for MPFA models. More...
#include <dumux/porousmediumflow/sequential/cellcentered/mpfa/velocityintransport.hh>
Implementation of a interface velocity class for MPFA models.
Allows to calculate the MPFA-velocity in the transport model. (Less efficient!)
| TypeTag | The Type Tag |
Public Member Functions | |
| FvMpfaVelocityInTransport (Problem &problem) | |
| Constructs a FvMpfaVelocityInTransport 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 FvMpfaVelocityInTransport 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.