cloudy  trunk
doppvel.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef DOPPVEL_H_
5 #define DOPPVEL_H_
6 
8 struct t_DoppVel {
9 
13 
17 
21 
25 
29 
34 
38 
43 
44  };
45 extern t_DoppVel DoppVel;
46 
52 realnum GetAveVelocity( realnum massAMU );
53 
54 
55 #endif /* DOPPVEL_H_ */
DoppVel
t_DoppVel DoppVel
Definition: doppvel.cpp:5
t_DoppVel::TurbVelZero
realnum TurbVelZero
Definition: doppvel.h:16
realnum
float realnum
Definition: cddefines.h:103
t_DoppVel::DispScale
realnum DispScale
Definition: doppvel.h:42
t_DoppVel::lgTurbLawOn
bool lgTurbLawOn
Definition: doppvel.h:24
t_DoppVel::TurbVel
realnum TurbVel
Definition: doppvel.h:12
t_DoppVel
Definition: doppvel.h:8
GetAveVelocity
realnum GetAveVelocity(realnum massAMU)
Definition: temp_change.cpp:530
t_DoppVel::Heiles_Troland_F
realnum Heiles_Troland_F
Definition: doppvel.h:28
GetDopplerWidth
realnum GetDopplerWidth(realnum massAMU)
Definition: temp_change.cpp:499
t_DoppVel::TurbVelLaw
realnum TurbVelLaw
Definition: doppvel.h:20
t_DoppVel::lgTurb_pressure
bool lgTurb_pressure
Definition: doppvel.h:33
t_DoppVel::lgTurbEquiMag
bool lgTurbEquiMag
Definition: doppvel.h:37