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

Method cp

wrappers/Modelica/src/basesolver.cpp:198–202  ·  view source on GitHub ↗

Compute specific heat capacity cp ! This function returns the specific heat capacity cp 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

196 @param properties ExternalThermodynamicState property struct corresponding to current state
197*/
198double BaseSolver::cp(ExternalThermodynamicState* const properties) {
199 // Base function returns an error if called - should be redeclared by the solver object
200 errorMessage((char*)"Internal error: cp() not implemented in the Solver object");
201 return 0;
202}
203
204//! Compute specific heat capacity cv
205/*!

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected