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
phycon.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 "
phycon.h
"
5
6
t_phycon
phycon
;
7
8
void
t_phycon::zero
()
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
}
t_phycon::BigJumpTe
realnum BigJumpTe
Definition:
phycon.h:116
t_phycon::BigJumpH2
realnum BigJumpH2
Definition:
phycon.h:116
phycon
t_phycon phycon
Definition:
phycon.cpp:6
phycon.h
t_phycon
Definition:
phycon.h:11
t_phycon::BigJumpne
realnum BigJumpne
Definition:
phycon.h:116
t_phycon::lgPhysOK
bool lgPhysOK
Definition:
phycon.h:111
t_phycon::BigJumpCO
realnum BigJumpCO
Definition:
phycon.h:116
t_phycon::zero
void zero()
Definition:
phycon.cpp:8
cddefines.h
DEBUG_ENTRY
#define DEBUG_ENTRY(funcname)
Definition:
cddefines.h:723
Generated by
1.8.5