8 #ifndef SRC_FLOW_RICHARDS_LMH_HH_ 9 #define SRC_FLOW_RICHARDS_LMH_HH_
void initialize_specific() override
void postprocess() override
Class template representing a field with values dependent on: point, element, and region...
bool zero_time_term(bool time_global=false) override
std::shared_ptr< SoilModelBase > soil_model_
VectorMPI postprocess_side_sources
VectorMPI water_content_previous_time
void prepare_new_time_step() override
postprocess velocity field (add sources)
VecScatter solution_2_edge_scatter_
PETSC scatter from the solution vector to the parallel edge vector with ghost values.
void setup_time_term() override
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
static const Input::Type::Record & get_input_type()
Field< 3, FieldValue< 3 >::Scalar > genuchten_n_exponent
void read_initial_condition() override
void assembly_linear_system() override
mixed-hybrid model of linear Darcy flow, possibly unsteady.
static const int registrar
Registrar of class to factory.
RichardsLMH(Mesh &mesh, const Input::Record in_rec)
VectorMPI water_content_previous_it
void assembly_source_term() override
Source term is implemented differently in LMH version.
Mixed-hybrid of steady Darcy flow with sources and variable density.