Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ptsolvers/lidcavity

Lid driven cavity in PT fashion
https://github.com/ptsolvers/lidcavity

Last synced: about 1 month ago
JSON representation

Lid driven cavity in PT fashion

Awesome Lists containing this project

README

        

# LidCavity

Lid driven cavity in PT fashion for laminar flow regimes (Re < ~2000). For turbulent flow, check out [NavierStokes.jl](https://github.com/utkinis/NavierStokes.jl).

## Output

Result for Reynolds number `Re = 100`


LidCavity

## Codes
- [`lid_cavity.jl`](lid_cavity.jl) plain Julia code (vectorised)
- [`lid_cavity_ka_1.jl`](lid_cavity_ka_1.jl) backend agnostic [KernelAbstractions](https://github.com/JuliaGPU/KernelAbstractions.jl) based code