OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
nwtc_library_types::fastdatatype Type Reference

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(chanlen), dimension(:), allocatable channames
 Strings describing the names of the channels from the binary file (including the time channel) [-].
 
character(chanlen), 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 [-]
 

The documentation for this type was generated from the following file: