CoolProp 6.8.1dev
An open-source fluid property and humid air property database
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
11namespace CoolProp {
12
13const std::string ERR_NOT_A_TWO_PHASE_FLUID("This is not a two-phase fluid. Please select another fluid or avoid two-phase functions.");
14const std::string ERR_NOT_A_TWO_PHASE_STATE("This is not a two-phase state, update state with a two-phase set of inputs");
15const std::string ERR_NOT_COMPRESSIBLE("This function is invalid for incompressible fluids.");
16const 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_ */