Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
t_hcmap Struct Reference

#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

Detailed Description

Constructor & Destructor Documentation

◆ t_hcmap()

t_hcmap::t_hcmap ( )
inline

Member Data Documentation

◆ cmap

vector<double> t_hcmap::cmap

saved cooling for the map

◆ hmap

vector<double> t_hcmap::hmap

saved heating for the map

◆ lgMapBeingDone

bool t_hcmap::lgMapBeingDone

this is set true when we are in process of doing a map

Referenced by t_hcmap().

◆ lgMapDone

bool t_hcmap::lgMapDone

logical flag indicating whether a map has been done

Referenced by t_hcmap().

◆ lgMapOK

bool t_hcmap::lgMapOK

logical flag indicating whether results of map were ok - set false if inflection points occurred

Referenced by t_hcmap().

◆ MapZone

long int t_hcmap::MapZone

parameters doing with map command, MapZone is zone number, -1 for very start, init to 9999 to prevent map

◆ nmap

long int t_hcmap::nmap

number of points actually done

Referenced by t_hcmap().

◆ nMapAlloc

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().

◆ nMapStep

long int t_hcmap::nMapStep

nMapStep is number of steps, set with set nmap command

◆ RangeMap

realnum t_hcmap::RangeMap[2]

RangeMap is range, parsed from same command

◆ temap

vector<double> t_hcmap::temap

saved temperatures for the map


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