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

Method hv

wrappers/Modelica/src/basesolver.cpp:569–573  ·  view source on GitHub ↗

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

567 @param properties ExternalSaturationProperties property struct corresponding to current state
568*/
569double BaseSolver::hv(ExternalSaturationProperties* const properties) {
570 // Base function returns an error if called - should be redeclared by the solver object
571 errorMessage((char*)"Internal error: hv() not implemented in the Solver object");
572 return 0;
573}
574
575//! Compute surface tension
576/*!

Callers 1

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected