CoolProp 8.0.0
An open-source fluid property and humid air property database
TransportRoutines.h
Go to the documentation of this file.
1#ifndef TRANSPORTROUTINES_H
2#define TRANSPORTROUTINES_H
3
5
6namespace CoolProp {
7
9{
10 public:
23
36
46
56
58
80
91
105
109
115
123
131
162
170
180
195
238
243
245
248
254
256
275
277
279
280 /* \brief Solver for the conformal state for ECS model
281 *
282 */
284 CoolPropDbl& rhomolar0);
285
286}; /* class TransportRoutines */
287
288}; /* namespace CoolProp */
289#endif