Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Types | 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 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< EqFieldseq_fields_
 Shared pointer of EqFields. More...
 
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.

Member Typedef Documentation

◆ EqFields

Definition at line 90 of file dual_porosity.hh.

Constructor & Destructor Documentation

◆ EqData()

DualPorosity::EqData::EqData ( std::shared_ptr< EqFields eq_fields)

Constructor.

Definition at line 111 of file dual_porosity.cc.

Member Data Documentation

◆ eq_fields_

std::shared_ptr<EqFields> DualPorosity::EqData::eq_fields_

Shared pointer of EqFields.

Definition at line 96 of file dual_porosity.hh.

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

◆ time_

TimeGovernor* DualPorosity::EqData::time_

TimeGovernor object shared with assembly classes.

Definition at line 105 of file dual_porosity.hh.


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