Skip to content

Wind Field Viewer

The Wind Field viewer lets you load and inspect any TurbSim binary wind field (.bts) file — examining mean wind speed profiles, turbulence structure, and spatial coherence across the rotor disk. Click Wind Field under INSPECT in the sidebar to open it.

Wind Field viewer — Field tab showing turbulence cross-section heatmap and time series

The viewer has three tabs — Field, Profile, and Spectrum — each providing a different view of the wind field data. The left panel shows grid metadata and per-frame analysis statistics.

Click Open .bts to browse to any .bts file on your file system, or drag a file directly onto the panel. FlowUrja Studio reads the binary header to extract the grid dimensions, hub height, mean wind speed, and simulation metadata before rendering.

Wind fields generated in the current project are also accessible directly — the most recently generated file is loaded automatically when you open the viewer.

The main view renders a horizontal cross-section of the along-wind (u-component) velocity field at hub height, plotted across the lateral (Y) and time axes. Turbulence structures — gusts, coherent eddies — are visible as bands of higher and lower wind speed moving across the rotor plane.

The colour scale maps wind speed relative to the mean using the selected colourmap (Coolwarm by default): blue for below-mean and red for above-mean velocities. Three colourmaps are available — Viridis, Coolwarm, and Plasma — switchable from the left panel.

Wind Field viewer — Profile tab showing mean wind speed vs height

The profile panel shows vertical profiles of:

ProfileDescription
Mean wind speedSpatially averaged U(z) across all lateral grid points — confirms the power-law shear is applied correctly
Turbulence intensityStandard deviation of u divided by mean U, plotted vs height — for gTI > 1.0, this should show a clear decreasing trend from bottom to top
σ_u profileRaw along-wind standard deviation vs height

These profiles are computed from the full time series at each grid point, not from the TurbSim summary file, giving an independent verification of the actual statistics in the .bts file.

Hovering over any point in the cross-section view shows:

  • Grid indices (k, j) in the Z × Y grid
  • Physical coordinates (z, y) in metres relative to hub centre
  • Instantaneous wind speed at that point and time

This is useful for checking that the grid physically covers the rotor swept area and confirming hub height alignment.

The left panel shows two information blocks:

Grid & Wind — parameters extracted from the .bts file header:

ItemDescription
SizeGrid resolution (NZ × NY grid points, e.g. 15×15)
dZ / dYVertical and lateral grid spacing in metres
Z rangeMinimum and maximum height of the grid in metres
U_hubHub-height mean wind speed in m/s
dtTime step in seconds
DurationTotal wind field duration in seconds
FramesTotal number of time frames in the file

Analysis — computed statistics at the hub point:

ItemDescription
U_hubRealised hub-height mean wind speed
TI_uAlong-wind turbulence intensity at hub height
TI_bCross-wind turbulence intensity at hub height
TI_wVertical turbulence intensity at hub height
Shear αFitted power-law shear exponent from the mean profile
σ_uAlong-wind standard deviation at hub height in m/s

Before running a large simulation batch, it is good practice to visually inspect at least one wind field per turbulence condition:

  1. Check the mean profile — confirm U(z) follows the expected power-law slope for the configured shear exponent.
  2. Check the TI profile — for gTI > 1.0 runs, confirm that σ_u is higher at the bottom of the rotor than at the top and that the ratio approximates the target gTI value.
  3. Check for artefacts — occasional TurbSim runs produce spurious spikes or flat regions. These are visible in the cross-section as vertical stripes with anomalous colour.

FlowUrja Studio reads the TurbSim FF Binary format (.bts), which is the native output of TurbSim v2.0 and later and the format required by OpenFAST’s InflowWind module with WindType = 3. Files generated by earlier versions of TurbSim or by other tools (e.g. Mann turbulence generator) are not currently supported.