|
MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
|
Rearranges the pneumatic valve flow formula to solve for the dimensionless valve flow coefficient Cv. Use this method when the required flow rate and operating pressures are known and a valve must be selected or verified. Select a valve whose catalog Cv rating equals or exceeds the calculated value.
\begin{equation}\label{eq:pneumatic-valve-cv} C_v = \frac{Q}{k_{flow} \cdot \sqrt{(P_{in} - P_{out}) \cdot (P_{in} + P_{out})}} \end{equation}
| \(C_v\) | Dimensionless valve flow coefficient \([\unit{ \unitless}]\) |
| \(Q\) | Measured or required air flow rate \([\unit{ \scfm}]\) |
| \(k_{flow}\) | Empirical air flow constant for dry air at standard conditions (0.6875) \([\unit{ \scfm\per\psi}]\) |
| \(P_{in}\) | Inlet (upstream) absolute pressure \([\unit{ \psi}]\) |
| \(P_{out}\) | Outlet (downstream) absolute pressure \([\unit{ \psi}]\) |