{ FLOAT_ZONE.PDE
*********************************************
This example illustrates time-dependent axi-symmetric heat flow with a
moving source.
A rod of conductive material of unit radius and "long" units length
is clamped to a heat sink at either end. An RF coil passes the
length of the rod, creating a moving heat source of gaussian profile.
This produces a moving melt zone which carries impurities with it as it moves.
A cam adjusts the source amplitude by 200/(t+199) to produce an approximately
constant maximum temperature.
boundaries
region 1
start(0,0)
natural(temp) = 0 line to (long,0)
value(temp) = Ta line to (long,1)
natural(temp) = -H*(temp - Ta) line to (0,1)
value(temp) = Ta line to close
feature
start(0.01*long,0) line to (0.01*long,1)
time -0.5 to 19 by 0.01
monitors
for t = -0.5 by 0.5 to (long + 1)
elevation(temp) from (0,1) to (long,1) range=(0,1800) as "Surface Temp"
contour(temp)
plots
for t = -0.5 by 0.5 to (long + 1)
elevation(temp) from (0,0) to (long,0) range=(0,1800) as "Axis Temp"
contour(temp)