Flow123d
JS_before_hm-1873-g0cc6cc928
|
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 > water_content_saturated
Field< 3, FieldValue< 3 >::Scalar > water_content_residual
Field< 3, FieldValue< 3 >::Scalar > conductivity_richards
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 > genuchten_p_head_scale
Lumped mixed-hybrid model of linear Darcy flow, possibly unsteady.
std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > conductivity_ptr
VectorMPI water_content_previous_time
Field< 3, FieldValue< 3 >::Scalar > water_content
Output class for darcy_flow_mh model.
Basic time management functionality for unsteady (and steady) solvers (class Equation).
std::shared_ptr< EqData > data_
std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > water_content_ptr
static const Input::Type::Record & get_input_type()
static const int registrar
Registrar of class to factory.
Field< 3, FieldValue< 3 >::Scalar > genuchten_n_exponent
Mixed-hybrid model of linear Darcy flow, possibly unsteady.
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
void initialize_specific() override