找回密码
 注册
查看: 5615|回复: 6

请教:LBM 简单poiseuille流的模拟

[复制链接]
发表于 2010-4-14 11:14:34 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
各位高手,小弟刚刚学习LBM,现在在学习编写一个简单poiseuille流的模拟,遇到一些问题:
我是想模拟poiseuille流从开始到充分发展这个过程,入口处,上下边界都是采用非平衡态外推格式,在出口边界也想用非平衡态外推格式,可是出口边界的宏观速度未知。如果改用充分发展边界处理格式,就是边界速度
u(Nx,j)=u(Nx-1,j),发现程序发散。请问各位高手,这个问题该如何解决?
发表于 2010-4-23 17:12:43 | 显示全部楼层

回复 1# dzl1988 的帖子

边界处理采用非平衡态外推格式是没问题的,你再仔细检查下。
 楼主| 发表于 2010-4-24 14:07:26 | 显示全部楼层

回复 2# zhuocs 的帖子

谢谢 这个问题好多天了 呵呵 问题前几天解决了 的确和2楼说的一样 是编程出问题了 个人觉得 格子boltzmann 中边界问题很重要额
发表于 2012-4-8 15:59:37 | 显示全部楼层

回复 1# dzl1988 的帖子

楼主能不能说明一下自己编程出现的问题,方便新学习的借鉴
发表于 2012-7-11 15:50:46 | 显示全部楼层
原帖由 dzl1988 于 2010-4-24 14:07 发表
谢谢 这个问题好多天了 呵呵 问题前几天解决了 的确和2楼说的一样 是编程出问题了 个人觉得 格子boltzmann 中边界问题很重要额

楼主求助,你的那个问题是怎么解决的?
发表于 2012-7-15 16:35:13 | 显示全部楼层
Poiseuille flow can be solved analytically, because the nonlinear term in the NS equation vanishes. The velocity  profile is a parabola (2nd order polynomial across the channel) thus the LBE can yield the analytic solution EXACTLY (under the condition that a constant body force is exerted along the streamwise direction). For this flow, the LBE leads to a set of algebraic equations of which the solution is the central differencing formula for the streamwise velocity u(y), 0 <= y <= 1. There is a "fake" slip velocity at the "wall" depending on the boundary conditions at the wall and the chosen location of the wall.

This is a very good exercise for everyone who is serious about learning LBE. By carrying out this exercise carefully, you can gain a good understanding of the LBE.

Computer won't help you to understand the LBE.
发表于 2012-7-30 20:55:30 | 显示全部楼层
非平衡态外推格式一般没问题,也比较简单,就是收敛稍微有点慢,呵呵
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表