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

Method ddvdp

wrappers/Modelica/src/basesolver.cpp:485–489  ·  view source on GitHub ↗

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

483 @param properties ExternalSaturationProperties property struct corresponding to current state
484*/
485double BaseSolver::ddvdp(ExternalSaturationProperties* const properties) {
486 // Base function returns an error if called - should be redeclared by the solver object
487 errorMessage((char*)"Internal error: ddvdp() not implemented in the Solver object");
488 return 0;
489}
490
491//! Compute derivative of hls wrt pressure
492/*!

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected