|
Flow123d
|
STRUCTURE OF THE REACTION (ONE SPECIE) More...
#include <reaction.h>
Public Member Functions | |
| oReaction () | |
| ~oReaction () | |
| void | transport_reaction (double time_step, double ***conc, double ***pconc, int elm_pos, MaterialDatabase::Iter mtr, int sbi) |
| MAIN REACTION COMPUTATION (zero order) More... | |
Public Attributes | |
| int | id |
| int | substancei |
| int | type |
| double * | coef |
STRUCTURE OF THE REACTION (ONE SPECIE)
Definition at line 40 of file reaction.h.
| oReaction::oReaction | ( | ) |
| oReaction::~oReaction | ( | ) |
| void oReaction::transport_reaction | ( | double | time_step, |
| double *** | conc, | ||
| double *** | pconc, | ||
| int | elm_pos, | ||
| MaterialDatabase::Iter | material, | ||
| int | sbi | ||
| ) |
MAIN REACTION COMPUTATION (zero order)
input{Transport,elm_pos,sbi} perform reaction computation on element with elm_pos position
Definition at line 50 of file reaction.cc.
| double* oReaction::coef |
Definition at line 50 of file reaction.h.
| int oReaction::id |
Definition at line 47 of file reaction.h.
| int oReaction::substancei |
Definition at line 48 of file reaction.h.
| int oReaction::type |
Definition at line 49 of file reaction.h.
1.8.4