Extract File Format




Extract File Format (extract.in or casename.extract)


Pseudo Code:

do
   read id,ID,IS,IE,JS,JE,KS,KE,gid,blade_row,blade_passage
while (id > 0)

Description:

id [integer]: Block id (>0) corresponds to GU#0
ID [integer]: original Block id extracted from
IS [integer]: starting i index location
JS [integer]: starting j index location
KS [integer]: starting k index location
IE [integer]: ending i index location
JE [integer]: ending j index location
KE [integer]: ending k index location
gid [integer]: group id
blade_row [integer]: blade row (MSUTurbo only)
blade_passage [integer]: blade passage (MSUTurbo only)

Notes: