-
Notifications
You must be signed in to change notification settings - Fork 73
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
question about the fdom.jl #108
Comments
Hi Inseo, The To have the freestream added to the fluid domain, you can either do |
Hi, Alvarez. Thank you for your kind response even though you are busy nowadays :). I have another question about post-processing the forces generated by propeller. The thrust coefficient(CT) which means the axial thrust coefficient(CTx) when we see the post-processed data like *.csv and *.convergence plot by png. How can I export the other components about CT(ex. CTy: side force, CTz: normal force) ? Thank you. Best regards, |
The full force vector along the blade is exported with the vtk blade files. You can process then postprocess the blade in ParaView to integrate and decompose the force however you need, or you can also do that programmatically reading these vtk files in Julia (that is what the hover tutorial does LINK1 LINK2 ) |
Hello.
I ran the fdom.jl code for visualizing the fluid domain.
I set the velocity condition 49.7m/s (in wing.jl), but the results of the fdom is here.
The velocity field(x components) is lower than a 49.7 m/s which is meaning the free stream condition.
Is it right results ?
It seems to the normalized value like (V)/(Vinf).
Thank you.
Best regards,
Inseo.
The testing analysis code is example/wing/wing.jl
And the fdom code is here.
The text was updated successfully, but these errors were encountered: