OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
aeroacoustics_types::aa_parametertype Type Reference

Public Attributes

real(dbki) dt
 Time step for continuous state integration & discrete state update [seconds].
 
integer(intki) iblunt
 Bluntness noise model [-].
 
integer(intki) ilam
 LBL noise model [-].
 
integer(intki) itip
 Tip noise model [-].
 
integer(intki) itrip
 Trip boundary layer [-].
 
integer(intki) iturb
 Tblte noise model [-].
 
integer(intki) iinflow
 Turbulent inflow noise model [-].
 
integer(intki) x_blmethod
 Integer describing calculation method for boundary layer properties, = 1 BPM = 2 Pretabulated [-].
 
integer(intki) ticalcmeth
 [-]
 
logical round
 Logical indicating rounded tip [-].
 
real(reki) alprat
 TIP LIFT CURVE SLOPE [-].
 
integer(intki) numblades
 Number of blades on the turbine [-].
 
integer(intki) numblnds
 Number of nodes on each blade [-].
 
real(reki) airdens
 Air density [kg/m^3].
 
real(reki) kinvisc
 Kinematic air viscosity [m^2/s].
 
real(reki) spdsound
 Speed of sound [m/s].
 
real(reki) hubheight
 Hub height [m].
 
real(reki) toptip
 Top Tip Height = Hub height plus radius [m].
 
real(reki) bottip
 Bottom Tip Height = Hub height minus radius [m].
 
real(reki), dimension(:), allocatable rotorregionlimitsvert
 [-]
 
real(reki), dimension(:), allocatable rotorregionlimitshorz
 [-]
 
real(reki), dimension(:), allocatable rotorregionlimitsalph
 [-]
 
real(reki), dimension(:), allocatable rotorregionlimitsrad
 [-]
 
integer(intki) nrobsloc
 Number of observer locations [-].
 
logical aweightflag
 [-]
 
logical txtfileoutput
 [-]
 
real(dbki) aastart
 Time after which to calculate AA [s].
 
real(reki), dimension(:), allocatable obsx
 Observer location in tower-base coordinate X horizontal [m].
 
real(reki), dimension(:), allocatable obsy
 Observer location in tower-base coordinate Y lateral [m].
 
real(reki), dimension(:), allocatable obsz
 Observer location in tower-base coordinate Z vertical [m].
 
real(reki), dimension(:), allocatable freqlist
 List of Acoustic Frequencies to Calculate [Hz].
 
real(reki), dimension(:), allocatable aweight
 List of Acoustic Frequencies a weighting [dB].
 
real(reki) fsample
 Sampling Frequency 1/delta(t) - 1/(simulation time step) [Hz].
 
integer(intki) total_sample
 Total FFT Sample amount for dissipation calculation [-].
 
integer(intki) total_sampleti
 Total FFT Sample amount for dissipation calculation [-].
 
integer(intki) aa_bl_prcntge
 The Percentage of the Blade which the noise is calculated [%].
 
integer(intki) startnode
 Corersponding node to the noise calculation percentage of the blade [-].
 
real(reki) lturb
 Turbulent lengthscale in Amiet model [m].
 
real(reki) avgv
 Average wind speed to compute incident turbulence intensity [m].
 
real(reki) dz_turb_in
 [m]
 
real(reki) dy_turb_in
 [m]
 
real(reki), dimension(:,:), allocatable ti_grid_in
 [-]
 
character(1024) ftitle
 File Title: the 2nd line of the input file, which contains a description of its contents [-].
 
character(20) outfmt
 Format specifier [-].
 
integer(intki) nroutfile
 Nr of output files [-].
 
character(1) delim
 column delimiter [-]
 
integer(intki) numouts
 Number of parameters in the output list (number of outputs requested) [-].
 
integer(intki) numoutsforpe
 Number of parameters in the output list (number of outputs requested) [-].
 
integer(intki) numoutsforsep
 Number of parameters in the output list (number of outputs requested) [-].
 
integer(intki) numoutsfornodes
 Number of parameters in the output list (number of outputs requested) [-].
 
integer(intki) unoutfile
 unit number for writing output file [-]
 
integer(intki) unoutfile2
 unit number for writing output file [-]
 
integer(intki) unoutfile3
 unit number for writing output file [-]
 
integer(intki) unoutfile4
 unit number for writing output file [-]
 
character(1024) rootname
 RootName for writing output files [-].
 
type(outparmtype), dimension(:), allocatable outparam
 Names and units (and other characteristics) of all requested output parameters [-].
 
real(reki), dimension(:,:), allocatable stallstart
 ation [-]
 
real(reki), dimension(:,:), allocatable tethick
 ation [-]
 
real(reki), dimension(:,:), allocatable teangle
 ation [-]
 
real(reki), dimension(:,:,:), allocatable aercent
 ation [-]
 
integer(intki), dimension(:,:), allocatable blafid
 Index of airfoil data file for blade node location [array of numBladeNodes by numBlades] [-].
 
type(afi_parametertype), dimension(:), allocatable afinfo
 Airfoil information structure containing the aerodynamic center and airfoil shape coordinates [-].
 
real(reki), dimension(:,:,:), allocatable afleco
 Dimensionalized [-].
 
real(reki), dimension(:,:,:), allocatable afteco
 
real(reki), dimension(:,:), allocatable blspn
 Span at blade node [m].
 
real(reki), dimension(:,:), allocatable blchord
 Chord at blade node [m].
 
real(reki), dimension(:), allocatable relistbl
 BL list of Reynolds [-].
 
real(reki), dimension(:), allocatable aoalistbl
 BL list of Angle Of Attack [deg].
 
real(reki), dimension(:,:,:), allocatable dstarall1
 Output Disp Thickness Suction Side [m].
 
real(reki), dimension(:,:,:), allocatable dstarall2
 Output Disp Thickness Pressure Side [m].
 
real(reki), dimension(:,:,:), allocatable d99all1
 Output B.L. More...
 
real(reki), dimension(:,:,:), allocatable d99all2
 Output B.L. More...
 
real(reki), dimension(:,:,:), allocatable cfall1
 Output Skin friction coef Suction Side [-].
 
real(reki), dimension(:,:,:), allocatable cfall2
 Output Skin friction coef Pressure Side [-].
 
real(reki), dimension(:,:,:), allocatable edgevelrat1
 Output Edge Velocity Ratio Suction [-].
 
real(reki), dimension(:,:,:), allocatable edgevelrat2
 Output Edge Velocity Ratio Pressure Side [-].
 
real(reki), dimension(:,:), allocatable afthickguida
 1 and 10 percent thickness t/c used for Simplified Guidati [-]
 

Member Data Documentation

◆ d99all1

real(reki), dimension(:,:,:), allocatable aeroacoustics_types::aa_parametertype::d99all1

Output B.L.

Thickness Suction Side [m]

◆ d99all2

real(reki), dimension(:,:,:), allocatable aeroacoustics_types::aa_parametertype::d99all2

Output B.L.

Thickness Pressure Side [m]


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