|
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.
|
Energy equivalency calculations for process heating systems. More...
Go to the source code of this file.
Namespaces | |
| namespace | energy_equivalency |
| Energy equivalency calculations for process heating systems. | |
Functions | |
| double | energy_equivalency::calculateElectricalEquivalentHeatInput (double fuel_fired_heat_input, double fuel_fired_efficiency, double electrically_heated_efficiency) |
| Calculates the equivalent electrical heat input required to replace a fuel-fired furnace. | |
| double | energy_equivalency::calculateFuelFiredEquivalentHeatInput (double electrical_heat_input, double electrically_heated_efficiency, double fuel_fired_efficiency) |
| Calculates the equivalent fuel-fired heat input required to replace an electrically heated furnace. | |