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

Go to the source code of this file.

Functions

void TwoPhotonSetup (vector< two_photon > &tnu_vec, const long &ipHi, const long &ipLo, const double &Aul, const TransitionProxy &tr, const long ipISO, const long nelem)
 
void CalcTwoPhotonRates (two_photon &tnu, bool lgDoInduced)
 
void CalcTwoPhotonEmission (two_photon &tnu, bool lgDoInduced)
 
void PrtTwoPhotonEmissCoef (const two_photon &tnu, const double &densityProduct)
 

Function Documentation

void CalcTwoPhotonEmission ( two_photon tnu,
bool  lgDoInduced 
)
void CalcTwoPhotonRates ( two_photon tnu,
bool  lgDoInduced 
)
void PrtTwoPhotonEmissCoef ( const two_photon tnu,
const double &  densityProduct 
)

Definition at line 157 of file two_photon.cpp.

References two_photon::As2nu, DEBUG_ENTRY, two_photon::E2nu, fprintf(), ioQQQ, ipoint(), two_photon::Pop, rfield, and t_mesh::widflx().

Referenced by RT_diffuse().

Here is the call graph for this function:

void TwoPhotonSetup ( vector< two_photon > &  tnu_vec,
const long &  ipHi,
const long &  ipLo,
const double &  Aul,
const TransitionProxy tr,
const long  ipISO,
const long  nelem 
)