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

Method dl

wrappers/Modelica/src/basesolver.cpp:527–531  ·  view source on GitHub ↗

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

525 @param properties ExternalSaturationProperties property struct corresponding to current state
526*/
527double BaseSolver::dl(ExternalSaturationProperties* const properties) {
528 // Base function returns an error if called - should be redeclared by the solver object
529 errorMessage((char*)"Internal error: dl() not implemented in the Solver object");
530 return 0;
531}
532
533//! Compute density at dew line
534/*!

Callers 1

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected