Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

CConstantSourceReaction Class Reference

#include <ConstantSourceReaction.h>

Inheritance diagram for CConstantSourceReaction:

Inheritance graph
[legend]
Collaboration diagram for CConstantSourceReaction:

Collaboration graph
[legend]
List of all members.

Public Methods

 CConstantSourceReaction (Chemical *ChangedChemical, RateConstant *k_source, std::string reactionName)
virtual ~CConstantSourceReaction ()
double GetRate () const
std::vector< JElement * > * GetChemicalJacobian ()
void SetTeXForm ()

Protected Attributes

int k_source
int ChangedChemical

Constructor & Destructor Documentation

CConstantSourceReaction::CConstantSourceReaction Chemical   ChangedChemical,
RateConstant   k_source,
std::string    reactionName
 

Definition at line 11 of file ConstantSourceReaction.cpp.

References Reaction::chemicalJacobian, Reaction::chemicals, Reaction::numberOfEachChemicalChangedByReaction, Reaction::rateConstants, and SetTeXForm.

CConstantSourceReaction::~CConstantSourceReaction   [virtual]
 

Definition at line 30 of file ConstantSourceReaction.cpp.


Member Function Documentation

std::vector< Reaction::JElement * > * CConstantSourceReaction::GetChemicalJacobian   [virtual]
 

Implements Reaction.

Definition at line 52 of file ConstantSourceReaction.cpp.

References ChangedChemical, Reaction::chemicalJacobian, and Reaction::chemicals.

double CConstantSourceReaction::GetRate   const [virtual]
 

Implements Reaction.

Definition at line 35 of file ConstantSourceReaction.cpp.

References k_source, and Reaction::rateConstants.

void CConstantSourceReaction::SetTeXForm   [virtual]
 

Implements Reaction.

Definition at line 40 of file ConstantSourceReaction.cpp.

References k_source, Reaction::m_sTeXForm, and Reaction::rateConstants.

Referenced by CConstantSourceReaction.


Member Data Documentation

int CConstantSourceReaction::ChangedChemical [protected]
 

Definition at line 24 of file ConstantSourceReaction.h.

Referenced by GetChemicalJacobian.

int CConstantSourceReaction::k_source [protected]
 

Definition at line 23 of file ConstantSourceReaction.h.

Referenced by GetRate, and SetTeXForm.


The documentation for this class was generated from the following files:
Generated on Mon Nov 3 10:01:40 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002