Available Versions:
version 9.0.0 / version 8p4r0
OpenTelemac is a suite of open-source numerical models designed to simulate free surface water flow, sediment transport, waves and water quality in rivers, estuaries and coastal areas. It provides 2D, 3D and multiphase models designed to address complex hydrodynamic and environmental challenges. OpenTelemac is widely used for water management, flood forecasting, and coastal engineering applications.
With Inductiva, you can speed up your OpenTelemac simulations by sending them to Cloud machines with hundreds of cores and terabytes of disk space.
Running your OpenTelemac simulations on the Cloud is easy. All you need is to create a short Python script that points Inductiva to the simulation artifacts you have on your computer, and we will take it from there.
On the right, we show how to use the Inductiva API to send a OpenTelemac simulation to a 180 vCPU machine (c3d-highcpu-180) hosted on Google Cloud (GCP).
You can copy paste this Python script, adapt it to your own case, and specify the OpenTelemac version you want to run. Your simulation will start right away, without waiting in a queue.
"""OpenTelemac example."""
import inductiva
# Allocate cloud machine on Google Cloud Platform
cloud_machine = inductiva.resources.MachineGroup( \
provider="GCP",
machine_type="c3d-highcpu-180")
# Initialize the Simulator
telemac2d = inductiva.simulators.OpenTelemac( \
version="8p4r0")
# List of commands to run
commands = [
# List the OpenTelemac commands
# you wish to execute
]
# Run simulation
task = telemac2d.run(\
input_dir="/Path/to/opentelemac-input-example",
commands=commands,
on=cloud_machine)
# Wait for the simulation to finish and download the results
task.wait()
cloud_machine.terminate()
task.download_outputs()
task.print_summary()
We've got 24 simulators ready for you to explore.
Just one click away from running your favorite open-source simulators on the cloud and at scale!
Why not give it a try? Explore our example codes and discover everything our API can offer.
AMR-Wind
CaNS
COAWST
CP2K
Delft3D
DualSPHysics
FVCOM
FDS
GROMACS
GX
NWChem
OpenFAST
OpenFOAM (ESI)
OpenFOAM (Foundation)
OpenSees
OpenTelemac
Quantum ESPRESSO
REEF3D
SCHISM
SNL-SWAN
SPlisHSPlasH
SWAN
SWASH
XBeach