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
Classes | Functions
compressed_air_pressure_reduction Namespace Reference

Compressed-air pressure reduction calculations for treasure hunt measures. More...

Classes

struct  CompressedAirPressureReductionInput
 Input data for a single compressed-air pressure reduction measure. More...
 
struct  CompressedAirPressureReductionOutput
 Output data for compressed-air pressure reduction calculations. More...
 

Functions

CompressedAirPressureReductionOutput compressedAirPressureReduction (const std::vector< CompressedAirPressureReductionInput > &input_vec)
 Calculates total annual energy use and cost for compressed-air pressure reduction measures.
 
CompressedAirPressureReductionOutput baselineReduction (int hours_per_year, double electricity_cost, double compressor_power)
 Calculates annual energy use and cost for a baseline compressed-air case.
 
CompressedAirPressureReductionOutput modificationReduction (int hours_per_year, double electricity_cost, double compressor_power, double proposed_pressure, double atmospheric_pressure, double pressure_rated)
 Calculates annual energy use and cost for a compressed-air pressure-reduction modification.
 

Detailed Description

Provides a function-based API for estimating annual energy use and annual energy cost for compressed-air systems based on baseline operation or pressure-reduction modification cases.

See also
Compressed Air Pressure Reduction Calculator