cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
wind.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef _WIND_H_
5 #define _WIND_H_
6 
8 EXTERN struct t_wind {
9 
12 
15 
19 
24 
26  bool lgWindOK;
27 
31 
34 
37 
40 
43 
46 
49 
52 
54  bool lgVelPos;
55 
56  /* option to do rotating disk, set true with DISK option on wind command */
57  bool lgDisk;
58 
59  /* for rotating disk this is inner radius, else it is zero,
60  * divide by this to get centrifugal acceleration */
61  double DiskRadius;
62 
63  } wind;
64 
65 
66 #endif /* _WIND_H_ */

Generated for cloudy by doxygen 1.8.1.2