I have a subroutine DFLUX and I want to make the FLUX(1) to move so I must change COORDS (1) so should I make a loop and change time from zero to TIME(2) or what should I do?
Coords(1) is the X coordinate in global coordinate system. I guess you want to distribute spatial heat flux dependent on time. Forms like FLUX(1)=COORDS(1)-V*TIME(2) can be used. Herein, V is the velocity of a heat source moving in X direction.
and What about cylindrical coordinates? do I have to transform cartesian coordinates (Coords vector components) into cylindrical ones to get a system moving on a circle?