13#ifndef DUMUX_POROUSMEDIUMFLOW_RICHARDS_VELOCITYOUTPUT_HH 
   14#define DUMUX_POROUSMEDIUMFLOW_RICHARDS_VELOCITYOUTPUT_HH 
   24template<
class Gr
idVariables, 
class FluxVariables>
 
   30    using ParentType::ParentType;
 
 
PorousMediumFlowVelocityOutput(const GridVariables &gridVariables)
Constructor initializes the static data with the initial solution.
Definition porousmediumflow/velocityoutput.hh:55
Velocity output policy for the Richards model.
Definition porousmediumflow/richards/velocityoutput.hh:26
int numFluidPhases() const override
Returns the number of phases.
Definition porousmediumflow/richards/velocityoutput.hh:33
Velocity output for porous media models.