kv: Valve flow coefficient

Description Usage Arguments Value Examples

View source: R/kv.R

Description

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.

Usage

1
kv(p1, p2, flow, temp = 20)

Arguments

p1

Inlet pressure bar

p2

Outlet pressure bar

flow

flow in m³/h

temp

temperature is in Celsius.

Value

kv Flow coefficient in m³/h

Examples

1
kv(2, 1, 200)

ratral/hyd4gpv documentation built on Feb. 5, 2022, 10:30 p.m.