Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
gammas.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef GAMMAS_H_
5#define GAMMAS_H_
6
7struct t_phoHeat;
8
17
27double GammaBn(long int n1,
28 long int n2,
29 long int ip,
30 double thresh,
31 double *ainduc,
32 double *rcool,
33 t_phoHeat *photoHeat);
34
40void GammaPrtShells( long nelem , long int );
41
50void GammaPrt(long int n1,
51 long int n2,
52 long int ip,
53 FILE * io,
54 double total,
55 double threshold);
56
58double GammaK(long int n1,
59 long int n2,
60 long int ipOpac,
61 double yield1,
62 t_phoHeat *photoHeat);
63
70void GammaPrtRate(FILE * ioFILE,
71 long int ion ,
72 long int ipZ,
73 bool lgPRT );
74
75#endif /* GAMMAS_H_ */
double GammaBn(long int n1, long int n2, long int ip, double thresh, double *ainduc, double *rcool, t_phoHeat *photoHeat)
Definition cont_gammas.cpp:35
double GammaK(long int n1, long int n2, long int ipOpac, double yield1, t_phoHeat *photoHeat)
Definition cont_gammas.cpp:351
void GammaPrt(long int n1, long int n2, long int ip, FILE *io, double total, double threshold)
Definition cont_gammas.cpp:245
void GammaPrtRate(FILE *ioFILE, long int ion, long int ipZ, bool lgPRT)
Definition cont_gammas.cpp:448
void GammaPrtShells(long nelem, long int)
Definition thermal.h:202