cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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_ */
bool lgTurbLawOn
Definition: doppvel.h:24
realnum Heiles_Troland_F
Definition: doppvel.h:28
realnum TurbVel
Definition: doppvel.h:12
t_DoppVel DoppVel
Definition: doppvel.cpp:5
bool lgTurbEquiMag
Definition: doppvel.h:37
realnum TurbVelZero
Definition: doppvel.h:16
realnum TurbVelLaw
Definition: doppvel.h:20
realnum DispScale
Definition: doppvel.h:42
float realnum
Definition: cddefines.h:107
realnum GetDopplerWidth(realnum massAMU)
realnum GetAveVelocity(realnum massAMU)
bool lgTurb_pressure
Definition: doppvel.h:33