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

Method sl

wrappers/Modelica/src/basesolver.cpp:597–601  ·  view source on GitHub ↗

Compute entropy at bubble line ! This function returns the entropy at bubble line 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

595 @param properties ExternalSaturationProperties property struct corresponding to current state
596*/
597double BaseSolver::sl(ExternalSaturationProperties* const properties) {
598 // Base function returns an error if called - should be redeclared by the solver object
599 errorMessage((char*)"Internal error: sl() not implemented in the Solver object");
600 return 0;
601}
602
603//! Compute entropy at dew line
604/*!

Callers 1

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected