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
include
processHeat
losses
auxiliary_power_used.h
Go to the documentation of this file.
1
2
#pragma once
3
17
namespace
auxiliary_power_used
{
18
31
double
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
auxiliary_power_used::calculatePowerUsed
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.
auxiliary_power_used
Calculates auxiliary power usage for electrical systems in process heating equipment.
Generated by
1.9.8