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

Method s

wrappers/Modelica/src/coolpropsolver.cpp:480–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478}
479
480double CoolPropSolver::s(ExternalThermodynamicState* const properties) {
481 // Base function returns an error if called - should be redeclared by the solver object
482 errorMessage((char*)"Internal error: s() not implemented in the Solver object");
483 //throw NotImplementedError((char*)"Internal error: s() not implemented in the Solver object");
484 return -_HUGE;
485}
486
487double CoolPropSolver::d_der(ExternalThermodynamicState* const properties) {
488 // Base function returns an error if called - should be redeclared by the solver object

Callers 1

postStateChangeMethod · 0.45

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected