|
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.
|
Compressor electricity parameters used when the electricity utility type is selected. More...
#include <compressed_air_utils.h>
Public Attributes | |
| double | compressor_control_adjustment = 0.0 |
| Compressor control adjustment factor \([\unit{\percent}]\). | |
| double | compressor_specific_power = 0.0 |
| Electrical power per unit flow rate \([\unit{\kilo\watt\per(\cubic\foot\per\minute)}]\). | |
The compressor specific power characterizes the electrical power required to sustain one standard cubic foot per minute of compressed air flow. The control adjustment factor accounts for part-load or variable-speed control efficiency and is expressed as a percentage (0–100); it is divided by 100 and multiplied by the specific power before converting consumption to electrical energy use.
Definition at line 14 of file compressed_air_utils.h.
| double compressed_air_utils::CompressorElectricityData::compressor_control_adjustment = 0.0 |
Definition at line 15 of file compressed_air_utils.h.
| double compressed_air_utils::CompressorElectricityData::compressor_specific_power = 0.0 |
Definition at line 16 of file compressed_air_utils.h.