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

Method delta

src/AbstractState.cpp:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648 return _tau;
649}
650double AbstractState::delta() {
651 if (!_delta) _delta = calc_reduced_density();
652 return _delta;
653}
654double AbstractState::Tmin() {
655 return calc_Tmin();
656}

Callers 2

mainFunction · 0.45
get_dT_drhoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected