Definition at line 14 of file clotheswasher.h.
Public Member Functions | |
clotheswasher (MODULE *module) | |
int | create () |
int | init (OBJECT *parent) |
TIMESTAMP | sync (TIMESTAMP t0, TIMESTAMP t1) |
~clotheswasher () | |
Public Attributes | |
double | circuit_split |
-1=100% negative, 0=balanced, +1=100% positive | |
double | demand |
fraction of clotheswasher load per hour | |
double | heat_fraction |
internal gain fraction of installed power (default = 0.5) | |
double | installed_power |
installed clotheswasher power [W] (default = random uniform between 500 - 750 W) | |
double | internal_heat |
heat losses [BTU/h] | |
double | kwh_meter |
energy use reported to the meter [kWh] | |
double | power_factor |
power factor (default = 0.95) | |
complex | power_kw |
power draw kW | |
Static Public Attributes | |
static clotheswasher * | defaults = NULL |
static CLASS * | oclass = NULL |