Flow123d  master-f44eb46
Public Member Functions | Public Attributes | List of all members
DualPorosity::EqData Class Reference

DualPorosity data. More...

#include <dual_porosity.hh>

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

Public Member Functions

 EqData ()
 Constructor. More...
 
- Public Member Functions inherited from ReactionTerm::EqData
 EqData ()
 Constructor. More...
 

Public Attributes

double scheme_tolerance_
 Dual porosity computational scheme tolerance. More...
 
TimeGovernortime_
 TimeGovernor object shared with assembly classes. 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 87 of file dual_porosity.hh.

Constructor & Destructor Documentation

◆ EqData()

DualPorosity::EqData::EqData ( )

Constructor.

Definition at line 111 of file dual_porosity.cc.

Member Data Documentation

◆ scheme_tolerance_

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 98 of file dual_porosity.hh.

◆ time_

TimeGovernor* DualPorosity::EqData::time_

TimeGovernor object shared with assembly classes.

Definition at line 101 of file dual_porosity.hh.


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