25#ifndef DUMUX_FVPRESSUREVELOCITY1P_HH
26#define DUMUX_FVPRESSUREVELOCITY1P_HH
69 velocity_.calculateVelocity();
80 velocity_.calculateVelocity();
91 template<
class MultiWriter>
95 velocity_.addOutputVtkFields(writer);
104 ParentType(problem), velocity_(problem)
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
FVPressure1P(Problem &problem)
Constructs a FVPressure1P object.
Definition 1p/sequential/diffusion/cellcentered/pressure.hh:199
void update()
Pressure update.
Definition 1p/sequential/diffusion/cellcentered/pressure.hh:140
void addOutputVtkFields(MultiWriter &writer)
Adds pressure output to the output file.
Definition 1p/sequential/diffusion/cellcentered/pressure.hh:182
FVPressureVelocity1P(Problem &problem)
Definition 1p/sequential/diffusion/cellcentered/pressurevelocity.hh:103
void initialize()
Initializes the pressure model.
Definition 1p/sequential/diffusion/cellcentered/pressurevelocity.hh:66
void update()
Pressure update.
Definition 1p/sequential/diffusion/cellcentered/pressurevelocity.hh:77
void addOutputVtkFields(MultiWriter &writer)
Adds velocity output to the output file.
Definition 1p/sequential/diffusion/cellcentered/pressurevelocity.hh:92
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 the single phase sequential model.
Sequential OneP Model solving the equations for pressure and velocity separately.
Finite volume velocity reconstruction.