Definition at line 13 of file plugload.h.
Public Member Functions | |
int | create () |
int | init (OBJECT *parent) |
plugload (MODULE *module) | |
TIMESTAMP | sync (TIMESTAMP t0, TIMESTAMP t1) |
~plugload () | |
Public Attributes | |
double | circuit_split |
-1=100% negative, 0=balanced, +1=100% positive | |
double | demand |
fraction of time plugloads are ON (schedule driven) | |
double | heat_fraction |
fraction of the plugload that is transferred as heat (default = 0.90) | |
double | installed_power |
installed wattage [W] (default = random uniform between 700W and 2000W) | |
double | internal_heat |
internal gain from plug loads [BTU/h] | |
double | kwh_meter |
energy used since start of simulation kWh | |
double | power_factor |
power factor (default = 0.95) | |
complex | power_kw |
total power demand in kW | |
Static Public Attributes | |
static plugload * | defaults = NULL |
static CLASS * | oclass = NULL |