cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
atmdat.cpp File Reference
#include "cddefines.h"
#include "atmdat.h"
#include "thirdparty.h"
Include dependency graph for atmdat.cpp:

Go to the source code of this file.

Functions

void ReadCollisionRateTable (CollRateCoeffArray &coll_rate_table, FILE *io, FunctPtr GetIndices, long nMolLevs, long nTemps, long nTrans)
 
double InterpCollRate (const CollRateCoeffArray &rate_table, const long &ipHi, const long &ipLo, const double &ftemp)
 

Variables

t_atmdat atmdat
 
double **** HS_He1_Xsectn
 
double **** HS_He1_Energy
 
double ***** OP_Helike_Xsectn
 
double ***** OP_Helike_Energy
 
long **** OP_Helike_NumPts
 

Function Documentation

double InterpCollRate ( const CollRateCoeffArray rate_table,
const long &  ipHi,
const long &  ipLo,
const double &  ftemp 
)

Definition at line 187 of file atmdat.cpp.

References ASSERT, CollRateCoeffArray::collrates, DEBUG_ENTRY, isnan, linint(), and CollRateCoeffArray::temps.

Referenced by diatomics::H2_CollidRateEvalOne(), and LeidenCollRate().

Here is the call graph for this function:

void ReadCollisionRateTable ( CollRateCoeffArray coll_rate_table,
FILE *  io,
FunctPtr  GetIndices,
long  nMolLevs,
long  nTemps,
long  nTrans 
)

Variable Documentation

t_atmdat atmdat
double**** HS_He1_Energy

Definition at line 61 of file atmdat.cpp.

Referenced by GetHS98CrossSection(), and read_SH98_He1_cross_sections().

double**** HS_He1_Xsectn

Definition at line 60 of file atmdat.cpp.

Referenced by GetHS98CrossSection(), and read_SH98_He1_cross_sections().

double***** OP_Helike_Energy

Definition at line 63 of file atmdat.cpp.

Referenced by cross_section(), and read_Helike_cross_sections().

long**** OP_Helike_NumPts

Definition at line 64 of file atmdat.cpp.

Referenced by cross_section(), and read_Helike_cross_sections().

double***** OP_Helike_Xsectn

Definition at line 62 of file atmdat.cpp.

Referenced by cross_section(), and read_Helike_cross_sections().