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 */ 00003 /* magnetic.h */ 00004 00008 void ParseMagnet(char *chCard ); 00009 00011 void Magnetic_init(void); 00012 00014 void Magnetic_reinit(void); 00015 00017 void Magnetic_evaluate(void); 00018 00019 EXTERN struct t_magnetic { 00020 00022 bool lgB; 00023 00025 double EnthalpyDensity; 00026 00028 double pressure; 00029 00031 double energydensity; 00032 00033 } magnetic; 00034