Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
pressure.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2025 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef PRESSURE_H_
5#define PRESSURE_H_
6
7#include "module.h"
8
10
13void PresTotCurrent(void);
14
16double PressureRadiationLine( const TransitionProxy &t, realnum DopplerWidth );
17
138extern t_pressure pressure;
139
140
141#endif /* PRESSURE_H_ */
float realnum
Definition cddefines.h:127
Definition transition.h:24
module()
Definition module.h:29
Definition warnings.h:11
t_pressure pressure
Definition pressure.cpp:9
double PressureRadiationLine(const TransitionProxy &t, realnum DopplerWidth)
Definition pressure.cpp:50
void PresTotCurrent(void)
Definition pressure_total.cpp:27
Definition pressure.h:19
bool lgLineRadPresOn
Definition pressure.h:117
vector< double > external_mass[3]
Definition pressure.h:86
long int ipPradMax_line
Definition pressure.h:103
realnum PresPowerlaw
Definition pressure.h:36
double PresTotlError
Definition pressure.h:47
bool lgPres_radiation_ON
Definition pressure.h:90
const char * chName() const
Definition pressure.h:21
double PressureInitialSpecified
Definition pressure.h:58
bool lgStrongDLimbo
Definition pressure.h:135
void zero()
Definition pressure.cpp:11
bool lgSonicPoint
Definition pressure.h:128
double PresGasCurr
Definition pressure.h:49
realnum PresHigh
Definition pressure.h:34
void comment(t_warnings &)
Definition pressure.h:27
realnum PresLow
Definition pressure.h:33
double RhoGravity_self
Definition pressure.h:80
realnum RadBetaMax
Definition pressure.h:96
double RhoGravity_dark
Definition pressure.h:79
bool lgPradDen
Definition pressure.h:114
double IntegRhoGravity
Definition pressure.h:83
double PresRamCurr
Definition pressure.h:39
int gravity_symmetry
Definition pressure.h:84
bool lgSonicPointAbortOK
Definition pressure.h:125
double PresTurbCurr
Definition pressure.h:42
realnum pinzon_PresIntegElecThin
Definition pressure.h:76
double RhoGravity
Definition pressure.h:82
realnum PresInteg
Definition pressure.h:69
bool lgPressureInitialSpecified
Definition pressure.h:56
bool lgPres_ram_ON
Definition pressure.h:92
realnum PresMax
Definition pressure.h:100
realnum pbeta
Definition pressure.h:98
bool lgPradCap
Definition pressure.h:113
double self_mass_factor
Definition pressure.h:85
realnum pinzon
Definition pressure.h:70
double RhoGravity_external
Definition pressure.h:81
realnum PresIntegElecThin
Definition pressure.h:75
bool lgContRadPresOn
Definition pressure.h:65
double pres_radiation_lines_curr
Definition pressure.h:61
double PresTotlInit
Definition pressure.h:52
bool lgRadPresAbortOK
Definition pressure.h:121
string chLineRadPres
Definition pressure.h:109
long int ipPradMax_nzone
Definition pressure.h:106
double PresTotlCurr
Definition pressure.h:46
bool lgPres_magnetic_ON
Definition pressure.h:91