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

Method cv

wrappers/Modelica/src/coolpropsolver.cpp:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410double CoolPropSolver::cv(ExternalThermodynamicState* const properties) {
411 // Base function returns an error if called - should be redeclared by the solver object
412 errorMessage((char*)"Internal error: cv() not implemented in the Solver object");
413 //throw NotImplementedError((char*)"Internal error: cv() not implemented in the Solver object");
414 return -_HUGE;
415}
416
417double CoolPropSolver::d(ExternalThermodynamicState* const properties) {
418 // 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