Flow123d
JS_before_hm-1822-gbb48b12e9
|
Go to the documentation of this file.
23 #ifndef DUAL_POROSITY_H_
24 #define DUAL_POROSITY_H_
151 #endif //DUAL_POROSITY_H_
static const int registrar
Registrar of class to factory.
void initialize() override
Prepares the object to usage.
FieldFEScalarVec conc_immobile_fe
Underlaying FieldFE for each substance of conc_immobile.
double scheme_tolerance_
Dual porosity computational scheme tolerance.
void compute_reaction(const DHCellAccessor &dh_cell) override
Compute reaction on a single element.
void update_solution(void) override
Class representing dual porosity model in transport.
void make_reactions()
Resolves construction of following reactions.
std::shared_ptr< ReactionTerm > reaction_mobile
Reaction running in mobile zone.
MultiField< 3, FieldValue< 3 >::Scalar > diffusion_rate_immobile
Mass transfer coefficients between mobile and immobile pores.
Field< 3, FieldValue< 3 >::Scalar > porosity_immobile
Immobile porosity field.
~DualPorosity(void)
Destructor.
Container for various descendants of FieldCommonBase.
void set_initial_condition()
Sets initial condition from input.
std::shared_ptr< ReactionTerm > reaction_immobile
Reaction running in immobile zone.
void output_data(void) override
Main output routine.
void zero_time_step() override
Cell accessor allow iterate over DOF handler cells.
static const Input::Type::Record & get_input_type()
EqData()
Collect all fields.
MultiField< 3, FieldValue< 3 >::Scalar > conc_immobile
Calculated concentrations in the immobile zone.
Class for representation of a vector of fields of the same physical quantity.
MultiField< 3, FieldValue< 3 >::Scalar > init_conc_immobile
Initial concentrations in the immobile zone.
void initialize_fields()
Initializes field sets.
Class template representing a field with values dependent on: point, element, and region.
EquationOutput output_fields
Fields indended for output, i.e. all input fields plus those representing solution.
std::vector< std::shared_ptr< FieldFE< 3, FieldValue< 3 >::Scalar > > > FieldFEScalarVec
Class ReactionTerm is an abstract class representing reaction term in transport.
Field< 3, FieldValue< 3 >::Scalar > porosity
Porosity field.
ReactionTerm FactoryBaseType