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

Method cp0molar

src/AbstractState.cpp:782–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780 return _cpmolar;
781}
782double AbstractState::cp0molar() {
783 return calc_cpmolar_idealgas();
784}
785double AbstractState::cvmolar() {
786 if (!_cvmolar) _cvmolar = calc_cvmolar();
787 return _cvmolar;

Callers 1

calc_cpmolar_idealgasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected