modelExpansionValvePressureDifference
Simple model to check different flow coefficient models with fixed inlet
and outlet states
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This is a simple example model to test expansion valves presented in AixLib.Fluid.Actuators.Valves.ExpansionValves.SimpleExpansionValves. Therefore, both the valve's inlet and outlet conditions are prescribed in terms of pressure and temperature.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.AbsolutePressure | pInl | Medium.pressure(Medium.setBubbleState(Medium.setSat_T(TInl + 5))) | Actual pressure at inlet conditions |
| Modelica.Units.SI.Temperature | TInl | 348.15 | Actual temperature at inlet conditions |
| Modelica.Units.SI.AbsolutePressure | pOut | Medium.pressure(Medium.setDewState(Medium.setSat_T(TOut))) | Actual set point of the compressor's outlet pressure |
| Modelica.Units.SI.Temperature | TOut | 278.15 | Actual temperature at outlet conditions |
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 0.1 | Nominal mass flow rate |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Sources.Boundary_pT | source | Source of constant pressure and temperature | |
| Modelica.Blocks.Sources.Sine | valOpe | Input signal to prediscribe expansion valve's opening | |
| SimpleExpansionValves.IsenthalpicExpansionValve | linearValve | Simple isothermal valve | |
| Sources.Boundary_pT | sink | Sink of constant pressure and temperature |
Contents
| Name | Description |
|---|---|
| Actual medium of the compressor |
Revisions
- October 16, 2017, by Mirko Engelpracht, Christian Vering:
First implementation (see issue 457).