|
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 parameters for the decibels method compressed air leak calculation. More...
#include <decibels_method.h>
Public Attributes | |
| double | operating_time = 0.0 |
| Annual system operating time \([\unit{\hour}]\). | |
| double | line_pressure = 0.0 |
| Measured compressed air line pressure \([\unit{\psig}]\). | |
| double | decibels = 0.0 |
| Measured ultrasonic decibel level at the leak \([\unit{\decibel}]\). | |
| double | decibel_rating_a = 0.0 |
| Lower reference decibel rating (point A) \([\unit{\decibel}]\). | |
| double | pressure_a = 0.0 |
| Reference pressure for point A \([\unit{\psig}]\). | |
| double | first_flow_a = 0.0 |
| Flow rate at (pressure_a, decibel_rating_a) \([\unit{\scfm}]\). | |
| double | second_flow_a = 0.0 |
| Flow rate at (pressure_b, decibel_rating_a) \([\unit{\scfm}]\). | |
| double | decibel_rating_b = 0.0 |
| Upper reference decibel rating (point B) \([\unit{\decibel}]\). | |
| double | pressure_b = 0.0 |
| Reference pressure for point B \([\unit{\psig}]\). | |
| double | first_flow_b = 0.0 |
| Flow rate at (pressure_a, decibel_rating_b) \([\unit{\scfm}]\). | |
| double | second_flow_b = 0.0 |
| Flow rate at (pressure_b, decibel_rating_b) \([\unit{\scfm}]\). | |
Two calibration reference points (A and B) define the interpolation grid. By convention, point A carries the lower decibel reference and point B the higher; the two reference pressures (pressure_a and pressure_b) have no required ordering. For each reference point, flow rates at both reference pressures are required.
Definition at line 45 of file decibels_method.h.
| double decibels_method::Input::decibel_rating_a = 0.0 |
Definition at line 49 of file decibels_method.h.
| double decibels_method::Input::decibel_rating_b = 0.0 |
Definition at line 53 of file decibels_method.h.
| double decibels_method::Input::decibels = 0.0 |
Definition at line 48 of file decibels_method.h.
| double decibels_method::Input::first_flow_a = 0.0 |
Definition at line 51 of file decibels_method.h.
| double decibels_method::Input::first_flow_b = 0.0 |
Definition at line 55 of file decibels_method.h.
| double decibels_method::Input::line_pressure = 0.0 |
Definition at line 47 of file decibels_method.h.
| double decibels_method::Input::operating_time = 0.0 |
Definition at line 46 of file decibels_method.h.
| double decibels_method::Input::pressure_a = 0.0 |
Definition at line 50 of file decibels_method.h.
| double decibels_method::Input::pressure_b = 0.0 |
Definition at line 54 of file decibels_method.h.
| double decibels_method::Input::second_flow_a = 0.0 |
Definition at line 52 of file decibels_method.h.
| double decibels_method::Input::second_flow_b = 0.0 |
Definition at line 56 of file decibels_method.h.