lbm-d3q19

3D lattice-Boltzmann code to approximate Navier-Stokes incompressible flow
git clone git://src.adamsgaard.dk/lbm-d3q19 # fast
git clone https://src.adamsgaard.dk/lbm-d3q19.git # slow
Log | Files | Refs | README | LICENSE Back to index

DateCommit messageAuthorFiles+-
2020-01-02 09:24Change to ISC licenseAnders Damsgaard3+15-677
2019-09-07 04:51Merge branch 'master' of github.com:anders-dc/lbm-d3q19Anders Damsgaard2+31-28
2019-09-07 04:50Update README and clean up MakefileAnders Damsgaard2+3-6
2016-10-20 22:22remove premature openmp optimizationAnders Damsgaard Christensen2+2-2
2016-10-20 21:55fix bounce-back BC issues during streamingAnders Damsgaard Christensen2+9-6
2016-10-20 19:25change terminal and fix fprintf callsAnders Damsgaard Christensen2+3-3
2013-09-22 15:19Made find_u operation OpenMP parallelAnders Damsgaard2+4-6
2013-06-25 10:33Added Courant criteria for ensuring numerical stabilityAnders Damsgaard1+15-1
2013-06-23 11:46Code working, although +x boundary shows some oscillations. Will try periodic boundaries and Courand criteriaAnders Damsgaard3+356-174
2013-05-20 19:47Merge branch 'master' of https://github.com/anders-dc/lbm-d3q19Anders Damsgaard Christensen1+2-2
2013-05-20 19:46Changed simulation parameter valuesAnders Damsgaard Christensen1+38-18
2013-05-20 10:56Initial commitAnders Damsgaard Christensen4+1248-0