Skip to content

Releases: JamieJQuinn/Melvin.py

v0.1

03 May 15:49
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

The code is functional for solving incompressible fluids problems involving

Boundary conditions:

  • doubly periodic
  • periodic in x, Dirichlet conditions in z

Spatial discretisation:

  • Fourier spectral in both directions
  • Fourier spectral in x and finite difference in z

Time stepping schemes:

  • Explicit for any discretisation
  • Semi-implicit treatment of diffusion operator in fully-spectral only

Compressibility is currently enforced using a vorticity-streamfunction formulation of the Navier-Stokes equations.