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

Method Pr

wrappers/Modelica/src/basesolver.cpp:142–146  ·  view source on GitHub ↗

Compute Prandtl number ! This function returns the Prandtl number from the state specified by the properties input Must be re-implemented in the specific solver @param properties ExternalThermodynamicState property struct corresponding to current state */

Source from the content-addressed store, hash-verified

140 @param properties ExternalThermodynamicState property struct corresponding to current state
141*/
142double BaseSolver::Pr(ExternalThermodynamicState* const properties) {
143 // Base function returns an error if called - should be redeclared by the solver object
144 errorMessage((char*)"Internal error: Pr() not implemented in the Solver object");
145 return 0;
146}
147
148//! Compute temperature
149/*!

Callers 1

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected