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

Method Pr

wrappers/Modelica/src/coolpropsolver.cpp:375–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375double CoolPropSolver::Pr(ExternalThermodynamicState* const properties) {
376 // Base function returns an error if called - should be redeclared by the solver object
377 errorMessage((char*)"Internal error: Pr() not implemented in the Solver object");
378 //throw NotImplementedError((char*)"Internal error: Pr() not implemented in the Solver object");
379 return -_HUGE;
380}
381
382double CoolPropSolver::T(ExternalThermodynamicState* const properties) {
383 // Base function returns an error if called - should be redeclared by the solver object

Callers

nothing calls this directly

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected