modelSignalFilter

Partial model that implements the filtered opening for valves and dampers

Extends from Buildings.Applications.DataCenters.ChillerCooled.Equipment.BaseClasses.SignalFilterParameters (Record that contains the parameters of the filtered opening for multiple valves and dampers).

Information

Partial model that implements the filters that are used to approximate the travel time of the actuators. The signal y_actual is used to obtain the current position of the actuators.

Parameters

TypeNameDefaultDescription
IntegernumAct (from SignalFilterParameters)4Number of filters
Dynamics › Time needed to open or close valve
Booleanuse_strokeTime (from SignalFilterParameters)false= true, if opening is filtered to avoid a step change in actuator position
Modelica.Units.SI.TimestrokeTime (from SignalFilterParameters)30Time needed to open or close valve
Modelica.Blocks.Types.InitinitValve (from SignalFilterParameters)Modelica.Blocks.Types.Init.InitialOutputType of initialization (no init/steady state/initial state/initial output)
RealyValve_start (from SignalFilterParameters)fill(1, numAct)Initial value of output:0-closed, 1-fully opened

Revisions

  • September 19, 2024, by Michael Wetter:
    Corrected dimension of instance actPos.
    This is for Buildings, #4004.
  • August 26, 2024, by Michael Wetter:
    Implemented linear actuator travel dynamics.
    This is for Buildings, #3965.
  • June 30, 2017, by Yangyang Fu:
    First implementation.