|
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.
|
Output data for a natural gas reduction calculation. More...
#include <natural_gas_reduction.h>
Public Attributes | |
| double | energy_use = 0.0 |
| Annual natural gas energy use \([\unit{\MMBtu\per\year}]\). | |
| double | energy_cost = 0.0 |
| Annual natural gas energy cost \([\unit{\dollar\per\year}]\). | |
| double | heat_flow = 0.0 |
| Heat flow rate \([\unit{\MMBtu\per\hour}]\). | |
| double | total_flow = 0.0 |
| Total gas or fluid flow \([\unit{\cubicFoot\per\hour}]\). | |
Contains the accumulated annual energy use, energy cost, heat flow, and total flow across all measures passed to naturalGasReduction, or the individual result from a single-method helper function.
Definition at line 144 of file natural_gas_reduction.h.
| double natural_gas_reduction::NaturalGasReductionOutput::energy_cost = 0.0 |
Definition at line 146 of file natural_gas_reduction.h.
| double natural_gas_reduction::NaturalGasReductionOutput::energy_use = 0.0 |
Definition at line 145 of file natural_gas_reduction.h.
| double natural_gas_reduction::NaturalGasReductionOutput::heat_flow = 0.0 |
Definition at line 147 of file natural_gas_reduction.h.
| double natural_gas_reduction::NaturalGasReductionOutput::total_flow = 0.0 |
Definition at line 148 of file natural_gas_reduction.h.