TALK=T;RUN(1,1)
  DISPLAY
   A simple  two dimensional representation of  a continuous
   casting process, using the multiblock technique.
   (Chris J.Weire 16/3/94)
                               /----- Free surface
                      SEN     /
            |- - - - _| |_ - - - -|
            |        _____        |
            |                     |    Molten metal enters
            |                     |    through the Submerged
            |                     |    Entry Nozzle (SEN). It
            |                     |    is cooled by the walls
            |                     |    and is drawn out as a
     Water  |                     |    solid, continuous
     Cooled |                     |    billet at the bottom.
     Walls  |        Solid        |
            |        Metal        |
            |        |   |        |
                     v   v
   Symmetry is used, and only  the "right hand side" of  the
   caster  is  modelled.  Heat  transfer  is  modelled,  but
   solidification is not.  The free surface  is approximated
   as  a  free  slip  wall.  The "slug flow" outlet velocity
   profile is not modelled.
   User can  use higher  order convective  schemes (MINMOD-,
   SUPER-BB-, SMART- or QUICK-scheme) by setting appropriate
   name of the scheme for solved variable.
  ----------------------------------------------------------
  ENDDIS
  PHOTON USE
   p ; ; ; ; ;
   msg This is the grid. Press Return...
   mgrid 1 k 1 col 5
   mgrid 2 k 1
   pause
   cl
   SET VEC AV OFF
   mvec 1 k 1 sh
   mvec 2 k 1 sh
   msg These are the velocity vectors. Press Return...
   pause
   cl
   mcon 1 p1 k 1 fi
   0.01
   mcon 2 p1 k 1 fi
   0.01
   msg This is the pressure field. Press Return...
   pause
   cl
   mcon 1 tem1 k 1 fi
   0.01
   mcon 2 tem1 k 1 fi
   0.01
   msg This is the temperature field.
   msg Enter e to exit or any other Photon command
   pause
  ENDUSE
  SCHMBEGIN
      VARNAM UC1  SCHEME SUPERB
      VARNAM VC1  SCHEME SUPERB
      VARNAM TEM1 SCHEME SUPERB
  SCHMEND