|
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 Compressor Cycle sizing method. More...
#include <receiver_tank.h>
Public Attributes | |
| double | load_time = 0.0 |
| Compressor loaded time per cycle \([\unit{\minute}]\). | |
| double | unload_time = 0.0 |
| Compressor unloaded time per cycle \([\unit{\minute}]\). | |
| double | compressor_capacity = 0.0 |
| Rated compressor output at full load \([\unit{\cubicFoot\per\minute}]\). | |
| double | unload_pressure = 0.0 |
| Pressure at which the compressor unloads \([\unit{\psi}]\). | |
| double | full_load_pressure = 0.0 |
| Pressure at which the compressor fully loads \([\unit{\psi}]\). | |
| double | atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
| Local atmospheric pressure \([\unit{\psi}]\). | |
Definition at line 317 of file receiver_tank.h.
| double receiver_tank::CompressorCycleInput::atmospheric_pressure = physics::us::kAtmosphericPressurePsi |
Definition at line 323 of file receiver_tank.h.
| double receiver_tank::CompressorCycleInput::compressor_capacity = 0.0 |
Definition at line 320 of file receiver_tank.h.
| double receiver_tank::CompressorCycleInput::full_load_pressure = 0.0 |
Definition at line 322 of file receiver_tank.h.
| double receiver_tank::CompressorCycleInput::load_time = 0.0 |
Definition at line 318 of file receiver_tank.h.
| double receiver_tank::CompressorCycleInput::unload_pressure = 0.0 |
Definition at line 321 of file receiver_tank.h.
| double receiver_tank::CompressorCycleInput::unload_time = 0.0 |
Definition at line 319 of file receiver_tank.h.