- described variable in the SET code
Showing 1 of 2 files from the diff.
src/pythermalcomfort/models.py
changed.
Other files ignored by Codecov
examples/calc_pmv_ppd.py
has changed.
@@ -508,10 +508,10 @@
Loading
508 | 508 | ||
509 | 509 | if clo <= 0: |
|
510 | 510 | w_crit = 0.38 * pow(air_velocity, -0.29) # evaporative efficiency |
|
511 | - | i_cl = 1.0 # thermal resistance of clothing, clo |
|
511 | + | i_cl = 1.0 # permeation efficiency of water vapour through the clothing layer |
|
512 | 512 | else: |
|
513 | 513 | w_crit = 0.59 * pow(air_velocity, -0.08) |
|
514 | - | i_cl = 0.45 |
|
514 | + | i_cl = 0.45 # permeation efficiency of water vapour through the clothing layer |
|
515 | 515 | ||
516 | 516 | # h_cc corrected convective heat transfer coefficient |
|
517 | 517 | h_cc = 3.0 * pow(pressure_in_atmospheres, 0.53) |
@@ -545,6 +545,7 @@
Loading
545 | 545 | ||
546 | 546 | while not tc_converged: |
|
547 | 547 | ||
548 | + | # 0.72 in the following equation is the ratio of A_r/A_body see eq 35 ASHRAE fund 2017 |
|
548 | 549 | c_hr = 4.0 * sbc * ((t_cl + tr) / 2.0 + 273.15) ** 3.0 * 0.72 |
|
549 | 550 | h_t = c_hr + h_cc |
|
550 | 551 | r_a = 1.0 / (f_a_cl * h_t) |
Files | Coverage |
---|---|
src/pythermalcomfort | 48.14% |
tests | 100.00% |
Project Totals (8 files) | 56.46% |
0wwnfimvb9ic8trg
TOXENV=py36,codecov
wn9loi2y6seh0rii
TOXENV=py36,codecov
81.3
TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux TOXENV=py37,codecov
aff5vii0i9rsctnh
TOXENV=py37,codecov
81.2
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux TOXENV=py36,codecov
232h5a8a8xt9ukwr
TOXENV=py37,codecov
y86jeaaj79709khu
TOXENV=py38,codecov
81.4
TRAVIS_PYTHON_VERSION=3.8 TRAVIS_OS_NAME=linux TOXENV=py38,codecov
g2ywpcg44o1n1y7x
TOXENV=py38,codecov
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.