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
Public Attributes | List of all members
water_heating_using_flue::WaterHeatingUsingFlueResults Struct Reference

Results of the water heating using flue calculation. More...

#include <water_heating_using_flue.h>

Public Attributes

double flue_gas_mass_flow = 0
 Flue gas mass flow \([\unit{kg/hr}]\).
 
double boiler_available_heat = 0
 Boiler available heat (fraction)
 
double steam_specific_enthalpy = 0
 Steam specific enthalpy \([\unit{kJ/kg}]\).
 
double feedwater_specific_enthalpy = 0
 Feedwater specific enthalpy \([\unit{kJ/kg}]\).
 
double steam_mass_flow = 0
 Steam mass flow \([\unit{kg/hr}]\).
 
double feedwater_mass_flow = 0
 Feedwater mass flow \([\unit{kg/hr}]\).
 
double flue_gas_specific_heat = 0
 Flue gas specific heat \([\unit{kJ/kg\kelvin}]\).
 
double flue_gas_heat_capacity = 0
 Flue gas heat capacity \([\unit{kJ/hr\kelvin}]\).
 
double feedwater_specific_heat = 0
 Feedwater specific heat \([\unit{kJ/kg\kelvin}]\).
 
double feedwater_heat_capacity = 0
 Feedwater heat capacity \([\unit{kJ/hr\kelvin}]\).
 
double min_heat_capacity = 0
 Minimum heat capacity \([\unit{kJ/hr\kelvin}]\).
 
double recovered_heat = 0
 Recovered heat \([\unit{kJ/hr}]\).
 
double flue_gas_exit_temp = 0
 Flue gas exit temperature \([\unit{\kelvin}]\).
 
double feedwater_exit_temp = 0
 Feedwater exit temperature \([\unit{\kelvin}]\).
 
double annual_energy_savings = 0
 Annual energy savings \([\unit{GJ/yr}]\).
 
double annual_cost_savings = 0
 Annual cost savings \([\unit{$/yr}]\).
 

Detailed Description

Contains all output values from the water heating using flue calculation.

Definition at line 24 of file water_heating_using_flue.h.

Member Data Documentation

◆ annual_cost_savings

double water_heating_using_flue::WaterHeatingUsingFlueResults::annual_cost_savings = 0

Definition at line 40 of file water_heating_using_flue.h.

◆ annual_energy_savings

double water_heating_using_flue::WaterHeatingUsingFlueResults::annual_energy_savings = 0

Definition at line 39 of file water_heating_using_flue.h.

◆ boiler_available_heat

double water_heating_using_flue::WaterHeatingUsingFlueResults::boiler_available_heat = 0

Definition at line 26 of file water_heating_using_flue.h.

◆ feedwater_exit_temp

double water_heating_using_flue::WaterHeatingUsingFlueResults::feedwater_exit_temp = 0

Definition at line 38 of file water_heating_using_flue.h.

◆ feedwater_heat_capacity

double water_heating_using_flue::WaterHeatingUsingFlueResults::feedwater_heat_capacity = 0

Definition at line 34 of file water_heating_using_flue.h.

◆ feedwater_mass_flow

double water_heating_using_flue::WaterHeatingUsingFlueResults::feedwater_mass_flow = 0

Definition at line 30 of file water_heating_using_flue.h.

◆ feedwater_specific_enthalpy

double water_heating_using_flue::WaterHeatingUsingFlueResults::feedwater_specific_enthalpy = 0

Definition at line 28 of file water_heating_using_flue.h.

◆ feedwater_specific_heat

double water_heating_using_flue::WaterHeatingUsingFlueResults::feedwater_specific_heat = 0

Definition at line 33 of file water_heating_using_flue.h.

◆ flue_gas_exit_temp

double water_heating_using_flue::WaterHeatingUsingFlueResults::flue_gas_exit_temp = 0

Definition at line 37 of file water_heating_using_flue.h.

◆ flue_gas_heat_capacity

double water_heating_using_flue::WaterHeatingUsingFlueResults::flue_gas_heat_capacity = 0

Definition at line 32 of file water_heating_using_flue.h.

◆ flue_gas_mass_flow

double water_heating_using_flue::WaterHeatingUsingFlueResults::flue_gas_mass_flow = 0

Definition at line 25 of file water_heating_using_flue.h.

◆ flue_gas_specific_heat

double water_heating_using_flue::WaterHeatingUsingFlueResults::flue_gas_specific_heat = 0

Definition at line 31 of file water_heating_using_flue.h.

◆ min_heat_capacity

double water_heating_using_flue::WaterHeatingUsingFlueResults::min_heat_capacity = 0

Definition at line 35 of file water_heating_using_flue.h.

◆ recovered_heat

double water_heating_using_flue::WaterHeatingUsingFlueResults::recovered_heat = 0

Definition at line 36 of file water_heating_using_flue.h.

◆ steam_mass_flow

double water_heating_using_flue::WaterHeatingUsingFlueResults::steam_mass_flow = 0

Definition at line 29 of file water_heating_using_flue.h.

◆ steam_specific_enthalpy

double water_heating_using_flue::WaterHeatingUsingFlueResults::steam_specific_enthalpy = 0

Definition at line 27 of file water_heating_using_flue.h.


The documentation for this struct was generated from the following file: