Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include dynamic indoor temperature #255

Open
biglimp opened this issue Apr 15, 2024 · 0 comments
Open

Include dynamic indoor temperature #255

biglimp opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request P4 Lowest priority (nice to have, not essential)

Comments

@biglimp
Copy link

biglimp commented Apr 15, 2024

Consider using eq. 3 in Lindberg et al. 2020, to make indoor temperature vary based on outdoor temperature and indoor base temperature:

Tindoor = (1 + (Ta-Tbase) / (5 * Tbase) * (Tbase + 0.4 * sin(((3 * pi) / 4) * timeday))

Tbase (standard indoor temperature) is increased (decreased) as outdoor air temperature (Ta) increases (decreases). Time of day (timeday) is expressed in decimal hours. The resulting diurnal range in Tiair is typically within a 1–5 °C.

@biglimp biglimp added the enhancement New feature or request label Apr 15, 2024
@sunt05 sunt05 added the P4 Lowest priority (nice to have, not essential) label Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P4 Lowest priority (nice to have, not essential)
Projects
None yet
Development

No branches or pull requests

2 participants