#############################################################################################
#
#  Block parameter file: example_block_a.blocparms
#  Author/Owner:         Robert
#  Comments:             A tungsten blade for use as interblock septa.
#                        
#
#############################################################################################

# Reference point on block used for ring position & orientation.
REAL	block_reference_x       =   0.00000000000000
REAL	block_reference_y       =   0.00000000000000
REAL	block_reference_z       =   0.00000000000000

# BLOCK OUTER DIMENSIONS
# Provides the outer bounds of the block.  The maximum and minimum extent of the block
# are given with respect to the reference point.  The coordinates (X,Y,Z) represent the
# radial, transaxial, and axial directions, respectively.
REAL	block_x_minimum         =   0.00000000000000
REAL	block_x_maximum         =   2.50000000000000
REAL	block_y_minimum         =   -0.0500000000000
REAL	block_y_maximum         =   0.0500000000000
REAL	block_z_minimum         =   -2.50000000000000
REAL	block_z_maximum         =   2.50000000000000

INT    block_num_layers        =   1

NUM_ELEMENTS_IN_LIST	block_layer_info_list = 5

        REAL           block_layer_inner_x   = 0.000000
                       # (must be == to outer x of previous layer)

        REAL           block_layer_outer_x   = 2.5

        NUM_ELEMENTS_IN_LIST	block_layer_num_y_changes = 0

        NUM_ELEMENTS_IN_LIST	block_layer_num_z_changes = 0

        NUM_ELEMENTS_IN_LIST	block_layer_material_elements  = 1
            # Material element  0
            NUM_ELEMENTS_IN_LIST	block_material_info_list = 2
                INT	block_material_index = 21
                BOOL	block_material_is_active = FALSE

