![]() |
OpenFAST
Wind turbine multiphysics simulator
|
Public Attributes | |
| real(dbki) | dt |
| time step [s] | |
| 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] [-]. | |
| logical | flookup |
| Use table lookup for f' and f'' [-]. | |
| real(reki) | a_s |
| speed of sound [m/s] | |
| integer(intki) | numouts = 0 |
| Number of outputs [-]. | |
| integer(intki) | outswtch |
| Output requested channels to: [1=Unsteady.out 2=GlueCode.out 3=both files] [-]. | |
| character(20) | outfmt |
| Output format for numerical results [-]. | |
| character(20) | outsfmt |
| Output format for header strings [-]. | |
| character(1) | delim |
| Delimiter string for outputs, defaults to tab-delimiters [-]. | |
| integer(intki) | unoutfile = 0 |
| File unit for the UnsteadyAero outputs [-]. | |
| logical | shedeffect |
| Include the effect of shed vorticity. More... | |
| integer(intki) | lin_nx = 0 |
| Number of continuous states for linearization [-]. | |
| logical, dimension(:,:), allocatable | ua_off_forgood |
| logical flag indicating if UA is off for good [-] | |
| logical unsteadyaero_types::ua_parametertype::shedeffect |
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