t_yield Class Reference

#include <yield.h>

Inherits Singleton< t_yield >.

Collaboration diagram for t_yield:
[legend]

Public Member Functions

void init_yield ()
realnum elec_eject_frac (long n, long i, long ns, long ne) const
long nelec_eject (long n, long i, long ns) const
int nelem (long n) const
int ion (long n) const
int nshell (long n) const
int ion_emit (long n) const
realnum energy (long n) const
realnum yield (long n) const
void set_ipoint (long n, long val)
int ipoint (long n) const
int nlines () const
void kill_yield ()
void reset_yield ()

Protected Member Functions

 t_yield ()

Private Attributes

realnum frac_elec_eject [30][30][7][10]
long int n_elec_eject [30][30][7]
int nfl_nelem [MEWE_FLUOR]
int nfl_ion [MEWE_FLUOR]
int nfl_nshell [MEWE_FLUOR]
int nfl_ion_emit [MEWE_FLUOR]
int nfl_nLine [MEWE_FLUOR]
realnum fl_energy [MEWE_FLUOR]
realnum fl_yield [MEWE_FLUOR]
long int nfl_ipoint [MEWE_FLUOR]
long int nfl_lines
bool lgKillAuger

Friends

class Singleton< t_yield >

Detailed Description

Definition at line 12 of file yield.h.


Constructor & Destructor Documentation

t_yield::t_yield (  )  [protected]

Definition at line 1623 of file atmdat_readin.cpp.

References frac_elec_eject, ion(), lgKillAuger, LIMELM, n_elec_eject, and nelem().

Here is the call graph for this function:


Member Function Documentation

realnum t_yield::elec_eject_frac ( long  n,
long  i,
long  ns,
long  ne 
) const [inline]

Definition at line 48 of file yield.h.

References frac_elec_eject, and lgKillAuger.

Referenced by fill_array(), and SaveDo().

realnum t_yield::energy ( long  n  )  const [inline]

Definition at line 63 of file yield.h.

References fl_energy.

Referenced by lines().

void t_yield::init_yield (  ) 
int t_yield::ion ( long  n  )  const [inline]

Definition at line 60 of file yield.h.

References nfl_ion.

Referenced by init_yield(), lines(), and t_yield().

int t_yield::ion_emit ( long  n  )  const [inline]

Definition at line 62 of file yield.h.

References nfl_ion_emit.

Referenced by ContCreatePointers(), and lines().

int t_yield::ipoint ( long  n  )  const [inline]

Definition at line 74 of file yield.h.

References nfl_ipoint.

void t_yield::kill_yield (  )  [inline]

Definition at line 78 of file yield.h.

References lgKillAuger.

Referenced by ParseDont().

long t_yield::nelec_eject ( long  n,
long  i,
long  ns 
) const [inline]

Definition at line 55 of file yield.h.

References lgKillAuger, and n_elec_eject.

Referenced by fill_array(), save_opacity(), and SaveDo().

int t_yield::nelem ( long  n  )  const [inline]

Definition at line 59 of file yield.h.

References nfl_nelem.

Referenced by ContCreatePointers(), init_yield(), lines(), and t_yield().

int t_yield::nlines (  )  const [inline]

Definition at line 76 of file yield.h.

References nfl_lines.

Referenced by ContCreatePointers(), and lines().

int t_yield::nshell ( long  n  )  const [inline]

Definition at line 61 of file yield.h.

References nfl_nshell.

Referenced by lines().

void t_yield::reset_yield (  )  [inline]

Definition at line 79 of file yield.h.

References lgKillAuger.

Referenced by zero().

void t_yield::set_ipoint ( long  n,
long  val 
) [inline]

Definition at line 73 of file yield.h.

References nfl_ipoint.

Referenced by ContCreatePointers().

realnum t_yield::yield ( long  n  )  const [inline]

Definition at line 65 of file yield.h.

References fl_yield, and lgKillAuger.

Referenced by lines().


Friends And Related Function Documentation

friend class Singleton< t_yield > [friend]

Definition at line 14 of file yield.h.


Field Documentation

realnum t_yield::fl_energy[MEWE_FLUOR] [private]

Definition at line 35 of file yield.h.

Referenced by energy(), and init_yield().

realnum t_yield::fl_yield[MEWE_FLUOR] [private]

fluorescense yield

Definition at line 37 of file yield.h.

Referenced by init_yield(), and yield().

realnum t_yield::frac_elec_eject[30][30][7][10] [private]

block data of yields from Mewe paper frac_elec_eject( nelem, nstage, nshell, nelec ) nelem is element number, 6 for carbon nstage is stage of ionization, 1 for atom nshell is shell number in dima notation nelec is fraction that yield that number of electrons n_elec_eject is number of electrons at most

Definition at line 25 of file yield.h.

Referenced by elec_eject_frac(), init_yield(), and t_yield().

bool t_yield::lgKillAuger [private]

this is set true with the "no auger" command, normally false

Definition at line 44 of file yield.h.

Referenced by elec_eject_frac(), init_yield(), kill_yield(), nelec_eject(), reset_yield(), t_yield(), and yield().

long int t_yield::n_elec_eject[30][30][7] [private]

Definition at line 26 of file yield.h.

Referenced by init_yield(), nelec_eject(), and t_yield().

int t_yield::nfl_ion[MEWE_FLUOR] [private]

Definition at line 31 of file yield.h.

Referenced by init_yield(), and ion().

int t_yield::nfl_ion_emit[MEWE_FLUOR] [private]

Definition at line 33 of file yield.h.

Referenced by init_yield(), and ion_emit().

long int t_yield::nfl_ipoint[MEWE_FLUOR] [private]

Definition at line 38 of file yield.h.

Referenced by ipoint(), and set_ipoint().

long int t_yield::nfl_lines [private]

this is the total number of fluorescent lines

Definition at line 41 of file yield.h.

Referenced by init_yield(), and nlines().

int t_yield::nfl_nelem[MEWE_FLUOR] [private]

there are fewer than MEWE_FLUOR different lines in the fluores file, remember the atomic number, ionization stage

Definition at line 30 of file yield.h.

Referenced by init_yield(), and nelem().

int t_yield::nfl_nLine[MEWE_FLUOR] [private]

Definition at line 34 of file yield.h.

Referenced by init_yield().

int t_yield::nfl_nshell[MEWE_FLUOR] [private]

Definition at line 32 of file yield.h.

Referenced by init_yield(), and nshell().


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Nov 2012 for cloudy by  doxygen 1.6.1