IPARS Visualization

  1. Table visualization (input file keyword)
    VIS_TABOUTTYPE = 0 $ default : no vis output
    VIS_TABOUTTYPE = 1 $ suggested: output for all table
    VIS_TABOUTTYPE = 2 $ ask for specific tables and stop
    • Vis. output files are postprocessed using tecplot macros
      IPARSv2/visual/scripts/mtectab, tectab
    • Macros for tecplot visualization will be created
  2. Grid element array variables (e.g. Sw, Sg)
    • VISFLAG = 1: (ijk): one block box, single proc, scalars only
    • VISFLAG = 2: p.c. unstructured FE: for piecewise constant data
    • VISFLAG = 3: default unstructured FE format: requires map from cell centers to nodes (interpolation)
    • VISFLAG = 4: slices (2D, vertical only)
    • VISFLAG = 5: based on VISFLAG=3 produces output in binary format with all time steps lumped in one file, created especially for the needs of ADR/DataCutter project; code in visual5.dc
      • Vis. output files are postprocessed using tecplot macros
        IPARSv2/visual/scripts/mteccos
 

Written by Center for Subsurface Modeling