modelGeneric_VarRef_VarDisVol_RotaryScroll
Generic overall isentropic efficiency based on literature review for
various compressors
Extends from PolynomialIsentropicEfficiency (Model describing isentropic efficiency based on polynomial approach).
Information
This model contains a calculation procedure for the isentropic
efficiency presented by Engelpracht (2017). However, this approach is
just fitted to various experimental data obtained by a literature
review and, therefore, to use with caution.
| Reference | Formula | Refrigerants |
Validity ncompressor
|
Validity Πpressure
|
|---|---|---|---|---|
| Engelpracht2017 |
ηise = a1 + a2*n + a3*n^3 + a5*π^2
|
Generic model |
0 - 120
|
1 - 10
|
References
Engelpracht, Mirko (2017): Development of modular and scalable simulation models for heat pumps and chillers considering various refrigerants. Master Thesis
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelling approach | |||
| Types.IsentropicPolynomialModels | polyMod (from PolynomialIsentropicEfficiency) | Types.IsentropicPolynomialModels.Karlsson2007 | Chose predefined polynomial model for flow coefficient |
| Real[:] | a (from PolynomialIsentropicEfficiency) | Multiplication factors for each summand | |
| Real[:] | b (from PolynomialIsentropicEfficiency) | Exponents for each summand | |
| Integer | nT (from PolynomialIsentropicEfficiency) | size(a, 1) | Number of terms used for the calculation procedure |
| Real[:] | c (from PolynomialIsentropicEfficiency) | {1} | Coefficients used for correction factors if needed |
| Reference properties | |||
| Modelica.Units.SI.Frequency | rotSpeRef (from PolynomialIsentropicEfficiency) | 9.334 | Reference rotational speed |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Efficiency | epsRef (from PartialEfficiency) | Ratio of the real and the ideal displacement volume | |
| Modelica.Units.SI.Volume | VDis (from PartialEfficiency) | Displacement volume | |
| Real | piPre (from PartialEfficiency) | Ratio of compressor's outlet and inlet pressure | |
| Modelica.Units.SI.Frequency | rotSpe (from PartialEfficiency) | Compressor's current rotational speed | |
| Medium.ThermodynamicState | staInl (from PartialEfficiency) | Thermodynamic state at compressor's inlet | |
| Medium.ThermodynamicState | staOut (from PartialEfficiency) | Thermodynamic state at compressor's outlet | |
| Modelica.Units.SI.Temperature | TAmb (from PartialEfficiency) | Ambient temperature | |
| Modelica.Units.SI.Efficiency | etaIse (from PartialIsentropicEfficiency) | Overall isentropic efficiency | |
| Real[nT] | p (from PolynomialIsentropicEfficiency) | Array that contains all coefficients used for the calculation procedure | |
| Real[2] | corFac (from PolynomialIsentropicEfficiency) | Array of correction factors used if efficiency model proposed in literature differs from efficiency model defined in PartialCompressor model |
Revisions
- October 23, 2017, by Mirko Engelpracht:
First implementation (see issue 467).