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 / PROBE_TEC_DATA
Name Modified Size InfoDownloads / Week
Parent folder
README 2025-09-04 1.5 kB
probe_tec_data 2025-09-02 1.5 MB
probe_tec_data.f90 2025-09-02 4.2 kB
build 2025-09-01 367 Bytes
Totals: 4 Items   1.5 MB 0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
   program probe_tec_data
!
!  Description:
!
!     This utility was prompted by needing to extract a shock stand-off distance
!  from the surface grid point that BLAYER can locate as that having the minimum
!  value of |tauw|.  It may prove to have other uses, and could be extended if
!  the need arises to extract some function value(s) at given coordinates rather
!  than given (multiblock/structured) indices.
!
!  Initial Control File (Standard Input):
!
!     Dataset file name   ! Tecplot/ASCII, most likely a multizone surface
!      1                  ! Any sensible list of 1+ function numbers to write
!      6  19  26   1      ! Target zone number and (i, j, k)
!     [b   i   j   k      ! Optional further target indices, to EOF]
!      :   :   :   :
!      :   :   :   :]
!
!  Corresponding Output (Standard Out):
!
!     ib   i   j   k      x         y         z         Stand-off, m [more fns.]
!      6  19  26   1      4.22E-01  1.00E-30  1.36E+00  0.123E+00    [9.999E+00]
!     [b   i   j   k      x.xx      y.yy      z.zz      f.ff         [f.ff]
!      :   :   :   :       :         :         :         :             :
!      :   :   :   :       :         :         :         :             :]
!
!  History:
!
!     08/31/2025  D.A.Saunders  Initial Implementation.
!
!  Author:  David Saunders, AMA, Inc. at NASA Ames Research Center, CA.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Source: README, updated 2025-09-04