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
co.h
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
4
#ifndef CO_H_
5
#define CO_H_
6
7
/* co.h */
8
9
#include "
module.h
"
10
11
struct
t_co
:
public
module
{
12
const
char
*
chName
()
const
13
{
14
return
"co"
;
15
}
16
17
void
zero
();
18
void
comment
(
t_warnings
&) {}
19
21
realnum
CODissHeat
,
23
codfrc
,
25
codtot
;
26
};
27
28
extern
t_co
co
;
29
30
#endif
/* CO_H_ */
t_co::comment
void comment(t_warnings &)
Definition:
co.h:18
t_warnings
Definition:
warnings.h:15
co
t_co co
Definition:
co.cpp:5
t_co::codtot
realnum codtot
Definition:
co.h:22
realnum
float realnum
Definition:
cddefines.h:124
t_co::chName
const char * chName() const
Definition:
co.h:12
t_co::zero
void zero()
Definition:
co.cpp:7
t_co
Definition:
co.h:11
t_co::codfrc
realnum codfrc
Definition:
co.h:22
module.h
module
Definition:
module.h:26
t_co::CODissHeat
realnum CODissHeat
Definition:
co.h:22
Generated by
1.8.5