Skip to content

Results Viewer

The Results panel loads OpenFAST binary output files (.outb), displays time-series and spectral plots, computes statistics, and enables direct comparison between multiple runs. Click Results under INSPECT in the sidebar to open it.

Click Scan folder (top right) to open the output file scanner.

Scan for output files modal

The scanner searches the specified directory recursively for .outb files. For each file found it shows:

ColumnDescription
FilenameThe .outb file and its containing folder
SizeFile size in MB
ChannelsNumber of output channels in the file
DurationSimulation duration in seconds
DateFile modification date

Select the files you want to load using the checkboxes, then click Load selected as runs. Each loaded file becomes a run in the session.

The path field defaults to the current project’s results/ directory. Click Browse to navigate to any folder. Click Scan to refresh the file list after adding new results.

The Open .outb button (top right) opens a single file directly from the file system — useful for loading a result from outside the current project directory.

Each loaded run appears as a tab below the toolbar showing a shortened run name. Click a tab to bring that run to the foreground. All loaded runs remain visible simultaneously on the same plot for comparison.

Click the × on a tab to remove the run from the session. The file on disk is not affected.


Results panel with time-series plot and two runs loaded

The CHANNELS panel on the left lists all output channels available in the loaded files, organised by category:

CategoryTypical channels
WINDHorWindV, WindVxi, WindVyi
ROTOR / SHAFTRotSpeed, RotTorq, RotPwr
GENERATORGenSpeed, GenTq, GenPwr
BLADESBlPitchxx, RootMxx, TipDxxx
TOWERTwrBsMyy, TwrBsMxt, TTDspFA
PLATFORMPtfmSurge, PtfmHeave, PtfmPitch

Click a channel name to add it to the SELECTED list and plot it. Click again to deselect. Use the search box at the top of the channel list to filter by name — useful when working with the hundreds of channels a full offshore model produces.


Three plot modes are available via the tabs above the plot area.

Plots selected channels against simulation time. All loaded runs are overlaid on the same axes using distinct colours, making run-to-run comparison immediate.

A hover crosshair snaps to the nearest data point and shows the exact value and run name in a tooltip. Use Reset zoom to return to the full time range after scrolling or zooming.

Switches the plot to a Power Spectral Density view showing energy distribution across frequencies. Useful for identifying resonance peaks, rotor harmonics (1P, 3P), and tower natural frequencies.

Scatter plot — GenPwr vs blade pitch for two runs

Scatter mode plots one channel against another. Select the X-axis channel using the dropdown at the top right of the plot area and the Y-axis channel from the CHANNELS panel. All loaded runs are overlaid, each in its own colour.

The scatter view is particularly useful for examining pitch–power relationships, torque–speed curves, and any other channel pair that reveals dynamic turbine behaviour.


Below the plot, the STATISTICS table shows summary statistics for all selected channels across all loaded runs:

ColumnDescription
MeanTime-averaged value over the full simulation
StdStandard deviation
MinMinimum value
MaxMaximum value
DELDamage Equivalent Load, computed using the Wöhler exponent m

The DL field (default 4) controls the Wöhler exponent used for DEL calculations. Use 4 for steel tower and monopile structures; use 10 for composite blade materials. Click Copy to copy the statistics table to the clipboard as tab-separated values.


Any number of runs can be loaded simultaneously. All active runs are plotted together with distinct colours and included in the statistics table as separate rows. This makes it straightforward to compare different wind speeds, turbulence seeds, or cases from a Simulation Batch.


Use the Copy button in the statistics panel to copy summary statistics to the clipboard. For full time-series export, use external tools such as openfast_toolbox or MATLAB’s readFASTbinary with the .outb file directly.