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
cascade_heat_high_to_low.h
Go to the documentation of this file.
1
2#pragma once
3
14
21
29 double pri_flue_volume = 0;
30 double hx_energy_rate = 0;
31 double eq_energy_supply = 0;
32 double eff_op_hours = 0;
33 double energy_savings = 0;
34 double cost_savings = 0;
35 double hourly_savings = 0;
36 double pri_excess_air = 0;
37 double pri_available_heat = 0;
38 double sec_excess_air = 0;
39 double sec_available_heat = 0;
40};
41
66 const gas_composition::GasComposition& gas_compositions,
67 double fuel_hv,
68 double fuel_cost,
69 double pri_firing_rate,
70 double pri_exhaust_temp,
71 double pri_exhaust_o2,
72 double pri_comb_air_temp,
73 double pri_op_hours,
74 double sec_firing_rate,
75 double sec_exhaust_temp,
76 double sec_exhaust_o2,
77 double sec_comb_air_temp,
78 double sec_op_hours,
79 double fuel_temp_f = 60,
80 double ambient_air_temp_f = 60,
81 double comb_air_moisture_perc = 0
82);
83
84} // namespace cascade_heat_high_to_low
85
Represents a fuel gas mixture and its properties for process heat calculations.
CascadeHeatHighToLowResults calculateCascadeHeatHighToLow(const gas_composition::GasComposition &gas_compositions, double fuel_hv, double fuel_cost, double pri_firing_rate, double pri_exhaust_temp, double pri_exhaust_o2, double pri_comb_air_temp, double pri_op_hours, double sec_firing_rate, double sec_exhaust_temp, double sec_exhaust_o2, double sec_comb_air_temp, double sec_op_hours, double fuel_temp_f=60, double ambient_air_temp_f=60, double comb_air_moisture_perc=0)
Calculates the energy and cost savings from cascading heat from a high-temperature to a low-temperatu...
Cascade heat recovery calculations for process heating systems.
Results of the cascade heat high-to-low calculation.
double sec_available_heat
Secondary available heat (fraction)
double pri_available_heat
Primary available heat (fraction)