![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| character(1024) | file |
| Name of the FAST-style binary file [-]. | |
| character(1024) | descr |
| String describing file [-]. | |
| integer(intki) | numchans |
| Number of output channels in this binary file (not including the time channel) [-]. | |
| integer(intki) | numrecs |
| Number of records (rows) of data in the file [-]. | |
| real(dbki) | timestep |
| Time step for evenly-spaced data in the output file (when NumRecs is not allo [-]. | |
| character(20), dimension(:), allocatable | channames |
| Strings describing the names of the channels from the binary file (including the time channel) [-]. | |
| character(20), dimension(:), allocatable | chanunits |
| Strings describing the units of the channels from the binary file (including the time channel) [-]. | |
| real(reki), dimension(:,:), allocatable | data |
| numeric data (rows and columns) from the binary file, including the time channel [-] | |
1.8.13