uDALES / u-dales

uDALES: large-eddy-simulation software for urban flow, dispersion and microclimate modelling
https://udales.github.io/u-dales
GNU General Public License v3.0
54 stars 18 forks source link

Fix bug in createfloors with lstaggered (closes #79) #109

Closed samoliverowens closed 3 years ago

samoliverowens commented 3 years ago

This PR changes createfloors so that staggered cube geometries are generated correctly in example sim 102 (issue #79), and the corresponding files are updated.

samoliverowens commented 3 years ago

Made the mistake of changing Tfacinit.inp.102 in this PR even though it is deleted in PR #108, so had to resolve the conflict, and I must've done something weird because the preprocessing isn't working... I'll make sure it is before merging!

samoliverowens commented 3 years ago

Made the mistake of changing Tfacinit.inp.102 in this PR even though it is deleted in PR #108, so had to resolve the conflict, and I must've done something weird because the preprocessing isn't working... I'll make sure it is before merging!

The problem was due to the changes in createfloors when changing the functionality of lflat - it's now solved.