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_exhaust::WaterHeatingUsingExhaustResults Struct Reference

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

#include <water_heating_using_exhaust.h>

Public Attributes

double recovered_heat = 0
 Recovered heat \([\unit{Btu/hr}]\).
 
double hot_water_flow = 0
 Hot water flow \([\unit{gal/hr}]\).
 
double tons_refrigeration = 0
 Tons of refrigeration \([\unit{tons}]\).
 
double capacity_chiller = 0
 Chiller capacity \([\unit{tons}]\).
 
double electrical_energy = 0
 Electrical energy \([\unit{Btu/hr}]\).
 

Detailed Description

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

Definition at line 24 of file water_heating_using_exhaust.h.

Member Data Documentation

◆ capacity_chiller

double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::capacity_chiller = 0

Definition at line 28 of file water_heating_using_exhaust.h.

◆ electrical_energy

double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::electrical_energy = 0

Definition at line 29 of file water_heating_using_exhaust.h.

◆ hot_water_flow

double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::hot_water_flow = 0

Definition at line 26 of file water_heating_using_exhaust.h.

◆ recovered_heat

double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::recovered_heat = 0

Definition at line 25 of file water_heating_using_exhaust.h.

◆ tons_refrigeration

double water_heating_using_exhaust::WaterHeatingUsingExhaustResults::tons_refrigeration = 0

Definition at line 27 of file water_heating_using_exhaust.h.


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