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
thermal.cpp
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
#include "
cddefines.h
"
4
#include "
thermal.h
"
5
#include "
cooling.h
"
6
t_thermal
thermal
;
7
8
void
t_thermal::zero
()
9
{
10
DEBUG_ENTRY
(
"t_thermal::zero()"
);
11
for
(
long
int
i=0; i<
LIMELM
; i++)
12
heavycollcool
[i] = 0.;
13
14
lgCNegChk
=
true
;
15
CoolHeatMax
= 0.;
16
wlCoolHeatMax
= 0;
17
totcol
= 0.;
18
heatl
= 0.;
19
coolheat
= 0.;
20
lgCExtraOn
=
false
;
21
CoolExtra
= 0.;
22
ctot
= 1.;
23
24
htot
= 1.;
25
power
= 0.;
26
FreeFreeTotHeat
= 0.;
27
char_tran_cool
= 0.;
28
char_tran_heat
= 0.;
29
30
HeatZero
();
31
CoolZero
();
32
}
t_thermal::htot
double htot
Definition:
thermal.h:169
thermal
t_thermal thermal
Definition:
thermal.cpp:6
t_thermal::power
double power
Definition:
thermal.h:169
t_thermal::heavycollcool
double heavycollcool[LIMELM]
Definition:
thermal.h:115
t_thermal::FreeFreeTotHeat
double FreeFreeTotHeat
Definition:
thermal.h:178
thermal.h
t_thermal::char_tran_heat
double char_tran_heat
Definition:
thermal.h:166
t_thermal::char_tran_cool
double char_tran_cool
Definition:
thermal.h:166
t_thermal
Definition:
thermal.h:27
t_thermal::lgCExtraOn
bool lgCExtraOn
Definition:
thermal.h:151
t_thermal::zero
void zero()
Definition:
thermal.cpp:8
t_thermal::lgCNegChk
bool lgCNegChk
Definition:
thermal.h:122
CoolZero
void CoolZero(void)
Definition:
cool_etc.cpp:50
t_thermal::CoolExtra
realnum CoolExtra
Definition:
thermal.h:152
t_thermal::totcol
double totcol
Definition:
thermal.h:130
cooling.h
cddefines.h
LIMELM
const int LIMELM
Definition:
cddefines.h:308
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
t_thermal::coolheat
double coolheat
Definition:
thermal.h:130
HeatZero
void HeatZero(void)
Definition:
heat_sum.cpp:1071
t_thermal::wlCoolHeatMax
realnum wlCoolHeatMax
Definition:
thermal.h:126
t_thermal::heatl
double heatl
Definition:
thermal.h:130
t_thermal::CoolHeatMax
realnum CoolHeatMax
Definition:
thermal.h:125
t_thermal::ctot
double ctot
Definition:
thermal.h:130
Generated by
1.8.5