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
src
l10n
english.h
Go to the documentation of this file.
1
/*
2
* english.h
3
*
4
* Created on: 21 Dec 2013
5
* Author: jowr
6
*/
7
8
#ifndef ENGLISH_H_
9
#define ENGLISH_H_
10
11
namespace
CoolProp
{
12
13
const
std::string
ERR_NOT_A_TWO_PHASE_FLUID
(
"This is not a two-phase fluid. Please select another fluid or avoid two-phase functions."
);
14
const
std::string
ERR_NOT_A_TWO_PHASE_STATE
(
"This is not a two-phase state, update state with a two-phase set of inputs"
);
15
const
std::string
ERR_NOT_COMPRESSIBLE
(
"This function is invalid for incompressible fluids."
);
16
const
std::string
ERR_NOT_A_TWO_PHASE_FUNCTION
(
"This function is invalid in the two-phase region."
);
17
18
}
/* namespace CoolProp */
19
#endif
/* ENGLISH_H_ */
Generated on Mon Mar 17 2025 04:25:23 for CoolProp by
1.9.1