OpenFAST
Wind turbine multiphysics simulator
Public Attributes | List of all members
bemt_types::bemt_miscvartype Type Reference

Public Attributes

logical firstwarn_skew
 flag so invalid skew warning doesn't get repeated forever [-]
 
logical firstwarn_phi
 flag so Invalid Phi warning doesn't get repeated forever [-]
 
logical firstwarn_bemoff
 flag to warn the BEM was turned off [-]
 
type(ua_miscvartype) ua
 misc vars for UnsteadyAero [-]
 
type(dbemt_miscvartype) dbemt
 misc vars for DBEMT [-]
 
type(ua_outputtype) y_ua
 outputs from UnsteadyAero [-]
 
type(ua_inputtype), dimension(:,:,:), allocatable u_ua
 inputs to UnsteadyAero at t and t+dt [-]
 
type(dbemt_inputtype), dimension(:), allocatable u_dbemt
 inputs to DBEMT [-]
 
real(reki), dimension(:,:), allocatable tnind_op
 tangential induction at the operating point (for linearization with frozen wake assumption) [-]
 
real(reki), dimension(:,:), allocatable axind_op
 axial induction at the operating point (for linearization) with frozen wake assumption [-]
 
real(reki), dimension(:,:), allocatable axinduction
 axial induction used for code run-time optimization [-]
 
real(reki), dimension(:,:), allocatable taninduction
 tangential induction used for code run-time optimization [-]
 
logical usefrozenwake
 flag set to determine if frozen values of TnInd_op and AxInd_op should be used for this calculation in the linearization process [-]
 
real(reki), dimension(:), allocatable rtip
 maximum rlocal value for each blade (typically the value at the tip) [m]
 
real(reki), dimension(:,:), allocatable phi
 temp variable used in update states for returning phi (to allow computing inputs and states at multiple times) [-]
 
real(reki), dimension(:,:), allocatable chi
 temp variable used in update states for returning chi (to allow calling same routine from CalcOutput and UpdateStates) [-]
 
logical, dimension(:,:), allocatable validphi
 temp variable used in calcOutput for ValidPhi (to allow calling same routine from CalcOutput and UpdateStates) [-]
 
real(reki) bem_weight
 

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