Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <abund.h>
Public Member Functions | |
void | init () |
int | getNiso () |
void | setData (int Anum, realnum nmass, realnum nspin, realnum nmagmom) |
int | getAiso (int iso) |
realnum | getMass (int Anum) |
realnum | getSpin (int Anum) |
realnum | getMagMom (int Anum) |
int | setAbn (int Anum, realnum abn) |
realnum | getAbn (int Anum) |
void | normAbn () |
bool | isAnyIllegal (void) |
void | prtIso (FILE *fp) |
void | prtIsoPairs (FILE *fp) |
void | rm_nuc_data () |
Private Member Functions | |
int | getIsoInd (int Anum) |
Private Attributes | |
int | Niso |
vector< int > | Aiso |
vector< realnum > | abnd |
vector< realnum > | mass |
vector< realnum > | spin |
vector< realnum > | magmom |
|
inline |
References abnd, and getIsoInd().
Referenced by HyperfineCreate(), ParseElement(), and SetIsotopeFractions().
|
inline |
Referenced by SetIsotopeFractions().
|
inlineprivate |
|
inline |
References getIsoInd(), and magmom.
Referenced by HyperfineCreate().
|
inline |
References getIsoInd(), and mass.
Referenced by SetIsotopeFractions().
|
inline |
References Niso.
Referenced by ParseAbundances(), ParseElement(), and SetIsotopeFractions().
|
inline |
References getIsoInd(), and spin.
Referenced by HyperfineCreate().
|
inline |
References Niso.
Referenced by InitDefaultsPreparse().
|
inline |
Referenced by ParseAbundances(), and ParseElement().
|
inline |
Referenced by ParseAbundances(), and ParseElement().
|
inline |
References Aiso, fprintf(), and Niso.
Referenced by ParseElement().
|
inline |
References abnd, Aiso, fprintf(), and Niso.
Referenced by ParseAbundances(), and ParseElement().
|
inline |
Referenced by HyperfineCreate().
|
inline |
References abnd, and getIsoInd().
Referenced by ParseAbundances(), and ParseElement().
|
private |
Referenced by getAbn(), isAnyIllegal(), normAbn(), prtIsoPairs(), setAbn(), and setData().
|
private |
Referenced by getAiso(), getIsoInd(), prtIso(), prtIsoPairs(), and setData().
|
private |
Referenced by getMagMom(), rm_nuc_data(), and setData().
|
private |
Referenced by getAiso(), getIsoInd(), getNiso(), init(), isAnyIllegal(), normAbn(), prtIso(), prtIsoPairs(), and setData().
|
private |
Referenced by getSpin(), rm_nuc_data(), and setData().