Notice: Due to a technical issue new user registrations on Ansys Innovation Space sites are currently disabled. We apologize for the inconvenience and are working to restore functionality as soon as possible.
Yuanyuan Xiao
Ansys Employee

Fluent里可以采用表达式的方式来添加周期性方波热源。比如给一个周期为5s发热量为8W的方波热源,就可以采用如下表达式。

IF(mod(t,10[s])<=5[s],8,0)

这样,截图如下: