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
auxiliary_power_used.h
Go to the documentation of this file.
1
2#pragma once
3
17namespace auxiliary_power_used {
18
31double calculatePowerUsed(double number_of_motor_phases, double supply_voltage, double avg_current, double power_factor, double operating_time);
32
33} // namespace auxiliary_power_used
34
double calculatePowerUsed(double number_of_motor_phases, double supply_voltage, double avg_current, double power_factor, double operating_time)
Calculates the auxiliary power used by electrical systems associated with process heating equipment.
Calculates auxiliary power usage for electrical systems in process heating equipment.