cloudy trunk
Loading...
Searching...
No Matches
magnetic.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef MAGNETIC_H_
5#define MAGNETIC_H_
6
7/* magnetic.h */
8
12class Parser;
13void ParseMagnet(Parser &p );
14
16void Magnetic_init(void);
17
19void Magnetic_reinit(void);
20
22void Magnetic_evaluate(void);
23
24struct t_magnetic {
25
27 bool lgB;
28
31
33 double pressure;
34
37
38 };
39extern t_magnetic magnetic;
40
41
42#endif /* MAGNETIC_H_ */
t_magnetic magnetic
Definition magnetic.cpp:17
void Magnetic_init(void)
Definition magnetic.cpp:133
void Magnetic_evaluate(void)
Definition magnetic.cpp:39
void Magnetic_reinit(void)
Definition magnetic.cpp:123
void ParseMagnet(Parser &p)
Definition magnetic.cpp:156
bool lgB
Definition magnetic.h:27
double EnthalpyDensity
Definition magnetic.h:30
double energydensity
Definition magnetic.h:36
double pressure
Definition magnetic.h:33