Flow123d
JS_before_hm-1728-g5d7ebd453
|
Go to the documentation of this file.
24 #ifndef SORPTION_BASE_H
25 #define SORPTION_BASE_H
65 <<
" does not match the number of substances.");
67 <<
"Scaling parameter in sorption is not positive. Check the input for rock density and molar mass of " << EI_Subst::val <<
". substance.\n" );
88 EqData(
const string &output_field_name,
const string &output_field_desc);
256 #endif //SORPTION_BASE_H
std::vector< double > table_limit_
static const Input::Type::Record & get_input_type()
EqData * data_
Pointer to equation data. The object is constructed in descendants.
std::shared_ptr< ReactionTerm > reaction_liquid
void initialize_substance_ids()
Reads names of substances from input and creates indexing to global vector of substance.
std::shared_ptr< ReactionTerm > reaction_solid
DECLARE_INPUT_EXCEPTION(ExcSubstanceCountMatch,<< "The size of the input array "<< EI_ArrayName::qval<< " does not match the number of substances.")
void clear_max_conc()
Sets max conc to zeros on all regins.
void initialize_from_input()
Initializes private members of sorption from the input record.
EquationOutput output_fields
Fields indended for output, i.e. all input fields plus those representing solution.
void initialize_fields()
Initializes field sets.
unsigned int n_interpolation_steps_
void update_max_conc()
Computes maximal aqueous concentration at the current step.
std::vector< double > solubility_vec_
MultiField< 3, FieldValue< 3 >::Enum > sorption_type
Discrete need Selection for initialization.
double no_sorbing_surface_cond
void isotherm_reinit(unsigned int i_subst, const ElementAccessor< 3 > &elm)
Reinitializes the isotherm.
void compute_reaction(const DHCellAccessor &dh_cell) override
Compute reaction on a single element.
void output_data(void) override
Output method.
virtual void compute_common_ele_data(const ElementAccessor< 3 > &elem)=0
const Input::Type::Instance & make_output_type(const string &equation_name, const string &aditional_description="")
MultiField< 3, FieldValue< 3 >::Scalar > init_conc_solid
Initial sorbed concentrations.
EqData(const string &output_field_name, const string &output_field_desc)
Collect all fields.
Field< 3, FieldValue< 3 >::Scalar > rock_density
Rock matrix density.
static Input::Type::Instance make_output_type(const string &equation_name, const string &output_field_name, const string &output_field_desc)
void set_initial_condition()
Reads and sets initial condition for concentration in solid.
bool evaluate_time_constraint(FMT_UNUSED double &time_constraint) override
void zero_time_step() override
static const Input::Type::Selection & get_sorption_type_selection()
Field< 3, FieldValue< 3 >::Scalar > porosity
Porosity field copied from transport.
virtual ~SorptionBase(void)
Container for various descendants of FieldCommonBase.
FieldFEScalarVec conc_solid_fe
Underlaying FieldFE for each substance of conc_solid.
std::vector< std::vector< Isotherm > > isotherms
void update_solution(void) override
Updates the solution.
std::vector< unsigned int > substance_global_idx_
Mapping from local indexing of substances to global.
DECLARE_EXCEPTION(ExcNotPositiveScaling,<< "Scaling parameter in sorption is not positive. Check the input for rock density and molar mass of "<< EI_Subst::val<< ". substance.\n")
TYPEDEF_ERR_INFO(EI_ArrayName, std::string)
Cell accessor allow iterate over DOF handler cells.
FieldSet input_data_set_
Input data set - fields in this set are read from the input file.
unsigned int n_substances_
Class for representation of a vector of fields of the same physical quantity.
void isotherm_reinit_all(const ElementAccessor< 3 > &elm)
Calls isotherm_reinit for all isotherms.
std::vector< std::vector< double > > max_conc
MultiField< 3, FieldValue< 3 >::Scalar > conc_solid
Calculated sorbed concentrations, for output only.
void initialize() override
Prepares the object to usage.
Class template representing a field with values dependent on: point, element, and region.
MultiField< 3, FieldValue< 3 >::Scalar > isotherm_other
Langmuir sorption coeficients alpha (in fraction c_s = omega * (alpha*c_a)/(1- alpha*c_a)).
Class ReactionTerm is an abstract class representing reaction term in transport.
MultiField< 3, FieldValue< 3 >::Scalar > distribution_coefficient
Multiplication coefficients (k, omega) for all types of isotherms.
struct SorptionBase::CommonElementData common_ele_data