MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches

The temperature adjustment converts actual volumetric flow at operating temperature to standard conditions (60°F or 520°R). Gas volume is inversely proportional to the square root of absolute temperature.

\begin{equation}\label{eq:flow-calculations-convert-temperature} T_{gas} = T_{gas,F} + 459.67\end{equation}

\begin{equation}\label{eq:flow-calculations-temperature-adj} f_T = \sqrt{\frac{T_{std}}{T_{gas}}}\end{equation}

Symbols
\(f_T\)Temperature adjustment factor \([\unit{ \unitless}]\)
\(T_{std}\)Standard gas temperature (520) - see physics::us::kStandardGasTemperatureR \([\unit{ \degreeRankine}]\)
\(T_{gas}\)Actual gas temperature in Rankine \([\unit{ \degreeRankine}]\)
\(T_{gas,F}\)Actual gas temperature in Fahrenheit \([\unit{ \degreeFahrenheit}]\)
\(459.67\)Fahrenheit to Rankine conversion factor - see physics::conversions::fahrenheitToRankine \([\unit{ \degreeRankine}]\)