Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
mole_priv.h File Reference
Include dependency graph for mole_priv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GroupMap
 
class  mole_reaction
 

Namespaces

namespace  mole_priv
 

Macros

#define MAXREACTANTS   3
 
#define MAXPRODUCTS   4
 

Typedefs

typedef map< string, shared_ptr< mole_reaction > >::iterator mole_reaction_i
 
typedef map< string, shared_ptr< mole_reaction > >::const_iterator mole_reaction_ci
 
typedef map< string, shared_ptr< molecule > >::iterator molecule_i
 
typedef map< string, shared_ptr< chem_element > >::iterator chem_element_i
 

Enumerations

enum  udfastate { ABSENT , CORRECT , CONFLICT }
 

Functions

void mole_eval_balance (long int n, double *b, bool lgJac, multi_arr< double, 2 > &c)
 
double mole_solve (void)
 
void mole_eval_sources (long int num_total)
 
realnum mole_return_cached_species (const GroupMap &MoleMap)
 
double frac_H2star_hminus ()
 
void mole_update_rks (void)
 

Variables

map< string, shared_ptr< molecule > > mole_priv::spectab
 
map< string, shared_ptr< mole_reaction > > mole_priv::reactab
 
map< string, shared_ptr< chem_element > > mole_priv::elemtab
 
map< string, shared_ptr< mole_reaction > > mole_priv::functab
 
vector< molecule * > groupspecies
 

Macro Definition Documentation

◆ MAXPRODUCTS

#define MAXPRODUCTS   4

◆ MAXREACTANTS

#define MAXREACTANTS   3

Typedef Documentation

◆ chem_element_i

typedef map<string,shared_ptr<chem_element>>::iterator chem_element_i

◆ mole_reaction_ci

typedef map<string,shared_ptr<mole_reaction>>::const_iterator mole_reaction_ci

◆ mole_reaction_i

typedef map<string,shared_ptr<mole_reaction>>::iterator mole_reaction_i

◆ molecule_i

typedef map<string,shared_ptr<molecule>>::iterator molecule_i

Enumeration Type Documentation

◆ udfastate

enum udfastate
Enumerator
ABSENT 
CORRECT 
CONFLICT 

Function Documentation

◆ frac_H2star_hminus()

double frac_H2star_hminus ( )
extern

References h2, hmi, and SDIV().

Referenced by mole_h_rate_diagnostics().

Here is the call graph for this function:

◆ mole_eval_balance()

◆ mole_eval_sources()

◆ mole_return_cached_species()

realnum mole_return_cached_species ( const GroupMap & MoleMap)
extern

References ASSERT, dense, deut, frac(), lgElemsConserved(), mole, MOLE_ACTIVE, mole_global, NULL, and SDIV().

Referenced by mole_solve().

Here is the call graph for this function:

◆ mole_solve()

double mole_solve ( void )
extern

◆ mole_update_rks()

void mole_update_rks ( void )
extern

mole_update_rks update rate coefficients, only temp part

References mole_reaction::a, DEBUG_ENTRY, fprintf(), mole_reaction::index, ioQQQ, mole_reaction::label, mole, mole_h2_grain_form(), mole_h_reactions(), mole_priv::reactab, and mole_reaction::rk().

Referenced by mole_drive().

Here is the call graph for this function:

Variable Documentation

◆ groupspecies