Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ptsolvers/lidcavity
- Owner: PTsolvers
- License: mit
- Created: 2023-04-01T18:02:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T21:45:15.000Z (over 1 year ago)
- Last Synced: 2023-08-03T22:45:58.086Z (over 1 year ago)
- Language: Julia
- Size: 487 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`
## 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