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

Method sv

wrappers/Modelica/src/basesolver.cpp:611–615  ·  view source on GitHub ↗

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

609 @param properties ExternalSaturationProperties property struct corresponding to current state
610*/
611double BaseSolver::sv(ExternalSaturationProperties* const properties) {
612 // Base function returns an error if called - should be redeclared by the solver object
613 errorMessage((char*)"Internal error: sv() not implemented in the Solver object");
614 return 0;
615}
616
617//! Compute derivatives
618/*!

Callers 1

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected