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
coolheavy.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 "
coolheavy.h
"
5
t_CoolHeavy
CoolHeavy
;
6
7
void
t_CoolHeavy::zero
()
8
{
9
DEBUG_ENTRY
(
"t_CoolHeavy::zero()"
);
10
/* free free heating, cooling, net */
11
lgFreeOn
=
true
;
12
brems_cool_h
= 0.;
13
colmet
= 0.;
14
brems_cool_net
= 0.;
15
16
}
t_CoolHeavy::zero
void zero()
Definition:
coolheavy.cpp:7
CoolHeavy
t_CoolHeavy CoolHeavy
Definition:
coolheavy.cpp:5
t_CoolHeavy::brems_cool_net
double brems_cool_net
Definition:
coolheavy.h:36
coolheavy.h
t_CoolHeavy::brems_cool_h
double brems_cool_h
Definition:
coolheavy.h:36
cddefines.h
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
t_CoolHeavy
Definition:
coolheavy.h:10
t_CoolHeavy::lgFreeOn
bool lgFreeOn
Definition:
coolheavy.h:35
t_CoolHeavy::colmet
double colmet
Definition:
coolheavy.h:18
Generated by
1.8.5