![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| real(dbki) | dt |
| time step [s] | |
| character(1024) | outrootname |
| Supplied by Driver: The name of the root file (without extension) including the full path [-]. | |
| real(reki), dimension(:,:), allocatable | c |
| Chord length at node [m]. | |
| integer(intki) | numblades |
| Number nodes of all blades [-]. | |
| integer(intki) | nnodesperblade |
| Number nodes per blades [-]. | |
| integer(intki) | uamod |
| Model for the dynamic stall equations [1 = Leishman/Beddoes, 2 = Gonzalez, 3 = Minnema] [-]. | |
| real(reki) | a_s |
| speed of sound [m/s] | |
| logical | flookup |
| Use table lookup for f' and f'' [-]. | |
| logical | shedeffect = .True. |
| Include the effect of shed vorticity. More... | |
| logical | wrsum = .false. |
| Write UA AFI parameters to summary file? [-]. | |
| integer(intki), dimension(:), allocatable | uaoff_innernode |
| Last node on each blade where UA should be turned off based on span location from blade root (0 if always on) [-]. | |
| integer(intki), dimension(:), allocatable | uaoff_outernode |
| First node on each blade where UA should be turned off based on span location from blade tip (>nNodesPerBlade if always on) [-]. | |
| logical unsteadyaero_types::ua_initinputtype::shedeffect = .True. |
Include the effect of shed vorticity.
If False, the input alpha is assumed to already contain this effect (e.g. vortex methods) [-]
1.8.13