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_steam::WaterHeatingUsingSteamResults Struct Reference

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

#include <water_heating_using_steam.h>

Public Attributes

double temp_water_out = 0
 Outlet water temperature \([\unit{K}]\).
 
double bp_temp_water_out = 0
 Boiling point temp of water out \([\unit{K}]\).
 
bool bp_temp_warning_flag = false
 Warning if outlet water at/above boiling point.
 
double flow_bypass_steam = 0
 Bypass steam flow \([\unit{kg/hr}]\).
 
double enthalpy_steam_in = 0
 Inlet steam enthalpy \([\unit{kJ/kg}]\).
 
double enthalpy_steam_out = 0
 Outlet steam enthalpy \([\unit{kJ/kg}]\).
 
double enthalpy_makeup_water = 0
 Makeup water enthalpy \([\unit{kJ/kg}]\).
 
double energy_saved_dwh = 0
 Energy saved in DWH \([\unit{kJ/yr}]\).
 
double energy_saved_boiler = 0
 Energy saved in boiler \([\unit{kJ/yr}]\).
 
double water_saved = 0
 Water saved \([\unit{m3/yr}]\).
 
double heat_gain_rate = 0
 Heat gain rate \([\unit{kJ/hr}]\).
 

Detailed Description

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

Definition at line 22 of file water_heating_using_steam.h.

Member Data Documentation

◆ bp_temp_warning_flag

bool water_heating_using_steam::WaterHeatingUsingSteamResults::bp_temp_warning_flag = false

Definition at line 25 of file water_heating_using_steam.h.

◆ bp_temp_water_out

double water_heating_using_steam::WaterHeatingUsingSteamResults::bp_temp_water_out = 0

Definition at line 24 of file water_heating_using_steam.h.

◆ energy_saved_boiler

double water_heating_using_steam::WaterHeatingUsingSteamResults::energy_saved_boiler = 0

Definition at line 31 of file water_heating_using_steam.h.

◆ energy_saved_dwh

double water_heating_using_steam::WaterHeatingUsingSteamResults::energy_saved_dwh = 0

Definition at line 30 of file water_heating_using_steam.h.

◆ enthalpy_makeup_water

double water_heating_using_steam::WaterHeatingUsingSteamResults::enthalpy_makeup_water = 0

Definition at line 29 of file water_heating_using_steam.h.

◆ enthalpy_steam_in

double water_heating_using_steam::WaterHeatingUsingSteamResults::enthalpy_steam_in = 0

Definition at line 27 of file water_heating_using_steam.h.

◆ enthalpy_steam_out

double water_heating_using_steam::WaterHeatingUsingSteamResults::enthalpy_steam_out = 0

Definition at line 28 of file water_heating_using_steam.h.

◆ flow_bypass_steam

double water_heating_using_steam::WaterHeatingUsingSteamResults::flow_bypass_steam = 0

Definition at line 26 of file water_heating_using_steam.h.

◆ heat_gain_rate

double water_heating_using_steam::WaterHeatingUsingSteamResults::heat_gain_rate = 0

Definition at line 33 of file water_heating_using_steam.h.

◆ temp_water_out

double water_heating_using_steam::WaterHeatingUsingSteamResults::temp_water_out = 0

Definition at line 23 of file water_heating_using_steam.h.

◆ water_saved

double water_heating_using_steam::WaterHeatingUsingSteamResults::water_saved = 0

Definition at line 32 of file water_heating_using_steam.h.


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