|
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. More...
Go to the source code of this file.
Classes | |
| struct | flow_calculations_energy_use::FlowCalculationsEnergyUseResults |
| Results of the flow calculations energy use. More... | |
Namespaces | |
| namespace | flow_calculations_energy_use |
| Flow calculations for energy use in fuel-fired furnaces. | |
Functions | |
| FlowCalculationsEnergyUseResults | flow_calculations_energy_use::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. | |