****** Incompressible Flat Plate Post Processing cf.com = cfpost input file to generate skin friction data, output is (x in ft, Cf) vel.com = cfpost input file to generate velocity profile at x=5.50 feet, or where Rex = 7.6e6 (note Rex = 1.3778e6 per foot) Note that the cgd and cfl files must be copied to "run.cgd" and "run.cfl" for post processing below to work. TO POST PROCESS DATA: run cfpost < vel.com run cfpost < cf.com Remove first 7 lines from fp.u.out and fp.Cf.out cp fp.u.out uplus_input.txt cp fp.Cf.out cf_input.txt Next compile the FORTRAN post-processing code POST.f or POST_us_us.f. Use POST.f for the purely "hexahedral" grid case or "POSTus.f" for the combined hexahedral/triangular prism grid. The only need for different postprocessors here is in the way that the skin friction data is written out, depending on the grid. ifort POST.f or ifort POSTus.f a.out The output of this program will be two files: (1) cf_output.txt and (2) uplus_output.txt. You can rename to whatever you like to import to your favorite plotting package.