CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

New book on OpenFOAM has been published (in Chinese)

Register Blogs Community New Posts Updated Threads Search

Like Tree5Likes
  • 3 Post By huangxianbei
  • 1 Post By huangxianbei
  • 1 Post By huangxianbei

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 3, 2021, 08:06
Default New book on OpenFOAM has been published (in Chinese)
  #1
Senior Member
 
Huang Xianbei
Join Date: Sep 2013
Location: Yangzhou,China
Posts: 302
Rep Power: 13
huangxianbei is on a distinguished road
Hi, foamers:
I'm pleased to announce that my new book 'OpenFOAM: From introduction to mastery' (OpenFOAM从入门到精通)has been published recently by China WaterPower Press (ISBN:9787517094425). The book systematically introduced the basic theories of OpenFOAM, including numerical schemes, discretization, turbulence models, et al. In addition, we give some examples on the implementation of new boundary conditions, turbulence models, applications, et al. I think this book can help foamers, especially those who are new to this software.
As it's my first time trying to write a book, I wrote it in Chinese. If the book performs well, I will write it in English in the future.

Xianbei Huang
Jun_93, watermelon and yzhang10 like this.
huangxianbei is offline   Reply With Quote

Old   April 3, 2021, 08:09
Default
  #2
Senior Member
 
Huang Xianbei
Join Date: Sep 2013
Location: Yangzhou,China
Posts: 302
Rep Power: 13
huangxianbei is on a distinguished road
Here is the catalog of the book.

第1章 OpenFOAM安装及简要介绍 1
1.1 基于“.deb”文件的安装 2
1.2 基于源文件的安装 2
1.3 OpenFOAM简介 7
第2章 初步认识OpenFOAM 9
2.1 搅拌器内流场模拟 11
2.1.1 算例描述及前处理 11
2.1.2 后处理 26
2.2 子弹周围空化流场模拟 31
2.2.1 算例描述及前处理 31
2.2.2 后处理 43
第3章 OpenFOAM运算、离散及网格划分 50
3.1 OpenFOAM中的张量运算 50
3.1.1 常用张量与运算 52
3.1.2 速度梯度张量的问题 54
3.2 OpenFOAM中的离散 55
3.2.1 计算域的离散 55
3.2.2 方程的空间离散 60
3.2.3 方程的时间离散 77
3.2.4 离散方程的求解 83
3.2.5 离散方程组的分离式解法 100
3.3 OpenFOAM中的网格划分 105
3.3.1 blockMesh 105
3.3.2 外部网格导入 115
第4章 OpenFOAM边界条件及程序解读 118
4.1 OpenFOAM中的边界及边界条件 118
4.1.1 边界类型 118
4.1.2 OpenFOAM中的set及其创建方式 119
4.1.3 创建cyclic及cyclicAMI边界 132
4.1.4 边界条件类型 140
4.2 边界条件程序解读 145
4.2.1 fixedValue边界条件程序解读 145
4.2.2 自定义边界条件实例—创建符合抛物线分布的速度边界 153
4.3 OpenFOAM中的壁面函数 162
4.3.1 壁面函数理论 162
4.3.2 nutWallFunction程序解读 164
4.3.3 νt壁面函数 169
4.3.4 k壁面函数 175
4.3.5 ε壁面函数 176
4.3.6 ω壁面函数 178
4.3.7 自定义壁面函数类型实例—三层壁面函数 178
第5章 OpenFOAM湍流模型 184
5.1 RANS模型 184
5.1.1 turbulenceModel 186
5.1.2 RASModel 192
5.1.3 标准k-ε模型程序解析 199
5.1.4 自定义RANS模型—标准k-ε模型的Kato-Launder修正 210
5.2 LES模型 214
5.2.1 LESModel 215
5.2.2 滤波方式 222
5.2.3 滤波尺度 226
5.2.4 Smagorinsky模型程序解析 229
5.2.5 自定义LES模型—动态
Smagorinsky模型 235
第6章 OpenFOAM中的application 241
6.1 求解器 241
6.1.1 适于不可压流动的simpleFoam程序解读 241
6.1.2 创建旋转槽道流求解器 248
6.2 工具 251
6.2.1 Lambda2程序解读 252
6.2.2 自定义后处理工具—计算亚格子湍动能生成率 254
第7章 其他 257
7.1 代码中函数的调用问题 257
7.1.1 官方网站的C source guide 257
7.1.2 安装本地C source guide 261
7.2 编译及运行常见问题 262
7.2.1 sigFpe 263
7.2.2 初始化顺序问题 263
7.2.3 类型与实际不一致的问题 264
7.2.4 找不到头文件的问题 265
7.3 使用Tecplot进行后处理 267
7.3.1 foamToTecplot360工具的安装 268
7.3.2 foamToTecplot360使用实例 268
参考文献 272
符号表 276
英文字母变量 276
希腊字母变量 279
下标 281
上标 281
缩略词表 282
yzhang10 likes this.
huangxianbei is offline   Reply With Quote

Old   April 5, 2021, 02:31
Default
  #3
Member
 
Roman
Join Date: Sep 2013
Posts: 81
Rep Power: 12
Roman1 is on a distinguished road
Most experienced users are english speaking. Why chinese first?
Roman1 is offline   Reply With Quote

Old   April 5, 2021, 08:54
Default
  #4
Senior Member
 
Huang Xianbei
Join Date: Sep 2013
Location: Yangzhou,China
Posts: 302
Rep Power: 13
huangxianbei is on a distinguished road
Quote:
Originally Posted by Roman1 View Post
Most experienced users are english speaking. Why chinese first?
To be honest, it's my first time publishing a book. The whole procedure is not so clear to me, especially contacting with foreign publisheres, as I'm Chinese. In addition, it will be easier for me to receive feedbacks for further improvement of the book.
yzhang10 likes this.
huangxianbei is offline   Reply With Quote

Old   April 17, 2021, 16:00
Default
  #5
Senior Member
 
Zeppo's Avatar
 
Sergei
Join Date: Dec 2009
Posts: 261
Rep Power: 21
Zeppo will become famous soon enough
There are no many books covering OpenFOAM (only 2 I am aware of). We definetly need more and it would be nice if you finded time, recources to have your book translated into English.
Zeppo is offline   Reply With Quote

Old   April 17, 2021, 23:22
Default
  #6
Senior Member
 
Huang Xianbei
Join Date: Sep 2013
Location: Yangzhou,China
Posts: 302
Rep Power: 13
huangxianbei is on a distinguished road
Quote:
Originally Posted by Zeppo View Post
There are no many books covering OpenFOAM (only 2 I am aware of). We definetly need more and it would be nice if you finded time, recources to have your book translated into English.
Thank you for your interest. I'm considering translating the book in the future.
huangxianbei is offline   Reply With Quote

Old   April 19, 2021, 09:05
Default
  #7
New Member
 
Jun Liu
Join Date: Jan 2020
Posts: 3
Rep Power: 6
Jun_93 is on a distinguished road
Glad to know that another book about OpenFOAM is published now. I wonder if there is a PDF version of this book. If so, where can I get it?
Jun_93 is offline   Reply With Quote

Old   April 2, 2022, 03:35
Default
  #8
New Member
 
王杰
Join Date: Sep 2021
Location: China
Posts: 5
Rep Power: 4
wangjie is on a distinguished road
I'm the reader of this book, see the author here. Hey, boss.
wangjie is offline   Reply With Quote

Old   April 29, 2022, 10:30
Default
  #9
New Member
 
Evelyn Rodriguez
Join Date: Apr 2022
Posts: 3
Rep Power: 3
EvelynRodriguez is on a distinguished road
hi, yes, the content of the book looks really interesting. I used a translator to translate from Chinese to English. This knowledge will definitely be useful to people who plan to work in this area or develop here. Many Asian writers first write in their native language and then in an international one. For example, when I was interested in the biography of Blaine Harden, I found out that he was originally from North Korea. Impressive, right? I found some of his books and decided to read them. My favorite one for me is "Escape from Camp". I even wrote a review on it https://freebooksummary.com/category...e-from-camp-14, you may read it if this theme is close to you. This is one of those works that have been translated from Korean into English. And just the topic is relevant in the world today.
I think everything should work out for you too, thanks for your work and knowledge. Good luck
EvelynRodriguez is offline   Reply With Quote

Old   January 15, 2024, 18:16
Default
  #10
New Member
 
FaridElson
Join Date: Jan 2024
Posts: 2
Rep Power: 0
FaridElson is on a distinguished road
Amazing book that I might be ordering right now!
FaridElson is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM.com] Problem installation OpenFOAM 6 wamars OpenFOAM Installation 0 June 23, 2020 09:01
OpenFOAM 5.0 Released CFDFoundation OpenFOAM Announcements from OpenFOAM Foundation 11 June 5, 2018 23:48
How to contribute to the community of OpenFOAM users and to the OpenFOAM technology wyldckat OpenFOAM 17 November 10, 2017 15:54
OpenFOAM v3.0+ ?? SBusch OpenFOAM 22 December 26, 2016 14:24
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 wyldckat OpenFOAM Announcements from Other Sources 3 September 8, 2010 06:25


All times are GMT -4. The time now is 22:28.