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

Method cpmolar

src/AbstractState.cpp:778–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776 return _volumemolar_excess;
777}
778double AbstractState::cpmolar() {
779 if (!_cpmolar) _cpmolar = calc_cpmolar();
780 return _cpmolar;
781}
782double AbstractState::cp0molar() {
783 return calc_cpmolar_idealgas();
784}

Callers 2

test_wasm.mjsFile · 0.45
AbstractState.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected