CFD从0到1 Lecture 1.192 SIMPLE相关算法的总结和第十五章剩余内容,读书,15.7-15.11节

567
0
2023-11-25 21:30:00
正在缓冲...
27
18
9
1
谢谢大家点赞收藏转发关注哦~~~ 一分钟问卷链接:https://wj.qq.com/s2/12253356/e525/
北美Ph.D., 十年CFDer, 分享知识和经验(休息待业加随缘).
自动连播
27.5万播放
简介
CFD从0到1 Lecture 1.1 序言v1
09:50
CFD从0到1 Lecture 1.2 序言v2
07:48
CFD从0到1 Lecture 1.3 课程目标
08:58
CFD从0到1 Lecture 1.4 推荐书籍和视频
09:54
CFD从0到1 Lecture 1.5 什么是CFD, 读书,1.1节
08:37
CFD从0到1 Lecture 1.6 书本内容,读书,1.3节
12:42
CFD从0到1 Lecture 1.7 向量和微积分基本公式v1,读书,2.1 – 2.21节
13:17
CFD从0到1 Lecture 1.8 向量和微积分基本公式v2,读书,2.22 – 2.26节
08:52
CFD从0到1 Lecture 1.9 向量和微积分基本公式v3,读书,2.27 – 2.31节
10:40
CFD从0到1 Lecture 1.10 向量和微积分基本公式v4,读书,2.32 – 2.35节
07:55
CFD从0到1 Lecture 1.11 专栏更新,补充
00:16
CFD从0到1 Lecture 1.12 手把手配置编程环境v1(Python3, VS Code, Ubuntu, Windows Terminal),补充
01:19
CFD从0到1 Lecture 1.13 手把手配置编程环境v2(Python3, VS Code, Ubuntu, Windows Terminal),补充
05:27
CFD从0到1 Lecture 1.14 手把手配置编程环境v3(Python3, VS Code, Ubuntu, Windows Terminal),补充
03:00
CFD从0到1 Lecture 1.15 手把手配置编程环境v4(Python3, VS Code, Ubuntu, Windows Terminal),补充
07:32
CFD从0到1 Lecture 1.16 手把手配置编程环境v5 (NumPy gnuplot Paraview),补充
13:02
CFD从0到1 Lecture 1.17 中国有类似Kitware的公司吗? 后处理软件未来?,补充
06:35
CFD从0到1 Lecture 1.18 离散过程这波怎么讲,读书,4节引言
07:08
CFD从0到1 Lecture 1.19 计算区域和物理模拟, 读书,4.1节
07:43
CFD从0到1 Lecture 1.20 热传导方程简化到最简单的形式, 读书,4.1节
10:21
CFD从0到1 Lecture 1.21 网格,面和顶点, 读书,4.1.1 - 4.1.2节
12:32
CFD从0到1 Lecture 1.22 网格的组装和连接,读书,4.1.3节
11:37
CFD从0到1 Lecture 1.23 均匀网格和非均匀网格,补充
11:10
CFD从0到1 Lecture 1.24 高斯定理和一二阶导数,补充
06:29
CFD从0到1 Lecture 1.25 方程离散和手把手推导v1,读书,4.1.4节
11:08
CFD从0到1 Lecture 1.26 方程离散和手把手推导v2,读书,4.1.4节
12:26
CFD从0到1 Lecture 1.27 后续计划 (必看),补充
02:18
CFD从0到1 Lecture 1.28 把离散系数和结果组装到总体矩阵里,读书,4.1.4节
10:31
CFD从0到1 Lecture 1.29 三类边界条件,补充
05:38
CFD从0到1 Lecture 1.30 幽灵网格(虽然代码中不给其分配内存^v^),补充
05:27
CFD从0到1 Lecture 1.31 考虑边界条件的网格的离散v1,补充
13:44
CFD从0到1 Lecture 1.32 考虑边界条件的网格的离散v2,补充
10:48
CFD从0到1 Lecture 1.33 将考虑边界条件的网格组装到矩阵中,补充
05:31
CFD从0到1 Lecture 1.34 迭代法总述(推荐Prof. Saad的书),读书,4.1.5 - 4.1.5.1
12:55
CFD从0到1 Lecture 1.35 雅克比迭代和高斯赛德尔迭代,读书,4.1.5.2
09:40
CFD从0到1 Lecture 1.36 第四章剩余阅读和全章总结,读书,4.1.5.2- 4.2
04:49
CFD从0到1 Lecture 1.37 一家之见杂谈推荐的CFD书籍v1
10:54
CFD从0到1 Lecture 1.38 一家之见杂谈推荐的CFD书籍v2
07:27
CFD从0到1 Lecture 1.39 提取paper书本图片中的数据点,补充
07:16
CFD从0到1 Lecture 1.40 代码分享总述,代码
09:18
CFD从0到1 Lecture 1.41 Heat_conduction例子和CFD代码总体框架,代码
17:00
CFD从0到1 Lecture 1.42 Heat_conduction例子的网格代码部分,代码
18:30
CFD从0到1 Lecture 1.43 Heat_conduction例子的场量代码部分,代码
15:32
CFD从0到1 Lecture 1.44 Heat_conduction例子的后处理 (paraview可视化),代码
14:08
CFD从0到1 Lecture 1.45 Heat_conduction例子的求解变量部分,代码
19:46
CFD从0到1 Lecture 1.46 Heat_conduction例子的边界条件部分,代码
31:03
CFD从0到1 Lecture 1.47 Heat_conduction例子的时间推进(outer loop),代码
20:15
CFD从0到1 Lecture 1.48 Heat_conduction例子的一些辅助变量定义,代码
08:41
CFD从0到1 Lecture 1.49 Heat_conduction例子的系数组装部分,代码
12:46
CFD从0到1 Lecture 1.50 Heat_conduction例子的系数边界条件,代码
04:54
CFD从0到1 Lecture 1.51 Heat_conduction例子的pj和gs求解器,代码
11:49
CFD从0到1 Lecture 1.52 Heat_conduction例子的运行和与解析解的对比,代码
13:40
CFD从0到1 Lecture 1.53 Heat_conduction例子的总结和一些小测试,代码
09:00
CFD从0到1 Lecture 1.54 Heat_Conduction Finite Difference Method 博客,代码
07:12
CFD从0到1 Lecture 1.55 第三章物理现象的数学描述,读书
06:20
CFD从0到1 Lecture 1.56 流体分类,读书,3.1 - 3.2节
09:47
CFD从0到1 Lecture 1.57 欧拉和拉格朗日方法描述流体v1,读书,3.31节
09:46
CFD从0到1 Lecture 1.58 欧拉和拉格朗日方法描述流体v2,读书,3.31节
04:37
CFD从0到1 Lecture 1.59 雷诺运输定理,读书,3.32节
15:24
CFD从0到1 Lecture 1.60 质量守恒,读书,3.4节
08:26
CFD从0到1 Lecture 1.61 动量守恒,读书,3.5节
12:43
CFD从0到1 Lecture 1.62 应力张量和牛顿流体的动量方程,读书,3.55节
03:50
CFD从0到1 Lecture 1.63 通用的守恒型方程,读书,3.7节
07:07
CFD从0到1 Lecture 1.64 无量纲化,读书,3.8节
09:49
CFD从0到1 Lecture 1.65 无量纲常数和第三章总结,读书,3.9 - 3.10节
08:01
CFD从0到1 Lecture 1.66 计算流体力学教材PDF分享
01:00
CFD从0到1 Lecture 1.67 计算流体力学B友私信答疑^v^
10:45
CFD从0到1 Lecture 1.68 第五章有限体积法,读书,5.1 - 5.2.2节
13:20
CFD从0到1 Lecture 1.69 一个积分点的离散方程和通量线性化,读书,5.2.3 - 5.2.4节
07:02
CFD从0到1 Lecture 1.70 边界条件,精度和瞬态项,读书,5.3 - 5.5节
06:28
CFD从0到1 Lecture 1.71 离散方程的性质(第五章重点),读书,5.6节
12:06
CFD从0到1 Lecture 1.72 变量位置,隐显示方法和第五章总结,读书,5.7 - 5.11节
10:46
CFD从0到1 Lecture 1.73 浸没边界法和Prof. Peskin的课程简介v1,补充
10:13
CFD从0到1 Lecture 1.74 浸没边界法和Prof. Peskin的课程简介v2,补充
06:10
CFD从0到1 Lecture 1.75 浸没边界法和Prof. Griffith的课程简介,补充
11:14
CFD从0到1 Lecture 1.76 第六章有限体积网格,读书,6.1 - 6.2节
12:29
CFD从0到1 Lecture 1.77 第六章剩余部分,包含face index等,读书,6.3 - 6.7节
12:48
CFD从0到1 Lecture 1.78 第八章扩散项的空间离散,读书,8.1节
07:22
CFD从0到1 Lecture 1.79 离散方程的注解,读书,8.2节
04:44
CFD从0到1 Lecture 1.80 第一类边界条件,读书,8.3 - 8.3.1节
08:40
CFD从0到1 Lecture 1.81 第二类边界条件等,读书,8.3.2 - 8.8节
08:11
CFD从0到1 Lecture 1.82 迭代中的松弛方法,读书,8.9 - 8.11节
07:43
CFD从0到1 Lecture 1.83 第九章和第十章快速浏览,补充
04:27
CFD从0到1 Lecture 1.84 第十一章对流项离散,读书,11.1节
13:47
CFD从0到1 Lecture 1.85 一维对流扩散方程解析解,读书,11.2.1节
04:10
CFD从0到1 Lecture 1.86 一维对流扩散方程数值解的中心差分法,读书, 11.2.2节
07:05
CFD从0到1 Lecture 1.87 一维对流扩散方程中心差分法的分析,读书, 11.2.3节
08:57
CFD从0到1 Lecture 1.88 一维对流扩散方程的迎逆风格式,读书,11.2.4 - 11.2.5节
08:44
CFD从0到1 Lecture 1.89 离散误差,数值耗散和反耗散,读书, 11.3节
08:23
CFD从0到1 Lecture 1.90 不同对流项离散格式的数值稳定性,读书, 11.4节
10:18
CFD从0到1 Lecture 1.91 高阶迎风格式(SOU和QUICK),读书, 11.5.1 - 11.5.9节
06:29
CFD从0到1 Lecture 1.92 不同高阶格式的对比,读书, 11.5.15节
06:23
CFD从0到1 Lecture 1.93 二维稳态对流方程,读书, 11.6节
08:03
CFD从0到1 Lecture 1.94 误差来源,读书,11.6.1节
07:12
CFD从0到1 Lecture 1.95 第十一章完结和第十二章简介,读书, 11.6.7节 - 12章abstract
04:38
CFD从0到1 Lecture 1.96 Convection_Diffusion代码开始啦,代码
09:46
CFD从0到1 Lecture 1.97 Convection_Diffusion代码例子回顾,代码
09:53
CFD从0到1 Lecture 1.98 Convection_Diffusion代码运行v1,代码
04:17
CFD从0到1 Lecture 1.99 Convection_Diffusion代码运行v2(自动化脚本初探),代码
04:34
CFD从0到1 Lecture 1.100 Convection_Diffusion代码运行v3,Fig. 11.7解析解和数值解对比,代码
05:57
CFD从0到1 Lecture 1.101 Convection_Diffusion代码解读,cell-centered边界条件v1,代码
09:31
CFD从0到1 Lecture 1.102 Convection_Diffusion代码解读,cell-centered边界条件v2,代码
07:32
CFD从0到1 Lecture 1.103 Convection_Diffusion代码解读,关于Pe_L number,代码
08:52
CFD从0到1 Lecture 1.104 Convection_Diffusion代码解读,1D case y方向上边界条件v1,代码
10:15
CFD从0到1 Lecture 1.105 Convection_Diffusion代码解读,1D case y方向上边界条件v2,代码
03:48
CFD从0到1 Lecture 1.106 Convection_Diffusion代码解读,five cells for CD scheme,代码
06:51
CFD从0到1 Lecture 1.107 Convection_Diffusion代码解读,CFD自动化脚本解析v1,代码
12:02
CFD从0到1 Lecture 1.108 Convection_Diffusion代码解读,CFD自动化脚本解析v2,代码
07:39
CFD从0到1 Lecture 1.109 Convection_Diffusion代码解读,README.md解释,代码
06:40
CFD从0到1 Lecture 1.110 Convection_Diffusion代码解读,face-centered边界条件介绍,代码
09:36
CFD从0到1 Lecture 1.111 Convection_Diffusion代码解读,Fig. 11.2解析解和数值解对比,代码
06:41
CFD从0到1 Lecture 1.112 Convection_Diffusion代码解读,Fig. 11.2例子不同参数的测试,代码
11:23
CFD从0到1 Lecture 1.113 Convection_Diffusion代码解读,face-centered边界条件的测试,代码
07:45
CFD从0到1 Lecture 1.114 Convection_Diffusion代码解读,和heat_conduction例子的对比,代码
07:10
CFD从0到1 Lecture 1.115 Convection_Diffusion代码解读,structured_mesh代码,代码
05:38
CFD从0到1 Lecture 1.116 Convection_Diffusion代码解读,Pantakar的书本和红宝书上的系数对比,代码
09:05
CFD从0到1 Lecture 1.117 Convection_Diffusion代码解读,kernels代码,代码
05:04
CFD从0到1 Lecture 1.118 Convection_Diffusion代码解读,第二个例子的总结,代码
07:45
CFD从0到1 Lecture 1.119 第十四章源项离散,松弛和其它,读书, 14.1节 - 14.2.3.1节
07:18
CFD从0到1 Lecture 1.120 方程的残差形式,读书, 14.4节 - 14.6节
14:08
CFD从0到1 Lecture 1.121 Delta form求解方程Ax=b的一个好处,读书,第十四章收尾
02:55
CFD从0到1 Lecture 1.122 时间离散和瞬态项,读书,第13章Abstract
08:39
CFD从0到1 Lecture 1.123 有限差分法,读书,13.1节-13.2.1节
07:27
CFD从0到1 Lecture 1.124 前向欧拉算法的稳定性,读书,13.2.2节
06:07
CFD从0到1 Lecture 1.125 后向欧拉算法,读书,13.2.3节
10:12
CFD从0到1 Lecture 1.126 Crank-Nicolson Scheme,读书,13.2.4节-13.2.5节
04:06
CFD从0到1 Lecture 1.127 Adams-Moulton Scheme,读书,13.2.6节
05:30
CFD从0到1 Lecture 1.128 有限体积法中的时间离散v1,读书,13.3.1节-13.3.2节
07:29
CFD从0到1 Lecture 1.129 有限体积法中的时间离散v2,读书,13.3.3节-13.6节
09:33
CFD从0到1 Lecture 130 漫谈CFD课程和真实工作的区别 (一个资深工程师的角度),补充
18:20
CFD从0到1 Lecture 131 自适应网格技术和速读paper的几个技巧,补充
17:17
CFD从0到1 Lecture 1.132 第十五章不可压流引言和贡献代码
06:31
CFD从0到1 Lecture 1.133 不可压流的速度压力耦合,读书,第十五章Abstract
03:57
CFD从0到1 Lecture 1.134 不可压流求解难点,读书,15.1节
04:30
CFD从0到1 Lecture 1.135 二维不可压流方程的推导
06:39
CFD从0到1 Lecture 1.136 不可压流的Checkboard oscillation问题及应对策略
11:26
CFD从0到1 Lecture 1.137 由Checkboard oscillation问题引出交错网格
05:14
CFD从0到1 Lecture 1.138 交错网格以及它和同位网格的区别
07:38
CFD从0到1 Lecture 1.139 交错网格下的SIMPLE算法,X方向的动量离散v1
18:09
CFD从0到1 Lecture 1.140 交错网格下的SIMPLE算法,X方向的动量离散v2
07:25
CFD从0到1 Lecture 1.141 交错网格下的SIMPLE算法,X方向的压力梯度离散
02:33
CFD从0到1 Lecture 1.142 交错网格下的SIMPLE算法,X方向的代数方程
09:13
CFD从0到1 Lecture 1.143 交错网格下的SIMPLE算法,Y方向的离散和代数方程
12:51
CFD从0到1 Lecture 1.144 交错网格下的SIMPLE算法初步框架(暂不考虑压力修正方程)
06:14
CFD从0到1 Lecture 1.145 交错网格下的SIMPLE算法,红宝书和Pantakar的书的对比
09:37
CFD从0到1 Lecture 1.146 交错网格下的SIMPLE算法,笔记中的公式和书本的对应
02:30
CFD从0到1 Lecture 1.147 交错网格下的SIMPLE算法,压力修正方程
11:23
CFD从0到1 Lecture 1.148 交错网格下的SIMPLE算法最终框架(考虑压力修正方程)
06:38
CFD从0到1 Lecture 1.149 交错网格下的SIMPLE算法,Pantakar的书和红宝书上的总结
02:07
CFD从0到1 Lecture 1.150 交错网格下的SIMPLE算法,Pantakar的书上对压力修正方程的讨论
09:36
CFD从0到1 Lecture 1.151 交错网格下的SIMPLE算法,速度的边界条件v1
15:41
CFD从0到1 Lecture 1.152 交错网格下的SIMPLE算法,速度的边界条件v2
04:34
CFD从0到1 Lecture 1.153 不可压流,读书,15.2节
04:30
CFD从0到1 Lecture 1.154 交错网格相对于同位网格的缺点,读书,15.3节
07:04
CFD从0到1 Lecture 1.155 同位网格和Rhie-Chow Interpolation的发展
06:35
CFD从0到1 Lecture 1.156 同位网格下的SIMPLE算法,X方向的动量离散
07:15
CFD从0到1 Lecture 1.157 同位网格下的SIMPLE算法,计算momentum link coefficients
07:03
CFD从0到1 Lecture 1.158 同位网格下的SIMPLE算法,计算momentum source terms
05:11
CFD从0到1 Lecture 1.159 同位网格下的SIMPLE算法,inner iteration计算速度
03:34
CFD从0到1 Lecture 1.160 同位网格下的SIMPLE算法,前几步的小结
04:50
CFD从0到1 Lecture 1.161 同位网格下的SIMPLE算法,Rhie-Chow Interpolation的过程v1
08:20
CFD从0到1 Lecture 1.162 同位网格下的SIMPLE算法,Rhie-Chow Interpolation的过程v2
05:12
CFD从0到1 Lecture 1.163 同位网格下的SIMPLE算法,Rhie-Chow Interpolation的小结
03:11
CFD从0到1 Lecture 1.164 同位网格下的SIMPLE算法,pressure correction方程的构造v1
15:02
CFD从0到1 Lecture 1.164 同位网格下的SIMPLE算法,pressure correction方程的构造v2
10:03
CFD从0到1 Lecture 1.166 同位网格下的SIMPLE算法,inner iteration计算压力修正
04:49
CFD从0到1 Lecture 1.167 同位网格下的SIMPLE算法总结,读书,15.5.4节
09:49
CFD从0到1 Lecture 1.168 同位网格下的SIMPLE算法总结,Fig. 15.16的一个说明
02:21
CFD从0到1 Lecture 1.169 同位网格下的SIMPLE算法,边界条件初探
11:11
CFD从0到1 Lecture 1.170 同位网格下的SIMPLE算法,以两个实际例子探讨边界条件
10:32
CFD从0到1 Lecture 1.171 同位网格下的SIMPLE算法,momentum link coeff前加边界条件v1
08:37
CFD从0到1 Lecture 1.172 同位网格下的SIMPLE算法,momentum link coeff前加边界条件v2
04:33
CFD从0到1 Lecture 1.173 同位网格下的SIMPLE算法,momentum source terms前加边界条件
05:38
CFD从0到1 Lecture 1.174 同位网格下的SIMPLE算法,Rhie-Chow Interpolation的边界条件
10:46
CFD从0到1 Lecture 1.175 同位网格下的SIMPLE算法,pressure correction前加边界条件
05:54
CFD从0到1 Lecture 1.176 同位网格下的SIMPLE算法,压力边界条件的补充v1
03:37
CFD从0到1 Lecture 1.177 同位网格下的SIMPLE算法,压力边界条件的补充v2
03:24
CFD从0到1 Lecture 1.178 同位网格下的SIMPLE算法,边界条件的总结
03:28
CFD从0到1 Lecture 1.179 同位网格下的SIMPLE算法,读书,15.4-15.6节
17:11
CFD从0到1 Lecture 1.180 SIMPLE算法代码开始啦,一共三个例子,代码
10:57
CFD从0到1 Lecture 1.181 SIMPLE算法三个例子的结果展示,代码
15:32
CFD从0到1 Lecture 1.182 SIMPLE算法代码整体阅读,代码
10:26
CFD从0到1 Lecture 1.183 SIMPLE算法主流程代码和笔记的对应,代码
05:11
CFD从0到1 Lecture 1.184 SIMPLE算法边界条件代码和笔记的对应,代码
04:15
CFD从0到1 Lecture 1.185 SIMPLE算法代码详解,Rhie-Chow插值之前的部分,代码
09:08
CFD从0到1 Lecture 1.186 SIMPLE算法代码详解,Rhie-Chow插值以及之后的部分,代码
11:32
CFD从0到1 Lecture 1.187 SIMPLE算法代码中的一个新的非线性收敛准则,代码
05:47
CFD从0到1 Lecture 1.188 SIMPLE算法代码总结,代码
09:19
CFD从0到1 Lecture 1.189 SIMPLE算法的拓展之SIMPLER算法
14:06
CFD从0到1 Lecture 1.190 SIMPLE算法的拓展之SIMPLEC算法
05:03
CFD从0到1 Lecture 1.191 SIMPLE算法的拓展之PISO算法
10:38
CFD从0到1 Lecture 1.192 SIMPLE相关算法的总结和第十五章剩余内容,读书,15.7-15.11节
10:12
CFD从0到1 Lecture 1.193 简谈多相流的求解框架Flash-X以及界面处理的Level set方法,补充
10:22
CFD从0到1 Lecture 1.194 手把手带你使用git以及在Gitee上提交Pull Request,补充
32:58
CFD从0到1 Lecture 1.195 手把手带你处理Pull Request上的comments,补充
15:35
CFD从0到1 Lecture 1.196 开源CFD代码FLUBIO的简介,补充
04:01
CFD从0到1 Lecture 1.197 聊聊中望软件全资收购流体仿真软件PHOENICS,补充
06:40
CFD从0到1 Lecture 1.198 快速浏览16,17,18,19章,读书
09:31
CFD从0到1 Lecture 1.199 书本的Closing remarks和1.3节,读书
14:15
CFD从0到1 Lecture 1.200 聊聊红宝书的三位作者,补充
07:10
CFD从0到1 Lecture 1.201 和朋友们一块写小册子讲义或者期刊文章?
08:45
CFD从0到1 Lecture 1.202 计算流体力学从0到1课程全资料
15:01
客服
顶部
赛事库 课堂 2021拜年纪