OpenFOAM中的热传导?【翻译】

翻译自:CFD-online

帖子地址:http://www.cfd-online.com/Forums/openfoam/70758-conductive-heat-transfer-openfoam.html

FloK

大家好,我是一个OpenFOAMLinux的新手,我有一个简单的问题:是否存在一种方法计算从流体到固体的热传导,比如,热水流过一根管子同时由于管子的冷却而丧失热量。我发现了chtMultiRegionFoam求解器,但是没有一种容易的方法将边界条件设置为特殊的温度或者类似的?因为我对固体部分不感兴趣,我只想知道流体的温度场...非常感谢,Flo

chandramurthy

如果你只关心流体区域的求解,考虑固体壁面上的热传导,

  1. chtMultiRegionFoam求解器不是正确的选择
  2. 通过在流体边界上施加对流换热边界(流固交界面),尝试使用simpleFoam或者其他不可压求解器(针对水)。
  3. 为了计算传热系数,使用传热学手册上的标准经验关联式。
  4. 如果你的边界随时间和空间变化,请使用timevaryingmappedfixedvalue边界条件。

FloK

你好

非常感谢你的信息

你是否知道设置通过边界热流量名为HeatFlux的边界条件?

祝好

FloK

herbert

你好,herbert

你可以使用fixedGradient边界条件。用你的热流量除以导热系数。

例如:

wall

{

type fixedGradient;

gradient uniform 1000;

value uniform 300;

}

Thomas Baumann

你好,FloK

你可以使用wallheatflux-边界:

http://openfoamwiki.net/index.php/Contrib_wallHeatFlux

wall1

{

type wallHeatFlux;

heatFlux uniform 10000;

}

祝好

Thomas

chandramurthy

fomer们好

有人尝试在对流换热边界上尝试如下约束吗?

  1. 规定换热系数(h)和自由来流温度(Tinf
  2. hTinf是时间,空间和局部壁面温度的函数
  3. 前一时间步的局部壁面温度设置为现在时间步的边界条件的一个参数

有人做这个吗...请求帮助...

谢谢

ronaldo

"chtMultiregionFoam"求解器 能用来模拟换热器吗(固体和流体区域)?

santoo_cfd

Quote:

Originally Posted by chandramurthy 

hi fomers,
has anybody tried to apply a convective heat transfer boundary condition with the following constraints,
1) prescribe heat transfer coefficient(h) and free stream temperature (Tinf)
2) h & Tinf are functions of time, space and local wall temperature
3) local wall temperature of previous time step to be an argument for the present time step BC calculation

has anybody did this .....please help.....

thank you

你好

你可以更加具体的描述一下你对对流换热边界的这三类限制应用在什么地方吗(任意实际应用),特别是第三类限制,前一时间步的局部壁面温度成为现在时间步计算的一个参数。

Santosh...

dorekos

大家好

我想知道我是否能在OpenFOAM当中模拟固体中的导热。

比如热量通过建筑的地面传入地面。

谢谢

dorekos

posted @ 2016-07-14 20:04  硫酸亚铜  阅读(1789)  评论(0编辑  收藏  举报