|
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 1003 of file Compressors.h.
◆ Compressor_VFD()
Compressor_VFD::Compressor_VFD |
( |
const double |
fullLoadPower, |
|
|
const double |
midTurndownPower, |
|
|
const double |
turndownPower, |
|
|
const double |
noLoadPower, |
|
|
const double |
capacityFullFload, |
|
|
const double |
midTurndownAirflow, |
|
|
const double |
turndownAirflow |
|
) |
| |
|
inline |
◆ calculateFromCMeasured()
- Parameters
-
- Returns
- Parameters
-
kW_Calc | double |
C_Calc | double |
PerkW | double |
C_Per | double Units for power kW and Capacity acfm |
Reimplemented from CompressorsBase.
◆ calculateFromkWMeasured()
- Parameters
-
- Returns
- Parameters
-
kW_Calc | double |
C_Calc | double |
PerkW | double |
C_Per | double Units for power kW and Capacity acfm |
Reimplemented from CompressorsBase.
◆ calculateFromPerC()
- Parameters
-
- Returns
- Parameters
-
kW_Calc | double |
C_Calc | double |
PerkW | double |
C_Per | double Units for power kW and Capacity acfm |
Reimplemented from CompressorsBase.
◆ calculateFromPerkW()
- Parameters
-
- Returns
- Parameters
-
kW_Calc | double |
C_Calc | double |
PerkW | double |
C_Per | double Units for power kW and Capacity acfm |
Reimplemented from CompressorsBase.
◆ calculateFromVIPFMeasured()
- Parameters
-
V,Voltage | double |
I,Current | double |
PF,Power | Factor double |
blowPer | double |
- Returns
- Parameters
-
kW_Calc | double |
C_Calc | double |
PerkW | double |
C_Per | double Units for power kW and Capacity acfm |
Reimplemented from CompressorsBase.
◆ midTurndownPercentCapacity
double Compressor_VFD::midTurndownPercentCapacity |
|
private |
◆ midTurndownPercentPower
double Compressor_VFD::midTurndownPercentPower |
|
private |
◆ noLoadPercentPower
double Compressor_VFD::noLoadPercentPower |
|
private |
◆ noLoadPower
double Compressor_VFD::noLoadPower |
|
private |
◆ turndownPercentCapacity
double Compressor_VFD::turndownPercentCapacity |
|
private |
◆ turndownPercentPower
double Compressor_VFD::turndownPercentPower |
|
private |
The documentation for this class was generated from the following file: