翻译自:CFD-online

帖子地址:http://www.cfd-online.com/Forums/openfoam-solving/93093-freestream-boundary-condition.html

YJ Lee

亲爱的FOAMers

我是OpenFOAM和CFD的新手。我有一个关于Freestream边界条件的问题—它到底是如何工作的?

特别的,我正尝试运行一个外流空气动力学算例,对出口边界的velocity, nut and nuTilda使用fixedValue。对出口边界的pressure使用"zeroGradient",simpleFOAM求解器,S-A湍流模型,结果是发散的并且是非物理解。

然而,运行simpleFoam算例下的飞机例子,并且使用freestream边界,计算结果不发散,似乎更加合理。我的问题是freestream边界和fixedValue边界有什么区别?

感谢FOAMers!

fcollonv

Lee你好

Freestream边界是一种inletOutlet边界意味着看局部的质量流量(对每一个面片的面)。如果是出流边界,那么局部为"zeroGradient",如果是入流边界,那么局部是"fixedValue"。

Freestreampressure边界是一种"zeroGradient"边界,但是在边界上的固定通量为rho*Sf*freestreamValue。

祝你好运

Frederic

YJ Lee

谢谢,Frederic!我想我现在把握到重点了...

malaboss

你好,

感谢你的解释。

YJ Lee

你好,malaboss

Freestream边界就像一种混合了"fixedValue"和"zeroGradient"的边界。当流体流出边界面的时候,它表现为"zeroGradient",当流体不流出的时候,它表现为"fixedValue"。

因此,可以这么说,相对于不顾情况,强制边界的值为定值的fixedValue,freesteam更加灵活,更加符合真实物理。

ziemowitzima

你好

我正在对隧道(河道)内的流动采用freestream边界

Freestream边界对这样的流动是否合适?

简言之,存在一个大的从左到右(入口和出口均为freestream边界)的流动的河道(直径为3米)但是在河道的内部有额外的小的指定的质量入口。

谢谢

ASo

大家好

Freestream边界(为了模拟一个外流场算例)可能应用于三维模拟吗?

在这个算例中,frontAndBack应该使用什么合适的边界条件?

感谢回答者

ASo

Quote:

Originally Posted by
fcollonv View Post

Hello
Lee,

The
freestream BC has the type inletOutlet meaning that it looks
locally (for every face of the patch) at the mass flow rate. And if
the flow is going outside the boundary will be locally
zerogradient, if it is going inside the boundary will be locally
fixedValue.

The
freestreampressure BC is a zeroGradient BC but it fixes the flux on
the boundary to be rho*Sf*freestreamValue.

Good
luck

Frederic

大家好

你能给我解释一下什么是Sf?

提前感谢

lonelywing

Quote:

Originally Posted by ASo
View Post

Hi
all,

Could you
explain me what is Sf.

In
advance, many thanks

据我所知,Sf表示一个单元的面的表面积

Freestream边界条件【翻译】的更多相关文章

  1. OpenFOAM——设置非均匀边界方法总结

    在使用OpenFOAM求解的时候我们经常需要设置非均匀的边界,比如我们在计算层流的时候,很多时候需要入口为充分发展的入口边界,下面我们就以入口处为充分发展的层流速度分布为总结OpenFOAM当中设定不 ...

  2. MovingWallVelocity边界条件【翻译】

    翻译自:CFD-online 帖子地址:http://www.cfd-online.com/Forums/openfoam-solving/59646-movingwallvelocity-bound ...

  3. 关于$internalField边界条件【翻译】

    翻译自:CFD-online 帖子地址:http://www.cfd-online.com/Forums/openfoam-pre-processing/122386-about-internalfi ...

  4. 位于0/nut文件里的'Calculated'边界条件是什么意思?【翻译】

    翻译自:CFD-online 帖子地址:http://www.cfd-online.com/Forums/openfoam-pre-processing/140984-what-does-calcul ...

  5. 如何在OpenFOAM中增加边界条件【翻译】

    注:如有翻译不妥,还请见谅 翻译自:http://openfoamwiki.net/index.php/HowTo_Adding_a_new_boundary_condition 首先请看:http: ...

  6. LTE 测试文档(翻译)

    Testing Documentation 翻译 (如有不当的地方,欢迎指正!)     1 概述   为了测试和验证 ns-3 LTE 模块,文档提供了几个 test suites (集成在 ns- ...

  7. OF1.7中的p_rgh【翻译】

    翻译自:CFD-online 帖子地址:http://www.cfd-online.com/Forums/openfoam-solving/80454-p_rgh-1-7-a.html stawrog ...

  8. Alphat【翻译】

    翻译自:CFD-online 帖子地址:http://www.cfd-online.com/Forums/openfoam-solving/144625-alphat.html Wien3: 早上好 ...

  9. 'internalField' 和'boundaryField'的区别?【翻译】

    翻译自:CFD-online 帖子地址:http://www.cfd-online.com/Forums/openfoam/84322-difference-between-internalfield ...

随机推荐

  1. R_数据视觉化处理_初阶_02

    通过数据创建一幅简单的图像, #Crate a easy photopdf("mygraph.pdf") attach(mtcars) plot(wt,mpg) abline(lm ...

  2. 【leetcode】544. Output Contest Matches

    原题 During the NBA playoffs, we always arrange the rather strong team to play with the rather weak te ...

  3. RHEL/CentOS/Fedora各种源(EPEL、Remi、RPMForge、RPMFusion)

    参考:RHEL/CentOS/Fedora各种源(EPEL.Remi.RPMForge.RPMFusion)配置 简介 CentOS 默认自带 CentOS-Base.repo 源, 但官方源中去除了 ...

  4. RollingRegression(滚动回归分析)之Python实现

    # -*- coding: utf-8 -*-"""Created on Sat Aug 18 11:08:38 2018 @author: acadsoc"& ...

  5. flask中使用ajax 处理前端请求,每隔一段时间请求一次

    需求: flask中使用ajax 处理前端请求,每隔一段时间请求一次,并展示在页面 使用 setInterval(function(){},1000)方法 结果展示: html:(test.html) ...

  6. 7月新的开始 - Axure学习04 - 发布与预览、菜单和表格元件、流程图和连接点、标记元件

    Axure 的发布与预览 1.发布 2.生成html文件 常规:指定浏览器.工具栏的生成 页面.页面说明.元件说明.交互.标志(logo和描述).字体.移动设备等 3.发布到Axshare Axure ...

  7. vue jqury如何获取元素中的属性

    1.点击事件获取 点击事件通过传值得方式 <el-button type="danger" round @click="delHander($event)" ...

  8. Java8实战,

    Supplier 1, @FunctionalInterfacepublic interface Supplier<T> { 2,    T get(); 3, Supplier<A ...

  9. sql server update....set.... from ....where....

    工作中遇到的  update 的更新方法 以前update 表 set 列 = 新值     稍稍进阶    update 表 set 列 = (select  值 from 表 where ...) ...

  10. 078_使用 egrep 过滤 MAC 地址

    #!/bin/bash#MAC 地址由 16 进制组成,如 AA:BB:CC:DD:EE:FF#[0-9a-fA-F]{2}表示一段十六进制数值,{5}表示连续出现 5 组前置:的十六进制egrep ...