recordGeneric

Generic record for valve parameters

Extends from Modelica.Icons.Record (Icon for records).

Information

This is a generic record for the normalized volume flow rates for different valve opening positions. See the documentation of Buildings.Fluid.Actuators.Valves.Data for how to use this record.

Parameters

TypeNameDefaultDescription
Real[:]yValve position, starting with 0 and ending with 1
Real[size(y, 1)]phiNormalized volume flow rates for the positions y

Revisions

  • December 12, 2014, by Michael Wetter:
    Added annotation defaultComponentPrefixes="parameter" so that the parameter keyword is added when dragging the record into a model.
  • March 27, 2014, by Michael Wetter:
    First implementation.