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.
Loading...
Searching...
No Matches
Public Attributes | List of all members
pneumatic_valve::CvInput Struct Reference

Input parameters for the valve flow coefficient (Cv) calculation. More...

#include <pneumatic_valve.h>

Public Attributes

double inlet_pressure = 0.0
 Inlet (upstream) absolute pressure \([\unit{\psia}]\).
 
double outlet_pressure = 0.0
 Outlet (downstream) absolute pressure \([\unit{\psia}]\).
 
double flow_rate = 0.0
 Measured or required air flow rate \([\unit{\scfm}]\).
 

Detailed Description

Definition at line 110 of file pneumatic_valve.h.

Member Data Documentation

◆ flow_rate

double pneumatic_valve::CvInput::flow_rate = 0.0

Definition at line 113 of file pneumatic_valve.h.

◆ inlet_pressure

double pneumatic_valve::CvInput::inlet_pressure = 0.0

Definition at line 111 of file pneumatic_valve.h.

◆ outlet_pressure

double pneumatic_valve::CvInput::outlet_pressure = 0.0

Definition at line 112 of file pneumatic_valve.h.


The documentation for this struct was generated from the following file: