https://github.com/relaxxpls/optimize-indoor-heating
Source Code For Optimization of Heating in Closed Indoor Spaces :fire:
https://github.com/relaxxpls/optimize-indoor-heating
Last synced: 2 months ago
JSON representation
Source Code For Optimization of Heating in Closed Indoor Spaces :fire:
- Host: GitHub
- URL: https://github.com/relaxxpls/optimize-indoor-heating
- Owner: relaxxpls
- License: mit
- Created: 2021-02-04T08:02:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-09T15:00:23.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T03:16:24.945Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 8.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Optimization of Heating in Closed Indoor Spaces
`CL 246` - Heat Transfer Project
## Problem statement
Lowering energy consumption in large buildings by reducing the cooling load, using a thin water layer to facilitate evaporative cooling.
## [Solve](/src/)
## Results
|Outside Temperature (K)|Heat flux entering with absence of water layer (W/m^2)|Heat flux entering with water layer present (W/m^2)|
|:-:|:--:|:--:|
|305|28.5|6.0 |
|310|44.3|16.2|
|315|60.0|26.3|
|320|75.8|36.5|The drastic reduction evident here indicates that this might be a viable method to achieve our original goal of reduction in energy and electrical costs, even accounting and/or revising for the assumptions considered.
## [Documentation](docs/report/)
## Resources
* [Papers referenced](/docs/papers/)