Name

secpass — interrogates an mged file to obtain the conductivity table of the PRISM-ready input file or a generic thermal data file

EXAMPLE

The following is an example from an interactive session.


$ secpass test.veh.g vehicle air
Write output to standard out (0) or a file(1) not at all (2)?  2
Enter name of file that has second pass information
in it (15 char max).  veh.f.2nd
Enter type of output file to be generated.
 0 - PRISM File
 1 - Generic File
0
Enter name of file to be created for PRISM conductivity
information (15 char max).  veh.s.con
Which release of PRISM is being used, 2.0 (2) or 3.0 (3)?  3
Which length calculation should be used when
computing conduction
between regions?
1 - average length
2 - rms length
3 - minimum length
4 - maximum length
3
Enter name of file to be created for conductivity
table (15 char max).  veh.s.tbl
Enter name of material file (15 char max).  prp
Enter name of error file to be created (15 char max).  veh.s.err
Should there be 3 sets of orthogonal rays fired (0) or 1 set (1)?
3
3 sets of orthogonal rays will be fired.
Database title:  test vehicle for use with irprep programs
Number of regions in mged file:  21
Mallocing arrays.
cond malloced
loop malloced
All variables zeroed.
second pass file opened
The number of regions read was 21
Center of bounding rpp ( 356.500000, 0.000000, 1250.000000 )
Length of diagonal of bounding rpp:  3829.051456
Minimums & maximums of grid:
  -3472.551456 - 4185.551456
  -3829.051456 - 3829.051456
  -2579.051456 - 5079.051456

Model minimum & maximum.
X:  -3001.000000 to 3714.000000
Y:  -1350.000000 to 1350.000000
Z:  0.000000 to 2500.000000

Enter spacing (mm) between fired rays.  10

grid spacing:  10.000000

Shooting down 1st axis.

Shooting down the 2nd axis.

Shooting down the 3rd axis.


SUMMARY OF FILES USED & CREATED
.g file used:  test.veh.g
regions used:
vehicle
air
file containing second pass information:  veh.f.2nd
material file used:  prp
conductivity file created:  veh.s.con
  (format is PRISM 3.0)
conductivity table file created:  veh.s.tbl
error file created:  veh.s.err


Freeing memory.