#include <TauNetwork.h>
Inheritance diagram for CTauNetwork:
Public Methods | |
CTauNetwork () | |
CTauNetwork (CMixedReactionNetwork *pMixedNetwork) | |
virtual | ~CTauNetwork () |
int | GetNumberOfChemicals () const |
int | GetNumberOfReactions () const |
Chemical * | GetChemical (int chemicalNumber) |
virtual std::vector< double > * | GetReactionRates () |
virtual std::vector< Reaction * > * | GetReactions () |
virtual std::vector< Chemical * > * | GetChemicals () |
double | GetTOfTau () const |
Protected Attributes | |
CMixedReactionNetwork * | m_pMixedNetwork |
Chemical * | m_pChemTau |
Reaction * | m_pRxnTauReaction |
|
Definition at line 11 of file TauNetwork.cpp. |
|
Definition at line 16 of file TauNetwork.cpp. References CMixedReactionNetwork::GetNumberOfChemicals, m_pChemTau, m_pMixedNetwork, and m_pRxnTauReaction. |
|
Definition at line 25 of file TauNetwork.cpp. References m_pChemTau, and m_pRxnTauReaction. |
|
Reimplemented from ReactionNetwork. Definition at line 48 of file TauNetwork.cpp. References CMixedReactionNetwork::GetChemical, Chemical::GetChemicalNumber, m_pChemTau, and m_pMixedNetwork. |
|
Reimplemented from ReactionNetwork. Definition at line 99 of file TauNetwork.cpp. References ReactionNetwork::chemicals, CMixedReactionNetwork::GetChemicals, m_pChemTau, and m_pMixedNetwork. |
|
Reimplemented from ReactionNetwork. Definition at line 36 of file TauNetwork.cpp. References CMixedReactionNetwork::GetNumberOfChemicals, and m_pMixedNetwork. |
|
Reimplemented from ReactionNetwork. Definition at line 42 of file TauNetwork.cpp. References CMixedReactionNetwork::GetNumberOfReactions, and m_pMixedNetwork. |
|
Reimplemented from ReactionNetwork. Definition at line 62 of file TauNetwork.cpp. References Reaction::GetRate, CMixedReactionNetwork::GetReactionRates, CMixedReactionNetwork::GetTotalStochasticReactionProbability, m_pMixedNetwork, m_pRxnTauReaction, and ReactionNetwork::reactionRates. |
|
Reimplemented from ReactionNetwork. Definition at line 83 of file TauNetwork.cpp. References CMixedReactionNetwork::GetReactions, m_pMixedNetwork, m_pRxnTauReaction, and ReactionNetwork::reactions. |
|
Definition at line 31 of file TauNetwork.cpp. References Chemical::GetAmount, and m_pChemTau. Referenced by CMixedReactionMover::Move. |
|
Definition at line 31 of file TauNetwork.h. Referenced by CTauNetwork, GetChemical, GetChemicals, GetTOfTau, and ~CTauNetwork. |
|
Definition at line 30 of file TauNetwork.h. Referenced by CTauNetwork, GetChemical, GetChemicals, GetNumberOfChemicals, GetNumberOfReactions, GetReactionRates, and GetReactions. |
|
Definition at line 32 of file TauNetwork.h. Referenced by CTauNetwork, GetReactionRates, GetReactions, and ~CTauNetwork. |