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

descriptor = D2Q9
geometry   = Geometry(256, 256)
tau        = 0.52
precision  = 'double'
streaming  = 'SSS'

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