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

Method tau

src/AbstractState.cpp:646–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

644}
645
646double AbstractState::tau() {
647 if (!_tau) _tau = calc_reciprocal_reduced_temperature();
648 return _tau;
649}
650double AbstractState::delta() {
651 if (!_delta) _delta = calc_reduced_density();
652 return _delta;

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected