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

Reaction data. More...

#include <reaction_term.hh>

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

Public Member Functions

 EqData ()
 Constructor. More...
 

Public Attributes

SubstanceList substances_
 
std::shared_ptr< DOFHandlerMultiDimdof_handler_
 Pointer to DOF handler used through the reaction tree. More...
 

Detailed Description

Reaction data.

Definition at line 77 of file reaction_term.hh.

Constructor & Destructor Documentation

◆ EqData()

ReactionTerm::EqData::EqData ( )

Constructor.

Definition at line 61 of file reaction_term.cc.

Member Data Documentation

◆ dof_handler_

std::shared_ptr<DOFHandlerMultiDim> ReactionTerm::EqData::dof_handler_

Pointer to DOF handler used through the reaction tree.

Definition at line 91 of file reaction_term.hh.

◆ substances_

SubstanceList ReactionTerm::EqData::substances_

Names belonging to substances.

Must be same as in the transport.

Definition at line 88 of file reaction_term.hh.


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