/home66/gary/public_html/cloudy/c08_branch/source/magnetic.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 _MAGNETIC_H_
00005 #define _MAGNETIC_H_
00006 
00007 /* magnetic.h */
00008 
00012 void ParseMagnet(char *chCard );
00013 
00015 void Magnetic_init(void);
00016 
00018 void Magnetic_reinit(void);
00019 
00021 void Magnetic_evaluate(void);
00022 
00023 EXTERN struct t_magnetic {
00024 
00026         bool lgB;
00027 
00029         double EnthalpyDensity;
00030 
00032         double pressure;
00033 
00035         double energydensity;
00036 
00037         }       magnetic;
00038 
00039 
00040 #endif /* _MAGNETIC_H_ */

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