changa 3.5
|
#include <math.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
struct | lwDataStruct |
Typedefs | |
typedef struct lwDataStruct | LWDATA |
Functions | |
LWDATA * | LymanWernerTableInit () |
void | LymanWernerTableFinalize (LWDATA *lwd) |
void | lwInitData (LWDATA *lwd) |
double | calcLogStochLymanWerner (double dAgelog, double *rgdHMStars, LWDATA *lwd) |
Calculate LW flux from a set of HM stars. | |
double | calcLogSSPLymanWerner (double dAgelog, double dMassLog) |
double | calcLogMax8LymanWerner (double dAgelog, double loglownorm) |
Declarations for Lyman Werner calculation.
double calcLogStochLymanWerner | ( | double | dAgelog, |
double * | rgdHMStars, | ||
LWDATA * | lwd ) |
Calculate LW flux from a set of HM stars.
dAgelog | log10 age of stars in years |
rgdHMStars | array of HM star masses |
lwd | LW flux table |