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

Method a

wrappers/Modelica/src/basesolver.cpp:170–174  ·  view source on GitHub ↗

Compute velocity of sound ! This function returns the velocity of sound 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

168 @param properties ExternalThermodynamicState property struct corresponding to current state
169*/
170double BaseSolver::a(ExternalThermodynamicState* const properties) {
171 // Base function returns an error if called - should be redeclared by the solver object
172 errorMessage((char*)"Internal error: a() not implemented in the Solver object");
173 return 0;
174}
175
176//! Compute isobaric expansion coefficient
177/*!

Callers 1

Calls 1

errorMessageFunction · 0.85

Tested by

no test coverage detected