|
| Compressors_StartStop (const double kW_fl, const double C_fl, const double kWPer_max, const double kWPer_fl) |
|
CompressorsBase::Output | calculateFromPerkW (double PerkW) override |
|
CompressorsBase::Output | calculateFromPerC (double C_Per) override |
|
CompressorsBase::Output | calculateFromkWMeasured (double kW) override |
|
CompressorsBase::Output | calculateFromCMeasured (double C) override |
|
CompressorsBase::Output | calculateFromVIPFMeasured (double V, double I, double PF) override |
|
void | Pressure_InletCorrection (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=14.69) |
|
int | getC_fl_Adjusted () const |
|
int | getkW_fl_Adjusted () const |
|
int | getC_max_Adjusted () const |
|
int | getkW_max_Adjusted () const |
|
|
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 646 of file Compressors.h.
◆ Compressors_StartStop()
Compressors_StartStop::Compressors_StartStop |
( |
const double |
kW_fl, |
|
|
const double |
C_fl, |
|
|
const double |
kWPer_max, |
|
|
const double |
kWPer_fl |
|
) |
| |
|
inline |
- Parameters
-
kW_fl | double, kW |
C_fl | double, acfm |
kWPer_max | double, percent |
kWPer_fl | double, percent |
Definition at line 656 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()
- 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.
◆ Pressure_InletCorrection()
void Compressors_StartStop::Pressure_InletCorrection |
( |
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 = 14.69 |
|
) |
| |
|
inline |
- Parameters
-
capacity | double |
full_load_bhp | double |
poly_exponent | double |
P_ratedDischarge | double |
P_RatedIn | double |
Eff | double |
P_fl | double |
P_max | double |
P_in | double |
PresAdj | double |
P_atm | double Units for power kW and Capacity acfm |
Definition at line 745 of file Compressors.h.
◆ kW_max
double Compressors_StartStop::kW_max |
|
private |
◆ kWPer_fl
const double Compressors_StartStop::kWPer_fl = 1 |
|
private |
◆ kWPer_max
const double Compressors_StartStop::kWPer_max = 1 |
|
private |
The documentation for this class was generated from the following file: