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.
|
Public Member Functions | |
Compressors (const double kW_fl, const double C_fl) | |
![]() | |
int | getC_fl_Adjusted () const |
int | getkW_fl_Adjusted () const |
int | getC_max_Adjusted () const |
int | getkW_max_Adjusted () const |
Additional Inherited Members | |
![]() | |
enum | CompressorType { Centrifugal , Screw , Reciprocating } |
enum | ControlType { LoadUnload , ModulationUnload , BlowOff , ModulationWOUnload , StartStop , VariableDisplacementUnload , MultiStepUnloading , VFD } |
enum | Stage { Single , Two , Multiple } |
enum | Lubricant { Injected , Free , None } |
enum | Modulation { Throttle , VariableDisplacement } |
enum | ComputeFrom { PercentagePower , PercentageCapacity , PowerMeasured , CapacityMeasured , PowerFactor } |
![]() | |
double | kW_fl_Adjusted |
double | C_fl_Adjusted |
double | C_max_Adjusted |
double | kW_max_Adjusted |
![]() | |
CompressorsBase (const double kW_fl, const double C_fl) | |
void | PressureInletCorrection (CompressorType CompType, const double capacity, const double full_load_bhp, const double poly_exponent, const double P_ratedDischarge, const double P_RatedIn, const double Eff, const double P_fl, const double P_max, const double P_in, const bool PresAdj, const double P_atm) |
double | roundDouble (double value) const |
![]() | |
double | kW_fl |
double | C_fl |
const double | C_fl_raw |
const double | kW_fl_raw |
Definition at line 167 of file Compressors.h.
|
inline |
Definition at line 169 of file Compressors.h.