|
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 data for the nameplate measurement method. More...
#include <electricity_reduction.h>
Public Attributes | |
| double | rated_motor_power = 0.0 |
| Rated motor power from the nameplate \([\unit{\kilo\watt}]\). | |
| bool | variable_speed_motor = false |
| Whether the motor is driven by a variable-speed drive. | |
| double | operational_frequency = 0.0 |
| Actual operating frequency \([\unit{\hertz}]\). | |
| double | line_frequency = 0.0 |
| Nominal line frequency \([\unit{\hertz}]\). | |
| double | motor_and_drive_efficiency = 0.0 |
| Combined motor and drive efficiency (percent, 0–100) | |
| double | load_factor = 0.0 |
| Motor load factor (dimensionless, 0–1) | |
Used when power draw is estimated from motor nameplate information rather than direct measurement. The rated motor power is adjusted for load factor, speed ratio, and combined motor-and-drive efficiency to obtain an operating power estimate.
Definition at line 48 of file electricity_reduction.h.
| double electricity_reduction::NameplateData::line_frequency = 0.0 |
Definition at line 52 of file electricity_reduction.h.
| double electricity_reduction::NameplateData::load_factor = 0.0 |
Definition at line 54 of file electricity_reduction.h.
| double electricity_reduction::NameplateData::motor_and_drive_efficiency = 0.0 |
Definition at line 53 of file electricity_reduction.h.
| double electricity_reduction::NameplateData::operational_frequency = 0.0 |
Definition at line 51 of file electricity_reduction.h.
| double electricity_reduction::NameplateData::rated_motor_power = 0.0 |
Definition at line 49 of file electricity_reduction.h.
| bool electricity_reduction::NameplateData::variable_speed_motor = false |
Definition at line 50 of file electricity_reduction.h.