modelValveSelfActing

Example model for self-acting steam valve with a noisy inlet pressure input

Extends from Modelica.Icons.Example (Icon for runnable examples).

Information

This example model demonstrates the performance of self-acting steam pressure regulator with a noisy/varying inlet pressure signal. The inlet pressure conditions are selected to demonstrate how the downstream pressure is maintained at the setpoint, unless the inlet pressure drops below the setpoint (pressure drop is then zero).

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow_nominal1Nominal mass flow rate

Components

TypeNameDefaultDescription
Buildings.DHC.Loads.Steam.BaseClasses.ValveSelfActingprvSelf acting pressure reducing valve
Buildings.Fluid.Sources.Boundary_pTsouSource
Buildings.Fluid.Sensors.SpecificEnthalpyTwoPortspeEntInUpstream specific enthalpy
Buildings.Fluid.Sensors.SpecificEnthalpyTwoPortspeEntOutDownstream specific enthalpy
Fluid.Sources.Boundary_pTsinSink
Fluid.FixedResistances.PressureDropresPressure drop
Controls.OBC.CDL.Reals.Sources.RamppInSigSignal for inlet pressure

Contents

NameDescription
MediumSteMedium model

Revisions

  • June 13, 2024, by Michael Wetter:
    Changed inlet pressure to be a ramp, and removed dynamics of sensor.
    This is for OpenModelica, #12569.
  • March 2, 2022 by Saranya Anbarasu:
    First implementation.