cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Fields
Hmole_rate_s Struct Reference
Collaboration diagram for Hmole_rate_s:
Collaboration graph
[legend]

Data Fields

int index
int nreactants
int nrates
int nproducts
int reactants [MAXREACTANTS]
int rate_species [MAXREACTANTS]
int products [MAXPRODUCTS]
double rk
struct Hmole_rate_snext

Detailed Description

Definition at line 55 of file mole_h_step.cpp.


Field Documentation

int Hmole_rate_s::index

Definition at line 56 of file mole_h_step.cpp.

Referenced by newreaction().

struct Hmole_rate_s* Hmole_rate_s::next

Definition at line 62 of file mole_h_step.cpp.

Referenced by hmole_step().

int Hmole_rate_s::nproducts

Definition at line 57 of file mole_h_step.cpp.

Referenced by hmole_step().

int Hmole_rate_s::nrates

Definition at line 57 of file mole_h_step.cpp.

Referenced by hmole_step(), and newreaction().

int Hmole_rate_s::nreactants

Definition at line 57 of file mole_h_step.cpp.

Referenced by hmole_step().

int Hmole_rate_s::products[MAXPRODUCTS]

Definition at line 60 of file mole_h_step.cpp.

Referenced by hmole_step().

int Hmole_rate_s::rate_species[MAXREACTANTS]

Definition at line 59 of file mole_h_step.cpp.

Referenced by hmole_step().

int Hmole_rate_s::reactants[MAXREACTANTS]

Definition at line 58 of file mole_h_step.cpp.

Referenced by hmole_step().

double Hmole_rate_s::rk

Definition at line 61 of file mole_h_step.cpp.

Referenced by hmole_step().


The documentation for this struct was generated from the following file:

Generated for cloudy by doxygen 1.8.1.1