FourierFlows / GeophysicalFlows.jl

Geophysical fluid dynamics pseudospectral solvers with Julia and FourierFlows.jl.
https://fourierflows.github.io/GeophysicalFlowsDocumentation/stable/
MIT License
153 stars 31 forks source link

3D Navier-Stokes #236

Open navidcy opened 4 years ago

navidcy commented 4 years ago

We can use the analytical solutions of

Antuono, M. (2020). Tri-periodic fully three-dimensional analytic solutions for the Navier–Stokes equations. Journal of Fluid Mechanics, 890, A23. doi:10.1017/jfm.2020.126

as bench tests for a the 3D Navier-Stokes module.

doraemonho commented 2 years ago

Hello,

Not sure if you guys finish this project but I find the example is very useful for testing my MHD solver also based fourierflow.jl. I implement a HD solver and test the example. Feel free to check out to see if this is useful.

Example link

Package link