Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wind Tunnel component #24

Closed
mostaphaRoudsari opened this issue Jun 27, 2016 · 2 comments
Closed

Wind Tunnel component #24

mostaphaRoudsari opened this issue Jun 27, 2016 · 2 comments

Comments

@mostaphaRoudsari
Copy link
Member

Via 7a7a615 Started from #16 by @TheodoreGalanos.

I started to put this together. The geometry side is working but I'm not sure about the boundary condition. Still waiting for #21 before moving forward. Also we need to have a strategy to automate meshing for this case.

image

@mostaphaRoudsari
Copy link
Member Author

mostaphaRoudsari commented Jun 30, 2016

These are the formulas to automate k and epsilon:

Cm = 0.09
z0 //roughness level
z = 10 // reference height
Uref //velocity in m/s
k = 0.41
Uabl = Uref * k / ln((z + z0) /z0)
epsilon(z) = Uabl**3 / k * (z + z0)
k(z) = Uabl**2 / sqrt(Cm)

values for roughness level are as below:
image

mostaphaRoudsari added a commit that referenced this issue Jul 3, 2016
This commit resolves #31 and partially addresses #24 and #30. All these
objects are useful for automating outdoor flow studies.
mostaphaRoudsari added a commit that referenced this issue Jul 3, 2016
Resolved #30 and made major progress on #24.
Next step is to create a butterfly windTunnel from the geometrical wind
tunnel and then we should be all good to run outdoor studies.
cc: @TheodoreGalanos
mostaphaRoudsari added a commit that referenced this issue Jul 4, 2016
1. Moved all grasshopper libraries under gh folder.
2. Finished wind tunnel component. Still need to make sure all 0 folder
files are written correctly. One step from closing #24.
@mostaphaRoudsari
Copy link
Member Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants