CoolProp 6.8.1dev
An open-source fluid property and humid air property database
SpeedTest.h
Go to the documentation of this file.
1#ifndef SPEEDTEST_H
2#define SPEEDTEST_H
3
4#include <string>
5
6namespace CoolProp {
7
8void compare_REFPROP_and_CoolProp(const std::string& fluid, int inputs, double val1, double val2, std::size_t N, double d1 = 0, double d2 = 0);
9
10} /* namespace CoolProp */
11
12#endif