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
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | y | Valve position, starting with 0 and ending with 1 | |
| Real[size(y, 1)] | phi | Normalized volume flow rates for the positions y |
Revisions
-
December 12, 2014, by Michael Wetter:
Added annotationdefaultComponentPrefixes="parameter"so that theparameterkeyword is added when dragging the record into a model. -
March 27, 2014, by Michael Wetter:
First implementation.