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

Method hl

wrappers/Modelica/src/basesolver.cpp:555–559  ·  view source on GitHub ↗

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

553 @param properties ExternalSaturationProperties property struct corresponding to current state
554*/
555double BaseSolver::hl(ExternalSaturationProperties* const properties) {
556 // Base function returns an error if called - should be redeclared by the solver object
557 errorMessage((char*)"Internal error: hl() not implemented in the Solver object");
558 return 0;
559}
560
561//! Compute enthalpy at dew line
562/*!

Callers 1

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected