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

Method cp

wrappers/Modelica/src/coolpropsolver.cpp:403–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403double CoolPropSolver::cp(ExternalThermodynamicState* const properties) {
404 // Base function returns an error if called - should be redeclared by the solver object
405 errorMessage((char*)"Internal error: cp() not implemented in the Solver object");
406 //throw NotImplementedError((char*)"Internal error: cp() not implemented in the Solver object");
407 return -_HUGE;
408}
409
410double CoolPropSolver::cv(ExternalThermodynamicState* const properties) {
411 // 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