19 #ifndef HC_EXPLICIT_SEQUENTIAL_HH_
20 #define HC_EXPLICIT_SEQUENTIAL_HH_
95 std::shared_ptr<DarcyFlowInterface>
water;
static Input::Type::Abstract & get_input_type()
Common abstract parent of all Field<...> classes.
Class for solution of steady or unsteady flow with sequentially coupled explicit transport.
void advection_process_step(AdvectionData &pdata)
std::vector< AdvectionData > processes_
solute transport with chemistry through operator splitting
static const Input::Type::Record & get_input_type()
Mesh * mesh
mesh common to darcy flow and transport
AdvectionPtr make_advection_process(std::string process_key)
static const int registrar
HC_ExplicitSequential(Input::Record in_record)
void flow_step(double requested_time)
FieldCommon * water_content_saturated_
FieldCommon * water_content_p0_
std::shared_ptr< AdvectionProcessBase > AdvectionPtr
std::shared_ptr< DarcyFlowInterface > water
steady or unsteady water flow simulator based on MH scheme
Abstract base class for equation clasess.
AdvectionData(AdvectionPtr p)