OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
ifw_bladedffwind_types::ifw_bladedffwind_parametertype Type Reference

Public Attributes

logical periodic = .FALSE.
 Flag to indicate if the wind file is periodic [-].
 
logical towerdataexist = .FALSE.
 If true, we specified a tower file [-].
 
real(dbki) dt
 Time step for cont. More...
 
real(siki), dimension(:,:,:,:), allocatable ffdata
 Array of FF data [-].
 
real(siki), dimension(:,:,:), allocatable fftower
 Array of data along tower, below FF array [-].
 
real(reki) ffdtime = 0
 Delta time [seconds].
 
real(reki) ffrate = 0
 Data rate (1/FFTime) [Hertz].
 
real(reki) ffyhwid = 0
 Half the grid width [meters].
 
real(reki) ffzhwid = 0
 Half the grid height [meters].
 
real(reki) refht = 0
 Reference (hub) height of the grid [meters].
 
real(reki) gridbase = 0
 the height of the bottom of the grid [meters]
 
real(reki) initxposition = 0
 the initial x position of grid (distance in FF is offset) [meters]
 
real(reki) invffyd = 0
 reciprocal of delta y [1/meters]
 
real(reki) invffzd = 0
 reciprocal of delta z [1/meters]
 
real(reki) invmffws = 0
 reciprocal of mean wind speed (MeanFFWS) [seconds/meter]
 
real(reki) meanffws = 0
 Mean wind speed (as defined in FF file), not necessarily of the portion used [meters/second].
 
real(reki) totaltime = 0
 The total time of the simulation [seconds].
 
integer(intki) nffcomp = 3
 Number of wind components [-].
 
integer(intki) nffsteps = 0
 Number of time steps in the FF array [-].
 
integer(intki) nygrids = 0
 Number of points in the lateral (y) direction of the grids [-].
 
integer(intki) nzgrids = 0
 Number of points in the vertical (z) direction of the grids [-].
 
integer(intki) ntgrids = 0
 Number of points in the vertical (z) direction on the tower (below the grids) [-].
 
integer(intki) windfileformat
 Binary file format description number [-].
 

Member Data Documentation

◆ dt

real(dbki) ifw_bladedffwind_types::ifw_bladedffwind_parametertype::dt

Time step for cont.

state integration & disc. state update [seconds]


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