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
orifice_method::Input Struct Reference

Input parameters for the orifice method compressed air leak calculation. More...

#include <orifice_method.h>

Public Attributes

double operating_time = 0.0
 Annual system operating time \([\unit{\hour}]\).
 
double air_temp = 0.0
 Compressed air temperature at the leak point \([\unit{\degreeFahrenheit}]\).
 
double atm_pressure = physics::us::kAtmosphericPressurePsi
 Local atmospheric (barometric) pressure \([\unit{\psia}]\).
 
double discharge_coef = 1.0
 Orifice discharge coefficient, accounting for vena contracta \([\unit{\unitless}]\).
 
double diameter = 0.0
 Orifice (leak opening) diameter \([\unit{\inch}]\).
 
double supply_pressure = 0.0
 Compressed air supply pressure (gauge) \([\unit{\psig}]\).
 
int num_orifices = 1
 Number of identical orifice leak points \([\unit{\unitless}]\).
 

Detailed Description

Definition at line 56 of file orifice_method.h.

Member Data Documentation

◆ air_temp

double orifice_method::Input::air_temp = 0.0

Definition at line 58 of file orifice_method.h.

◆ atm_pressure

double orifice_method::Input::atm_pressure = physics::us::kAtmosphericPressurePsi

Definition at line 59 of file orifice_method.h.

◆ diameter

double orifice_method::Input::diameter = 0.0

Definition at line 61 of file orifice_method.h.

◆ discharge_coef

double orifice_method::Input::discharge_coef = 1.0

Definition at line 60 of file orifice_method.h.

◆ num_orifices

int orifice_method::Input::num_orifices = 1

Definition at line 63 of file orifice_method.h.

◆ operating_time

double orifice_method::Input::operating_time = 0.0

Definition at line 57 of file orifice_method.h.

◆ supply_pressure

double orifice_method::Input::supply_pressure = 0.0

Definition at line 62 of file orifice_method.h.


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