| 239 | } |
| 240 | } |
| 241 | EXPORT_CODE double CONVENTION PropsSI(const char* Output, const char* Name1, double Prop1, const char* Name2, double Prop2, const char* FluidName) { |
| 242 | fpu_reset_guard guard; |
| 243 | return CoolProp::PropsSI(std::string(Output), std::string(Name1), Prop1, std::string(Name2), Prop2, std::string(FluidName)); |
| 244 | } |
| 245 | EXPORT_CODE void CONVENTION PropsSImulti(const char* Outputs, const char* Name1, double* Prop1, const long size_Prop1, const char* Name2, |
| 246 | double* Prop2, const long size_Prop2, char* backend, const char* FluidNames, const double* fractions, |
| 247 | const long length_fractions, double* result, long* resdim1, long* resdim2) { |