Cloudy
Spectral Synthesis Code for Astrophysics
|
#include "cddefines.h"
#include "physconst.h"
#include "dense.h"
#include "doppvel.h"
#include "optimize.h"
#include "input.h"
#include "wind.h"
#include "magnetic.h"
#include "parser.h"
Functions | |
void | Magnetic_evaluate (void) |
void | Magnetic_reinit (void) |
void | ParseMagnet (Parser &p) |
Variables | |
t_magnetic | magnetic |
static double | Btangl_init |
static bool | lgBinitialized |
static double | Btangl_here |
static double | Bpar_init |
static double | Btan_init |
static double | Bpar_here |
static double | Btan_here |
static double | gamma_mag |
void Magnetic_evaluate | ( | void | ) |
Magnetic_evaluate evaluate some parameters to do with magnetic field
References Bpar_here, Bpar_init, Btan_here, Btan_init, Btangl_here, Btangl_init, DEBUG_ENTRY, dense, DoppVel, t_magnetic::energydensity, t_magnetic::EnthalpyDensity, gamma_mag, t_DoppVel::Heiles_Troland_F, t_magnetic::lgB, lgBinitialized, Wind::lgStatic(), t_DoppVel::lgTurbEquiMag, pow(), POW2, t_magnetic::pressure, t_DoppVel::TurbVel, wind, Wind::windv, Wind::windv0, and t_dense::xMassDensity.
Referenced by PresTotCurrent().
void Magnetic_reinit | ( | void | ) |
Magnetic_reinit - reinitialized magnetic field at start of new iteration
References DEBUG_ENTRY, and lgBinitialized.
Referenced by IterRestart().
void ParseMagnet | ( | Parser & | p | ) |
References Bpar_init, Btan_init, Btangl_init, cdEXIT, t_optimize::chVarFmt, DEBUG_ENTRY, EXIT_FAILURE, fprintf(), gamma_mag, Parser::getNumberCheck(), Parser::getNumberCheckAlwaysLog(), Parser::getNumberDefault(), input, ioQQQ, t_magnetic::lgB, t_optimize::lgVarOn, Parser::nMatch(), t_optimize::nparm, t_input::nRead, t_optimize::nvarxt, t_optimize::nvfpnt, optimize, t_optimize::vincr, and t_optimize::vparm.
Referenced by ParseCommands().
|
static |
Referenced by Magnetic_evaluate(), and t_magnetic::zero().
|
static |
Referenced by Magnetic_evaluate(), ParseMagnet(), and t_magnetic::zero().
|
static |
Referenced by Magnetic_evaluate(), and t_magnetic::zero().
|
static |
Referenced by Magnetic_evaluate(), ParseMagnet(), and t_magnetic::zero().
|
static |
Referenced by Magnetic_evaluate(), and t_magnetic::zero().
|
static |
Referenced by Magnetic_evaluate(), ParseMagnet(), and t_magnetic::zero().
|
static |
Referenced by Magnetic_evaluate(), ParseMagnet(), and t_magnetic::zero().
|
static |
Referenced by Magnetic_evaluate(), Magnetic_reinit(), and t_magnetic::zero().
t_magnetic magnetic |
Referenced by CoolEvaluate(), highen(), t_mean::MeanInc(), PresTotCurrent(), PrtComment(), PrtZone(), and SaveDo().