Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
helike.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2022 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef HELIKE_H_
5 #define HELIKE_H_
6 
18 const int printflag = 0;
19 
21 const int TRANSPROBMAGIC = 190102;
23 const int COLLISMAGIC = 190101;
25 const int CASEBMAGIC = 190107;
26 
28 void HeCollidSetup( void );
29 
37 double helike_energy(long nelem, long n, long l, long s, long j);
38 
46 double helike_quantum_defect( long nelem, long n, long lqn, long S, long j );
47 
53 realnum helike_transprob( long nelem, long ipHi, long ipLo );
54 
58 void AGN_He1_CS( FILE *ioPun );
59 
60 #endif /* HELIKE_H_ */
void AGN_He1_CS(FILE *ioPun)
Definition: iso_solve.cpp:499
double helike_energy(long nelem, long n, long l, long s, long j)
Definition: helike_energy.cpp:166
void HeCollidSetup(void)
Definition: helike_cs.cpp:242
const int COLLISMAGIC
Definition: helike.h:23
const int CASEBMAGIC
Definition: helike.h:25
double helike_quantum_defect(long nelem, long n, long lqn, long S, long j)
Definition: helike_energy.cpp:18
float realnum
Definition: cddefines.h:127
realnum helike_transprob(long nelem, long ipHi, long ipLo)
Definition: helike_einsta.cpp:1066
const int TRANSPROBMAGIC
Definition: helike.h:21
#define S(I_, J_)
Definition: optimize_subplx.cpp:1826
const int printflag
Definition: helike.h:18