Enumeration to define the choice of valve flow coefficient (to be selected via choices menu):
| Enumeration | Description |
|---|---|
| OpPoint | flow coefficient defined by ratio m_flow_nominal/sqrt(dp_nominal) |
| Kv | Kv (metric) flow coefficient |
| Cv | Cv (US) flow coefficient |
| Av | Av (metric) flow coefficient |
The details of the coefficients are explained in the Users Guide.
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");