|
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.
|
The cost calculation depends on the selected utility type. For the compressed air utility type, annual cost is the product of consumption and the cost rate per unit volume. For the electricity utility type, annual cost is the product of the electrical energy use and the electricity cost rate.
\begin{equation}\label{eq:compressed-air-reduction-cost-air} C_{cost} = r_{air} \cdot C\end{equation}
\begin{equation}\label{eq:compressed-air-reduction-cost-electricity} C_{cost} = r_{elec} \cdot E\end{equation}
| \(C_{cost}\) | Annual energy cost \([\unit{ \dollar\per\year}]\) |
| \(r_{air}\) | Compressed air cost rate \([\unit{ \dollar\per\cubic\foot}]\) |
| \(C\) | Annual compressed air consumption \([\unit{ \cubic\foot\per\year}]\) |
| \(r_{elec}\) | Electricity cost rate \([\unit{ \dollar\per\kilo\watt\hour}]\) |
| \(E\) | Annual electrical energy use \([\unit{ \kilo\watt\hour\per\year}]\) |