如何在FLUENT软件中加入没有材料

2025-03-09 08:34:59
推荐回答(1个)
回答1:

可以自己建立材料数据库

1 拷贝 Fluent.Inc\fluent6.3.26\cortex\lib\thermodb.scm 中的一种材料数据,保存到一个文本文件

比如

(3 fluid
(chemical-formula . 3)
(specific-heat (polynomial piecewise-polynomial (300 1500 -430.32925 5.6225014 -0.0043478275 1.8172432e-06 -3.2889011e-10) (1500 4000 1766.3259 0.79175398 -8.1981463e-05 -3.29956e-08 6.0965497e-12)))
(molecular-weight (constant . 90.07947))
(formation-enthalpy (constant . -4.632312e+08))
(reference-temperature (constant . 298))
(formation-entropy (constant . 0.2903348E+06))
)

2 通过 Matrtials 中的 User-Defined Database 打开上面的文件,在 fluent 的材料对话框,
按照材料的物性,根据需要进行修改

3 修改完后,保存文件

4 copy,在fluent 中使用