Flow123d
JS_before_hm-2127-g0296217bc
|
Go to the documentation of this file.
8 #ifndef SRC_FLOW_RICHARDS_LMH_HH_
9 #define SRC_FLOW_RICHARDS_LMH_HH_
void accept_time_step() override
postprocess velocity field (add sources)
Field< 3, FieldValue< 3 >::Scalar > conductivity_richards
std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > conductivity_ptr
Field< 3, FieldValue< 3 >::Scalar > water_content
Field< 3, FieldValue< 3 >::Scalar > genuchten_p_head_scale
std::shared_ptr< EqData > eq_data_
void initial_condition_postprocess() override
bool zero_time_term(bool time_global=false) override
std::shared_ptr< SoilModelBase > soil_model_
Field< 3, FieldValue< 3 >::Scalar > water_content_residual
Field< 3, FieldValue< 3 >::Scalar > genuchten_n_exponent
Lumped mixed-hybrid model of linear Darcy flow, possibly unsteady.
VectorMPI water_content_previous_time
std::shared_ptr< EqFields > eq_fields_
Output class for darcy_flow_mh model.
Basic time management functionality for unsteady (and steady) solvers (class Equation).
static const Input::Type::Record & get_input_type()
static const int registrar
Registrar of class to factory.
Mixed-hybrid model of linear Darcy flow, possibly unsteady.
std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > water_content_ptr
Edge lumped mixed-hybrid solution of unsteady Darcy flow.
RichardsLMH(Mesh &mesh, const Input::Record in_rec, TimeGovernor *tm=nullptr)
Class template representing a field with values dependent on: point, element, and region.
void assembly_linear_system() override
Field< 3, FieldValue< 3 >::Scalar > water_content_saturated
void initialize_specific() override