cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
phycon.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 "phycon.h"
5 
7 
9 {
10  DEBUG_ENTRY( "t_phycon::zero()" );
11  lgPhysOK = true;
12  /* largest relative changes in Te, ne, H+, H2, and CO in structure
13  * this is computed as part of prtcomment so does not exist when code not talking,
14  * set to zero in zero and still zero if prtcomment not called */
15  BigJumpTe = 0.;
16  BigJumpne = 0.;
17  BigJumpH2 = 0.;
18  BigJumpCO = 0.;
19 
20 }
realnum BigJumpTe
Definition: phycon.h:116
realnum BigJumpH2
Definition: phycon.h:116
t_phycon phycon
Definition: phycon.cpp:6
realnum BigJumpne
Definition: phycon.h:116
bool lgPhysOK
Definition: phycon.h:111
realnum BigJumpCO
Definition: phycon.h:116
void zero()
Definition: phycon.cpp:8
#define DEBUG_ENTRY(funcname)
Definition: cddefines.h:729