CoolProp  6.6.0
An open-source fluid property and humid air property database
TestObjects.h
Go to the documentation of this file.
1 
8 #include "IncompressibleFluid.h"
9 #include "Eigen/Core"
10 #include "MatrixMath.h"
11 
12 #if defined ENABLE_CATCH
13 namespace CoolPropTesting {
14 
15 Eigen::MatrixXd makeMatrix(const std::vector<double>& coefficients);
16 //CoolProp::IncompressibleFluid incompressibleFluidObject();
17 //IncompressibleBackend incompressibleBackendObject();
18 
19 } // namespace CoolPropTesting
20 #endif // ENABLE_CATCH