cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
atmdat_gaunt.cpp File Reference
#include "cddefines.h"
#include "phycon.h"
#include "rfield.h"
#include "opacity.h"
#include "iso.h"
#include "dense.h"
#include "mole.h"
#include "vectorize.h"
#include "atmdat_gaunt.h"
Include dependency graph for atmdat_gaunt.cpp:

Go to the source code of this file.

Functions

void dgaunt_check (double Z)
 

Variables

static const size_t N_GFF_INTERP = 4
 
static const char * gauntff_file = "gauntff_merged_Zxx.dat"
 
static const long gaunt_magic = 20140510L
 

Function Documentation

void dgaunt_check ( double  )

dgaunt_check perform check for discontinuities in the cont_gaunt_calc routine

Definition at line 451 of file atmdat_gaunt.cpp.

References cdEXIT, DEBUG_ENTRY, t_mesh::egamry(), t_mesh::emm(), ES_FAILURE, ES_SUCCESS, exp10(), fprintf(), t_gaunt::gauntff(), Singleton< t_gaunt >::Inst(), ioQQQ, phycon, pow2(), rfield, t_phycon::TEMP_LIMIT_HIGH, and t_phycon::TEMP_LIMIT_LOW.

Referenced by ParseDrive().

Here is the call graph for this function:

Variable Documentation

const long gaunt_magic = 20140510L
static

Definition at line 19 of file atmdat_gaunt.cpp.

Referenced by t_gaunt::p_read_table().

const char* gauntff_file = "gauntff_merged_Zxx.dat"
static

Definition at line 17 of file atmdat_gaunt.cpp.

Referenced by t_gaunt::gauntff(), and t_gaunt::p_gauntff_vec().

const size_t N_GFF_INTERP = 4
static