Download Latest Version geomlib.tar.gz (58.3 kB)
Email in envelope

Get an email when there's a new version of CFD Utilities

Home / EXTRACT_GRID_LINE
Name Modified Size InfoDownloads / Week
Parent folder
README 2025-09-16 1.4 kB
build 2025-09-16 559 Bytes
extract_grid_line.f90 2025-09-16 7.9 kB
Totals: 3 Items   9.8 kB 0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
   program extract_grid_line
!
!  Description:
!
!     This was prompted by the need to plot stagnation line data from an entry
!     capsule flow solution on a structured grid at angle of attack.  Strangely,
!     DPLR's Postflow utility produces a line of cells (2 x 2 x nk), not a line
!     of points (1 x 1 x nk) when a line is specified.  For now, a single k line
!     per run is output.  Generalization can wait for a need.
!
!  Input:
!
!     Prompts are issued for Plot3D grid and function files, and for the indices
!     of one surface point (ib,i,j,k), with k = 1 assumed to be at the surface.
!     Function names are also prompted for, with "x", "y", "z" assumed for the
!     coordinates.
!
!  Output:
!
!     All functions are output with (x,y,z) as a structured Tecplot dataset, and
!     arc lengths from k = 1 to nk are inserted as an extra function.  POINT
!     order is chosen so that columns of data may be manipulated as needed.
!
!  History:
!
!     09/12/2025  D.A.Saunders  Initial design.
!     09/14/2025    "     "     Initial implementation.
!     09/15/2025    "     "     Initial testing.
!
!  Author:  David Saunders, AMA, Inc. at NASA Ames Research Center, CA
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Source: README, updated 2025-09-16