Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
hydro_tbl.cpp File Reference
#include "cddefines.h"
#include "parser.h"
#include "physconst.h"
#include "dense.h"
#include "thirdparty.h"
#include "hydro_tbl.h"
Include dependency graph for hydro_tbl.cpp:

Variables

static const char * tpn_file = "hydro_tpn.dat"
 
static const char * tpnl_file = "hydro_tpnl.dat"
 
static const char * tpnn_file = "hydro_tpnn.dat"
 
static const char * pcs_file = "hydro_pcs.dat"
 
static const char * m1wn_file = "hydro_energy_2s12.dat"
 
static const long tpn_magic = 201809260L
 
static const long tpnl_magic = 201809271L
 
static const long tpnn_magic = 201809281L
 
static const long pcs_magic = 201810020L
 
static const long m1wn_magic = 20231106L
 

Variable Documentation

◆ m1wn_file

const char* m1wn_file = "hydro_energy_2s12.dat"
static

Referenced by t_hydro_tbl::p_initwn().

◆ m1wn_magic

const long m1wn_magic = 20231106L
static

Referenced by t_hydro_tbl::p_initwn().

◆ pcs_file

const char* pcs_file = "hydro_pcs.dat"
static

Referenced by t_hydro_tbl::p_initcs().

◆ pcs_magic

const long pcs_magic = 201810020L
static

Referenced by t_hydro_tbl::p_initcs().

◆ tpn_file

const char* tpn_file = "hydro_tpn.dat"
static

Referenced by t_hydro_tbl::p_initn().

◆ tpn_magic

const long tpn_magic = 201809260L
static

Referenced by t_hydro_tbl::p_initn().

◆ tpnl_file

const char* tpnl_file = "hydro_tpnl.dat"
static

Referenced by t_hydro_tbl::p_initnl().

◆ tpnl_magic

const long tpnl_magic = 201809271L
static

Referenced by t_hydro_tbl::p_initnl().

◆ tpnn_file

const char* tpnn_file = "hydro_tpnn.dat"
static

Referenced by t_hydro_tbl::p_initnn().

◆ tpnn_magic

const long tpnn_magic = 201809281L
static

Referenced by t_hydro_tbl::p_initnn().