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

Method T

wrappers/Modelica/src/basesolver.cpp:156–160  ·  view source on GitHub ↗

Compute temperature ! This function returns the temperature from the state specified by the properties input Must be re-implemented in the specific solver @param properties ExternalThermodynamicState property struct corresponding to current state */

Source from the content-addressed store, hash-verified

154 @param properties ExternalThermodynamicState property struct corresponding to current state
155*/
156double BaseSolver::T(ExternalThermodynamicState* const properties) {
157 // Base function returns an error if called - should be redeclared by the solver object
158 errorMessage((char*)"Internal error: T() not implemented in the Solver object");
159 return 0;
160}
161
162//! Compute velocity of sound
163/*!

Callers 15

T_phMethod · 0.45
TsatMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
test_wasm.mjsFile · 0.45
bench_oneFunction · 0.45
check_TTSE_old.pyFile · 0.45
residual_for_psiFunction · 0.45
objectiveMethod · 0.45
objectiveMethod · 0.45

Calls 1

errorMessageFunction · 0.85

Tested by 13

check_PX_roundtripFunction · 0.36
run_named_caseFunction · 0.36
run_pMethod · 0.36
check_pLMethod · 0.36
check_pVMethod · 0.36
check_rhoLMethod · 0.36
check_rhoVMethod · 0.36
hsu_p_roundtripFunction · 0.36
refine_to_forward_hFunction · 0.36
run_failmapFunction · 0.36
SECTIONFunction · 0.36