TALK=T;RUN(1,1)
  DISPLAY
   This case is based on a 3D calculation of the turbulent
   flow over a car geometry, as defined for WUA-95.
   Here, the flow on a 2D cross-section on the symmetry plane
   is considered.
   The flow can be solved with the GCV solver, or with the
   standard staggered solver.
   The Q1 contains PHOTON instructions.
  ENDDIS
  PHOTON USE
    p
    up z
    vi -y
    GR OU X 1; GR OU X M; GR OU Y 1; GR OU Y M
    * CAR
    GR OU X 39 Y  1  1 Z 9 20 COL  2
    GR OU X 19 Y  1  1 Z 9 20 COL  2
    GR OU Y  2 X 19 38 Z 9 20 COL  2
    GR OU Y  1 X 19 38 Z 9 20 COL  2
    * WH
    GR OU Z  9 X 19 38 Y 1  1 COL  3
    * WL
    GR OU Z 21 X 19 38 Y 1  1 COL  4
    * WW
    GR OU X 39 Y  1  1 Z 9 20 COL  5
    * WE
    GR OU X 19 Y  1  1 Z 9 20 COL  6
    * INL
    GR OU X  1 Y  1  1 Z 1 40 COL  7
    * OUT1
    GR OU X 69 Y  1  1 Z 1 40 COL  8
    * OUT2
    GR OU Z 41 X  1 68 Y 1  1 COL  9
    * WG
    GR OU Z  1 X  1 68 Y 1  1 COL 10
    msg The geometry
    msg Press RETURN for the velocity vectors
    pause
    vec y 1 sh
    msg Press RETURN for the Pressure Contours
    pause
    con p1 y 1 fi
    .001
    msg Press RETURN for a close up of the car
    pause
    mag gr 4
     0.12881E+04 0.14134E+04 CR
    gr y 1
    msg Press RETURN for contours of turbulent viscosity
    pause
    con cl;red
    con enut y 1 fi
    .001
    msg Press E then RETURN to finish
  ENDUSE