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
electricity_reduction::NameplateData Struct Reference

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)
 

Detailed Description

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.

See also
Nameplate Power Formula

Definition at line 48 of file electricity_reduction.h.

Member Data Documentation

◆ line_frequency

double electricity_reduction::NameplateData::line_frequency = 0.0

Definition at line 52 of file electricity_reduction.h.

◆ load_factor

double electricity_reduction::NameplateData::load_factor = 0.0

Definition at line 54 of file electricity_reduction.h.

◆ motor_and_drive_efficiency

double electricity_reduction::NameplateData::motor_and_drive_efficiency = 0.0

Definition at line 53 of file electricity_reduction.h.

◆ operational_frequency

double electricity_reduction::NameplateData::operational_frequency = 0.0

Definition at line 51 of file electricity_reduction.h.

◆ rated_motor_power

double electricity_reduction::NameplateData::rated_motor_power = 0.0

Definition at line 49 of file electricity_reduction.h.

◆ variable_speed_motor

bool electricity_reduction::NameplateData::variable_speed_motor = false

Definition at line 50 of file electricity_reduction.h.


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