Encyclopaedia Index

Part 2. Cartesian, polar grid and time setting tutorial

CONTENTS

  1. PIL variables and commands involved

  2. Set grid and time steps by regions

  3. Set grid and time steps by objects


1. PIL variables and commands

  1. Control variables
  2. Direct setting
  3. Regions
  4. Objects


2. Set grid and time steps by regions

See examples: cartesian and polar.

NREGX, IREGX, GRDPWR(X (Same for Y, Z, T)

  • Example using NREGX, IREGX, GRDPWR(X :

    NREGX=2
    IREGX=1; GRDPWR(X,10,10.0,1.5)
    IREGX=2; GRDPWR(X,5,10.0,1.0)


    3. Set grid and time steps by objects

    See examples: cartesian and polar.

    Warning: When hand-editing a Q1 file, it is unwise to use both region and object commands; for the latter imply some of the former, but not vice versa.