Definition at line 13 of file microwave.h.
Public Member Functions | |
| int | create () |
| int | init (OBJECT *parent) |
| microwave (MODULE *module) | |
| TIMESTAMP | sync (TIMESTAMP t0, TIMESTAMP t1) |
| ~microwave () | |
Public Attributes | |
| double | circuit_split |
| -1=100% negative, 0=balanced, +1=100% positive | |
| double | demand |
| fraction of time microwave oven is ON (schedule driven) | |
| double | heat_fraction |
| fraction of the microwave power that is transferred as heat | |
| double | installed_power |
| installed wattage [W] (default = random normal between 700W and 1200W) | |
| double | internal_heat |
| internal gain fraction of installed power (default = 0.25) | |
| 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 microwave * | defaults = NULL |
| static CLASS * | oclass = NULL |