|
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.
|
Flow calculations for energy use in fuel-fired furnaces.
Classes | |
| struct | FlowCalculationsEnergyUseResults |
| Results of the flow calculations energy use. More... | |
Functions | |
| FlowCalculationsEnergyUseResults | flowCalculationsEnergyUse (double specific_gravity, double orifice_diameter, double inside_pipe_diameter, double discharge_coefficient, double gas_heating_value, double gas_temperature, double gas_pressure, double orifice_pressure_drop, double operating_time) |
| Calculates flow rate, heat input, and total flow for a fuel-fired furnace using orifice flow equations. | |