Functions | |
| int | solar::init (OBJECT *parent) |
| int | solar::init_climate (void) |
| Checks for climate object and maps the climate variables to the house object variables. | |
| int solar::init | ( | OBJECT * | parent | ) | [inherited] |
Definition at line 214 of file solar.cpp.
References gl_warning, init_climate(), and OBJECTHDR.
| int solar::init_climate | ( | void | ) | [inherited] |
Checks for climate object and maps the climate variables to the house object variables.
Currently Tout, RHout and solar flux data from TMY files are used. If no climate object is linked, then Tout will be set to 59 degF, RHout is set to 75% and solar flux will be set to zero for all orientations.
Definition at line 119 of file solar.cpp.
References GETADDR, gl_find_next, gl_find_objects, gl_get_property, gl_set_dependent, gl_warning, and OBJECTHDR.