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
natural_gas_reduction::NaturalGasReductionOutput Struct Reference

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}]\).
 

Detailed Description

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.

Member Data Documentation

◆ energy_cost

double natural_gas_reduction::NaturalGasReductionOutput::energy_cost = 0.0

Definition at line 146 of file natural_gas_reduction.h.

◆ energy_use

double natural_gas_reduction::NaturalGasReductionOutput::energy_use = 0.0

Definition at line 145 of file natural_gas_reduction.h.

◆ heat_flow

double natural_gas_reduction::NaturalGasReductionOutput::heat_flow = 0.0

Definition at line 147 of file natural_gas_reduction.h.

◆ total_flow

double natural_gas_reduction::NaturalGasReductionOutput::total_flow = 0.0

Definition at line 148 of file natural_gas_reduction.h.


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