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

Public Attributes

integer(intki) colcd
 The column in the pCoefs arrays that contains Cd data [-].
 
integer(intki) colcl
 The column in the pCoefs arrays that contains Cl data [-].
 
integer(intki) colcm
 The column in the pCoefs arrays that contains Cm data [-].
 
integer(intki) colcpmin
 The column in the pCoefs arrays that contains Cpmin data [-].
 
integer(intki) coluaf
 The column in the pCoefs arrays that contains f_st data (on cl or cn) for UA [-].
 
integer(intki) aftabmod
 Interpolation method for multiple airfoil tables {1 = 1D on AoA (only first table is used); 2 = 2D on AoA and Re; 3 = 2D on AoA and UserProp} [-].
 
real(reki), dimension(:), allocatable secondvals
 The values of the 2nd dependent variable when using multiple airfoil tables (Re or UserProp, saved in an array so that the logic in the interpolation scheme is cleaner) [-].
 
integer(intki) interpord
 Interpolation order [-].
 
real(reki) relthickness
 Relative thickness of airfoil thickness/chord [-].
 
real(reki) nondimarea
 The non-dimensional area of the airfoil (area/chord^2) [unused] [-].
 
integer(intki) numcoords
 The number of coordinates which define the airfoil shape [-].
 
real(reki), dimension(:), allocatable x_coord
 X-coordinate for the airfoil shape [unused] [-].
 
real(reki), dimension(:), allocatable y_coord
 Y-coordinate for the airfoil shape [unused] [-].
 
integer(intki) numtabs
 The number of airfoil tables in the airfoil file [-].
 
type(afi_table_type), dimension(:), allocatable table
 The tables of airfoil data for given Re and control setting [-].
 
character(1024) bl_file
 The name of the file with the boundary layer data [-].
 
character(1024) filename
 The name of the file that stored this information. More...
 

Member Data Documentation

◆ filename

character(1024) airfoilinfo_types::afi_parametertype::filename

The name of the file that stored this information.

[-]


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