|
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 General sizing method. More...
#include <receiver_tank.h>
Public Attributes | |
| double | air_demand = 0.0 |
| Air demand drawn from the tank \([\unit{\cubicFoot}]\). | |
| double | allowable_pressure_drop = 0.0 |
| Tolerable pressure drop across the tank \([\unit{\psi}]\). | |
| double | atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
| Local atmospheric pressure \([\unit{\psi}]\). | |
Definition at line 105 of file receiver_tank.h.
| double receiver_tank::GeneralInput::air_demand = 0.0 |
Definition at line 106 of file receiver_tank.h.
| double receiver_tank::GeneralInput::allowable_pressure_drop = 0.0 |
Definition at line 107 of file receiver_tank.h.
| double receiver_tank::GeneralInput::atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
Definition at line 108 of file receiver_tank.h.