mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-30 16:28:06 -05:00
Python wrapper is more or less back in action completely. Additional testing is required.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -445,6 +445,10 @@ double PropsSI(const std::string &Output, const std::string &Name1, double Prop1
|
||||
}
|
||||
#endif
|
||||
}
|
||||
std::vector<double> PropsSI(const std::string &Output, const std::string &Name1, const std::vector<double> &Prop1, const std::string &Name2, const std::vector<double> Prop2, const std::string &FluidName)
|
||||
{
|
||||
return PropsSI(Output, Name1, Prop1, Name2, Prop2, FluidName, std::vector<double>(1,1));
|
||||
}
|
||||
std::vector<double> PropsSI(const std::string &Output, const std::string &Name1, const std::vector<double> &Prop1, const std::string &Name2, const std::vector<double> Prop2, const std::string &Ref, const std::vector<double> &z)
|
||||
{
|
||||
std::vector<double> out(Prop1.size(), _HUGE);
|
||||
|
||||
Reference in New Issue
Block a user