Skip to content
GitLab
探索
登录
主导航
搜索或转到…
项目
O
OpenFOAM-dev
管理
动态
成员
标记
计划
议题
0
议题看板
里程碑
迭代
Wiki
代码
合并请求
0
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
Contributor analytics
CI/CD 分析
仓库分析
代码评审分析
议题分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
快捷键
?
支持
扫描加入微信群:
1. 获取企业级DevOps解决方案支持
2. 免费或折扣极狐GitLab 官方培训认证
代码片段
群组
项目
HPCSource
OpenFOAM-dev
提交
1b377dd4
提交
1b377dd4
编辑于
7年前
作者:
Will Bainbridge
浏览文件
操作
下载
补丁
差异文件
interfaceHeight: Improved the description
上级
d13285cf
无相关合并请求
变更
2
隐藏空白变更内容
行内
左右并排
显示
2 个更改的文件
etc/caseDicts/postProcessing/probes/interfaceHeight
+5
-3
5 个添加, 3 个删除
etc/caseDicts/postProcessing/probes/interfaceHeight
src/functionObjects/field/interfaceHeight/interfaceHeight.H
+5
-4
5 个添加, 4 个删除
src/functionObjects/field/interfaceHeight/interfaceHeight.H
有
10 个添加
和
7 个删除
etc/caseDicts/postProcessing/probes/interfaceHeight
+
5
−
3
浏览文件 @
1b377dd4
...
...
@@ -7,9 +7,11 @@
-------------------------------------------------------------------------------
Description
Reports the height of the interface above a set of locations. For each
location, it writes the distance from the boundary to the interface,
intersecting the location. It uses an integral approach, which computes an
average where for multiple interfaces above or below a location.
location, it writes the vertical distance of the interface above both the
location and the lowest boundary. It also writes the point on the interface
from which these heights are computed. It uses an integral approach, so if
there are multiple interfaces above or below a location then this method
will generate average values.
\*---------------------------------------------------------------------------*/
...
...
This diff is collapsed.
Click to expand it.
src/functionObjects/field/interfaceHeight/interfaceHeight.H
+
5
−
4
浏览文件 @
1b377dd4
...
...
@@ -26,10 +26,11 @@ Class
Description
This function object reports the height of the interface above a set of
locations. It writes the height above the location, above the boundary,
and the point on the interface. It uses an integral approach, so if there
are multiple interfaces above or below a location, this method will return
an average height.
locations. For each location, it writes the vertical distance of the
interface above both the location and the lowest boundary. It also writes
the point on the interface from which these heights are computed. It uses
an integral approach, so if there are multiple interfaces above or below a
location then this method will generate average values.
Example of function object specification:
\verbatim
...
...
This diff is collapsed.
Click to expand it.
预览
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录