Replies: 5 comments 1 reply
-
Tagging @psakievich @lawrenceccheung |
Beta Was this translation helpful? Give feedback.
-
@vayuai I apologize about the documentation. You are correct. There isn't much there for this particular feature yet. It is still a work in progress. In terms of the results you are also correct that there is no power estimate from this model yet. We don't have a Cp variable added, but this is something we can add pretty easily. For the V&V efforts we've mainly been looking at velocity deficit and wake profiles. In terms of the wake structure would you mind sharing some plots of what you are seeing? |
Beta Was this translation helpful? Give feedback.
-
Hi @vayuai,
Given that the domain runs from 0 to 2000 in both x and y, that means
Hope that helps! Let me know if you have any other questions. Lawrence |
Beta Was this translation helpful? Give feedback.
-
@lawrenceccheung thank you for all the comments. I will certainly fix all these inputs for the next trial. |
Beta Was this translation helpful? Give feedback.
-
hi @vayuai, Theoretically speaking, using the current The alternative, as you mentioned, is to go with the OpenFAST model (which does output turbine power). One thing that might help in this regard is a user front-end tool to AMR-Wind that I've been working on: https://github.com/lawrenceccheung/amrwind-frontend. This tool will help set up the run and put in the proper turbines and refinement regions, and might help avoid any common setup mistakes in the input file. There's also a handy tutorial on setting up a case with the NREL 5MW turbine using OpenFAST that can be found here: https://github.com/lawrenceccheung/amrwind-frontend/blob/main/docs/tutorial1/README.md. Cheers, Lawrence |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm a pretty new amr-wind user and have been trying to use the package to run simulations to study the effect of wake on turbine power output.
My first attempt was to use a very basic method, simply using a uniform flow simulation (no ABL or FAST) to get some understanding of what the results might look like.
The problem I ran into was figuring out what the input file should look like, as the documentation can be fairly nebulous at times (and some of the input file examples in there were throwing errors when I tried to run them).
After piecing together stuff from the documentation and some of the test code I managed to come up with an input file that seems like it should have worked. But looking at the plotfiles that resulted from it, it doesn't seem like there is any variable in there that looks like power output (and also the range for the velocity variable suggest to me that wake hasn't been simulated properly as there should have been a wider spread for sure).
Github won't let me attach a .abl file so here are the contents of the input file:
I would greatly appreciate any help/advice that can elucidate what is wrong with this input file.
Beta Was this translation helpful? Give feedback.
All reactions