aboutsummaryrefslogtreecommitdiff
path: root/lid_driven_cavity/cuda/config.py
blob: 1491fba0c17da8f8114149796c6bdab8a793bcd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
from boltzgen.lbm.lattice import *
from boltzgen import Geometry

descriptor = D2Q9
geometry   = Geometry(512, 512)
tau        = 0.52
precision  = 'single'
streaming  = 'SSS'
index      = 'ZYX'

## 3D LDC
#descriptor = D3Q19
#geometry   = Geometry(64, 64, 64)
#tau        = 0.6
#precision  = 'single'
#streaming  = 'SSS'
#index      = 'ZYX'