00001 /* This file is part of Cloudy and is copyright (C)1978-2007 by Gary J. Ferland 00002 * For conditions of distribution and use see copyright notice in license.txt */ 00004 EXTERN struct t_wind { 00005 00008 float windv0; 00009 00011 float comass; 00012 00015 float windv; 00016 00018 float emdot; 00019 00021 bool lgWindOK; 00022 00024 float AccelAver, 00025 acldr; 00026 00028 float agrav; 00029 00031 float AccelTot; 00032 00034 float AccelCont; 00035 00037 float AccelLine; 00038 00040 float AccelPres; 00041 00043 float fmul; 00044 00046 float AccelMax; 00047 00049 bool lgVelPos; 00050 00051 } wind; 00052