找回密码
 注册
查看: 8652|回复: 2

求助:fluent后处理中facet average与vertex average的区别与选取问题?

  [复制链接]
发表于 2009-5-16 09:55:55 | 显示全部楼层 |阅读模式

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

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

x
想得到某个平面上温度分布情况,facet average与vertex average的输出值不一致,请问应该选取那个?为什么?
急!多谢!
发表于 2009-6-2 10:18:45 | 显示全部楼层
帮助文件关于facet average的解释
The facet average of a specified field variable on a surface is computed by dividing the summation of the facet values of the selected variable by the total number of facets.
The interior facets on a zone surface are associated with two cells (c0 and c1). The values of specified variable on such facets are computed as the average of the two cell values of the selected variable.

The boundary facet values of a specified field variable on a zone surface are computed from the boundary condition provided by the user.
The facets on a postprocessing surface are associated with one cell. The values of a specified variable on such facets are the same as the cell values of the selected variable in the associated cells.
发表于 2009-6-2 10:21:15 | 显示全部楼层
vertex average的解释
The vertex average of a specified field variable on a surface is computed by dividing the summation of the vertex values of the selected variable by the total number of vertices

facet average计算的是面上的值求和然后处以面的个数
vertex average计算的是面上的点的值求和然后除以点数

从这两个平均值的计算方法看,两个平均值的计算方法不一样,得到的结果就有可能不一样。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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