Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
abund.h File Reference
#include "module.h"
Include dependency graph for abund.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  isotope
 
struct  t_abund
 

Macros

#define LIMTABD   500
 

Typedefs

typedef struct isotope t_isotope
 

Functions

void AbundancesSet (void)
 
void AbundancesPrt (void)
 
void abund_starburst (Parser &p)
 
double AbundancesTable (double r0, double depth, long int iel)
 

Variables

t_abund abund
 

Macro Definition Documentation

#define LIMTABD   500

Referenced by ParseElement().

Typedef Documentation

typedef struct isotope t_isotope

Function Documentation

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

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

Parameters
r0
depth
iel

References t_abund::AbTabFac, t_abund::AbTabRad, abund, cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, exp10(), fprintf(), frac(), ioQQQ, t_abund::lgAbTaDepth, and t_abund::nAbunTabl.

Referenced by AbundancesSet(), and AbundChange().

Here is the call graph for this function:

Variable Documentation