/home66/gary/public_html/cloudy/c08_branch/source/wind.h

Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _WIND_H_
00005 #define _WIND_H_
00006 
00008 EXTERN struct t_wind {
00009 
00011         realnum windv0;
00012 
00014         realnum comass;
00015 
00018         realnum windv;
00019 
00023         realnum emdot;
00024 
00026         bool lgWindOK;
00027 
00030         realnum AccelAver, acldr;
00031 
00033         realnum AccelGravity;
00034 
00036         realnum AccelTot;
00037 
00039         realnum AccelCont;
00040 
00042         realnum AccelLine;
00043 
00045         realnum AccelPres;
00046 
00048         realnum fmul;
00049 
00051         realnum AccelMax;
00052 
00054         bool lgVelPos;
00055 
00056         /* option to do rotating disk, set true with DISK option on wind command */
00057         bool lgDisk;
00058 
00059         /* for rotating disk this is inner radius, else it is zero,
00060          * divide by this to get centrifugal acceleration */
00061         double DiskRadius;
00062 
00063         }       wind;
00064 
00065 
00066 #endif /* _WIND_H_ */

Generated on Mon Feb 16 12:01:28 2009 for cloudy by  doxygen 1.4.7