Boundary Condition File Format




TURBO input format (bc.in or casename.bc)


Pseudo Code:

do
   read id,bc,is,js,ks,ie,je,ke
while (id > 0)
Read Group IDs and Names
do
   read gid,gname
while (!EOF)

Description:

id [integer]: Block id (>0)
bc [double]: boundary condition & grouping info
    (int)bc is bc type
    100*(bc-(int)bc) is group id (only 1-99 is valid)
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 (1-99)
gname [char*20]: name of group

Notes:

Specifics of how gid & gname are used within TURBO will need to be explained by Chen.