Package with type definitions
Information
This package contains type definitions.
Package Content
| Name | Description |
| EfficiencyCurves
| Enumeration to define the efficiency curves |
| CvTypes
| Enumeration to define the choice of valve flow coefficient |
| EfficiencyInput
| Enumeration to define the input for efficiency curves |
| DynamicsTimeConstants
| Enumeration to define the dynamic response based on time constants |
Types and constants
type EfficiencyCurves = enumeration(
Constant "constant",
Polynomial "Polynomial",
QuadraticLinear "quadratic in x1, linear in x2")
"Enumeration to define the efficiency curves";
type CvTypes = enumeration(
OpPoint "flow coefficient defined by m_flow_nominal/sqrt(dp_nominal)",
Kv "Kv (metric) flow coefficient",
Cv "Cv (US) flow coefficient",
Av "Av (metric) flow coefficient")
"Enumeration to define the choice of valve flow coefficient";
type EfficiencyInput = enumeration(
volume "use state of fluid volume",
port_a "use port_a",
port_b "use port_b",
average "use (port_a+port_b)/2)")
"Enumeration to define the input for efficiency curves";
type DynamicsTimeConstants = enumeration(
Instantaneous "Instantaneous response",
FirstOrder "First order response")
"Enumeration to define the dynamic response based on time constants";
HTML-documentation generated by Dymola Sat Feb 6 17:38:34 2010.