|
| | Compressors_ModulationWOUnload (const double kW_fl, const double C_fl, const double kW_nl, const double mod_exp=1, const bool woUnload=true, const CompressorType CompType=CompressorType::Screw, double noLoadPowerFM=.7, const double kW_max=0) |
| |
| 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 521 of file Compressors.h.
◆ Compressors_ModulationWOUnload()
| Compressors_ModulationWOUnload::Compressors_ModulationWOUnload |
( |
const double |
kW_fl, |
|
|
const double |
C_fl, |
|
|
const double |
kW_nl, |
|
|
const double |
mod_exp = 1, |
|
|
const bool |
woUnload = true, |
|
|
const CompressorType |
CompType = CompressorType::Screw, |
|
|
double |
noLoadPowerFM = .7, |
|
|
const double |
kW_max = 0 |
|
) |
| |
|
inline |
- Parameters
-
| kW_fl | double, kW |
| C_fl | double, acfm |
| kW_nl | double, kW |
| mod_exp | double |
| woUnload | boolean |
| CompType | CompressorType |
| noLoadPowerFM | double |
| kW_max | double, kW |
Definition at line 535 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_ModulationWOUnload::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.
◆ Pressure_InletCorrection()
| void Compressors_ModulationWOUnload::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 627 of file Compressors.h.
◆ CompType
| const CompressorType Compressors_ModulationWOUnload::CompType |
|
private |
◆ kW_max
| double Compressors_ModulationWOUnload::kW_max |
|
private |
◆ kW_nl
| const double Compressors_ModulationWOUnload::kW_nl = 1 |
|
private |
◆ lf_nl
| double Compressors_ModulationWOUnload::lf_nl = 0 |
|
private |
◆ mod_exp
| const double Compressors_ModulationWOUnload::mod_exp = 1 |
|
private |
◆ noLoadPowerFM
| double Compressors_ModulationWOUnload::noLoadPowerFM |
|
private |
◆ woUnload
| const bool Compressors_ModulationWOUnload::woUnload = true |
|
private |
The documentation for this class was generated from the following file: