Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
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

◆ ~mole_reaction()

virtual mole_reaction::~mole_reaction ( )
inlinevirtual

Member Function Documentation

◆ Create()

virtual mole_reaction * mole_reaction::Create ( ) const
pure virtual

◆ name()

virtual const char * mole_reaction::name ( )
pure virtual

◆ rk()

virtual double mole_reaction::rk ( ) const
pure virtual

Member Data Documentation

◆ a

double mole_reaction::a

◆ b

double mole_reaction::b

◆ c

double mole_reaction::c

◆ index

◆ label

◆ nproducts

◆ nreactants

◆ photon

int mole_reaction::photon

◆ products

◆ pvector

◆ pvector_excit

molecule* mole_reaction::pvector_excit[MAXPRODUCTS]

◆ reactants

◆ reduced_mass

double mole_reaction::reduced_mass

◆ rvector

◆ rvector_excit

molecule* mole_reaction::rvector_excit[MAXREACTANTS]

◆ source

int mole_reaction::source

◆ udfastate

int mole_reaction::udfastate

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