pythermalcomfort icon indicating copy to clipboard operation
pythermalcomfort copied to clipboard

Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.

Results 40 pythermalcomfort issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The online documentation of the psychrometric functions is not rendering well ![image](https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/assets/40018640/59e5f616-f36a-497b-a5e6-689b86c55497)

Melnikov found that the accuracy of the model can be improved by changing some of the default parameters in the SET model. In his paper (ref below) he suggests using...

The "set" is a more intuitive variable name, and it also correspond to the one In the documentation

## Describe the bug Here are the differences we have identified: - [ ] calculation of humidity # *humidity* In py the calculation is [link](https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/blob/496f3799de287737f2ea53cc6a8c900052a29aaa/pythermalcomfort/models/humidex.py#L44) `hi = tdb + 5...

1. tests/test_a_pmv.py 2. tests/test_adaptive_ashrae.py 3. tests/test_adaptive_en.py 4. tests/test_ankle_draft.py 5. tests/test_solar_gain.py 6. tests/test_two_nodes.py 7. tests/test_vertical_tmp_grad_ppd.py ![image](https://github.com/user-attachments/assets/db79f215-ee56-40eb-ba8c-df4053eea0f0) ![image](https://github.com/user-attachments/assets/e55ca815-cfdf-4e8e-99d9-6422d130220f) ![image](https://github.com/user-attachments/assets/f40d1d80-ca99-4180-b1f2-74d509d64e04) @FedericoTartarini Professor, please review the code.

**Describe the bug** Her are the differences we have identified - [ ] calculation of xf - [ ] calculation of tcla # xf In py the function is [link](https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort/blob/496f3799de287737f2ea53cc6a8c900052a29aaa/pythermalcomfort/models/pmv_ppd.py#L268)...

Hi, I have encountered a few feature issues while using the pet_steady function and would like some clarification. **This is a brief description of the task at hand:** I have...

@AkihisaNomoto will deal with this issue. Here is an email from a person. > Specifically, when using the pythermalcomf package, we observed that some conditions returned NAN values for skin...

For example, if I wrongly pass `model` as input to the PMV function the function returns a results despite the fact that this is not an input that is specified...