![]() |
OpenFAST
Wind turbine multiphysics simulator
|

Public Attributes | |
| type(wng_miscvartype), dimension(:), allocatable | w |
| Misc for all wings [-]. | |
| logical | firstcall |
| True if this is the first call to update state (used in CalcOutput) [-]. | |
| integer(intki) | nnw |
| Number of active near wake panels [-]. | |
| integer(intki) | nfw |
| Number of active far wake panels [-]. | |
| integer(intki) | istep |
| Current step number used for update state [-]. | |
| integer(intki) | vtkstep |
| Current vtk output step number [-]. | |
| real(dbki) | vtklasttime |
| Time the last VTK file set was written out [s]. | |
| real(reki), dimension(:,:), allocatable | r_wind |
| List of points where wind is requested for next time step [-]. | |
| logical | computewakeinduced |
| Compute induced velocities on this timestep [-]. | |
| real(dbki) | oldwaketime |
| Time the wake induction velocities were last calculated [s]. | |
| type(fvw_continuousstatetype) | dxdt |
| State time derivatie, stored for overcycling and convenience [-]. | |
| type(fvw_continuousstatetype) | x1 |
| States at t (for overcycling) [-]. | |
| type(fvw_continuousstatetype) | x2 |
| States at t+DTFVW (for overcycling) [-]. | |
| real(dbki) | t1 |
| Time of x1 (for overcycling) [-]. | |
| real(dbki) | t2 |
| Time of x2 t+DTFVW (for overcycling) [-]. | |
| logical | ua_flag |
| logical flag indicating whether to use UnsteadyAero [-] | |
| type(t_sgmt) | sgmt |
| Segments storage [-]. | |
| type(t_part) | part |
| Particle storage [-]. | |
| real(reki), dimension(:,:), allocatable | cps |
| Control points used for wake rollup computation [-]. | |
| real(reki), dimension(:,:), allocatable | uind |
| Induced velocities obtained at control points [-]. | |
| type(gridouttype), dimension(:), allocatable | gridoutputs |
| Number of VTK grid to output [-]. | |
1.8.13