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

Tower and nacelle/hub implementation #30

Open
danrhouck opened this issue Jul 20, 2020 · 4 comments
Open

Tower and nacelle/hub implementation #30

danrhouck opened this issue Jul 20, 2020 · 4 comments

Comments

@danrhouck
Copy link

Tower:
I have the tower "turned on" with the following parameters:
itower = 1
tower_x = 0
tower_ybot = 0
tower_ytop = 2.3704
tower_D = 0.1481
tower_CD = 0.87
When I look at outputs, though, I actually see a speed up in the flow where the tower should be. I've attached two images of results averaging the last 10 timesteps of 41 revolutions with 20 timesteps per revolution. The first is the centerline vertical-streamwise plane and the second is the ground level horizontal-streamwise plane. They're both the average streamwise velocity (not normalized or just induced).
1
2

Nacelle/hub:
This may or may not be related, but, because there is no nacelle/hub, I get a speed up in the middle of the wake that persists for about 5 radii downstream. I'm concerned that this could affect the wake decay. Could there be a way to implement an effective blockage in the middle similar to the tower? I'm going to try to essentially extend the circular section of the blade shaft all the way to the axis to see how that affects the results, but that is also potentially not realistic.

@whophil
Copy link
Collaborator

whophil commented Jul 21, 2020

I never used the tower model, but the details of the tower-induced velocity can be found here:
https://github.com/SNL-WaterPower/CACTUS/blob/dev/src/mod/tower.f95#L81

Nacelle/hub:
This may or may not be related, but, because there is no nacelle/hub, I get a speed up in the middle of the wake that persists for about 5 radii downstream. I'm concerned that this could affect the wake decay. Could there be a way to implement an effective blockage in the middle similar to the tower? I'm going to try to essentially extend the circular section of the blade shaft all the way to the axis to see how that affects the results, but that is also potentially not realistic.

I don't think extending the circle to the axis of rotation will do anything, as the blade is treated as a lifting line and has no thickness. However, it is easy to model a nacelle or spinner using the solid boundaries feature. This allows you to model arbitrary "walls," so long as they can be specified in Plot3D grid format. See this video as an example where a cube was placed in the wake.
https://www.dropbox.com/s/l4cw2c0qlqud19q/cube.avi?dl=0

The grid file used for this is: cube.xyz.zip
The snippet you need in your .in file is:

&CaseInputs
    ...
    ! Wall Geometry
    WallMeshPath = './cube.xyz'
/End

@jcokemurray
Copy link
Contributor

jcokemurray commented Jul 21, 2020 via email

@danrhouck
Copy link
Author

I'm not a coder, really, but, in the link that Phil provided above for the modification of velocity due to a tower, it appears that the modified tower velocity is not being "written", i.e., that line is commented out. If that were simply uncommented, would it change the output of induced velocities?

@danrhouck
Copy link
Author

danrhouck commented Jul 22, 2020

I think this is the tower. It shows up when plotting the freestream.
tower
I believe this suggests that, to calculate the velocity field, the freestream must be added as a function of space as opposed to a simple constant. So streamwise velocity = induced velocity*uinf+freestream (not +uinf).

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

No branches or pull requests

3 participants