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

Method helmholtzmolar

src/AbstractState.cpp:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764 return _gibbsmolar_excess;
765}
766double AbstractState::helmholtzmolar() {
767 if (!_helmholtzmolar) _helmholtzmolar = calc_helmholtzmolar();
768 return _helmholtzmolar;
769}
770double AbstractState::helmholtzmolar_excess() {
771 if (!_helmholtzmolar_excess) calc_excess_properties();
772 return _helmholtzmolar_excess;

Callers 1

calc_helmholtzmolarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected