Definition at line 14 of file refrigerator.h.
Public Member Functions | |
| int | create () |
| int | init (OBJECT *parent) |
| refrigerator (MODULE *module) | |
| TIMESTAMP | sync (TIMESTAMP t0, TIMESTAMP t1) |
| ~refrigerator () | |
Public Attributes | |
| double | Cf |
| heat capapcity of the food | |
| double | COPcoef |
| compressor COP | |
| double | kwh_meter |
| double | power_factor |
| complex | power_kw |
| double | Qr |
| heat rate from the cooling system | |
| double | rated_capacity |
| rated capacity (Btu/h) | |
| double | size |
| refrigerator volume (cf) | |
| double | Tair |
| Refirgerator air temperature (degF). | |
| double | thermostat_deadband |
| refrigerator thermostat hysterisys (degF) | |
| double | Tout |
| House air temperature. | |
| double | Tset |
| Refrigerator control set point temperature (degF). | |
| double | UAf |
| UA of the food-air. | |
| double | UAr |
| UA of Refrigerator compartment. | |
Static Public Attributes | |
| static refrigerator * | defaults = NULL |
| static CLASS * | oclass = NULL |