Description Usage Arguments Value Examples
View source: R/valve_hydrailic_functions.R
The valve flow coefficient Kv is defined as the number of cubic meters per hour of water that will flow through a control valve at a specified position of the control valve (travel) h with a differential pressure Delta P (p1-p2) across it.
1 | kv(p1, p2, flow, temp = 15.6)
|
p1 |
Inlet pressure [bar] |
p2 |
Outlet pressure [bar] |
flow |
flow in m³/h |
temp |
temperature is in Celsius. |
kv Flow coefficient in m³/h
1 | kv(2, 1, 200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.