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

Method p

wrappers/Modelica/src/coolpropsolver.cpp:466–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466double CoolPropSolver::p(ExternalThermodynamicState* const properties) {
467 // Base function returns an error if called - should be redeclared by the solver object
468 errorMessage((char*)"Internal error: p() not implemented in the Solver object");
469 //throw NotImplementedError((char*)"Internal error: p() not implemented in the Solver object");
470 return -_HUGE;
471}
472
473int CoolPropSolver::phase(ExternalThermodynamicState* const properties) {
474 // Base function returns an error if called - should be redeclared by the solver object

Callers 2

postStateChangeMethod · 0.45
setSat_TMethod · 0.45

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected