Flow123d
master-f44eb46
|
Reaction data. More...
#include <reaction_term.hh>
Public Member Functions | |
EqData () | |
Constructor. More... | |
Public Attributes | |
SubstanceList | substances_ |
std::shared_ptr< DOFHandlerMultiDim > | dof_handler_ |
Pointer to DOF handler used through the reaction tree. More... | |
Reaction data.
Definition at line 77 of file reaction_term.hh.
ReactionTerm::EqData::EqData | ( | ) |
Constructor.
Definition at line 61 of file reaction_term.cc.
std::shared_ptr<DOFHandlerMultiDim> ReactionTerm::EqData::dof_handler_ |
Pointer to DOF handler used through the reaction tree.
Definition at line 91 of file reaction_term.hh.
SubstanceList ReactionTerm::EqData::substances_ |
Names belonging to substances.
Must be same as in the transport.
Definition at line 88 of file reaction_term.hh.