Problem with coil simulation
2 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I am simulating a proposed coil model in MATLAB. The initial temperature condition for coil is 20 degrees of celsius (which is the ambient temperature). When I apply a positive triangular voltage, I expect the coil temperature to be increased (at least be more than 20 degrees of celsius in all-time of simulation beacuse 20 is the ambient temprature), while it goes down (under 20 degrees of celsius). When I apply a three times larger voltage, the temperature trend goes well, and it never goes under 20, but I need to apply a low voltage for my simulation.
Here is the equations:
According to my understanding, i^2R should have a large enough value so that the temperature does not drop below its initial value.
Any help would be appreciated.
2 个评论
Torsten
2022-3-19
We don't know your code and the parameter values you chose.
If the result is as shown, the temperature increase by the term i^2*R is overcompensated by the heat loss to the environment.
David Goodmanson
2022-3-20
Hello M^2,
SInce you don't show any code it is only possible to speculate. However, the first equation has two terms. If Cth, R(s,T) and lambda are all positive, then the first term raises the temperature, and the second term provides relaxation back to ambient temperature. So if you start at ambient temperature, T cannot fall below ambient. One possibilty (implied by the plot) is that R(s,T) is actually negative at t=0, which you can check.
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Heat and Mass Transfer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!