You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
creating several zones per floor seem to work fine, but I found that boundary conditions for ceilings and floor were fixed to outdoor with sun and wind exposed for the ceiling and wind exposes for the floor. The ceiling of the lower floor should be connected to the floor of the upper one. I guess this rely on the matched \ unmatched surface routine but I am not sure at all.
Please is this an error from my side or boundary condition for intermediate storey with the add_block function is missing something ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
it is something to do with the almostequal function in utilities.py
I have manage to solve this issue making a rotating routine of the polygone s.coords to check if almost equal to m.coords.
The boundary for Tutorial 3 works now as well for me.
Thanks in advance to confirm the mistakes (or to point out my mistake in using the package)
Hi,
I seems to come across the same issue of unmatched ceiling/floor as you did, could you please enlighten me how did you manage to fix this ?
Thanks.
Hi, have a look at the issue posted just before.
non convex polygons #204
I should have post also here the solution. Sorry.
As said, an even better on is on the development branch.
Best.
Hi,
creating several zones per floor seem to work fine, but I found that boundary conditions for ceilings and floor were fixed to outdoor with sun and wind exposed for the ceiling and wind exposes for the floor. The ceiling of the lower floor should be connected to the floor of the upper one. I guess this rely on the matched \ unmatched surface routine but I am not sure at all.
Please is this an error from my side or boundary condition for intermediate storey with the add_block function is missing something ?
Thanks in advance
The text was updated successfully, but these errors were encountered: