| 443 | } |
| 444 | |
| 445 | double 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 | |
| 452 | double CoolPropSolver::kappa(ExternalThermodynamicState* const properties) { |
| 453 | // Base function returns an error if called - should be redeclared by the solver object |
no test coverage detected