Dynamic Heating

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Dynamic Heating

GBlansk
I am trying to model some heat transfer through different materials as the heat source cycles up and down.
What is the best way to define the cycling heat source?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Dynamic Heating

Precise Simulation
Administrator
What did you try? Something like defining a heat source term as follows should probably work:

  Qmin + (Qmax - Qmin)*cos(omega*t)

Reply | Threaded
Open this post in threaded view
|

Re: Dynamic Heating

GBlansk
The heating profile is basically ramping upwards at 10 degrees per second and holding at the high temp for 5 seconds, then ramping downward at 7 degrees per second and holding at the low temp for 30 seconds, then repeating.

Reply | Threaded
Open this post in threaded view
|

Re: Dynamic Heating

Precise Simulation
Administrator
Then you probably can construct it using logical switch functions

https://www.featool.com/doc/physics.html#phys_coef_disc
Reply | Threaded
Open this post in threaded view
|

Re: Dynamic Heating

GBlansk
I will give that a try. Thank you.

I am very new to this. My goal is to compare heat transfer between two systems:

heat source
thin layer of ceramic
polypropylene
water

vs

heat source
thin layer of ceramic
aluminum
water

as the heat source cycles.  Do you have any recommendations of samples or tutorials that I could start from?

Thanks