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

Method T_reducing

src/AbstractState.cpp:669–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667 return calc_T_critical();
668}
669double AbstractState::T_reducing() {
670 if (!ValidNumber(_reducing.T)) {
671 calc_reducing_state();
672 }
673 return _reducing.T;
674}
675double AbstractState::p_critical() {
676 return calc_p_critical();
677}

Callers 15

get_dT_drhoFunction · 0.80
do_satMethod · 0.80
CoolProp-Tests.cppFile · 0.80
alpha0Method · 0.80
dalpha0_dxiMethod · 0.80
d2alpha0_dxi_dDeltaMethod · 0.80
d2alpha0_dxi_dTauMethod · 0.80
d2alpha0dxidxjMethod · 0.80
dpsi_dxiMethod · 0.80
dpsir_dxiMethod · 0.80
d_rhorTr_dxiMethod · 0.80

Calls 1

ValidNumberFunction · 0.85

Tested by 1

do_satMethod · 0.64