cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Fields
COmole_rate_s Struct Reference

#include <mole_co_priv.h>

Collaboration diagram for COmole_rate_s:
Collaboration graph
[legend]

Data Fields

int index
char * label
int nreactants
int nrates
int nproducts
int photon
struct moleculereactants [MAXREACTANTS]
struct moleculerate_species [MAXREACTANTS]
struct moleculeproducts [MAXPRODUCTS]
double rk
double reduced_mass
double a
double b
double c
double(* fun )(struct COmole_rate_s *rate)

Detailed Description

Definition at line 24 of file mole_co_priv.h.


Field Documentation

double COmole_rate_s::a

Definition at line 31 of file mole_co_priv.h.

Referenced by CO_update_rks(), H2_CollidRateRead(), H2_ReadDissprob(), and newreact().

double COmole_rate_s::b

Definition at line 31 of file mole_co_priv.h.

Referenced by H2_ReadDissprob(), hmrate(), newreact(), th85rate(), and vib_evap().

double COmole_rate_s::c

Definition at line 31 of file mole_co_priv.h.

Referenced by hmrate(), and newreact().

double(* COmole_rate_s::fun)(struct COmole_rate_s *rate)

Definition at line 32 of file mole_co_priv.h.

Referenced by CO_update_rks(), and newreact().

int COmole_rate_s::index

Definition at line 25 of file mole_co_priv.h.

Referenced by newreact().

char* COmole_rate_s::label

Definition at line 26 of file mole_co_priv.h.

Referenced by CO_punch_mol(), and newreact().

int COmole_rate_s::nproducts

Definition at line 27 of file mole_co_priv.h.

Referenced by CO_dissoc_rate(), CO_punch_mol(), CO_source_rate(), CO_step(), and newreact().

int COmole_rate_s::nrates
int COmole_rate_s::nreactants

Definition at line 27 of file mole_co_priv.h.

Referenced by CO_step(), newreact(), and noneq_offset().

int COmole_rate_s::photon

Definition at line 27 of file mole_co_priv.h.

Referenced by CO_dissoc_rate(), and newreact().

struct molecule* COmole_rate_s::products[MAXPRODUCTS]

Definition at line 30 of file mole_co_priv.h.

Referenced by CO_dissoc_rate(), CO_punch_mol(), CO_source_rate(), CO_step(), and newreact().

struct molecule* COmole_rate_s::rate_species[MAXREACTANTS]
struct molecule* COmole_rate_s::reactants[MAXREACTANTS]
double COmole_rate_s::reduced_mass

Definition at line 31 of file mole_co_priv.h.

Referenced by newreact(), and noneq_offset().

double COmole_rate_s::rk

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

Generated for cloudy by doxygen 1.8.1.1