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

Method smolar_residual

src/AbstractState.cpp:718–721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716 return _smolar;
717}
718double AbstractState::smolar_residual() {
719 if (!_smolar_residual) _smolar_residual = calc_smolar_residual();
720 return _smolar_residual;
721}
722double AbstractState::smolar_idealgas() {
723 return gas_constant() * (tau() * dalpha0_dTau() - alpha0());
724}

Calls

no outgoing calls