pythermalcomfort icon indicating copy to clipboard operation
pythermalcomfort copied to clipboard

two-node model iteration

Open FedericoTartarini opened this issue 1 year ago • 0 comments
trafficstars

Describe the bug

  1. The code is not efficient since the main loops runs for 60 times:
    1. this is unnecessary in most conditions since the results converge before the 60 iterations, however,
    2. for some inputs, 60 iterations are not sufficient and terminate the code routine before the code has converged.

To Reproduce

Example 1

two_nodes(tdb = 45,tr = 45,v = 1.1,rh = 20,clo = 0.2,met = 3)

image

Example 2

(tdb=25, tr=25, v=0.6, rh=50, met=1, clo=.5)

image

Expected behavior

We should stop the iteration only when the output converges.

FedericoTartarini avatar Nov 22 '24 10:11 FedericoTartarini