recordGenericThreeWay
Generic record for 3 way valve parameters
Extends from Modelica.Icons.Record (Icon for records).
Information
This is a generic record for three way valve that includes two records for the gate A-AB and B-AB. The records define the normalized volume flow rates for different valve opening positions. See the documentation of AixLib.Fluid.Actuators.Valves.Data for how to use this record.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| AixLib.Fluid.Actuators.Valves.Data.Generic | a_ab | Valve characteristics for gate A to AB | |
| AixLib.Fluid.Actuators.Valves.Data.Generic | b_ab | Valve characteristics for gate B to AB |
Revisions
- June 09, 2020, by Alexander Kümpel:
First implementation.