-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fixed preset blade pitch angle #53
Comments
@whophil @jcokemurray @kmruehl @petebachant Could you please help me here? |
Hi @Satyamshk2, sorry but I've never done this in CACTUS, so I'm not sure if it's possible in the config. |
Thank you |
Hi @Satyamshk2 , I'm not sure I understand your question. How are you building the geometry input file? With the parameters described in section 3.2 of the user guide, you should have the flexibility to build whatever geometry you see fit. |
Thanks for your reply. Geometry Creation Code clear % Add geom creation scripts to path % Params % Output filename % Plot data? % Convert % Create basic parabolic blade VAWT % Write geom file % Plot if desired
end |
@Satyamshk2 the I am not the author of the |
@whophil Thank you for your suggestion. I will try to modify the geometry this way. |
Yes, it looks like the basic VAWT generator in CreateTurbine doesn't do
blade twist, but the HAWT generator does. You could follow that example to
add blade twist to a VAWT model...
Jon
…On Fri, Mar 11, 2022, 7:30 AM Satyam Shukla ***@***.***> wrote:
@whophil <https://github.com/whophil> Thank you for your suggestion. I
will try to modify the geometry this way.
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC2ZXNFGWZC6NZQ7BZNWALU7NKIZANCNFSM5N2SLZWQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@jcokemurray Dear |
Hello,
I am working on a straight-bladed cross-flow turbine (NACA0015) with a solidity of 0.15. I have the experimental data and am trying to simulate the same in CACTUS. I have the data for different pitch angles and want to simulate the same in the cactus. I am modifying the blade pitch angle by changing the mount point ratio (eta) in the code during geometry creation (the quote). My cactus results are not in agreement at all with the experiment data on all the pitch angles. I could not find a way to give a fixed preset blade pitch angle in the code other than changing the mount point for a VAWT.
"**A forward shift of mount-point from the centre of the chord towards the leading edge corresponds to an effective toe-in pitch
change of β = tan^-1[x/R]**"
where x is the distance between the two shifting points.
Could you please tell me the ways I can provide blade pitch angle in the code for a Straight-bladed VAWT?
The text was updated successfully, but these errors were encountered: