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

TransformationReaction.h

Go to the documentation of this file.
00001 // TransformationReaction.h: interface for the TransformationReaction class.
00002 //
00004 
00005 #if !defined(AFX_TRANSFORMATIONREACTION_H__8230CA83_A9F5_41A0_A1D9_176E69543771__INCLUDED_)
00006 #define AFX_TRANSFORMATIONREACTION_H__8230CA83_A9F5_41A0_A1D9_176E69543771__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 #include "Reaction.h"
00013 using namespace std;
00014 
00015 class TransformationReaction : public Reaction  
00016 {
00017 public:
00018         TransformationReaction(Chemical *OldForm, Chemical *NewForm, RateConstant *k_trans, std::string reactionName);
00019         virtual ~TransformationReaction();
00020         double GetRate() const;
00021         std::vector<JElement *> *GetChemicalJacobian();
00022         void SetTeXForm();
00023 protected:
00024         int k_trans;
00025         int OldForm,NewForm;
00026 
00027 };
00028 
00029 #endif // !defined(AFX_TRANSFORMATIONREACTION_H__8230CA83_A9F5_41A0_A1D9_176E69543771__INCLUDED_)

Generated on Mon Nov 3 09:38:19 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002