8 #ifndef SRC_FLOW_RICHARDS_LMH_HH_ 9 #define SRC_FLOW_RICHARDS_LMH_HH_ 11 #include <boost/exception/info.hpp> 99 void accept_time_step()
override;
105 bool zero_time_term(
bool time_global=
false)
override;
107 void initialize_specific()
override;
109 void initial_condition_postprocess()
override;
110 void assembly_linear_system()
override;
Output class for darcy_flow_mh model.
std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > water_content_ptr
Field< 3, FieldValue< 3 >::Scalar > conductivity_richards
Class template representing a field with values dependent on: point, element, and region...
std::shared_ptr< SoilModelBase > soil_model_
Lumped mixed-hybrid model of linear Darcy flow, possibly unsteady.
Mixed-hybrid model of linear Darcy flow, possibly unsteady.
Basic time management functionality for unsteady (and steady) solvers (class Equation).
VectorMPI water_content_previous_time
Field< 3, FieldValue< 3 >::Scalar > water_content
Edge lumped mixed-hybrid solution of unsteady Darcy flow.
Field< 3, FieldValue< 3 >::Scalar > water_content_saturated
std::shared_ptr< EqData > data_
Field< 3, FieldValue< 3 >::Scalar > genuchten_p_head_scale
Field< 3, FieldValue< 3 >::Scalar > water_content_residual
Field< 3, FieldValue< 3 >::Scalar > genuchten_n_exponent
std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > conductivity_ptr
static const int registrar
Registrar of class to factory.