cloudy
trunk
Loading...
Searching...
No Matches
source
doppvel.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 DOPPVEL_H_
5
#define DOPPVEL_H_
6
8
struct
t_DoppVel
{
9
12
realnum
TurbVel
;
13
16
realnum
TurbVelZero
;
17
20
realnum
TurbVelLaw
;
21
24
bool
lgTurbLawOn
;
25
28
realnum
Heiles_Troland_F
;
29
33
bool
lgTurb_pressure
;
34
37
bool
lgTurbEquiMag
;
38
42
realnum
DispScale
;
43
44
};
45
extern
t_DoppVel
DoppVel
;
46
49
realnum
GetDopplerWidth
(
realnum
massAMU );
52
realnum
GetAveVelocity
(
realnum
massAMU );
53
54
55
#endif
/* DOPPVEL_H_ */
realnum
float realnum
Definition
cddefines.h:103
DoppVel
t_DoppVel DoppVel
Definition
doppvel.cpp:5
GetDopplerWidth
realnum GetDopplerWidth(realnum massAMU)
Definition
temp_change.cpp:499
GetAveVelocity
realnum GetAveVelocity(realnum massAMU)
Definition
temp_change.cpp:530
t_DoppVel
Definition
doppvel.h:8
t_DoppVel::TurbVelLaw
realnum TurbVelLaw
Definition
doppvel.h:20
t_DoppVel::lgTurb_pressure
bool lgTurb_pressure
Definition
doppvel.h:33
t_DoppVel::Heiles_Troland_F
realnum Heiles_Troland_F
Definition
doppvel.h:28
t_DoppVel::TurbVel
realnum TurbVel
Definition
doppvel.h:12
t_DoppVel::lgTurbLawOn
bool lgTurbLawOn
Definition
doppvel.h:24
t_DoppVel::DispScale
realnum DispScale
Definition
doppvel.h:42
t_DoppVel::TurbVelZero
realnum TurbVelZero
Definition
doppvel.h:16
t_DoppVel::lgTurbEquiMag
bool lgTurbEquiMag
Definition
doppvel.h:37
Generated by
1.14.0