![]() |
OpenFAST
Wind turbine multiphysics simulator
|

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_linfiletype) | lin |
| 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_linstatesave) | op |
| operating points of states and inputs for VTK output of mode shapes [-] | |
1.8.13