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

Method Bvirial

src/AbstractState.cpp:959–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957 return _rhomolar / _p * first_partial_deriv(iP, iDmolar, iSmolar);
958}
959double AbstractState::Bvirial() {
960 return calc_Bvirial();
961}
962double AbstractState::Cvirial() {
963 return calc_Cvirial();
964}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected