modelExpansionValveMassFlowRate
Simple model to check different flow coefficient models with fixed mass
flow rate
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. The inlet conditions are prescribed in terms of mass flow rate and temperature; the outlet conditions are prescribed in terms of pressure and temperature.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | TInl | 343.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 |
|---|---|---|---|
| AixLib.Fluid.Sources.MassFlowSource_T | source | Source of constant mass flow and temperature | |
| Modelica.Blocks.Sources.Sine | valOpe | Input signal to prediscribe expansion valve's opening | |
| SimpleExpansionValves.IsenthalpicExpansionValve | linearValve | Simple isothermal valve | |
| AixLib.Fluid.FixedResistances.PressureDrop | simplePipe | Simple pipe to provide pressure loss | |
| 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).