dedaLES

Large Eddy Simulation with dedalus

GPL-3.0 License

Stars
33
Committers
4

dedaLES: Large Eddy simulation with dedalus!

This python package provides classes and functions for performing Direct Numerical Simulation (DNS) and Large Eddy Simulation (LES) of fluid flows using the dedalus framework for spectrally solving partial differential equations.

This code (and README) are a work in progress.

Installation

To use dedaLES, one must first install dedalus.

Then clone dedaLES:

git clone https://github.com/glwagner/dedaLES.git

Basic usage

Navigate to examples/ and do

mpiexec python basic_example.py

Documentation

Fluid models

  • dedaLES.NavierStokesTriplyPeriodicFlow: triply-periodic 'pure' Navier-Stokes
  • dedaLES.BoussinesqChannelFlow: Boussinesq flow in a channel (with optional rotation)

LES Closures

Currently implemented:

Aspirational: