Flow123d
JS_before_hm-1821-g587b1939c
|
Go to the documentation of this file.
48 ASSERT(
time_ !=
nullptr).error(
"Time governor has not been set yet.\n");
73 ASSERT(
time_ !=
nullptr).error(
"Time governor has not been set yet.\n");
unsigned int find_subst_name(const std::string &name)
arma::mat molar_mat_inverse_
Inverse of molar_matrix_.
void update_solution(void) override
Updates the solution.
arma::vec prev_conc_
Column vector storing previous concetrations on an element.
FirstOrderReactionBase(Mesh &init_mesh, Input::Record in_rec)
Constructor.
unsigned int n_substances_
Number of all transported substances. It is the dimension of the reaction matrix.
unsigned int size() const
#define ASSERT(expr)
Allow use shorter versions of macro names if these names is not used with external library.
Support classes for parallel programing.
~FirstOrderReactionBase(void)
Destructor.
virtual void compute_reaction(const DHCellAccessor &dh_cell) override
Computes the reaction on a specified element.
std::shared_ptr< DOFHandlerMultiDim > dof_handler_
Pointer to DOF handler used through the reaction tree.
#define ASSERT_LT(a, b)
Definition of comparative assert macro (Less Than)
arma::mat molar_matrix_
Diagonal matrix with molar masses of substances.
FieldFEScalarVec conc_mobile_fe
FieldFEs representing P0 interpolation of mobile concentration (passed from transport).
void initialize() override
Prepares the object to usage.
void zero_time_step() override
Moves the model to zero time.
SubstanceList substances_
Names belonging to substances.
virtual void assemble_ode_matrix(void)=0
Assembles the matrix of the ODEs.
virtual void initialize_from_input()=0
Initializes private members of sorption from the input record.
Cell accessor allow iterate over DOF handler cells.
Global macros to enhance readability and debugging, general constants.
LocDofVec get_loc_dof_indices() const
Returns the local indices of dofs associated to the cell on the local process.
arma::mat reaction_matrix_
Reaction matrix.
bool is_changed_dt() const
Class ReactionTerm is an abstract class representing reaction term in transport.
#define START_TIMER(tag)
Starts a timer with specified tag.
#define END_TIMER(tag)
Ends a timer with specified tag.
std::shared_ptr< LinearODESolver > linear_ode_solver_