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

Method cvmolar

src/AbstractState.cpp:785–788  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783 return calc_cpmolar_idealgas();
784}
785double AbstractState::cvmolar() {
786 if (!_cvmolar) _cvmolar = calc_cvmolar();
787 return _cvmolar;
788}
789double AbstractState::speed_sound() {
790 if (!_speed_sound) _speed_sound = calc_speed_sound();
791 return _speed_sound;

Callers 1

AbstractState.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected