Much more progress on PY flash routines. Only a few edge cases that fail, otherwise all is good

Moved from bounded secant to Brent for stability

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-13 14:26:47 +02:00
parent baf5a88a8e
commit a7ddd80d5a
16 changed files with 118 additions and 113 deletions

View File

@@ -427,7 +427,6 @@ double PropsSI(const std::string &Output, const std::string &Name1, double Prop1
#else
std::cout << "macro is on; error checking disabled in PropsSI" << std::endl;
#endif
// Here is the real code
extract_backend(Ref, backend, fluid);
return _PropsSI(Output, Name1, Prop1, Name2, Prop2, backend, fluid, std::vector<double>());