modelPartialEfficiency
Base model that is used to define all further efficiencies
Information
This is a base model for efficiency models that are required for
various compressor models. It defines some basic inputs that are
commonly used by efficiency models presented in
AixLib.Fluid.Movers.Compressors.Utilities.EngineEfficiency,
AixLib.Fluid.Movers.Compressors.Utilities.IsentropicEfficiency
and
AixLib.Fluid.Movers.Compressors.Utilities.VolumetricEfficiency.
These inputs are summarised below:
| 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 |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Efficiency | epsRef | Ratio of the real and the ideal displacement volume | |
| Modelica.Units.SI.Volume | VDis | Displacement volume | |
| Real | piPre | Ratio of compressor's outlet and inlet pressure | |
| Modelica.Units.SI.Frequency | rotSpe | Compressor's current rotational speed | |
| Medium.ThermodynamicState | staInl | Thermodynamic state at compressor's inlet | |
| Medium.ThermodynamicState | staOut | Thermodynamic state at compressor's outlet | |
| Modelica.Units.SI.Temperature | TAmb | Ambient temperature |
Contents
| Name | Description |
|---|---|
Revisions
- October 20, 2017, by Mirko Engelpracht:
First implementation (see issue 467).