Skip to content

Commit

Permalink
docs: adaptive specified applicability limits in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Jun 27, 2022
1 parent 74035ad commit 9a0c3e1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pythermalcomfort/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,14 @@ def use_fans_heatwaves(
def adaptive_ashrae(tdb, tr, t_running_mean, v, units="SI", limit_inputs=True):
"""Determines the adaptive thermal comfort based on ASHRAE 55. The adaptive
model relates indoor design temperatures or acceptable temperature ranges
to outdoor meteorological or climatological parameters.
to outdoor meteorological or climatological parameters. The adaptive model
can only be used in occupant-controlled naturally conditioned spaces that
meet all the following criteria:
* There is no mechianical cooling or heating system in operation
* Occupants have a metabolic rate between 1.0 and 1.5 met
* Occupants are free to adapt their clothing within a range as wide as 0.5 and 1.0 clo
* The prevailing mean (runnin mean) outdoor temperature is between 10 and 33.5 °C
Parameters
----------
Expand Down

0 comments on commit 9a0c3e1

Please sign in to comment.