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 |
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 m0_flow/sqrt(dp0)",
Kv "Kv (metric) flow coefficient",
Cv "Cv (US) flow coefficient",
Av "Av (metric) flow coefficient")
"Enumeration to define the choice of valve flow coefficient";
HTML-documentation generated by Dymola Thu Feb 19 16:52:59 2009.