cloudy  trunk
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
23  codfrc,
25  codtot;
26 };
27 
28 extern t_co co;
29 
30 #endif /* CO_H_ */
void comment(t_warnings &)
Definition: co.h:18
t_co co
Definition: co.cpp:5
realnum codtot
Definition: co.h:22
float realnum
Definition: cddefines.h:124
const char * chName() const
Definition: co.h:12
void zero()
Definition: co.cpp:7
Definition: co.h:11
realnum codfrc
Definition: co.h:22
Definition: module.h:26
realnum CODissHeat
Definition: co.h:22