|
Flow123d
DF_patch_fe_darcy_complete-579fe1e
|
DualPorosity data. More...
#include <dual_porosity.hh>


Public Types | |
| typedef DualPorosity::EqFields | EqFields |
Public Member Functions | |
| EqData (std::shared_ptr< EqFields > eq_fields) | |
| Constructor. More... | |
Public Member Functions inherited from ReactionTerm::EqData | |
| EqData () | |
| Constructor. More... | |
Public Attributes | |
| std::shared_ptr< EqFields > | eq_fields_ |
| Shared pointer of EqFields. More... | |
| double | scheme_tolerance_ |
| Dual porosity computational scheme tolerance. More... | |
| TimeGovernor * | time_ |
| TimeGovernor object shared with assembly classes. 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 87 of file dual_porosity.hh.
Definition at line 90 of file dual_porosity.hh.
| DualPorosity::EqData::EqData | ( | std::shared_ptr< EqFields > | eq_fields | ) |
Constructor.
Definition at line 111 of file dual_porosity.cc.
| std::shared_ptr<EqFields> DualPorosity::EqData::eq_fields_ |
Shared pointer of EqFields.
Definition at line 96 of file dual_porosity.hh.
| double DualPorosity::EqData::scheme_tolerance_ |
Dual porosity computational scheme tolerance.
According to this tolerance the analytical solution of dual porosity concentrations or simple forward difference approximation of concentrations is chosen for computation.
Definition at line 102 of file dual_porosity.hh.
| TimeGovernor* DualPorosity::EqData::time_ |
TimeGovernor object shared with assembly classes.
Definition at line 105 of file dual_porosity.hh.