Versions and Containers

Explore supported OpenFAST versions and container images on the Inductiva.AI Cloud HPC platform.

About OpenFAST

OpenFAST is a highly customizable open-source wind turbine dynamics simulation tool managed by the National Renewable Energy Lab (NREL). It allows engineers to analyze a range of wind turbine configurations and model them on land or offshore on fixed or floating substructures.

Supported Versions

Inductiva stays up to date with the latest versions of OpenFAST. Below is a list of the supported versions, along with their respective release dates:

  • 4.1.0 (Jun., 2025)
  • 4.0.3 (Apr., 2025)
  • 4.0.2 (Feb., 2025)
  • 3.5.2 (Jan., 2024)

To use a specific OpenFAST version, simply specify it when initializing the simulator:

openfast = inductiva.simulators.OpenFAST( \
    version="4.1.0")

If you need to use a version not listed here, please feel free to Contact Us. We’ll be happy to accommodate your request!

Container Images

Each version of OpenFAST in the Inductiva API has its own publicly available container image, so you can also use it to run simulations. These images are hosted in our Docker Hub repository, Kutu, and you can find the Dockerfile details for each version here.

The three most commonly used DLLs have already been precompiled and are included in the OpenFAST Docker images. You can find them at the following paths inside the container:

  • /DLLs/DISCON.dll
  • /DLLs/DISCON_ITIBarge.dll
  • /DLLs/DISCON_OC3Hywind.dll