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
Compressors.h File Reference

Calculate estimated power(kW) consumption and air flow(acfm) for a compressor based on control type. More...

#include <math.h>
#include <iostream>
#include <stdexcept>
#include "util/CurveFitVal.h"

Go to the source code of this file.

Classes

class  CompressorsBase
 
struct  CompressorsBase::Output
 
struct  CompressorsBase::OutputBlowOff
 
class  Compressors
 
class  Compressors_Centrifugal_BlowOff
 
class  Compressors_Centrifugal_LoadUnload
 
class  Compressors_Centrifugal_ModulationUnload
 
class  Compressors_ModulationWOUnload
 
class  Compressors_StartStop
 
class  Compressors_LoadUnload
 
class  Compressors_ModulationWithUnload
 
class  Compressor_VFD
 
class  CompressorEEMs
 
struct  CompressorEEMs::ReduceAirLeaksOutput
 
struct  CompressorEEMs::ImproveEndUseEfficiencyOutput
 
struct  CompressorEEMs::ReduceSystemAirPressureOutput
 
struct  CompressorEEMs::AdjustCascadingSetPointOutput
 
struct  CompressorEEMs::PressureReductionSavingOutput
 

Detailed Description

 1. Compressor type
     a. Centrifugal
     b. Screw
     c. Reciprocating
 2. Control type
     a. Load / unload
     b. Inlet Butterfly with BlowOff or Inlet Guide Vane with BlowOff
     c. Inlet Guide Vane Modulation with Unloading or Butterfly Modulation with unloading Or Inlet Modulation

with unloading d. Inlet Modulation with out unloading e. Start Stop f. Variable displacement with unloading

  1. Stage : Single / Two / Multiple
  2. Lubricant : Injected / Free
  3. Using Input as a. Capacity b. Capacity% c. Power d. Power% OR Power% and BlowOff% e. Volts, Amps, Power Factor(PF) OR Volts, Amps, Power Factor(PF) and BlowOff%
Author
Omer Aziz (omerb)
Mark Root (mroot)
Bug:
No known bugs.

Definition in file Compressors.h.