OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
inflowwind_driver_types::ifwdriver_flags Type Reference

This contains flags to note if the settings were made. More...

Public Attributes

logical dvriptfile = .FALSE.
 Was an input file name given on the command line?
 
logical ifwiptfile = .FALSE.
 Was an InflowWind input file requested?
 
logical summary = .FALSE.
 create a summary at command line? (data extents in the wind file)
 
logical summaryfile = .FALSE.
 create a summary file of the output?
 
logical tstart = .FALSE.
 specified a start time
 
logical numtimesteps = .FALSE.
 specified a number of timesteps to process
 
logical numtimestepsdefault = .FALSE.
 specified a 'DEFAULT' for number of timesteps to process
 
logical dt = .FALSE.
 specified a resolution in time
 
logical dtdefault = .FALSE.
 specified a 'DEFAULT' for the time resolution
 
logical fftcalc = .FALSE.
 do an FFT
 
logical windgrid = .FALSE.
 Requested output of wind data on a grid – input file option only.
 
logical xrange = .FALSE.
 specified a range of x – command line option only – stored as GridCtrCoord and GridDelta
 
logical yrange = .FALSE.
 specified a range of y – command line option only – stored as GridCtrCoord and GridDelta
 
logical zrange = .FALSE.
 specified a range of z – command line option only – stored as GridCtrCoord and GridDelta
 
logical dx = .FALSE.
 specified a resolution in x – command line option only, 0.0 otherwise
 
logical dy = .FALSE.
 speficied a resolution in y
 
logical dz = .FALSE.
 specified a resolution in z
 
logical pointsfile = .FALSE.
 points filename to read in – command line option only
 
logical windgridoutputinit = .FALSE.
 Is the WindGridOut file initialized.
 
logical pointsoutputinit = .FALSE.
 Is the Points output file initialized.
 
logical fftoutputinit = .FALSE.
 Is the FFT output file initialized.
 
logical verbose = .FALSE.
 Verbose error reporting.
 
logical vverbose = .FALSE.
 Very Verbose error reporting.
 
logical wrhawc = .FALSE.
 Requested file conversion to HAWC2 format?
 
logical wrbladed = .FALSE.
 Requested file conversion to Bladed format?
 
logical wrvtk = .FALSE.
 Requested file output as VTK?
 

Detailed Description

This contains flags to note if the settings were made.

This same data structure is used both during the driver input file and the command line options.

NOTE: The WindFileType is only set if it is given as a command line option. Otherwise it is handled internally by InflowWInd.

NOTE: The wind direction is specified by the InflowWind input file.


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