MCPcopy Create free account
hub / github.com/CoolProp/CoolProp / PropsSI

Function PropsSI

src/CoolPropLib.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240}
241EXPORT_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}
245EXPORT_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) {

Callers 2

PropsFunction · 0.70
propssi_Function · 0.70

Calls 1

stringClass · 0.50

Tested by

no test coverage detected