Flow123d  JS_before_hm-2196-g9bdbf60c0
Public Member Functions | Public Attributes | List of all members
SorptionBase::EqData Class Reference

DualPorosity data. More...

#include <sorption_base.hh>

Inheritance diagram for SorptionBase::EqData:
Inheritance graph
[legend]
Collaboration diagram for SorptionBase::EqData:
Collaboration graph
[legend]

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< DOFHandlerMultiDimdof_handler_
 Pointer to DOF handler used through the reaction tree. More...
 

Detailed Description

DualPorosity data.

Definition at line 123 of file sorption_base.hh.

Constructor & Destructor Documentation

◆ EqData()

SorptionBase::EqData::EqData ( )

Collect all fields.

Definition at line 142 of file sorption_base.cc.

Member Data Documentation

◆ n_substances_

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.

◆ substance_global_idx_

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.


The documentation for this class was generated from the following files: