Pneumatic valve flow rate and flow coefficient (Cv) calculations.
constexpr double kAirFlowFactor
Empirical air flow constant for dry air at standard conditions (60°F, 14.696 psia).
CvResult calculateCv(const CvInput &input)
Calculates the valve flow coefficient (Cv) for a pneumatic valve.
FlowRateResult calculateFlowRate(const FlowRateInput &input)
Calculates the air flow rate through a pneumatic valve with unit flow coefficient (Cv = 1).
Result of the valve flow coefficient (Cv) calculation.
double flow_coefficient
Dimensionless valve flow coefficient (Cv) .
Result of the flow rate calculation (Cv = 1).
double flow_rate
Air flow rate through a valve with Cv = 1 .