我觉得你的问题是怎么随时间改变热源位置的问题,你能不能把热源路径的区域用分段函数处理?[br][br][以下内容由 xjtu-xforce 在 2008年01月24日 02:04am 时添加] [br]
你可以使用DEFINE_SOURCE macro to define custom source terms for the different types of solved transport equations in FLUENT (except the discrete ordinates radiation model) including:
对于热源是不是该用这个宏?
DEFINE_SOURCE应该可以吧?貌似可以定义energy (also for solid zones)。
另外有人告诉我说:
You can use user-defined memory (C_UDMI) and DEFINE_ADJUST.
At the first iteration of each time step, call DEFINE_ADJUST to change C_UDMI according to your function
Then C_UDMI is used to specify your heat source using DEFINE_SOURCE