.AixLib.Fluid.Movers.Compressors.Utilities.IsentropicEfficiency

Information

This package contains models describing calculations procedures of isentropic efficiencies that are based on a literature review. However, in this library the isentropic efficiency is implemented in such a way that it fulfills

ηise = (houtIse - hinl) / (hout - hinl).

For more information, please checkout AixLib.Fluid.Movers.Compressors.BaseClasses.PartialCompression.

Commen model variables

Calculation procedures presented in the litarture have some variables in commen and these variables are presented below:

"Inputs and outputs" border="1" cellspacing="0" cellpadding="2" style="border-collapse:collapse;">
Variable Comment
epsRef Ratio of the real and the ideal displacement volume
VDis Displacement volume
piPre Pressure ratio
rotSpe Rotational speed
staInl Thermodynamic state at compressor's inlet conditions
staOut Thermodynamic state at compressor's out conditions
TAmb Ambient temperature

Moreover, two approaches can be identified in general: A polynomial and a power approach. The characteristics of these approaches are presented below.

Polynomial approaches

A generic polynomial approach is presented below:

ηise = corFact * sum(a[i]*P[i]^b[i] for i in 1:nT)

Actually, three polynomial approaches are implemented in this package.

Power approaches

A generic power approach is presented below:

ηise = corFact * a * product(P[i]^b[i] for i in 1:nT)

Actually, one power approache is implemented in this package.

References

In the following, some general references are given for information about calculating efficiencies of compressors:

V. A. Cara Martin and R. Radermacher (2015): AHRI Project 8013: A Study of Methods to Represent Compressor Performance Data over an Operating Envelope Based on a Finite Set of Test Data. Publisher: Air-Conditioning, Heating, and Refrigeration Institute (AHRI)

Contents

NameDescription
 PartialIsentropicEfficiencyBased model used by all models describing isentropic efficiencies
 PolynomialIsentropicEfficiencyModel describing isentropic efficiency based on polynomial approach
 PowerIsentropicEfficiencyModel describing flow isentropic efficiency on power approach
 SpecifiedEfficienciesPackage that engine efficiencies that are specifiied

Revisions


Generated at 2024-12-04T19:25:49Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos