《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享

说明

Github代码地址
注意:此为默罕默德写的《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》Fortran源代码的对应C++翻译版,由本人编写并分享,用于科研人员及LBM相关爱好者学习使用,不做商业用途。
所有的案例都可以导出数据,而Tecplot和paraview可以打开这些数据。
代码写于2018-7-21~2018-7-28。代码会在我有时间的时候更新。
每个图片的标题都是通往代码的任意门

《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第1张图片

案例图片

A1_1
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第2张图片
A1_3
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第3张图片
A1_5
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第4张图片
A2_1
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第5张图片
A2_3
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第6张图片
A3
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第7张图片
A4_1
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第8张图片
A4_2 T-distribution
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第9张图片
A4_2 Velocity-distribution
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第10张图片
A4_3 T-distribution
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第11张图片
A4_3 Velocity-distribution
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第12张图片
A5
《Lattice Boltzmann Method Fundamentals and Engineering Applications with Computer Codes》C++代码分享_第13张图片

你可能感兴趣的:(LBM源码学习)