#include <doppvel.h>
Data Fields | |
realnum | TurbVel |
realnum | TurbVelZero |
realnum | TurbVelLaw |
bool | lgTurbLawOn |
realnum | Heiles_Troland_F |
bool | lgTurb_pressure |
bool | lgTurbEquiMag |
realnum | DispScale |
Definition at line 8 of file doppvel.h.
The scale in cm over which the turbulence is dissipated. Normally 0, only set if dissipate keyword appears on turbulence command, entered as log of scale
Definition at line 42 of file doppvel.h.
Referenced by GetAveVelocity(), GetDopplerWidth(), highen(), lgConserveEnergy(), ParseTurbulence(), and zero().
this is the factor F in equation 34 of >>refer pressure turb Heiles, C. & Troland, T.H. 2005, 624, 773
Definition at line 28 of file doppvel.h.
Referenced by Magnetic_evaluate(), ParseTurbulence(), PresTotCurrent(), and zero().
is TurbVel included in pressure? - can be done two ways, with the velocity being set of with equipartition - true when TurbVel set if not equipartition, false with NO PRESSURE option on turbulence command
Definition at line 33 of file doppvel.h.
Referenced by ParseTurbulence(), PresTotCurrent(), SaveDo(), and zero().
equipartition option on turbulence command, to set turbulence from B if true then TurbVel set from B
Definition at line 37 of file doppvel.h.
Referenced by Magnetic_evaluate(), ParseTurbulence(), and zero().
this flag says that a turbulent velocity law (as a function of depth) has been set with the vlaw command
Definition at line 24 of file doppvel.h.
Referenced by ParseVLaw(), zero(), and ZoneStart().
this is the turbulent velocity in cm/s, normally zero, set with turbulence command
Definition at line 12 of file doppvel.h.
Referenced by GetAveVelocity(), GetDopplerWidth(), highen(), lines_lv1_li_ne(), Magnetic_evaluate(), ParseTurbulence(), PresTotCurrent(), PrtComment(), SaveDo(), zero(), and ZoneStart().
this is the turbulent velocity in cm/s, normally zero, set with turbulence command
Definition at line 20 of file doppvel.h.
Referenced by ParseVLaw(), zero(), and ZoneStart().
this is the turbulent velocity in cm/s at the beginning of the calculation, this is only important if turbulence law is set with vlaw command
Definition at line 16 of file doppvel.h.
Referenced by ParseTurbulence(), and ZoneStart().