- 1、本文档共20页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
使用宏存取FLUENT解算器变量-Read
第五章 使用宏存取FLUENT解算器变量
本章提供了可以存取FLUENT解算器中变量的预定义宏。
5.1 介绍
5.2 单元宏
5.3 面宏
5.4 几何图形宏
5.5 节点宏
5.6 多相宏
5.7 DPM宏
5.8 NOx宏
5.1 Introduction
Fluent Inc. has provided you with a set of predefined functions that you can use to access data from the FLUENT solver. These functions are primarily implemented in the code as macros. The macros listed in this chapter are defined in header files such asmem.h, metric.h, and dpm.h. The udf.h file contains definitions for DEFINE macros,as well as #include directives for most of the solver access macro header files found inthis chapter. Therefore, including udf.h in your source code file will also result in theinclusion of solver access .h files.Some examples of solver data you can access using predefined macros are:
_ solution variables and their derivatives (e.g., velocity, temperature, turbulencequantities)
_ geometry variables (e.g., coordinates, areas, volumes)
_ grid and node variables (e.g., node velocities)
_ material property variables (e.g., density, viscosity, conductivity)
_ discrete phase model variables
5.1 介绍
Fluent公司提供了一系列预定义函数来从求解器中读写数据。这些函数以宏的形式存放在代码中。这章的所列出的宏是被定义在扩展名为.h文件里的。例如mem.h, metric.h, 和dpm.h。在udf.h文件中包含了宏的定义和这章中所用到的大部分宏文件和它的说明。因此如果在你的原程序中包含了udf.h文件,那么也就包含了各种的求解器读写文件了。(.h文件)。
下面列出了一些使用预先设计的宏来读写数据类型:
——溶液变量及它们的组合变量(速度,温度,湍流量等)
——几何变量(坐标,面积,体积等)
——网格和节点变量(节点速度等)
——材料性质变量(密度,粘度,导电性等)
——分散相模拟变量。
For all types of data except specific heat, the word \access refers to reading and writing
data. In the case of specific heat, however, data can be read but cannot be modified.
In the following sections, each macro is listed with its arguments, argument types, and
returned value. Arguments belong to the following data types:
cell_t c cell identifier
face_t f face identifier
Thread *t pointer to a thread
Thread **pt pointer to an array of phase threads
Int i integer index
Node *node pointer to a node
Arguments are either inputs to a function, or are outputs. Each macro returns a value,
which either is output back to the solv
您可能关注的文档
最近下载
- 2023年高中数学会考试题及答案.pdf VIP
- 口腔齿科培训-舒适化拔牙流程.pptx
- 【高中语文】整本书阅读《乡土中国》+学案+统编版高中语文必修上册.docx VIP
- 高等级公路中钢筋混凝土圆管涵的受力分析.pdf
- 上海市华师大二附中2024年高三第一次模拟考试数学试卷含解析.doc
- 2022年中新集团行测笔试题库.pdf
- 2024年部编版五年级上册语文期末复习语言文字积累与梳理1. 字音.pptx VIP
- 森林消防综合应急救援基础能力建设、队伍训练、综合救援队伍装备使用和维护规范.pdf VIP
- 《中国近现代史纲要(2023版)》课后习题答案汇编.docx
- (高清版)DB11∕T 1824-2021 森林消防综合应急救援队伍装备使用和维护规范.pdf VIP
文档评论(0)