#include <magnetic.h>
Collaboration diagram for t_magnetic:

Data Fields | |
| bool | lgB |
| double | EnthalpyDensity |
| double | pressure |
| double | energydensity |
Definition at line 23 of file magnetic.h.
| double t_magnetic::energydensity |
energy density at current location, this is positive
Definition at line 35 of file magnetic.h.
Referenced by Magnetic_evaluate(), and Magnetic_init().
| double t_magnetic::EnthalpyDensity |
enthalpy density associated with field
Definition at line 29 of file magnetic.h.
Referenced by Magnetic_evaluate(), and Magnetic_init().
| bool t_magnetic::lgB |
this says mag fields are turned on
Definition at line 26 of file magnetic.h.
Referenced by Magnetic_evaluate(), Magnetic_init(), ParseMagnet(), and PrtComment().
| double t_magnetic::pressure |
this is magnetic pressure at current location - this can be negative for ordered field
Definition at line 32 of file magnetic.h.
Referenced by Magnetic_evaluate(), and Magnetic_init().
1.4.7