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

Method dTp

wrappers/Modelica/src/basesolver.cpp:457–461  ·  view source on GitHub ↗

Compute derivative of Ts wrt pressure ! This function returns the derivative of Ts wrt pressure from the state specified by the properties input Must be re-implemented in the specific solver @param properties ExternalSaturationProperties property struct corresponding to current state */

Source from the content-addressed store, hash-verified

455 @param properties ExternalSaturationProperties property struct corresponding to current state
456*/
457double BaseSolver::dTp(ExternalSaturationProperties* const properties) {
458 // Base function returns an error if called - should be redeclared by the solver object
459 errorMessage((char*)"Internal error: dTp() not implemented in the Solver object");
460 return 0;
461}
462
463//! Compute derivative of dls wrt pressure
464/*!

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected