24#ifndef DUMUX_FVPRESSUREVELOCITY2P_HH
25#define DUMUX_FVPRESSUREVELOCITY2P_HH
52 velocity_.initialize();
53 velocity_.calculateVelocity();
64 velocity_.calculateVelocity();
75 template<
class MultiWriter>
79 velocity_.addOutputVtkFields(writer);
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property (equivalent to old macro GET_PROP_TYPE(....
Definition: propertysystem.hh:149
Finite Volume discretization of a two-phase flow pressure equation of the sequential IMPES model.
Definition: 2p/sequential/diffusion/cellcentered/pressure.hh:113
void addOutputVtkFields(MultiWriter &writer)
Adds pressure output to the output file.
Definition: 2p/sequential/diffusion/cellcentered/pressure.hh:415
void update()
Pressure update.
Definition: 2p/sequential/diffusion/cellcentered/pressure.hh:263
Two-phase finite volume model.
Definition: 2p/sequential/diffusion/cellcentered/pressurevelocity.hh:40
void addOutputVtkFields(MultiWriter &writer)
Adds velocity output to the output file.
Definition: 2p/sequential/diffusion/cellcentered/pressurevelocity.hh:76
void initialize()
Initializes the pressure model.
Definition: 2p/sequential/diffusion/cellcentered/pressurevelocity.hh:49
void update()
Pressure update.
Definition: 2p/sequential/diffusion/cellcentered/pressurevelocity.hh:61
FVPressureVelocity2P(Problem &problem)
Constructs a FVPressure2P object.
Definition: 2p/sequential/diffusion/cellcentered/pressurevelocity.hh:86
The finite volume base class for the solution of a pressure equation.
Definition: sequential/cellcentered/pressure.hh:49
void initialize()
Initialize pressure model.
Definition: sequential/cellcentered/pressure.hh:213
Base class for finite volume velocity reconstruction.
Definition: sequential/cellcentered/velocity.hh:48
Defines the properties required for (immiscible) two-phase sequential models.
Finite Volume Diffusion Model.
Finite volume velocity reconstruction.