Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mole_reaction Class Referenceabstract

#include <mole_priv.h>

Collaboration diagram for mole_reaction:

Public Member Functions

virtual double rk () const =0
 
virtual mole_reactionCreate () const =0
 
virtual const char * name ()=0
 
virtual ~mole_reaction ()
 

Public Attributes

string label
 
int nreactants
 
int nproducts
 
int photon
 
moleculereactants [MAXREACTANTS]
 
moleculervector [MAXREACTANTS]
 
moleculervector_excit [MAXREACTANTS]
 
moleculeproducts [MAXPRODUCTS]
 
moleculepvector [MAXPRODUCTS]
 
moleculepvector_excit [MAXPRODUCTS]
 
double reduced_mass
 
double a
 
double b
 
double c
 
int udfastate
 
int source
 
long index
 

Constructor & Destructor Documentation

virtual mole_reaction::~mole_reaction ( )
inlinevirtual

Member Function Documentation

virtual mole_reaction* mole_reaction::Create ( ) const
pure virtual
virtual const char* mole_reaction::name ( )
pure virtual
virtual double mole_reaction::rk ( ) const
pure virtual

Member Data Documentation

double mole_reaction::a
double mole_reaction::b
double mole_reaction::c
int mole_reaction::photon
molecule* mole_reaction::pvector_excit[MAXPRODUCTS]
double mole_reaction::reduced_mass
molecule* mole_reaction::rvector_excit[MAXREACTANTS]
int mole_reaction::source
int mole_reaction::udfastate

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