cloudy
trunk
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
doppvel.h
Go to the documentation of this file.
1
/* This file is part of Cloudy and is copyright (C)1978-2022 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
7
#include "
module.h
"
8
10
struct
t_DoppVel
:
public
module
{
11
const
char
*
chName
()
const
12
{
13
return
"DoppVel"
;
14
}
15
16
void
zero
();
17
void
comment
(
t_warnings
&) {}
18
21
realnum
TurbVel
;
22
25
realnum
TurbVelZero
;
26
29
realnum
TurbVelLaw
;
30
33
bool
lgTurbLawOn
;
34
37
realnum
Heiles_Troland_F
;
38
42
bool
lgTurb_pressure
;
43
46
bool
lgTurbEquiMag
;
47
51
realnum
DispScale
;
52
53
};
54
extern
t_DoppVel
DoppVel
;
55
58
realnum
GetDopplerWidth
(
realnum
massAMU );
61
realnum
GetAveVelocity
(
realnum
massAMU );
62
63
64
#endif
/* DOPPVEL_H_ */
t_warnings
Definition:
warnings.h:15
t_DoppVel
Definition:
doppvel.h:10
t_DoppVel::lgTurbLawOn
bool lgTurbLawOn
Definition:
doppvel.h:33
t_DoppVel::Heiles_Troland_F
realnum Heiles_Troland_F
Definition:
doppvel.h:37
t_DoppVel::TurbVel
realnum TurbVel
Definition:
doppvel.h:21
DoppVel
t_DoppVel DoppVel
Definition:
doppvel.cpp:5
t_DoppVel::lgTurbEquiMag
bool lgTurbEquiMag
Definition:
doppvel.h:46
t_DoppVel::TurbVelZero
realnum TurbVelZero
Definition:
doppvel.h:25
t_DoppVel::chName
const char * chName() const
Definition:
doppvel.h:11
t_DoppVel::zero
void zero()
Definition:
doppvel.cpp:7
t_DoppVel::TurbVelLaw
realnum TurbVelLaw
Definition:
doppvel.h:29
t_DoppVel::DispScale
realnum DispScale
Definition:
doppvel.h:51
realnum
float realnum
Definition:
cddefines.h:124
GetDopplerWidth
realnum GetDopplerWidth(realnum massAMU)
Definition:
temp_change.cpp:376
GetAveVelocity
realnum GetAveVelocity(realnum massAMU)
Definition:
temp_change.cpp:407
t_DoppVel::comment
void comment(t_warnings &)
Definition:
doppvel.h:17
t_DoppVel::lgTurb_pressure
bool lgTurb_pressure
Definition:
doppvel.h:42
module.h
module
Definition:
module.h:26
Generated by
1.8.5