Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.
Defining a time dependent heat source (Heat transfer)
Posted Feb 2, 2024, 4:19 p.m. EST Heat Transfer, Mesh, Equation-Based Modeling Version 6.0 3 Replies
Please login with a confirmed email address before reporting spam
Hey there,
I am solving a heat transfer problem in which there is a time dependent heat source for a particular domain in the geometry. The heat source to be implemented is:
(1) If the temperature of the element (mesh element of the mesh corresponding to the heat source domain) is below a certain temperature "To", heat source = f(t), where t is the time. (2) If the temperature of the element crosses To, heat source = f(t, to), where to is the time at which the temperature of the element crosses To.
So to define this type of a heat source, I need to know the temperature of each mesh element, the time at which the temperature of the element becomes To.
Would be a great help if anyone can let me know how can I impelement such a heat source function.