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_pressure_reduction::CompressedAirPressureReductionOutput Struct Reference

Output data for compressed-air pressure reduction calculations. More...

#include <compressed_air_pressure_reduction.h>

Public Attributes

double energy_use = 0.0
 Annual energy use \([\unit{\kWh\per\year}]\).
 
double energy_cost = 0.0
 Annual energy cost \([\unit{\dollar\per\year}]\).
 

Detailed Description

Definition at line 43 of file compressed_air_pressure_reduction.h.

Member Data Documentation

◆ energy_cost

double compressed_air_pressure_reduction::CompressedAirPressureReductionOutput::energy_cost = 0.0

Definition at line 45 of file compressed_air_pressure_reduction.h.

◆ energy_use

double compressed_air_pressure_reduction::CompressedAirPressureReductionOutput::energy_use = 0.0

Definition at line 44 of file compressed_air_pressure_reduction.h.


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