Loading [MathJax]/extensions/TeX/AMSsymbols.js
CoolProp
6.7.1dev
An open-source fluid property and humid air property database
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
t
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
b
d
f
g
h
i
n
p
q
r
s
t
v
x
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
c
e
i
m
n
o
p
r
s
t
v
z
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
p
q
r
s
t
u
v
Variables
Typedefs
b
c
i
m
t
u
v
Enumerations
Enumerator
c
m
t
Macros
_
a
c
d
e
f
i
l
m
n
p
r
t
u
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
include
HumidAirProp.h
Go to the documentation of this file.
1
2
3
#ifndef HUMAIR_H
4
#define HUMAIR_H
5
6
#include "
CoolPropTools.h
"
7
8
namespace
HumidAir
{
9
/* \brief Standard I/O function using base SI units exclusively
10
*
11
*/
12
double
HAPropsSI
(
const
std::string& OutputName,
const
std::string& Input1Name,
double
Input1,
const
std::string& Input2Name,
double
Input2,
13
const
std::string& Input3Name,
double
Input3);
14
15
/* \brief Standard I/O function using mixed kSI units
16
*
17
* \warning DEPRECATED!! Use \ref HAPropsSI
18
*/
19
double
HAProps
(
const
std::string& OutputName,
const
std::string& Input1Name,
double
Input1,
const
std::string& Input2Name,
double
Input2,
20
const
std::string& Input3Name,
double
Input3);
21
22
// -----------------------
23
// Extra I/O function
24
// -----------------------
25
double
HAProps_Aux
(
const
char
* OutputName,
double
T,
double
p,
double
W,
char
* units);
26
27
// Properties for Ice Ih at temperatures below 273.16 K
28
double
IceProps
(
const
char
* Name,
double
T,
double
p);
29
30
//Turn on the use of virial correlations for air and water
31
void
UseVirialCorrelations
(
int
flag);
32
void
UseIsothermCompressCorrelation
(
int
flag);
33
void
UseIdealGasEnthalpyCorrelations
(
int
flag);
34
35
// --------------
36
// Help functions
37
// --------------
38
void
HAHelp
(
void
);
39
int
returnHumAirCode
(
const
char
* Code);
40
41
// ----------------------
42
// Other simple functions
43
// ----------------------
44
double
cair_sat
(
double
T);
45
46
}
/* namespace HumidAir */
47
#endif
Generated on Mon Mar 17 2025 04:25:23 for CoolProp by
1.9.1