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
compressed_air_reduction::CompressedAirReductionOutput Struct Reference

Output data for a compressed air reduction calculation. More...

#include <compressed_air_reduction.h>

Public Attributes

double energy_use = 0.0
 Annual electrical energy use \([\unit{\kilo\watt\hour\per\year}]\).
 
double energy_cost = 0.0
 Annual energy cost \([\unit{\dollar\per\year}]\).
 
double flow_rate = 0.0
 Total compressed air flow rate \([\unit{\cubic\foot\per\minute}]\).
 
double single_nozzle_flow_rate = 0.0
 Flow rate per individual nozzle (pressure method only) \([\unit{\cubic\foot\per\minute}]\).
 
double consumption = 0.0
 Annual compressed air consumption \([\unit{\cubic\foot\per\year}]\).
 

Detailed Description

Contains the accumulated annual energy use, annual energy cost, total flow rate, per-nozzle flow rate (pressure method only), and total consumption across all measures passed to compressedAirReduction.

Definition at line 142 of file compressed_air_reduction.h.

Member Data Documentation

◆ consumption

double compressed_air_reduction::CompressedAirReductionOutput::consumption = 0.0

Definition at line 147 of file compressed_air_reduction.h.

◆ energy_cost

double compressed_air_reduction::CompressedAirReductionOutput::energy_cost = 0.0

Definition at line 144 of file compressed_air_reduction.h.

◆ energy_use

double compressed_air_reduction::CompressedAirReductionOutput::energy_use = 0.0

Definition at line 143 of file compressed_air_reduction.h.

◆ flow_rate

double compressed_air_reduction::CompressedAirReductionOutput::flow_rate = 0.0

Definition at line 145 of file compressed_air_reduction.h.

◆ single_nozzle_flow_rate

double compressed_air_reduction::CompressedAirReductionOutput::single_nozzle_flow_rate = 0.0

Definition at line 146 of file compressed_air_reduction.h.


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