25#ifndef DUMUX_FVPRESSUREVELOCITY1P_HH
26#define DUMUX_FVPRESSUREVELOCITY1P_HH
69 velocity_.calculateVelocity();
80 velocity_.calculateVelocity();
91 template<
class MultiWriter>
95 velocity_.addOutputVtkFields(writer);
typename Properties::Detail::GetPropImpl< TypeTag, Property >::type::type GetPropType
get the type alias defined in the property
Definition: propertysystem.hh:150
Sequential OneP Model solving the equations for pressure and velocity separately.
Definition: 1p/sequential/diffusion/cellcentered/pressure.hh:57
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
Single Phase Finite Volume Model.
Definition: 1p/sequential/diffusion/cellcentered/pressurevelocity.hh:57
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
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 the single phase sequential model.
Finite Volume Diffusion Model.
Finite volume velocity reconstruction.