Added all pure fluids from Melinder's book, incompressible JSON files now check hashes before write, equation based fluids can be fitted as well

This commit is contained in:
jowr
2014-07-18 12:40:48 +02:00
parent 6696f84aab
commit 46df4a6510
46 changed files with 1943 additions and 1106 deletions

View File

@@ -493,6 +493,16 @@ TEST_CASE("Internal consistency checks and example use cases for the incompressi
}
}
//std::string name("INCOMP::TCO");
double T = 50 + 273.15;
double p = 10e5;
double x = 0.3;
// std::cout << CoolProp::PropsSI("D","T",T,"P",p,"INCOMP::TCO",std::vector<double>(1,x)) << std::endl;
// std::cout << CoolProp::PropsSI("D","T",T,"P",p,"INCOMP::LiBr",std::vector<double>(1,x)) << std::endl;
// std::cout << CoolProp::PropsSI("D","T",T,"P",p,"INCOMP::NaK",std::vector<double>(1,x)) << std::endl;
// SECTION("Tests for the hardcoded fluids") {
//