-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/source/user/inflowwind/examples/inflowwind_uniform_example.dat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
! OpenFAST Deterministic Wind File | ||
# | ||
# Comment lines begin with "!" or "#" or "%", then the data lines must contain the following columns: | ||
# | ||
# If there are only 8 columns, upflow is assumed to be 0. | ||
# | ||
# Parameters are interpolated linearly between time steps; using nearest neighbor before the first time | ||
# listed in this file and after the last time listed in the file. | ||
# | ||
! Time Wind Wind Vertical Horiz. Pwr.Law Lin.Vert. Gust Upflow | ||
! Speed Dir Speed Shear Vert.Shr Shear Speed Angle | ||
! (sec) (m/s) (Deg) (m/s) (m/s) (deg) | ||
0.000000 10 0.000000 0 0.000000 0.300000 0.000000 0.000000 8 | ||
10.000000 12 0.000000 0 0.000000 0.300000 0.000000 0.000000 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters