Skip to content

Commit

Permalink
docs: fixed text applicability limits SET model
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Sep 7, 2022
1 parent 9a0c3e1 commit d5facbb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pythermalcomfort/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,11 +703,10 @@ def set_tmp(
units : {'SI', 'IP'}
select the SI (International System of Units) or the IP (Imperial Units) system.
limit_inputs : boolean default True
By default, if the inputs are outsude the standard applicability limits the
function returns nan. If False returns values even if input values are
outside the applicability limits of the model.
The ASHRAE 55 2020 limits are 10 < tdb [°C] < 40, 10 < tr [°C] < 40,
0 < vr [m/s] < 2, 1 < met [met] < 4, and 0 < clo [clo] < 1.5.
By default, if the inputs are outsude the following limits the
function returns nan. If False returns values regardless of the input values.
The limits are 10 < tdb [°C] < 40, 10 < tr [°C] < 40,
0 < v [m/s] < 2, 1 < met [met] < 4, and 0 < clo [clo] < 1.5.
Other Parameters
----------------
Expand Down

0 comments on commit d5facbb

Please sign in to comment.