Math578 - Alexiades
                  LAB 5  
      Axially Symmetric Heat Transfer - Algorithm development
      (to be done ON PAPER, very neatly, or typeset , see bottom)
1. State precisely the mathematical problem describing axially symmetric heat conduction 
    in a hollow cylinder Ω:  Rin ≤ r ≤ Rout,   0 ≤ z ≤ Z, 
    with imposed temperature boundary conditions on all boundaries, 
    starting at a uniform temperature uinit.

2. Set up a 2-dimensional (r,z) mesh for the axially symmetric heat transfer problem above, 
    by subdividing [Rin, Rout] into Mr subintervals and [0,Z] into Mz subintervals.
    Determine (formulas for) nodes:  ri , zj ,  areas of radial faces:  Ari-½,j ,  
    areas of axial faces:  Azi,j-½ ,  and control volumes:  ΔVij.
    Make sure you specify the range of indices for each array.

3. Derive the discrete heat balance for axially symmetric heat conduction in a (hollow) cylinder using the above mesh.  
   [This is the conservation law applied on each control volume, in terms of U and fluxes, 
    where  volumes=..., areas=...., fluxes=....,  as it will be coded up, do NOT plug these into the expression.  
    Do NOT write code, only the formulas needed for update, use half-index notation.]

4. Outline the explicit Finite Volume algorithm (formulas, NOT code)
    for the problem with convective BC at r=Rin, imposed flux at r=Rout,
    and insulated top and bottom (at z=0, z=Z), starting at uniform initial temperature uinit. 
    For simplicity, assume constant properties and mesh uniform in each direction.

5. Find the CFL condition and the stable Δtexpl for the explicit scheme (for internal nodes only).
   [For this you DO need to plug in formulas for fluxes, areas, vol, to see the coefficients]

If written on paper, scan each page into PDF, and if you can, combine into one PDF file "Lab5.pdf", and upload the PDF to Canvas.
If you can't combine into one PDF, put PDFs into one folder "Lab5" and then ZIP the folder to "Lab5.zip". Upload the .zip to Canvas.