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
compressed_air_reduction::PressureMethodData Struct Reference

Input data for the orifice/pressure measurement method. More...

#include <compressed_air_reduction.h>

Public Attributes

int nozzle_type = 0
 Nozzle type index (0–12) used to select lookup table coefficients.
 
int number_of_nozzles = 1
 Number of nozzles in the system.
 
double supply_pressure = 0.0
 Compressed air supply pressure \([\unit{\psi}]\).
 

Detailed Description

Used when compressed air flow rate is estimated from the nozzle type and supply pressure using a quadratic equation with pre-calibrated nozzle coefficients. Thirteen nozzle types are supported (indices 0–12), each with a distinct set of coefficients fitted to empirical flow-versus-pressure data. The units multiplier from the outer input is not applied in this method.

See also
Orifice/Pressure Method Flow Rate Formula

Definition at line 95 of file compressed_air_reduction.h.

Member Data Documentation

◆ nozzle_type

int compressed_air_reduction::PressureMethodData::nozzle_type = 0

Definition at line 96 of file compressed_air_reduction.h.

◆ number_of_nozzles

int compressed_air_reduction::PressureMethodData::number_of_nozzles = 1

Definition at line 97 of file compressed_air_reduction.h.

◆ supply_pressure

double compressed_air_reduction::PressureMethodData::supply_pressure = 0.0

Definition at line 98 of file compressed_air_reduction.h.


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