-
Notifications
You must be signed in to change notification settings - Fork 465
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
Invalid Output channel - FAST.Farm #2010
Comments
Dear @ILDENIEL, The FAST.Farm outputs related to radial output nodes are only available for when using the polar wake formulation ( Best regards, |
Dear @jjonkman, |
Dear @ILDENIEL, The curled wake model works better than the polar model when there is sizeable skew of the flow relative to the rotor, e.g., from yaw error associated with wake steering or rotor tilt associated with floater pitch (in floating offshore wind turbines). Best regards, |
Dear @jjonkman, |
Dear @jjonkman, The first one is that when I try to set the z-coordinate origin of the high-resolution grid equal to the one of the low-res grid: the Z0_low is set to 6 (6m above ground) and
I'm still using the curled wake model and, as you suggested, I set the OutAllPlanes flag to true. Thanks in advance |
Dear @ILDENIEL, Regarding Regarding the visualization, I'm not sure what you are illustrating. Can you clarify what you are showing or share the VTK files directly? Best regards, |
Dear @jjonkman, |
Regarding the visualization, I've tried to plot on the same Pataview window all the files from:
I don't understand why the wake planes have the center at ground level and distant from the turbines, so it is a little confusing: whether their origin were on the low-res domain reference system or in the global FoR, their location seems to be wrong, or (probably) I'm missing something. Thanks in advance |
Dear @ILDENIEL, Regarding Regarding Best regards, |
Dear @jjonkman, |
Can you share a couple of the VTK files from the vtk_ff directory? Best regards, |
I mean can you attach a few of the VTK files from the vtk_ff directory directly so that I can review the files rather than the Paraview plots? Best regards, |
only_yaw.zip |
Thanks for sharing. The issue is that the Z value of the ORIGIN is not being written properly in the VTK file. I don't see an issue in the latest version of source code, so, I would guess this bug was found and fixed since v3.4.1. I suggest upgrading to the newest version of FAST.Farm (currently within OpenFAST v3.5.2) to see if that solves the issue. Best regards, |
Thanks for your time and your disposability, I'll surely try the newest versions. |
I'm trying to simulate the behaviour of 2 turbines with FAST.Farm, in particular the turbines are 2 identical turbines with the same characteristics of the NREL 5MW but for the tilt and the coming angle, which I both set to 0.
I'm using one module of InflowWind with steady wind (@v rated), the downstream distance is 3D and they're both aligned with the wind direction.
The output related to the Axial wake velocity deficits for radial node 01 (and 2) and downstream distance 01 of turbine 01 is invalid.
the output section of FF is the following:
--- OUTPUT ---
False SumPrint - Print summary data to .sum? (flag)
99999.9 ChkptTime - Amount of time between creating checkpoint files for potential restart (s) [>0.0]
0.0 TStart - Time to begin tabular output (s) [>=0.0]
1 OutFileFmt - Format for tabular (time-marching) output file (switch) {1: text file [.out], 2: binary file [.outb], 3: both}
True TabDelim - Use tab delimiters in text tabular output file? (flag) {uses spaces if False}
"ES13.3E2" OutFmt - Format used for text tabular output, excluding the time channel. Resulting field should be 10 characters. (quoted string)
DEFAULT OutAllPlanes - Output all wake planes at all time steps. [DEFAULT=False]
5 NOutRadii - Number of radial nodes for wake output for an individual rotor (-) [0 to 20]
1, 2, 5, 11, 14 OutRadii - List of radial nodes for wake output for an individual rotor (-) [1 to NOutRadii] [unused for NOutRadii=0]
1 NOutDist - Number of downstream distances for wake output for an individual rotor (-) [0 to 9 ]
23.0 OutDist - List of downstream distances for wake output for an individual rotor (m) [1 to NOutDist ] [unused for NOutDist =0]
0 NWindVel - Number of points for wind output (-) [0 to 9]
0.0 WindVelX - List of coordinates in the X direction for wind output (m) [1 to NWindVel] [unused for NWindVel=0]
0.0 WindVelY - List of coordinates in the Y direction for wind output (m) [1 to NWindVel] [unused for NWindVel=0]
90.0 WindVelZ - List of coordinates in the Z direction for wind output (m) [1 to NWindVel] [unused for NWindVel=0]
OutList - The next line(s) contains a list of output parameters. See OutListParameters.xlsx for a listing of available output channels (quoted string)
"RtVAmbT1"
"RtVAmbT2"
"RtVRelT2"
"YawErrT1"
"YawErrT2"
"CtT1N01"
"CtT1N02"
"CtT1N03"
"CtT1N04"
"CtT1N05"
"WkAxsXT2D1, WkAxsYT2D1, WkAxsZT2D1"
"WkDfVxT1N01D1, WkDfVxT1N02D1"
END of input file (the word "END" must appear in the first 3 columns of this last OutList line)
but in the output file the channels related to the last line (WkDfVxT1N01D1 and WkDfVxT1N02D1) are invalid.
What could it be wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered: