Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <hcmap.h>
Public Member Functions | |
t_hcmap () | |
Public Attributes | |
long int | MapZone |
realnum | RangeMap [2] |
long int | nMapStep |
bool | lgMapOK |
bool | lgMapBeingDone |
bool | lgMapDone |
long int | nmap |
vector< double > | temap |
vector< double > | hmap |
vector< double > | cmap |
long int | nMapAlloc |
|
inline |
References lgMapBeingDone, lgMapDone, lgMapOK, nmap, and nMapAlloc.
vector<double> t_hcmap::cmap |
saved cooling for the map
vector<double> t_hcmap::hmap |
saved heating for the map
bool t_hcmap::lgMapBeingDone |
this is set true when we are in process of doing a map
Referenced by t_hcmap().
bool t_hcmap::lgMapDone |
logical flag indicating whether a map has been done
Referenced by t_hcmap().
bool t_hcmap::lgMapOK |
logical flag indicating whether results of map were ok - set false if inflection points occurred
Referenced by t_hcmap().
long int t_hcmap::MapZone |
parameters doing with map command, MapZone is zone number, -1 for very start, init to 9999 to prevent map
long int t_hcmap::nmap |
number of points actually done
Referenced by t_hcmap().
long int t_hcmap::nMapAlloc |
flag saying whether previous three vectors have had space allocated, this starts out zero and is set to first number needed when alloc happens, and then never reset
Referenced by t_hcmap().
long int t_hcmap::nMapStep |
nMapStep is number of steps, set with set nmap command
realnum t_hcmap::RangeMap[2] |
RangeMap is range, parsed from same command
vector<double> t_hcmap::temap |
saved temperatures for the map