modelPartialIsentropicEfficiency

Based model used by all models describing isentropic efficiencies

Extends from BaseClasses.PartialEfficiency (Base model that is used to define all further efficiencies).

Information

This is a base model for overall isentropic efficiency models that are required for various compressor models. It defines some basic inputs and outputs that are commonly used by efficiency models and these inputs and outputs are summarised below:

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

Components

TypeNameDefaultDescription
Modelica.Units.SI.EfficiencyepsRef (from PartialEfficiency)Ratio of the real and the ideal displacement volume
Modelica.Units.SI.VolumeVDis (from PartialEfficiency)Displacement volume
RealpiPre (from PartialEfficiency)Ratio of compressor's outlet and inlet pressure
Modelica.Units.SI.FrequencyrotSpe (from PartialEfficiency)Compressor's current rotational speed
Medium.ThermodynamicStatestaInl (from PartialEfficiency)Thermodynamic state at compressor's inlet
Medium.ThermodynamicStatestaOut (from PartialEfficiency)Thermodynamic state at compressor's outlet
Modelica.Units.SI.TemperatureTAmb (from PartialEfficiency)Ambient temperature
Modelica.Units.SI.EfficiencyetaIseOverall isentropic efficiency

Revisions

  • October 20, 2017, by Mirko Engelpracht:
    First implementation (see issue 467).