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 |
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";