-
Notifications
You must be signed in to change notification settings - Fork 114
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
The Actuator Disk Model (ADM) implementation #84
Comments
I believe SOWFA's implementation is comparable to the "ADM-R" model that is described in the article "Large-Eddy Simulation of Wind-Turbine Wakes: Evaluation of Turbine Parametrisations" by Wu and Porte-Agel, 2010 (URL). Though, I haven't looked at the ADM code in too much detail, so I can't tell you the subtleties and how SOWFA would differ from that paper, if at all. I'm not sure about steady-state simulations with SOWFA. I have never seen anyone do that before, but it may be possible. |
Thanks for the reference. |
Hello, I have read your post and immediately i started wondering if you have considered the following things before planning to change the source code
So there are many things to think about, let me know if i am mistaking something ! All the best and happy FOAMing !! Best regards |
Hi @Prabs8815, Regards |
Hello @hcOnel Good that you already explored all those options already. I still don't understand why you are searching for steady solver in SOWFA libraries whose complexity is more inclined to capture wind farm physics. With a steady solver i doubt if you could go close to description of wake properties like expansion. pressure deficit and meandering etc.
In any case i can help you better if you describe your motivation towards doing ADM simulations in steady solver and why you think that approach best suits your problem statement. Best regards |
Dear @Prabs8815, |
if the goal is to have steady RANS and ADM have you considered the WindSE
code? https://www.nrel.gov/docs/fy20osti/75033.pdf I just read about
WindSE and it sounds like has the features you asking about, good hunt!
…On Sun, Oct 24, 2021 at 12:12 PM hcOnel ***@***.***> wrote:
Hi @Prabs8815 <https://github.com/Prabs8815>,
Thanks for your response! Regarding your 1st and 2nd statements, yes I
know those, but what I'm specifically interested in is to run ADM in a
steady solver.
3. I am also aware of that. Adding the body force to the momentum equation
in the solver results in a new solver. What I'm considering is to use the
addSup functionality of fvOptions as @petebachant
<https://github.com/petebachant> did instead, hence, ADM can be used in
any solver. However, I've seen your post
<#75> where you mention the
requirement of numerous modifications to the code. Since I'm new to
OpenFOAM coding, I'm trying to make a sense of it and estimate the coding
required.
4. Yes I've checked that paper and what I understand is they've run
unsteady simulations. I'm still not able to find a steady ADM-R study.
However, I've heard from a colleague today that the CFD++ software (which
I've never used before) has a fully functional rotor disk application that
can be run in steady-state, so I think that it is possible.
5. I know that SOWFA's ADM-R can be run with RANS as Dr. Churchfield
@mchurchf <https://github.com/mchurchf> says in this document
<https://www.aere.iastate.edu/nawea2017/files/2017/09/SOWFA_Training_NAWEA_2017.pdf>
(p.29), but he also says that it is untested, which I'm interested in.
Regards
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#84 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5AZIKFUR3A5HGW4FGFW53UIRD7BANCNFSM5GD7NYIQ>
.
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>.
|
Hi,
I know that SOWFA has an Actuator Disk Model (ADM) implemented, i.e.
pisoFoamTurbine.ADM
. I'm interested in running ADM in steady state using a RANS turbulence model, but I'm not sure if its possible since the solver is based on pisoFoam.Also I've been reading through the SOWFA training document 2017 but it only includes details on ALM. Are details on the ADM implementation documented somewhere? If not, can you refer me to the paper it is based on?
I would also appreciate your thoughts on the possibility of the implementation of steady-state RANS-ADM in SOWFA.
Thanks in advance
The text was updated successfully, but these errors were encountered: