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

《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。代码会在我有时间的时候更新。
每个图片的标题都是通往代码的任意门

在这里插入图片描述

案例图片

A1_1
export
A1_3
export
A1_5
export
A2_1
export
A2_3
export
A3
export
A4_1
export timestep=20000
A4_2 T-distribution
exportT
A4_2 Velocity-distribution
exportVelocity
A4_3 T-distribution
exportT
A4_3 Velocity-distribution
exportVelocity
A5
export
发布了15 篇原创文章 · 获赞 5 · 访问量 3672

猜你喜欢

转载自blog.csdn.net/qq_28632981/article/details/104961202