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

Method kappa

wrappers/Modelica/src/basesolver.cpp:296–300  ·  view source on GitHub ↗

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

294 @param properties ExternalThermodynamicState property struct corresponding to current state
295*/
296double BaseSolver::kappa(ExternalThermodynamicState* const properties) {
297 // Base function returns an error if called - should be redeclared by the solver object
298 errorMessage((char*)"Internal error: kappa() not implemented in the Solver object");
299 return 0;
300}
301
302//! Compute thermal conductivity
303/*!

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected