MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ZombieMMenz.h
Go to the documentation of this file.
1 /**********************************************************************
2 ** This program is part of 'MOOSE', the
3 ** Messaging Object Oriented Simulation Environment.
4 ** Copyright (C) 2003-2014 Upinder S. Bhalla. and NCBS
5 ** It is made available under the terms of the
6 ** GNU Lesser General Public License version 2.1
7 ** See the file COPYING.LIB for the full notice.
8 **********************************************************************/
9 
10 #ifndef _ZOMBIE_MM_ENZ_H
11 #define _ZOMBIE_MM_ENZ_H
12 
18 class ZombieMMenz: public EnzBase
19 {
20  public:
21  ZombieMMenz();
22 
24  // Field assignment stuff: All override virtual funcs
26 
27  void vSetKm( const Eref& e, double v );
28  double vGetKm( const Eref& e ) const;
29  void vSetNumKm( const Eref& e, double v );
30  double vGetNumKm( const Eref& e ) const;
31  void vSetKcat( const Eref& e, double v );
32  double vGetKcat( const Eref& e ) const;
33 
35  // Dest funcs: All override virtual funcs
37 
38  // void vRemesh( const Eref& e );
39 
41  // Utility funcs
43 
46  void setSolver( Id solver, Id orig );
47 
48  static const Cinfo* initCinfo();
49  private:
51  double Km_;
52 };
53 
54 #endif // _ZOMBIE_MM_ENZ_H
void vSetKm(const Eref &e, double v)
Definition: ZombieMMenz.cpp:97
double vGetNumKm(const Eref &e) const
void setSolver(Id solver, Id orig)
void vSetKcat(const Eref &e, double v)
Definition: Stoich.h:49
static const Cinfo * initCinfo()
Definition: ZombieMMenz.cpp:27
double vGetKm(const Eref &e) const
double Km_
Definition: ZombieMMenz.h:51
Definition: Eref.h:26
Stoich * stoich_
Definition: ZombieMMenz.h:50
double vGetKcat(const Eref &e) const
Definition: Id.h:17
void vSetNumKm(const Eref &e, double v)
Definition: Cinfo.h:18