Data records for table-based valves
This package contains data for the valve Buildings.Fluid.Actuators.Valves.TwoWayTable.
Extends from Modelica.Icons.MaterialPropertiesPackage (Icon for package containing property classes).
| Name | Description |
|---|---|
| Generic record for valve parameters | |
| Linear opening curve |
Buildings.Fluid.Actuators.Valves.Data.GenericGeneric record for valve parameters
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.
Extends from Modelica.Icons.Record (Icon for records).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y[:] | Valve position, starting with 0 and ending with 1 | |
| Real | phi[size(y, 1)] | Normalized volume flow rates for the positions y |
Buildings.Fluid.Actuators.Valves.Data.LinearLinear opening curve
Linear valve opening characteristics with a normalized leakage flow rate of 0.0001.
Note: This record is only for demonstration, as the implementation in Buildings.Fluid.Actuators.Valves.TwoWayLinear is more efficient.
Extends from Generic (Generic record for valve parameters).
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y[:] | {0,1} | Valve position, starting with 0 and ending with 1 |
| Real | phi[size(y, 1)] | {0.0001,1} | Normalized volume flow rates for the positions y |