|
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.
|
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}]\). | |
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.
Definition at line 95 of file compressed_air_reduction.h.
| int compressed_air_reduction::PressureMethodData::nozzle_type = 0 |
Definition at line 96 of file compressed_air_reduction.h.
| int compressed_air_reduction::PressureMethodData::number_of_nozzles = 1 |
Definition at line 97 of file compressed_air_reduction.h.
| double compressed_air_reduction::PressureMethodData::supply_pressure = 0.0 |
Definition at line 98 of file compressed_air_reduction.h.