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

Method Cvirial

src/AbstractState.cpp:962–964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960 return calc_Bvirial();
961}
962double AbstractState::Cvirial() {
963 return calc_Cvirial();
964}
965double AbstractState::dBvirial_dT() {
966 return calc_dBvirial_dT();
967}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected