Flow123d
JS_before_hm-2199-g85616a0ec
|
DualPorosity data. More...
#include <sorption_base.hh>
Public Member Functions | |
EqData () | |
Collect all fields. More... | |
Public Member Functions inherited from ReactionTerm::EqData | |
EqData () | |
Constructor. More... | |
Public Attributes | |
std::vector< unsigned int > | substance_global_idx_ |
Mapping from local indexing of substances to global. More... | |
unsigned int | n_substances_ |
number of substances that take part in the sorption mode More... | |
Public Attributes inherited from ReactionTerm::EqData | |
SubstanceList | substances_ |
std::shared_ptr< DOFHandlerMultiDim > | dof_handler_ |
Pointer to DOF handler used through the reaction tree. More... | |
DualPorosity data.
Definition at line 123 of file sorption_base.hh.
SorptionBase::EqData::EqData | ( | ) |
Collect all fields.
Definition at line 142 of file sorption_base.cc.
unsigned int SorptionBase::EqData::n_substances_ |
number of substances that take part in the sorption mode
Definition at line 133 of file sorption_base.hh.
std::vector<unsigned int> SorptionBase::EqData::substance_global_idx_ |
Mapping from local indexing of substances to global.
Definition at line 131 of file sorption_base.hh.