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

Method dhldp

wrappers/Modelica/src/basesolver.cpp:499–503  ·  view source on GitHub ↗

Compute derivative of hls wrt pressure ! This function returns the derivative of hls 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

497 @param properties ExternalSaturationProperties property struct corresponding to current state
498*/
499double BaseSolver::dhldp(ExternalSaturationProperties* const properties) {
500 // Base function returns an error if called - should be redeclared by the solver object
501 errorMessage((char*)"Internal error: dhldp() not implemented in the Solver object");
502 return 0;
503}
504
505//! Compute derivative of hvs wrt pressure
506/*!

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected