cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
coolheavy.cpp
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2017 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"
6 
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 }
void zero()
Definition: coolheavy.cpp:7
t_CoolHeavy CoolHeavy
Definition: coolheavy.cpp:5
double brems_cool_net
Definition: coolheavy.h:36
double brems_cool_h
Definition: coolheavy.h:36
#define DEBUG_ENTRY(funcname)
Definition: cddefines.h:729
bool lgFreeOn
Definition: coolheavy.h:35
double colmet
Definition: coolheavy.h:18