Skip to content

agdestein/Turbulox.jl

Repository files navigation

🌪️ Turbulox

Stable Dev Build Status Coverage Aqua

Turbulence in a box.

taylorgreen.mp4

🚀 Installation

This package is in active development, and breaking changes are expected. Install the latest version with

using Pkg
Pkg.add("https://github.com/agdestein/Turbulox.jl")

📚 Equations

The equations:

$$\partial_j u_j = 0$$

$$\partial_t u_i + \partial_j (u_i u_j) = -\partial_i p + \nu \partial_{jj} u_i + f_i$$

Discretization: Fully conservative combination of central difference stencils from Morinishi et al.

🫣 Outlook

Disretization orders:

  • Second order
  • Fourth order
  • Sixth order
  • Eighth order
  • Tenth order

Convergence