OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
fast_types::fast_outputfiletype Type Reference
Collaboration diagram for fast_types::fast_outputfiletype:
Collaboration graph
[legend]

Public Attributes

real(dbki), dimension(:), allocatable timedata
 Array to contain the time output data for the binary file (first output time and a time [fixed] increment) [-].
 
real(reki), dimension(:,:), allocatable alloutdata
 Array to contain all the output data (time history of all outputs); Index 1 is NumOuts, Index 2 is Time step [-].
 
integer(intki) n_out
 Time index into the AllOutData array [-].
 
integer(intki) noutsteps
 Maximum number of output steps [-].
 
integer(intki), dimension(nummodules) numouts
 number of outputs to print from each module [-]
 
integer(intki) unou = -1
 I/O unit number for the tabular output file [-].
 
integer(intki) unsum = -1
 I/O unit number for the summary file [-].
 
integer(intki) ungra = -1
 I/O unit number for mesh graphics [-].
 
character(1024), dimension(1:3) filedesclines
 Description lines to include in output files (header, time run, plus module names/versions) [-].
 
character(chanlen), dimension(:), allocatable channelnames
 Names of the output channels [-].
 
character(chanlen), dimension(:), allocatable channelunits
 Units for the output channels [-].
 
type(progdesc), dimension(nummodules) module_ver
 version information from all modules [-]
 
character(chanlen), dimension(nummodules) module_abrev
 abbreviation for module (used in file output naming conventions) [-]
 
logical writethisstep
 Whether this step will be written in the FAST output files [-].
 
integer(intki) vtk_count
 Number of VTK files written (for naming output files) [-].
 
integer(intki) vtk_lastwaveindx
 last index into wave array [-]
 
type(fast_linfiletypelin
 linearization data for output [-]
 
integer(intki) actualchanlen
 width of the column headers output in the text and/or binary file [-]
 
character(30) outfmt_a
 Format used for text tabular output (except time); combines OutFmt with delim and appropriate spaces [-].
 
type(fast_linstatesaveop
 operating points of states and inputs for VTK output of mode shapes [-]
 
real(reki), dimension(1:5) driverwriteoutput
 pitch and tsr for current aero map case, plus error, number of iterations, wind speed [-]
 

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