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

Method p

wrappers/Modelica/src/basesolver.cpp:324–328  ·  view source on GitHub ↗

Compute pressure ! This function returns the pressure 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

322 @param properties ExternalThermodynamicState property struct corresponding to current state
323*/
324double BaseSolver::p(ExternalThermodynamicState* const properties) {
325 // Base function returns an error if called - should be redeclared by the solver object
326 errorMessage((char*)"Internal error: p() not implemented in the Solver object");
327 return 0;
328}
329
330//! Compute phase flag
331/*!

Callers 15

psat_TQMethod · 0.45
mainFunction · 0.45
_sweepFunction · 0.45
_sweepFunction · 0.45
test_wasm.mjsFile · 0.45
simple_solve_dtMethod · 0.45

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected