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

Method hmolar

src/AbstractState.cpp:696–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694 return rhomolar_reducing() * molar_mass();
695}
696double AbstractState::hmolar() {
697 if (!_hmolar) _hmolar = calc_hmolar();
698 return _hmolar;
699}
700double AbstractState::hmolar_residual() {
701 if (!_hmolar_residual) _hmolar_residual = calc_hmolar_residual();
702 return _hmolar_residual;

Callers 10

calc_Tmax_curveMethod · 0.95
calc_melting_curveMethod · 0.95
mainFunction · 0.45
test_wasm.mjsFile · 0.45
set_reference_stateDFunction · 0.45
AbstractState.cppFile · 0.45

Calls

no outgoing calls