cloudy trunk
Loading...
Searching...
No Matches
Macros | Functions
abundances.cpp File Reference
#include "cddefines.h"
#include "physconst.h"
#include "phycon.h"
#include "called.h"
#include "stopcalc.h"
#include "thermal.h"
#include "trace.h"
#include "elementnames.h"
#include "dense.h"
#include "radius.h"
#include "grainvar.h"
#include "abund.h"
Include dependency graph for abundances.cpp:

Go to the source code of this file.

Macros

#define NELEM1LINE   9
 

Functions

STATIC void PrtElem (const char *chJob, const char *chLabl, double abund_prt)
 
void AbundancesPrt (void)
 
void AbundancesSet (void)
 
double AbundancesTable (double r0, double depth, long int iel)
 
void AbundancesZero (void)
 

Macro Definition Documentation

◆ NELEM1LINE

#define NELEM1LINE   9

Definition at line 337 of file abundances.cpp.

Function Documentation

◆ AbundancesPrt()

void AbundancesPrt ( void  )

AbundancesPrt print all abundances, both gas phase and grains

Definition at line 30 of file abundances.cpp.

References abund, ATOMIC_MASS_UNIT, GrainVar::bin, called, t_elementnames::chElementSym, DEBUG_ENTRY, dense, elementnames, GrainVar::elmSumAbund, t_dense::gas_phase, gv, ioQQQ, ipHYDROGEN, GrainVar::lgDustOn(), t_dense::lgElmtOn, t_called::lgTalk, LIMELM, MAT_CAR, MAT_CAR2, MAT_PAH, MAT_PAH2, MAT_SIL, MAT_SIL2, MAX2, PrtElem(), SMALLFLOAT, t_abund::solar, and TotalInsanity().

Referenced by cloudy().

Here is the call graph for this function:

◆ AbundancesSet()

void AbundancesSet ( void  )

◆ AbundancesTable()

double AbundancesTable ( double  r0,
double  depth,
long int  iel 
)

AbundancesTable interpolate on table of points to do 'element table' command,

Parameters
r0
depth
iel

Definition at line 460 of file abundances.cpp.

References t_abund::AbTabFac, t_abund::AbTabRad, abund, cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, ioQQQ, t_abund::lgAbTaDepth, and t_abund::nAbunTabl.

Referenced by AbundancesSet(), and AbundChange().

◆ AbundancesZero()

void AbundancesZero ( void  )

◆ PrtElem()

STATIC void PrtElem ( const char *  chJob,
const char *  chLabl,
double  abund_prt 
)

Definition at line 340 of file abundances.cpp.

References cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, ioQQQ, and NELEM1LINE.

Referenced by AbundancesPrt().