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.
|
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 |
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
Definition in file Compressors.h.