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

Method h

wrappers/Modelica/src/coolpropsolver.cpp:445–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443}
444
445double CoolPropSolver::h(ExternalThermodynamicState* const properties) {
446 // Base function returns an error if called - should be redeclared by the solver object
447 errorMessage((char*)"Internal error: h() not implemented in the Solver object");
448 //throw NotImplementedError((char*)"Internal error: h() not implemented in the Solver object");
449 return -_HUGE;
450}
451
452double CoolPropSolver::kappa(ExternalThermodynamicState* const properties) {
453 // 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