cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
molezone Class Reference

#include <mole.h>

Collaboration diagram for molezone:
Collaboration graph
[legend]

Public Member Functions

 molezone ()
 
void init (void)
 
void zero (void)
 

Data Fields

double * location
 
double src
 
double snk
 
qListlevels
 
TransitionListlines
 
double den
 
realnum column
 
int nAtomLim
 
realnum xFracLim
 
realnum column_old
 

Detailed Description

Definition at line 364 of file mole.h.

Constructor & Destructor Documentation

molezone::molezone ( )
inline

Definition at line 366 of file mole.h.

References init().

Here is the call graph for this function:

Member Function Documentation

void molezone::init ( void  )
inline

Definition at line 370 of file mole.h.

References levels, lines, location, and zero().

Referenced by molezone().

Here is the call graph for this function:

void molezone::zero ( void  )
inline

Definition at line 377 of file mole.h.

References column, column_old, den, nAtomLim, snk, src, and xFracLim.

Referenced by init().

Field Documentation

realnum molezone::column

density (cm-3)

Definition at line 397 of file mole.h.

Referenced by cdColm(), iter_end_check(), SaveSpeciesOne(), and zero().

realnum molezone::column_old

The fraction of that element in this species

Definition at line 402 of file mole.h.

Referenced by zero().

double molezone::den
qList* molezone::levels

Definition at line 392 of file mole.h.

Referenced by init(), SaveSpecies(), and SaveSpeciesOne().

TransitionList* molezone::lines

Definition at line 393 of file mole.h.

Referenced by init().

double* molezone::location

Definition at line 387 of file mole.h.

Referenced by init(), and InitSimPostparse().

int molezone::nAtomLim

total column density in this iteration

Definition at line 398 of file mole.h.

Referenced by zero().

double molezone::snk

Definition at line 390 of file mole.h.

Referenced by mole_h_rate_diagnostics(), and zero().

double molezone::src

Location of density in non-molecule code, NULL if none exists rate s-1 for molecular charge transfer, nelem from to

Definition at line 390 of file mole.h.

Referenced by zero().

realnum molezone::xFracLim

atomic number MINUS ONE of element for which is closest to limiting molecule density

Definition at line 399 of file mole.h.

Referenced by ShowMe(), and zero().


The documentation for this class was generated from the following file: