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

UnaryDegradationReaction Class Reference

#include <UnaryDegradationReaction.h>

Inheritance diagram for UnaryDegradationReaction:

Inheritance graph
[legend]
Collaboration diagram for UnaryDegradationReaction:

Collaboration graph
[legend]
List of all members.

Public Methods

 UnaryDegradationReaction (Chemical *UnstableChemical, RateConstant *k_deg, std::string reactionName)
virtual ~UnaryDegradationReaction ()
double GetRate () const
std::vector< JElement * > * GetChemicalJacobian ()
void SetTeXForm ()

Protected Attributes

int k_deg
int UnstableChemical

Constructor & Destructor Documentation

UnaryDegradationReaction::UnaryDegradationReaction Chemical   UnstableChemical,
RateConstant   k_deg,
std::string    reactionName
 

Definition at line 11 of file UnaryDegradationReaction.cpp.

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

UnaryDegradationReaction::~UnaryDegradationReaction   [virtual]
 

Definition at line 30 of file UnaryDegradationReaction.cpp.


Member Function Documentation

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

Implements Reaction.

Definition at line 55 of file UnaryDegradationReaction.cpp.

References Reaction::chemicalJacobian, Reaction::chemicals, k_deg, Reaction::rateConstants, and UnstableChemical.

double UnaryDegradationReaction::GetRate   const [virtual]
 

Implements Reaction.

Definition at line 35 of file UnaryDegradationReaction.cpp.

References Reaction::chemicals, k_deg, Reaction::rateConstants, and UnstableChemical.

void UnaryDegradationReaction::SetTeXForm   [virtual]
 

Implements Reaction.

Definition at line 40 of file UnaryDegradationReaction.cpp.

References Reaction::chemicals, k_deg, Reaction::m_sTeXForm, Reaction::rateConstants, and UnstableChemical.

Referenced by UnaryDegradationReaction.


Member Data Documentation

int UnaryDegradationReaction::k_deg [protected]
 

Definition at line 24 of file UnaryDegradationReaction.h.

Referenced by GetChemicalJacobian, GetRate, and SetTeXForm.

int UnaryDegradationReaction::UnstableChemical [protected]
 

Definition at line 25 of file UnaryDegradationReaction.h.

Referenced by GetChemicalJacobian, GetRate, and SetTeXForm.


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