Versions and Containers

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

About SWAN

SWAN (Simulating WAves Nearshore) is a numerical wave model designed to simulate the propagation and transformation of waves in coastal and nearshore areas. It is widely used in coastal engineering, oceanography, and environmental studies to predict wave patterns and interactions with the shoreline.

Supported Versions

Inductiva stays up to date with the latest versions of SWAN. Below is a list of the supported versions:

  • 41.51 - includes support for unstructured grids (UnSWAN)
  • 41.45
  • 41.31

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

swan = inductiva.simulators.SWAN(\
    version="41.51")

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 SWAN 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.