|
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 289 of file Compressors.h.
◆ Compressors_Centrifugal_LoadUnload()
Compressors_Centrifugal_LoadUnload::Compressors_Centrifugal_LoadUnload |
( |
const double |
kW_fl, |
|
|
const double |
C_fl, |
|
|
const double |
kW_nl |
|
) |
| |
|
inline |
- Parameters
-
kW_fl | double, kW |
C_fl | double, acfm |
kW_nl | double, kW |
Definition at line 298 of file Compressors.h.
◆ AdjustDischargePressure()
void Compressors_Centrifugal_LoadUnload::AdjustDischargePressure |
( |
std::vector< double > |
Capacity, |
|
|
std::vector< double > |
DischargePressure, |
|
|
double |
P_fl, |
|
|
double |
P_max = 0 |
|
) |
| |
|
inlineoverridevirtual |
- Parameters
-
Capacity,array | of doubles Capacity at full load, max and min |
DischargePressure,array | of doubles DischargePressure at full load, max and min |
P_fl | double |
P_max | double, not required for this control type Units for power kW and Capacity acfm |
Reimplemented from CompressorsBase.
Definition at line 380 of file Compressors.h.
◆ 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()
CompressorsBase::Output Compressors_Centrifugal_LoadUnload::calculateFromVIPFMeasured |
( |
double |
V, |
|
|
double |
I, |
|
|
double |
PF |
|
) |
| |
|
overridevirtual |
- 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.
◆ CPer_fl
const double Compressors_Centrifugal_LoadUnload::CPer_fl = 1 |
|
private |
◆ CPer_nl
const double Compressors_Centrifugal_LoadUnload::CPer_nl = 0 |
|
private |
◆ kWPer_nl
double Compressors_Centrifugal_LoadUnload::kWPer_nl = 0 |
|
private |
The documentation for this class was generated from the following file: