Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
650
double AbstractState::delta() {
651
if (!_delta) _delta = calc_reduced_density();
652
return _delta;
653
}
654
double AbstractState::Tmin() {
655
return calc_Tmin();
656
}
Callers
2
main
Function · 0.45
get_dT_drho
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected