搜索资源列表
abid
- fluent湍流模型代码,基于fluent软件。主要是利用标量方程修改里面的湍流模型。-this is code of Turbulence model base on fluent(product of ansys.inc)
goldak.c
- Goldak heat source for ANSYS/Fluent
fluent-udf-adjust-1
- 在ansys的fluent软件里面应用。为fluent的UDF应用。在每一步迭代之前对湍流的耗散率在整个流体域进行积分。-this is an UDF used in ANSYS FLUENT to integrate the turbulent dissipation over the entire domain
fluent-udf-adjust-2
- 在ansys的fluent软件里面应用。为fluent的UDF应用。在每一步迭代之前将本次计算的UDS与另一个UDS关联起来,这个在UDF操作中经常使用的。很有用。-this is an UDF used in FLUENT to specify a user-defined scalar as a function of the gradient of another user-defined scalar
fluent-udf-initial-1
- 在ansys的fluent软件里面应用。为fluent的UDF应用。在每一个时间步开始计算迭代之前,对流场中的相应的物理量进行初始化。这个要使用UDF进行瞬态计算经常使用的额。-this is an UDF used in FLUENT to initialize flow field variables in a solution
fluent-udf-on-demand-1
- 在ansys的fluent软件里面应用。为fluent的UDF应用。在fluent计算完成之后可以对流场中的量进行后处理,里面主要讲的是对温度的处理,但是也是使用于其他标量的。有一点小小的技巧。挺好的。-this is an UDF used in FLUENT to compute and prints the minimum, maximum, and average temperatures for the current data field
fluent-udf-profile
- 在ansys的fluent软件里面应用。为fluent的UDF应用。在fluent的边界条件的添加中,经常使用的一个宏。这个为一个wall添加了一个关于温度的抛物线的宏。-this is an UDF used in FLUENT to specify a parabolic pressure profile boundary profile
FLUENT中文用户手册
- 计算流体软件中自定义函数查询,及整个软件使用说明(Ansys-Fluent manuscr ipt, help document)
fluent 相变传质udf
- 用于相变温度为77K的氮气相变过程,其结果与内置蒸发冷凝算法较为一致。ansys help文件中有相关udf的水相变模型,在此基础上进行修改。