-
Notifications
You must be signed in to change notification settings - Fork 3
/
PKG-INFO
44 lines (30 loc) · 2.54 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Metadata-Version: 2.1
Name: accim
Version: 0.2.2
Summary: Transforms PMV-based into adaptive setpoint temperature EnergyPlus building energy models
Home-page: https://github.com/dsanchez-garcia/accim
Author: Daniel Sánchez-García
Author-email: [email protected]
License: MIT License
Description:
![ACCIM Logo with header](docs/images/accim_logo_nohatch_w-header.svg)
![PyPI](https://img.shields.io/pypi/v/accim) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/accim) ![GitHub](https://img.shields.io/github/license/dsanchez-garcia/accim) ![Read the Docs](https://img.shields.io/readthedocs/accim?color=cyan)
ACCIM stands for Adaptive Comfort Control Implemented Model.
In research terms, this is a proposal for a paradigm shift, from using fixed PMV-based to adaptive setpoint temperatures, based on adaptive thermal comfort algorithms and it has been widely studied and published on scientific research journals (for more information, refer to https://orcid.org/0000-0002-3080-0821).
In terms of code, this is a python package that transforms fixed setpoint temperature building energy models into adaptive setpoint temperature energy models by adding the Adaptive Comfort Control Implementation Script (ACCIS). This package has been developed to be used in EnergyPlus building energy performance simulations.
### Citation
If you use this package, please cite us:
<div class="csl-entry">Sánchez-García, D., Bienvenido-Huertas, D., & Rubio-Bellido, C. (2021). Computational approach to extend the air-conditioning usage to adaptive comfort: Adaptive-Comfort-Control-Implementation Script. <i>Automation in Construction</i>, <i>131</i>, 103900. https://doi.org/10.1016/j.autcon.2021.103900</div>
### Documentation
The documentation is at: https://accim.readthedocs.io/en/master/
### Credits
It wouldn't have been possible to develop this python package without eppy, so thank you for such an awesome work.
Keywords: adaptive thermal comfort,building energy model,building performance simulation,energy efficiency
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown