forked from p35462178/gks2d-str
Update README.md
This commit is contained in:
parent
aa86074013
commit
3255aab801
|
@ -1,6 +1,7 @@
|
|||
会不断更新的!
|
||||
# gks2d-str
|
||||
这是一个气体动理学格式(Gas-Kinetic Scheme, GKS)的求解器,支持二维结构化网格模拟,目的是方便有需求的科研工作者入门之用。
|
||||
GKS是香港科技大学华人学者徐昆教授原创的针对可压缩流动的格式(推荐一篇集大成的文献是 K. Xu, 2001, JCP, ``A Gas-Kinetic BGK Scheme for the Navier–Stokes Equations and Its Connection with Artificial Dissipation and Godunov Method'')
|
||||
如用作学术用途,请引用任意下列文献:
|
||||
1) X. JI, F. ZHAO, W. SHYY, & K. XU (2018). A family of high-order gas-kinetic schemes and its comparison with Riemann solver based high-order methods. Journal of Computational Physics, 356, 150-173.
|
||||
2) X. JI, & K. XU (2020). Performance Enhancement for High-order Gas-kinetic Scheme Based on WENO-adaptive-order Reconstruction. Communication in Computational Physics, 28, 2, 539-590
|
||||
|
@ -26,6 +27,7 @@
|
|||
|
||||
## 注
|
||||
程序 运行代码部分采用英文命名;注释部分采用中文+英文,以行文流畅易懂为准则,因此考虑到linux下不乱码,采用utf-8编码。在windows系统VS下添加注释建议安装[forceUTF-8插件](https://blog.csdn.net/weixin_43734095/article/details/104481436) 为了兼顾vs下使用utf-8编码的注释不会扰乱运行代码,注释统一用//,而不用/**/
|
||||
# 致谢
|
||||
感谢叶宇晨(北京大学)帮我测试了最初版本的代码
|
||||
# 致谢 感谢叶宇晨(北京大学)帮我测试了最初版本的代码
|
||||
感谢何志强博士告知我用git上传,尽管我现在仍一头雾水,只能用https 而不能用 ssh, 这是为什么?
|
||||
特别鸣谢徐昆老师。该开源项目以及气体动理学讲习班(2022)是在徐昆老师的鼓励和支持下启动的。
|
||||
|
Loading…
Reference in New Issue