Micro Reactor Drum Rotation
Contact: Zachary Prince, zachmprince.at.gmail.com, Javier Ortensi javier.ortensi.at.inl.gov
Model link: Micro Reactor Drum Rotation Model
Reactor Description
This reactor model is based on the prototypical micro reactor presented in Terlizzi and Labouré (2023). The design is based on the Empire reactor (Matthews et al., 2021) with modifications made to ensure a negative overall temperature reactivity coefficient, necessary to simulate realistic transients. This 2 MWth core consists of 18 hexagonal assemblies arranged in two rings and surrounded by 12 control drums contained within a radial reflector. Each assembly is composed of 96 fuel pins, 60 moderator pins, and 61 heat pipes. Detailed dimensions and material composition can be found in Terlizzi and Labouré (2023).
This model has been simplified to a 2D geometry that leverages symmetry to reduce the domain to a 1/12th of the full core. Furthermore, the heat pipes are simulated using a convective boundary conditions, as opposed to using Sockeye to calculate the actual heat removal. Prince et al. (2023) presents the 3D version of this model.
The purpose of this exposition is to show how to perform a multiphysics transient simulation involving control drum rotation using Griffin. Initially, the drum is positioned halfway at 90 degrees. The drum is then rotated outward (inserting reactivity) at 20 degrees per second for two seconds, then rotated inward (removing reactivity) at 20 degrees per second for three seconds. Thus, the total transient duration is five seconds. Due to the symmetry imposed on the model, rotating this drum is equivalent to rotating all the drums in the core.
Model Description
Mesh
Two different meshes were created for this model: a fine-mesh representing the exact geometry and a coarse-mesh for CMFD.
Fine Mesh
The following creates a mesh of the entire core:
Listing 1: Mesh blocks for full-core fine mesh
[Mesh]
[FUEL_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '1 2'
ring_block_names = 'FUEL FUEL_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[MOD_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '0.975 1'
ring_intervals = '3 1'
ring_block_ids = '3 4 5'
ring_block_names = 'MOD MOD_QUAD MGAP'
preserve_volumes = on
quad_center_elements = false
[]
[HPIPE_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '6 7'
ring_block_names = 'HPIPE HPIPE_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[AIRHOLE_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 3
background_block_ids = '20 21'
background_block_names = 'AIRHOLE AIRHOLE_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[REFL_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 2
background_block_ids = '14 15'
background_block_names = 'REFL REFL_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[Assembly_1]
type = PatternedHexMeshGenerator
inputs = 'MOD_pin HPIPE_pin FUEL_pin'
# Pattern ID 0 1 2
background_intervals = 1
background_block_id = '8'
background_block_name = 'MONOLITH'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern = '1 0 1 0 1 0 1 0 1;
0 2 2 2 2 2 2 2 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 2 2 2 2 2 2 2 0;
1 0 1 0 1 0 1 0 1'
[]
[AIRHOLE]
type = PatternedHexMeshGenerator
inputs = 'AIRHOLE_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '21'
background_block_name = 'AIRHOLE_QUAD'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern = '0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[REFL]
type = PatternedHexMeshGenerator
inputs = 'REFL_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '15'
background_block_name = 'REFL_QUAD'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern = '0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[cd_0]
type = HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
meshes_to_adapt_to = 'Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1'
sides_to_adapt = '0 1 2 3 4 5'
num_sectors_per_side = '8 8 8 8 8 8'
hexagon_size = 16.1765
background_intervals = 3
background_block_ids = 11
background_block_names = 'CRREFL_QUAD'
ring_radii = '13.8 14.8'
ring_intervals = '5 3'
ring_block_ids = '10 11 13'
ring_block_names = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
preserve_volumes = true
is_control_drum = true
# quad_center_elements = true
# center_quad_factor = 0.1
[]
[Core]
type = PatternedHexMeshGenerator
inputs = 'Assembly_1 Assembly_1 Assembly_1 AIRHOLE REFL cd_0'
# Pattern ID 0 1 2 3 4 5
generate_core_metadata = true
pattern_boundary = none
pattern = '4 4 4 4 4;
4 4 5 5 4 4;
4 5 1 2 1 5 4;
4 5 2 0 0 2 5 4;
4 4 1 0 3 0 1 4 4;
4 5 2 0 0 2 5 4;
4 5 1 2 1 5 4;
4 4 5 5 4 4;
4 4 4 4 4'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_fine.i)Then the mesh is "sliced" to produce a 1/12th geometry and scaled to meters:
Listing 2: Mesh blocks trimming full-core fine mesh to 1/12th geometry and scaling to meters
[Mesh]
[half]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core
[]
[twelfth]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half
[]
[trim]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth
[]
[scale]
type = TransformGenerator
input = trim
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_fine.i)However, performing the transient with the mesh so far causes a significant cusping effect (Yamamoto, 2004) in the calculated power and reactivity, even when using the cusping treatment described in Schunert et al. (2019). Investigations indicate that the cusping effect is due to the discretization when the cross sections of the absorbing material and the non-absorbing material are significantly different. It is possible to mitigate the cusping effect by increasing the spatial expansion order in the drum region locally. However, for this model, the mesh in the drum region was refined such that drum's front would align with element edges at every time step. We plan on addressing this cusping issue in future work since this refinement limits the flexibility of time step sizes and unnecessarily increases the number of elements.
The mesh for the drum is created separately with the following input:
Listing 3: Input file generating fine-mesh for control drum
[Mesh]
[drum]
type = ConcentricCircleMeshGenerator
num_sectors = 450
radii = '13.8 14.8'
rings = '1 3'
preserve_volumes = true
has_outer_square = false
portion = top_half
[]
[rename_drum]
type = RenameBlockGenerator
input = drum
old_block = 2
new_block = 13
[]
[remove_inner]
type = BlockDeletionGenerator
input = rename_drum
block = 1
new_boundary = 'boundary_to_fill'
[]
[inner]
type = ConcentricCircleMeshGenerator
num_sectors = 50
radii = '11 14.8'
rings = '1 3'
preserve_volumes = false
has_outer_square = false
portion = top_half
[]
[rename_inner]
type = RenameBlockGenerator
input = inner
old_block = 1
new_block = 11
[]
[remove_outer]
type = BlockDeletionGenerator
input = rename_inner
block = 2
new_boundary = 'boundary_to_fill'
[]
[fill]
type = FillBetweenSidesetsGenerator
input_mesh_1 = remove_inner
input_mesh_2 = remove_outer
boundary_1 = boundary_to_fill
boundary_2 = boundary_to_fill
num_layers = 5
[]
[remove_boundaries]
type = BoundaryDeletionGenerator
input = fill
boundary_names = 'outer bottom'
[]
[add_bottom_boundary]
type = SideSetsFromNormalsGenerator
input = remove_boundaries
normals = '0 -1 0'
new_boundary = sym
[]
[mirror]
type = SymmetryTransformGenerator
input = add_bottom_boundary
mirror_normal_vector = '0 -1 0'
mirror_point = '0 0 0'
[]
[stitch]
type = StitchedMeshGenerator
inputs = 'add_bottom_boundary mirror'
stitch_boundaries_pairs = 'sym sym'
clear_stitched_boundary_ids = true
[]
[rename_block]
type = RenameBlockGenerator
input = stitch
old_block = 1
new_block = 10
[]
[]
(microreactors/drum_rotation/drum.i)This drum mesh is then loaded in by the main mesh input, stitched into the previous control drum assembly, and inserted into current 1/12th model (replacing the previous assembly):
Listing 4: Mesh blocks inserting pregenerated control drum in 1/12th fine mesh
[Mesh]
[drum]
type = FileMeshGenerator
file = drum_in.e
[]
[drum_insert]
type = XYDelaunayGenerator
boundary = cd_0
holes = 'drum'
stitch_holes = true
refine_holes = false
[]
[drum_scale]
type = TransformGenerator
input = drum_insert
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum_rotate]
type = TransformGenerator
input = drum_scale
transform = ROTATE
vector_value = '0 0 30'
[]
[drum_move]
type = TransformGenerator
input = drum_rotate
transform = TRANSLATE
vector_value = '${x_center} ${y_center} 0'
[]
[drum_blocks]
type = RenameBlockGenerator
input = drum_move
old_block = '0'
new_block = '10'
[]
[drum_boundary]
type = SideSetsAroundSubdomainGenerator
input = drum_blocks
block = 10
new_boundary = 'drum_outer'
include_only_external_sides = true
[]
[drum_remove]
type = BlockDeletionGenerator
input = scale
block = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
new_boundary = 'drum_inner'
[]
[stitch]
type = StitchedMeshGenerator
inputs = 'drum_boundary drum_remove'
stitch_boundaries_pairs = 'drum_outer drum_inner'
clear_stitched_boundary_ids = false
[]
[]
(microreactors/drum_rotation/empire_2d_CD_fine.i)Finally, side sets are added to the mesh so that boundary conditions can be properly applied:
Listing 5: Adding boundaries to the fine mesh
[Mesh]
[bottom_boundary]
type = SideSetsFromNormalsGenerator
input = stitch
normals = '0 -1 0'
new_boundary = 'bottom'
[]
[topleft_boundary]
type = SideSetsFromNormalsGenerator
input = bottom_boundary
normals = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
new_boundary = 'topleft'
[]
[right_boundary]
type = SideSetsFromNormalsGenerator
input = topleft_boundary
normals = '84.0556 48.5295 0'
new_boundary = 'right'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_fine.i)The resulting mesh is shown in Figure 1.

Figure 1: Fine mesh used for control drum rotation transient
A list of all the blocks is shown in Table 1.
Table 1: Description of blocks in geometry
Region | Block IDs |
---|---|
Fuel | 1 2 |
Moderator | 3 4 5 |
Heat Pipes | 6 7 |
Monolith | 8 |
Reflector | 10 11 14 15 |
Control Drum | 13 |
Air | 20 21 22 |
Coarse Mesh
The coarse mesh used for CMFD does not resolve pins, instead it creates quad4 meshes for each hexagonal assembly:
Listing 6: Mesh blocks for full-core coarse mesh
[Mesh]
[F1_1]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 8
background_block_ids = '100 101'
background_block_names = 'F1 F1_QUAD'
duct_sizes = '14.8956'
duct_sizes_style = apothem
duct_block_ids = '101'
duct_block_names = 'F1_QUAD'
duct_intervals = 1
polygon_size = 16.1765
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[F1_2]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
polygon_size = 16.1765
polygon_size_style = 'apothem'
background_intervals = 1
background_block_ids = 101
background_block_names = 'F1_QUAD'
ring_radii = '13.8'
ring_intervals = '5'
ring_block_ids = '100 101'
ring_block_names = 'F1 F1_QUAD'
preserve_volumes = off
quad_center_elements = false
[]
[Core_CM]
type = PatternedHexMeshGenerator
inputs = 'F1_1 F1_2'
# Pattern ID 0 1
pattern_boundary = none
pattern = '0 0 0 0 0;
0 0 1 1 0 0;
0 1 0 0 0 1 0;
0 1 0 0 0 0 1 0;
0 0 0 0 0 0 0 0 0;
0 1 0 0 0 0 1 0;
0 1 0 0 0 1 0;
0 0 1 1 0 0;
0 0 0 0 0'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_coarse.i)Same as the fine mesh, this full core mesh is trimmed to a 1/12th geometry and scaled to meters:
Listing 7: Mesh blocks trimming full-core coarse mesh to 1/12th geometry and scaling to meters
[Mesh]
[half_CM]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core_CM
new_boundary = bottom
[]
[twelfth_CM]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half_CM
new_boundary = topleft
[]
[trim_CM]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth_CM
new_boundary = right
[]
[scale_CM]
type = TransformGenerator
input = trim_CM
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_coarse.i)The resulting coarse mesh is shown in Figure 2.

Figure 2: Coarse mesh used for control drum rotation transient
Materials
Cross Sections
Serpent (v. 2.1.32) was used to generate the multigroup cross sections for the SiMBA problem. The ENDF/B-VIII.0 continuous energy library was utilized to leverage the scattering libraries, which was then converted into an 11-group structure to perform the calculations. The cross sections were parametrized with respect to three variables: (1) fuel temperature; (2) moderator, monolith, heat pipe, and reflector temperature; and (3) control drum angle. The grid points selected can be seen in the multigroup cross-section library file:
Listing 8: Cross section tabulation grid
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
(microreactors/drum_rotation/empire_core_modified_11G_CD.xml)The cross sections are then loaded and applied to neutronics materials, namely CoupledFeedbackNeutronicsMaterial
. Auxiliary variables are also added that represent the grid variables.
Listing 9: Neutronics materials
[AuxVariables]
[Tfuel]
# fuel temperature
initial_condition = 1000
[]
[Tmod]
# moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD]
# drum angle (0 = fully in, 180 = fully out)
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)Note the exception for the material type in the drum region. Here, we use CoupledFeedbackRoddedNeutronicsMaterial
, which is material specifically for dealing with control drum and rod movement. The position of the drum is controlled by the front_position_function
parameter, which accepts the name of a MOOSE Function
dependent on time. Typically, three functions are defined: (1) the offset between what the actual position and what the user defines as the position, (2) a user-defined position as a function of time, and (3) combining the offset and position. For the steady-state input, is function is constant:
Listing 10: Defining control drum position
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)It is often useful debug the offset by creating a simplified input that has drum position outputted to exodus. This can be done using the following debug option:
Listing 11: Debug option for outputting drum position
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)Thermal Properties
The following lists the thermal properties used for this model:
Table 2: Thermal properties
Region | Density (kg/m) | Conductivity (W/m-K) | Specific Heat Capacity (J/kg-K) |
---|---|---|---|
Fuel | 14,300 | 19 | 300 |
Moderator | 4,300 | 20 | 300 |
Monolith | 1,800 | 70 | 1,830 |
Reflector | 1,853.76 | 200 | 1,825 |
Absorber | 2,520 | 20 | 1,000 |
These properties are applied using HeatConductionMaterial
and Density
:
Listing 12: Thermal materials
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
(microreactors/drum_rotation/thermal_ss.i)Since the materials in the drum region change based on the position of the control drum, GenericFunctionMaterial
is used to manually set these properties. Based on the position (provided by a post-processor values), these functions define whether a supplied (x,y) location is outside or inside the absorber region and output the appropriate property value:
Listing 13: Functions for thermal properties in drum region
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
(microreactors/drum_rotation/thermal_ss.i)Physics
Neutronics Physics
For this model, DFEM-SN discretization is used for the neutronics. The angular quadrature uses Gauss-Chebyshev collocation with one polar angle and three azimuthal. There are six delayed neutron precursors (evident from multigroup cross-section library) and first-order scattering. The physics for the neutronics is setup using the TransportSystems
syntax in Griffin:
Listing 14: Defining the physics in the neutronics input
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)The initial power for this model is 2 MWth. Due to the 1/12th 2D geometry, this power equations to 83 kW/m in the simulation. The PowerDensity
syntax in griffin adds an auxiliary variable for the computed power density field:
Listing 15: Power density evaluation
[PowerDensity]
power = '${fparse 2e6 / 12 / 2}' # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)Thermal Physics
The heat conduction problem is only solved on the solid portions of the domain, i.e. excluding heat pipes, air, and moderator gaps. As such the system variable is restricted to these blocks, which requires removing some default checks in the problem:
Listing 16: Block restricted variable in thermal input
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
(microreactors/drum_rotation/thermal_ss.i)The volumetric kernels are quite simple, including heat conduction in the solid regions and a source applied in the fuel region from the power density:
Listing 17: Thermal input volumetric kernels
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
(microreactors/drum_rotation/thermal_ss.i)In order to capture the heat transfer into the heat pipes and between the moderator gaps, a few side sets are added to the mesh:
Listing 18: Side sets added to thermal mesh for boundary and gap heat transfer
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
(microreactors/drum_rotation/thermal_ss.i)The convective heat transfer into the heat pipes is applied as a boundary condition, while the moderator gaps use GapHeatTransfer
:
Listing 19: Side-set heat transfer
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
(microreactors/drum_rotation/thermal_ss.i)Coupling
The coupling between the neutronics and thermal inputs utilize the MultiApps
and Transfers
systems. For this model, the neutronics serves as the main application. For steady-state, the thermal sub-application is defined as a FullSolveMultiApp
:
Listing 20: Steady-state multiapp block
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)Power density and drum position are transferred to the sub-application and temperatures are retrieved. Power density simply uses a MultiAppCopyTransfer
, which directly copies the degrees of freedom of the variable from the main application to the sub-application. The drum position is computed as a post-processor, where the data is transferred via MultiAppReporterTransfer
. Since the cross sections are tabulated with separate temperatures for fuel and non-fuel. However, these variables must be defined everywhere in order to evaluate the cross sections. To do this, we use MultiAppGeneralFieldNearestLocationTransfer
that is block restricted on the sub-application side. This transfer will then do a direct degree a freedom transfer for Tfuel
in the fuel region and extrapolate from the nearest node in the non-fuel region. The same goes for Tmod
in the non-fuel vs. fuel regions.
Listing 21: Variable transfers
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)Solvers
Griffin utilizes a customized executioner for DFEM-SN systems known as SweepUpdate
. See this Griffin tutorial for more details on the methodology.
Listing 22: Griffin executioner for steady-state DFEM-SN with CMFD
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)The thermal application simply uses the traditional Steady
executioner, which specifies using AMG to speed up convergence.
Listing 23: Executioner for steady-state thermal problem
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
(microreactors/drum_rotation/thermal_ss.i)Transient
Initial Conditions
For this model, the initial condition comes from the steady-state solution. This solution is written to a file and loaded in the transient simulation using SolutionVectorFile
and TransportSolutionVectorFile
. The steady-state solution is written by adding the user-objects to the steady-state inputs, with the important parameter specification: execute_on = FINAL
.
Listing 24: Writing steady-state neutronics solution to a file
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)Listing 25: Writing steady-state thermal solution to a file
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
(microreactors/drum_rotation/thermal_ss.i)The files are loaded with the same objects (must also be the same name) with parameters: writing = false
and execute_on = INITIAL
.
Listing 26: Loading steady-state neutronics solution from file
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
writing = false
execute_on = initial
[]
[neutronics_adjoint]
type = TransportSolutionVectorFile
folder = 'binary_90'
transport_system = sn
writing = false
load_to_adjoint = true
disable_eigenvalue_transfer = true
execute_on = initial
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
writing = false
execute_on = initial
[]
[]
(microreactors/drum_rotation/neutronics_transient.i)Listing 27: Loading steady-state thermal solution from file
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
writing = false
execute_on = initial
[]
[]
(microreactors/drum_rotation/thermal_transient.i)Adjoint Problem
In order to compute point-kinetics parameters, like dynamic reactivity and mean generation time, Griffin requires the computation of an adjoint solution. This is done by running the adjoint version of the steady-state neutronics input. There adjoint input is basically the same as the forward input, with a couple key difference. First, the problem is de-coupled, so there are MultiApps
or Transfers
and the thermal solution is loaded from forward solution file. Second, TransportSystems
must have the parameter for_adjoint = true
set.
Listing 28: Neutronics adjoint problem
[UserObjects]
[neutronics_adjoint]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
folder = 'binary_90'
var = 'Tfuel Tmod'
writing = false
execute_on = initial
[]
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
for_adjoint = true
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
[]
[]
(microreactors/drum_rotation/neutronics_adjoint.i)Neutronics Transient
The transient input for neutronics is largely identical to the steady-state version. The following presents the key differences. First, equation_type = transient
in the TransportSystems
block must be set. Second, function describing the control drum position now depends on time. Third, the multi-app for the thermal sub-application is now a TransientMultiApp
.
Listing 29: Changes for neutronics transient input
[TransportSystems]
equation_type = transient
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
dnp_amp_scheme = quadrature
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_linear]
type = ParsedFunction
expression = 'if(t <= t_out, pos_start + speed * t, (pos_start + speed * t_out) - speed * (t - t_out))'
symbol_names = 't_out pos_start speed'
symbol_values = '${t_out} ${pos_start} ${speed}'
[]
[drum_position]
type = ParsedFunction
expression = 'if(drum_linear < 0, 0, if(drum_linear > 180, 180, drum_linear))'
symbol_names = 'drum_linear'
symbol_values = 'drum_linear'
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[MultiApps]
[bison]
type = TransientMultiApp
input_files = thermal_transient.i
execute_on = 'timestep_end'
[]
[]
(microreactors/drum_rotation/neutronics_transient.i)Finally, the executioner is changed to IQSSweepUpdate
, which utilized the improved quasi-static method (IQS). The algorithm this executioner implements is described in detail in Prince et al. (2023). The pke_param_csv = true
parameter triggers an output of point kinetics parameters and output_micro_csv = true
outputs the detailed power profile of the transient.
Listing 30: Neutronics solver using IQS
[Executioner]
type = IQSSweepUpdate
pke_param_csv = true
output_micro_csv = true
end_time = 5
dt = '${fparse angle_step / speed * dstep}'
dtmin = 0.001
richardson_rel_tol = 1e-4
richardson_abs_tol = 5e-5
richardson_max_its = 200
richardson_value = integrated_power
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
(microreactors/drum_rotation/neutronics_transient.i)Thermal Transient
Again, the transient input of the thermal model is largely the same as the steady-state input. First, the time derivative is added to the volumetric kernels. Second, the executioner type is changed to Transient
. Note that the time stepping scheme is not included in this input, since it will be defined by the main neutronics application.
Listing 31: Changes for thermal transient input
[Kernels]
[time_derivative]
type = HeatConductionTimeDerivative
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[Executioner]
type = Transient
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
(microreactors/drum_rotation/thermal_transient.i)Running Model
This model can be run using a Griffin executable, or any application built with Griffin (BlueCRAB, Direwolf, etc.). The simulations scale decently well, so either a workstation or HPC can be used. The following presents the commands used to run the model and produce results. They must be executed in this order and with the same number of processors. Run times are presented at various processor counts, which were obtained by running the simulations on the INL Sawtooth cluster.
First is building the meshes, which must be run in this order, which produces drum_in.e
, empire_2d_CD_fine_in.e
, and empire_2d_CD_coarse_in.e
:
griffin-opt -i drum.i --mesh-only
griffin-opt -i empire_2d_CD_fine.i --mesh-only
griffin-opt -i empire_2d_CD_coarse.i --mesh-only
Second is the coupled steady-state calculation, which produces neutronics_eigenvalue_out.e
and neutronics_eigenvalue_out_bison0.e
:
mpiexec -n <n> griffin-opt -i neutronics_eigenvalue.i
Table 3: Run times for steady-state simulation on various processors
Processors (<n> ) | Run-time (s) |
---|---|
4 | 572 |
8 | 324 |
16 | 184 |
32 | 122 |
48 | 94 |
Third is the adjoint neutronics calculation:
mpiexec -n <n> griffin-opt -i neutronics_adjoint.i
Table 4: Run times for adjoint simulation on various processors
Processors (<n> ) | Run-time (s) |
---|---|
4 | 96 |
8 | 57 |
16 | 34 |
32 | 22 |
48 | 17 |
Finally, the coupled transient can be run, which produces several output files which can be postprocessed:
neutronics_transient_out.e
: Contains neutronics-evaluated quantities like power density and scalar flux shape. Note that the scalar flux shape must be scaled by the power scaling factor and IQS amplitude to retrieve the actual flux.neutronics_transient_out_bison0.e
: Contains thermal-evaluated quantities such as the temperature field.neutronics_transient_out.csv
: Contains global neutronics-evaluated quantities, like power.neutronics_transient_out_bison0.csv
: Contains global thermal-evaluated quantities, like average and max temperatures.neutronics_transient_out_pke_params.csv
: Contains point-kinetics parameters, like reactivity.neutronics_transient_out_micro_power.csv
: Contains the flux amplitude, which can be used obtain a detailed temporal profile of the power.
mpiexec -n <n> griffin-opt -i neutronics_transient.i
Table 5: Run times for adjoint simulation on various processors
Processors (<n> ) | Run-time (min) |
---|---|
4 | 405 |
8 | 216 |
16 | 121 |
32 | 75 |
48 | 59 |
Results
The initial temperature and power profile are shown in Figure 3. The full transient profile of power, average and maximum temperatures, and reactivity are shown in Figure 4. These plots show that during the first second, the transient is purely kinetics driven as reactivity from rotating the control drum is inserted into the core. Maximum power is reached around 1.25 seconds. The core temperatures rise significantly at this point, causing the power to drop due to the negative temperature feedback in the fuel, even while the drum is still rotating outward. The power drops exponentially as the drums are rotated back inward, causing the temperatures to flatten and eventually drop due to heat removal. The spatial profile of the power density and temperature during the transient are shown in Figure 5.

Figure 3: Initial power and temperature profile

Figure 4: Values of selected quantities over simulated transient for control drum rotation.
Figure 5: Power density and temperature fields over transient
References
- Christopher Matthews, Vincent Laboure, Mark DeHart, Joshua Hansel, David Andrs, Yaqi Wang, Javier Ortensi, and Richard C Martineau.
Coupled multiphysics simulations of heat pipe microreactors using direwolf.
Nuclear Technology, 207(7):1142–1162, 2021.[BibTeX]
@article{matthews2021coupled, author = "Matthews, Christopher and Laboure, Vincent and DeHart, Mark and Hansel, Joshua and Andrs, David and Wang, Yaqi and Ortensi, Javier and Martineau, Richard C", title = "Coupled multiphysics simulations of heat pipe microreactors using DireWolf", journal = "Nuclear Technology", volume = "207", number = "7", pages = "1142--1162", year = "2021", publisher = "Taylor \\& Francis" }
- Zachary Prince, Joshua Hanophy, Vincent Labouré, Yaqi Wang, Logan Harbour, and Namjae Choi.
Neutron transport methods for multiphysics heterogeneous reactor core simulation in griffin.
Submitted to Annals of Nuclear Energy, 2023.[BibTeX]
@article{Prince2023Neutron, author = "Prince, Zachary and Hanophy, Joshua and Labour\'e, Vincent and Wang, Yaqi and Harbour, Logan and Choi, Namjae", title = "Neutron Transport Methods for Multiphysics Heterogeneous Reactor Core Simulation in Griffin", year = "2023", journal = "Submitted to Annals of Nuclear Energy" }
- Sebastian Schunert, Yaqi Wang, Javier Ortensi, Vincent Laboure, Frederick Gleicher, Mark DeHart, and Richard Martineau.
Control rod treatment for FEM based radiation transport methods.
Annals of Nuclear Energy, 127:293–302, May 2019.
doi:10.1016/j.anucene.2018.11.054.[BibTeX]
@article{Schunert2019Control, author = "Schunert, Sebastian and Wang, Yaqi and Ortensi, Javier and Laboure, Vincent and Gleicher, Frederick and DeHart, Mark and Martineau, Richard", doi = "10.1016/j.anucene.2018.11.054", journal = "Annals of Nuclear Energy", month = "May", pages = "293--302", publisher = "Elsevier {BV}", title = "Control rod treatment for {FEM} based radiation transport methods", volume = "127", year = "2019" }
- Stefano Terlizzi and Vincent Labouré.
Asymptotic hydrogen redistribution analysis in yttrium-hydride-moderated heat-pipe-cooled microreactors using direwolf.
Annals of Nuclear Energy, 186:109735, 2023.
URL: https://www.sciencedirect.com/science/article/pii/S0306454923000543, doi:https://doi.org/10.1016/j.anucene.2023.109735.[BibTeX]
@article{Terlizzi2023Asymptotic, author = "Terlizzi, Stefano and Labour\'e, Vincent", title = "Asymptotic hydrogen redistribution analysis in yttrium-hydride-moderated heat-pipe-cooled microreactors using DireWolf", journal = "Annals of Nuclear Energy", volume = "186", pages = "109735", year = "2023", issn = "0306-4549", doi = "https://doi.org/10.1016/j.anucene.2023.109735", url = "https://www.sciencedirect.com/science/article/pii/S0306454923000543" }
- A. Yamamoto.
A simple and efficient control rod cusping model for three-dimensional pin-by-pin core calculations.
Nuclear Technology, 2004.[BibTeX]
@article{Yamamoto2004Simple, author = "Yamamoto, A.", journal = "Nuclear Technology", title = "A Simple and Efficient Control Rod Cusping Model for Three-Dimensional Pin-by-Pin Core Calculations", volume = "145", year = "2004" }
(microreactors/drum_rotation/empire_2d_CD_fine.i)
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[FUEL_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '1 2'
ring_block_names = 'FUEL FUEL_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[MOD_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '0.975 1'
ring_intervals = '3 1'
ring_block_ids = '3 4 5'
ring_block_names = 'MOD MOD_QUAD MGAP'
preserve_volumes = on
quad_center_elements = false
[]
[HPIPE_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '6 7'
ring_block_names = 'HPIPE HPIPE_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[AIRHOLE_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 3
background_block_ids = '20 21'
background_block_names = 'AIRHOLE AIRHOLE_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[REFL_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 2
background_block_ids = '14 15'
background_block_names = 'REFL REFL_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[Assembly_1]
type = PatternedHexMeshGenerator
inputs = 'MOD_pin HPIPE_pin FUEL_pin'
# Pattern ID 0 1 2
background_intervals = 1
background_block_id = '8'
background_block_name = 'MONOLITH'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'1 0 1 0 1 0 1 0 1;
0 2 2 2 2 2 2 2 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 2 2 2 2 2 2 2 0;
1 0 1 0 1 0 1 0 1'
[]
[AIRHOLE]
type = PatternedHexMeshGenerator
inputs = 'AIRHOLE_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '21'
background_block_name = 'AIRHOLE_QUAD'
duct_sizes ='16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[REFL]
type = PatternedHexMeshGenerator
inputs = 'REFL_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '15'
background_block_name = 'REFL_QUAD'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[cd_0]
type = HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
meshes_to_adapt_to = 'Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1'
sides_to_adapt = '0 1 2 3 4 5'
num_sectors_per_side = '8 8 8 8 8 8'
hexagon_size = 16.1765
background_intervals = 3
background_block_ids = 11
background_block_names = 'CRREFL_QUAD'
ring_radii = '13.8 14.8'
ring_intervals = '5 3'
ring_block_ids = '10 11 13'
ring_block_names = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
preserve_volumes = true
is_control_drum = true
# quad_center_elements = true
# center_quad_factor = 0.1
[]
[Core]
type = PatternedHexMeshGenerator
inputs = 'Assembly_1 Assembly_1 Assembly_1 AIRHOLE REFL cd_0'
# Pattern ID 0 1 2 3 4 5
generate_core_metadata = true
pattern_boundary = none
pattern =
'4 4 4 4 4;
4 4 5 5 4 4;
4 5 1 2 1 5 4;
4 5 2 0 0 2 5 4;
4 4 1 0 3 0 1 4 4;
4 5 2 0 0 2 5 4;
4 5 1 2 1 5 4;
4 4 5 5 4 4;
4 4 4 4 4'
[]
[half]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core
[]
[twelfth]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half
[]
[trim]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth
[]
[scale]
type = TransformGenerator
input = trim
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum]
type = FileMeshGenerator
file = drum_in.e
[]
[drum_insert]
type = XYDelaunayGenerator
boundary = cd_0
holes = 'drum'
stitch_holes = true
refine_holes = false
[]
[drum_scale]
type = TransformGenerator
input = drum_insert
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum_rotate]
type = TransformGenerator
input = drum_scale
transform = ROTATE
vector_value = '0 0 30'
[]
[drum_move]
type = TransformGenerator
input = drum_rotate
transform = TRANSLATE
vector_value = '${x_center} ${y_center} 0'
[]
[drum_blocks]
type = RenameBlockGenerator
input = drum_move
old_block = '0'
new_block = '10'
[]
[drum_boundary]
type = SideSetsAroundSubdomainGenerator
input = drum_blocks
block = 10
new_boundary = 'drum_outer'
include_only_external_sides = true
[]
[drum_remove]
type = BlockDeletionGenerator
input = scale
block = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
new_boundary = 'drum_inner'
[]
[stitch]
type = StitchedMeshGenerator
inputs = 'drum_boundary drum_remove'
stitch_boundaries_pairs = 'drum_outer drum_inner'
clear_stitched_boundary_ids = false
[]
[bottom_boundary]
type = SideSetsFromNormalsGenerator
input = stitch
normals = '0 -1 0'
new_boundary = 'bottom'
[]
[topleft_boundary]
type = SideSetsFromNormalsGenerator
input = bottom_boundary
normals = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
new_boundary = 'topleft'
[]
[right_boundary]
type = SideSetsFromNormalsGenerator
input = topleft_boundary
normals = '84.0556 48.5295 0'
new_boundary = 'right'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_fine.i)
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[FUEL_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '1 2'
ring_block_names = 'FUEL FUEL_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[MOD_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '0.975 1'
ring_intervals = '3 1'
ring_block_ids = '3 4 5'
ring_block_names = 'MOD MOD_QUAD MGAP'
preserve_volumes = on
quad_center_elements = false
[]
[HPIPE_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '6 7'
ring_block_names = 'HPIPE HPIPE_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[AIRHOLE_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 3
background_block_ids = '20 21'
background_block_names = 'AIRHOLE AIRHOLE_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[REFL_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 2
background_block_ids = '14 15'
background_block_names = 'REFL REFL_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[Assembly_1]
type = PatternedHexMeshGenerator
inputs = 'MOD_pin HPIPE_pin FUEL_pin'
# Pattern ID 0 1 2
background_intervals = 1
background_block_id = '8'
background_block_name = 'MONOLITH'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'1 0 1 0 1 0 1 0 1;
0 2 2 2 2 2 2 2 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 2 2 2 2 2 2 2 0;
1 0 1 0 1 0 1 0 1'
[]
[AIRHOLE]
type = PatternedHexMeshGenerator
inputs = 'AIRHOLE_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '21'
background_block_name = 'AIRHOLE_QUAD'
duct_sizes ='16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[REFL]
type = PatternedHexMeshGenerator
inputs = 'REFL_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '15'
background_block_name = 'REFL_QUAD'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[cd_0]
type = HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
meshes_to_adapt_to = 'Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1'
sides_to_adapt = '0 1 2 3 4 5'
num_sectors_per_side = '8 8 8 8 8 8'
hexagon_size = 16.1765
background_intervals = 3
background_block_ids = 11
background_block_names = 'CRREFL_QUAD'
ring_radii = '13.8 14.8'
ring_intervals = '5 3'
ring_block_ids = '10 11 13'
ring_block_names = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
preserve_volumes = true
is_control_drum = true
# quad_center_elements = true
# center_quad_factor = 0.1
[]
[Core]
type = PatternedHexMeshGenerator
inputs = 'Assembly_1 Assembly_1 Assembly_1 AIRHOLE REFL cd_0'
# Pattern ID 0 1 2 3 4 5
generate_core_metadata = true
pattern_boundary = none
pattern =
'4 4 4 4 4;
4 4 5 5 4 4;
4 5 1 2 1 5 4;
4 5 2 0 0 2 5 4;
4 4 1 0 3 0 1 4 4;
4 5 2 0 0 2 5 4;
4 5 1 2 1 5 4;
4 4 5 5 4 4;
4 4 4 4 4'
[]
[half]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core
[]
[twelfth]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half
[]
[trim]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth
[]
[scale]
type = TransformGenerator
input = trim
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum]
type = FileMeshGenerator
file = drum_in.e
[]
[drum_insert]
type = XYDelaunayGenerator
boundary = cd_0
holes = 'drum'
stitch_holes = true
refine_holes = false
[]
[drum_scale]
type = TransformGenerator
input = drum_insert
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum_rotate]
type = TransformGenerator
input = drum_scale
transform = ROTATE
vector_value = '0 0 30'
[]
[drum_move]
type = TransformGenerator
input = drum_rotate
transform = TRANSLATE
vector_value = '${x_center} ${y_center} 0'
[]
[drum_blocks]
type = RenameBlockGenerator
input = drum_move
old_block = '0'
new_block = '10'
[]
[drum_boundary]
type = SideSetsAroundSubdomainGenerator
input = drum_blocks
block = 10
new_boundary = 'drum_outer'
include_only_external_sides = true
[]
[drum_remove]
type = BlockDeletionGenerator
input = scale
block = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
new_boundary = 'drum_inner'
[]
[stitch]
type = StitchedMeshGenerator
inputs = 'drum_boundary drum_remove'
stitch_boundaries_pairs = 'drum_outer drum_inner'
clear_stitched_boundary_ids = false
[]
[bottom_boundary]
type = SideSetsFromNormalsGenerator
input = stitch
normals = '0 -1 0'
new_boundary = 'bottom'
[]
[topleft_boundary]
type = SideSetsFromNormalsGenerator
input = bottom_boundary
normals = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
new_boundary = 'topleft'
[]
[right_boundary]
type = SideSetsFromNormalsGenerator
input = topleft_boundary
normals = '84.0556 48.5295 0'
new_boundary = 'right'
[]
[]
(microreactors/drum_rotation/drum.i)
[Mesh]
[drum]
type = ConcentricCircleMeshGenerator
num_sectors = 450
radii = '13.8 14.8'
rings = '1 3'
preserve_volumes = true
has_outer_square = false
portion = top_half
[]
[rename_drum]
type = RenameBlockGenerator
input = drum
old_block = 2
new_block = 13
[]
[remove_inner]
type = BlockDeletionGenerator
input = rename_drum
block = 1
new_boundary = 'boundary_to_fill'
[]
[inner]
type = ConcentricCircleMeshGenerator
num_sectors = 50
radii = '11 14.8'
rings = '1 3'
preserve_volumes = false
has_outer_square = false
portion = top_half
[]
[rename_inner]
type = RenameBlockGenerator
input = inner
old_block = 1
new_block = 11
[]
[remove_outer]
type = BlockDeletionGenerator
input = rename_inner
block = 2
new_boundary = 'boundary_to_fill'
[]
[fill]
type = FillBetweenSidesetsGenerator
input_mesh_1 = remove_inner
input_mesh_2 = remove_outer
boundary_1 = boundary_to_fill
boundary_2 = boundary_to_fill
num_layers = 5
[]
[remove_boundaries]
type = BoundaryDeletionGenerator
input = fill
boundary_names = 'outer bottom'
[]
[add_bottom_boundary]
type = SideSetsFromNormalsGenerator
input = remove_boundaries
normals = '0 -1 0'
new_boundary = sym
[]
[mirror]
type = SymmetryTransformGenerator
input = add_bottom_boundary
mirror_normal_vector = '0 -1 0'
mirror_point = '0 0 0'
[]
[stitch]
type = StitchedMeshGenerator
inputs = 'add_bottom_boundary mirror'
stitch_boundaries_pairs = 'sym sym'
clear_stitched_boundary_ids = true
[]
[rename_block]
type = RenameBlockGenerator
input = stitch
old_block = 1
new_block = 10
[]
[]
(microreactors/drum_rotation/empire_2d_CD_fine.i)
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[FUEL_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '1 2'
ring_block_names = 'FUEL FUEL_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[MOD_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '0.975 1'
ring_intervals = '3 1'
ring_block_ids = '3 4 5'
ring_block_names = 'MOD MOD_QUAD MGAP'
preserve_volumes = on
quad_center_elements = false
[]
[HPIPE_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '6 7'
ring_block_names = 'HPIPE HPIPE_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[AIRHOLE_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 3
background_block_ids = '20 21'
background_block_names = 'AIRHOLE AIRHOLE_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[REFL_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 2
background_block_ids = '14 15'
background_block_names = 'REFL REFL_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[Assembly_1]
type = PatternedHexMeshGenerator
inputs = 'MOD_pin HPIPE_pin FUEL_pin'
# Pattern ID 0 1 2
background_intervals = 1
background_block_id = '8'
background_block_name = 'MONOLITH'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'1 0 1 0 1 0 1 0 1;
0 2 2 2 2 2 2 2 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 2 2 2 2 2 2 2 0;
1 0 1 0 1 0 1 0 1'
[]
[AIRHOLE]
type = PatternedHexMeshGenerator
inputs = 'AIRHOLE_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '21'
background_block_name = 'AIRHOLE_QUAD'
duct_sizes ='16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[REFL]
type = PatternedHexMeshGenerator
inputs = 'REFL_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '15'
background_block_name = 'REFL_QUAD'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[cd_0]
type = HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
meshes_to_adapt_to = 'Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1'
sides_to_adapt = '0 1 2 3 4 5'
num_sectors_per_side = '8 8 8 8 8 8'
hexagon_size = 16.1765
background_intervals = 3
background_block_ids = 11
background_block_names = 'CRREFL_QUAD'
ring_radii = '13.8 14.8'
ring_intervals = '5 3'
ring_block_ids = '10 11 13'
ring_block_names = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
preserve_volumes = true
is_control_drum = true
# quad_center_elements = true
# center_quad_factor = 0.1
[]
[Core]
type = PatternedHexMeshGenerator
inputs = 'Assembly_1 Assembly_1 Assembly_1 AIRHOLE REFL cd_0'
# Pattern ID 0 1 2 3 4 5
generate_core_metadata = true
pattern_boundary = none
pattern =
'4 4 4 4 4;
4 4 5 5 4 4;
4 5 1 2 1 5 4;
4 5 2 0 0 2 5 4;
4 4 1 0 3 0 1 4 4;
4 5 2 0 0 2 5 4;
4 5 1 2 1 5 4;
4 4 5 5 4 4;
4 4 4 4 4'
[]
[half]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core
[]
[twelfth]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half
[]
[trim]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth
[]
[scale]
type = TransformGenerator
input = trim
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum]
type = FileMeshGenerator
file = drum_in.e
[]
[drum_insert]
type = XYDelaunayGenerator
boundary = cd_0
holes = 'drum'
stitch_holes = true
refine_holes = false
[]
[drum_scale]
type = TransformGenerator
input = drum_insert
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum_rotate]
type = TransformGenerator
input = drum_scale
transform = ROTATE
vector_value = '0 0 30'
[]
[drum_move]
type = TransformGenerator
input = drum_rotate
transform = TRANSLATE
vector_value = '${x_center} ${y_center} 0'
[]
[drum_blocks]
type = RenameBlockGenerator
input = drum_move
old_block = '0'
new_block = '10'
[]
[drum_boundary]
type = SideSetsAroundSubdomainGenerator
input = drum_blocks
block = 10
new_boundary = 'drum_outer'
include_only_external_sides = true
[]
[drum_remove]
type = BlockDeletionGenerator
input = scale
block = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
new_boundary = 'drum_inner'
[]
[stitch]
type = StitchedMeshGenerator
inputs = 'drum_boundary drum_remove'
stitch_boundaries_pairs = 'drum_outer drum_inner'
clear_stitched_boundary_ids = false
[]
[bottom_boundary]
type = SideSetsFromNormalsGenerator
input = stitch
normals = '0 -1 0'
new_boundary = 'bottom'
[]
[topleft_boundary]
type = SideSetsFromNormalsGenerator
input = bottom_boundary
normals = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
new_boundary = 'topleft'
[]
[right_boundary]
type = SideSetsFromNormalsGenerator
input = topleft_boundary
normals = '84.0556 48.5295 0'
new_boundary = 'right'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_fine.i)
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[FUEL_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '1 2'
ring_block_names = 'FUEL FUEL_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[MOD_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '0.975 1'
ring_intervals = '3 1'
ring_block_ids = '3 4 5'
ring_block_names = 'MOD MOD_QUAD MGAP'
preserve_volumes = on
quad_center_elements = false
[]
[HPIPE_pin]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 1
background_block_ids = '8'
background_block_names = 'MONOLITH'
polygon_size = 1.075
polygon_size_style = 'apothem'
ring_radii = '1.0'
ring_intervals = '3'
ring_block_ids = '6 7'
ring_block_names = 'HPIPE HPIPE_QUAD'
preserve_volumes = on
quad_center_elements = false
[]
[AIRHOLE_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 3
background_block_ids = '20 21'
background_block_names = 'AIRHOLE AIRHOLE_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[REFL_CELL]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 2
background_block_ids = '14 15'
background_block_names = 'REFL REFL_QUAD'
polygon_size = 1.075
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[Assembly_1]
type = PatternedHexMeshGenerator
inputs = 'MOD_pin HPIPE_pin FUEL_pin'
# Pattern ID 0 1 2
background_intervals = 1
background_block_id = '8'
background_block_name = 'MONOLITH'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'1 0 1 0 1 0 1 0 1;
0 2 2 2 2 2 2 2 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 2 1 2 1 2 1 2 1 2 1;
0 2 0 2 0 2 0 2 2 0 2 0 2 0 2 0;
1 2 1 2 1 2 1 0 1 2 1 2 1 2 1;
0 2 0 2 0 2 2 2 2 0 2 0 2 0;
1 2 1 2 1 0 1 0 1 2 1 2 1;
0 2 0 2 2 2 2 2 2 0 2 0;
1 2 1 0 1 0 1 0 1 2 1;
0 2 2 2 2 2 2 2 2 0;
1 0 1 0 1 0 1 0 1'
[]
[AIRHOLE]
type = PatternedHexMeshGenerator
inputs = 'AIRHOLE_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '21'
background_block_name = 'AIRHOLE_QUAD'
duct_sizes ='16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[REFL]
type = PatternedHexMeshGenerator
inputs = 'REFL_CELL'
# Pattern ID 0
background_intervals = 1
background_block_id = '15'
background_block_name = 'REFL_QUAD'
duct_sizes = '16.0765'
duct_sizes_style = 'apothem'
duct_block_ids = '22'
duct_block_names = 'AIR'
duct_intervals = 1
hexagon_size = '16.1765'
pattern =
'0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0 0;
0 0 0 0 0 0 0 0 0'
[]
[cd_0]
type = HexagonConcentricCircleAdaptiveBoundaryMeshGenerator
meshes_to_adapt_to = 'Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1 Assembly_1'
sides_to_adapt = '0 1 2 3 4 5'
num_sectors_per_side = '8 8 8 8 8 8'
hexagon_size = 16.1765
background_intervals = 3
background_block_ids = 11
background_block_names = 'CRREFL_QUAD'
ring_radii = '13.8 14.8'
ring_intervals = '5 3'
ring_block_ids = '10 11 13'
ring_block_names = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
preserve_volumes = true
is_control_drum = true
# quad_center_elements = true
# center_quad_factor = 0.1
[]
[Core]
type = PatternedHexMeshGenerator
inputs = 'Assembly_1 Assembly_1 Assembly_1 AIRHOLE REFL cd_0'
# Pattern ID 0 1 2 3 4 5
generate_core_metadata = true
pattern_boundary = none
pattern =
'4 4 4 4 4;
4 4 5 5 4 4;
4 5 1 2 1 5 4;
4 5 2 0 0 2 5 4;
4 4 1 0 3 0 1 4 4;
4 5 2 0 0 2 5 4;
4 5 1 2 1 5 4;
4 4 5 5 4 4;
4 4 4 4 4'
[]
[half]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core
[]
[twelfth]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half
[]
[trim]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth
[]
[scale]
type = TransformGenerator
input = trim
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum]
type = FileMeshGenerator
file = drum_in.e
[]
[drum_insert]
type = XYDelaunayGenerator
boundary = cd_0
holes = 'drum'
stitch_holes = true
refine_holes = false
[]
[drum_scale]
type = TransformGenerator
input = drum_insert
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[drum_rotate]
type = TransformGenerator
input = drum_scale
transform = ROTATE
vector_value = '0 0 30'
[]
[drum_move]
type = TransformGenerator
input = drum_rotate
transform = TRANSLATE
vector_value = '${x_center} ${y_center} 0'
[]
[drum_blocks]
type = RenameBlockGenerator
input = drum_move
old_block = '0'
new_block = '10'
[]
[drum_boundary]
type = SideSetsAroundSubdomainGenerator
input = drum_blocks
block = 10
new_boundary = 'drum_outer'
include_only_external_sides = true
[]
[drum_remove]
type = BlockDeletionGenerator
input = scale
block = 'CRREFL CRREFL_QUAD CRREFL_DYNAMIC'
new_boundary = 'drum_inner'
[]
[stitch]
type = StitchedMeshGenerator
inputs = 'drum_boundary drum_remove'
stitch_boundaries_pairs = 'drum_outer drum_inner'
clear_stitched_boundary_ids = false
[]
[bottom_boundary]
type = SideSetsFromNormalsGenerator
input = stitch
normals = '0 -1 0'
new_boundary = 'bottom'
[]
[topleft_boundary]
type = SideSetsFromNormalsGenerator
input = bottom_boundary
normals = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
new_boundary = 'topleft'
[]
[right_boundary]
type = SideSetsFromNormalsGenerator
input = topleft_boundary
normals = '84.0556 48.5295 0'
new_boundary = 'right'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_coarse.i)
# input adapted from griffin/tests/moose_modules/reactor/empire_2d_coarse.i
[Mesh]
[F1_1]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 8
background_block_ids = '100 101'
background_block_names = 'F1 F1_QUAD'
duct_sizes ='14.8956'
duct_sizes_style = apothem
duct_block_ids = '101'
duct_block_names = 'F1_QUAD'
duct_intervals = 1
polygon_size = 16.1765
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[F1_2]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
polygon_size = 16.1765
polygon_size_style = 'apothem'
background_intervals = 1
background_block_ids = 101
background_block_names = 'F1_QUAD'
ring_radii = '13.8'
ring_intervals = '5'
ring_block_ids = '100 101'
ring_block_names = 'F1 F1_QUAD'
preserve_volumes = off
quad_center_elements = false
[]
[Core_CM]
type = PatternedHexMeshGenerator
inputs = 'F1_1 F1_2'
# Pattern ID 0 1
pattern_boundary = none
pattern =
'0 0 0 0 0;
0 0 1 1 0 0;
0 1 0 0 0 1 0;
0 1 0 0 0 0 1 0;
0 0 0 0 0 0 0 0 0;
0 1 0 0 0 0 1 0;
0 1 0 0 0 1 0;
0 0 1 1 0 0;
0 0 0 0 0'
[]
[half_CM]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core_CM
new_boundary = bottom
[]
[twelfth_CM]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half_CM
new_boundary = topleft
[]
[trim_CM]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth_CM
new_boundary = right
[]
[scale_CM]
type = TransformGenerator
input = trim_CM
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[]
(microreactors/drum_rotation/empire_2d_CD_coarse.i)
# input adapted from griffin/tests/moose_modules/reactor/empire_2d_coarse.i
[Mesh]
[F1_1]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
background_intervals = 8
background_block_ids = '100 101'
background_block_names = 'F1 F1_QUAD'
duct_sizes ='14.8956'
duct_sizes_style = apothem
duct_block_ids = '101'
duct_block_names = 'F1_QUAD'
duct_intervals = 1
polygon_size = 16.1765
polygon_size_style = 'apothem'
preserve_volumes = on
quad_center_elements = false
[]
[F1_2]
type = PolygonConcentricCircleMeshGenerator
num_sides = 6 # must be six to use hex pattern
num_sectors_per_side = '2 2 2 2 2 2'
polygon_size = 16.1765
polygon_size_style = 'apothem'
background_intervals = 1
background_block_ids = 101
background_block_names = 'F1_QUAD'
ring_radii = '13.8'
ring_intervals = '5'
ring_block_ids = '100 101'
ring_block_names = 'F1 F1_QUAD'
preserve_volumes = off
quad_center_elements = false
[]
[Core_CM]
type = PatternedHexMeshGenerator
inputs = 'F1_1 F1_2'
# Pattern ID 0 1
pattern_boundary = none
pattern =
'0 0 0 0 0;
0 0 1 1 0 0;
0 1 0 0 0 1 0;
0 1 0 0 0 0 1 0;
0 0 0 0 0 0 0 0 0;
0 1 0 0 0 0 1 0;
0 1 0 0 0 1 0;
0 0 1 1 0 0;
0 0 0 0 0'
[]
[half_CM]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '0 -1 0'
input = Core_CM
new_boundary = bottom
[]
[twelfth_CM]
type = PlaneDeletionGenerator
point = '0 0 0'
normal = '${fparse -cos(pi/3)} ${fparse sin(pi/3)} 0'
input = half_CM
new_boundary = topleft
[]
[trim_CM]
type = PlaneDeletionGenerator
point = '84.0556 48.5295 0'
normal = '84.0556 48.5295 0'
input = twelfth_CM
new_boundary = right
[]
[scale_CM]
type = TransformGenerator
input = trim_CM
transform = SCALE
vector_value = '0.01 0.01 0.01'
[]
[]
(microreactors/drum_rotation/empire_core_modified_11G_CD.xml)
<ISOXML>
<Multigroup_Cross_Section_Libraries Name="empire_core_modified_11G_CD" NGroup="11" Description="Modified heterogeneous empire core">
<Multigroup_Cross_Section_Library ID="1001" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Fission Absorption Scattering Transport Removal NeutronVelocity nuFission kappaFission FissionSpectrum DNFraction DNSpectrum DNPlambda</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308592 0.398747 0.557396 0.77552 0.927832 0.998163 0.96429 0.762454 0.938526 1.40146 2.19861</Total>
<Absorption>0.0199276 0.00812685 0.011169 0.0392575 0.133624 0.249784 0.305546 0.116509 0.279214 0.734342 1.51154</Absorption>
<Fission>0.0134924 0.00306744 0.00400283 0.0117827 0.0549264 0.0925203 0.0749433 0.0656347 0.21045 0.543894 1.16422</Fission>
<nuFission>0.0369112 0.00761233 0.00975908 0.0285875 0.132993 0.222752 0.181103 0.159838 0.512203 1.32196 2.82889</nuFission>
<kappaFission>4.448864644e-13 9.942491619e-14 1.297225435e-13 3.818502943e-13 1.780012301e-12 2.998326343e-12 2.428704518e-12 2.127038607e-12 6.820100875e-12 1.76260962e-11 3.772914156e-11</kappaFission>
<NeutronVelocity>1787211075 863058506.7 431972906.7 87703911.59 16868412.88 6361646.903 3422079.255 1936250.876 1044891.681 548389.9272 273658.4578</NeutronVelocity>
<Transport>0.212436 0.305842 0.499156 0.746238 0.909979 0.961269 0.946855 0.739531 0.911075 1.37294 2.11142</Transport>
<Removal>0.078423 0.023246 0.031273 0.046397 0.149887 0.281564 0.374085 0.146989 0.327805 0.783774 1.650963</Removal>
<FissionSpectrum>0.755474 0.211822 0.0279086 0.00479158 4.27259e-06 1.00124e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182634 0.60237 0.168946 0.0459592 7.7691e-05 1.27453e-05 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000216122 0.00121198 0.00122085 0.00286566 0.00135757 0.00056002</DNFraction>
<DNPlambda>0.0133689 0.0325038 0.121315 0.307977 0.869768 2.91748</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
9 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
9 11
9 11
</Profile>
<Value>
0.230169
0.0506259 0.375501
0.00743643 0.0148627 0.526123
0.000874925 0.000248548 0.0201338 0.729123
6.5806e-07 4.06153e-08 0 0.007087 0.777945
6.82624e-08 0 0 2.40717e-08 0.0162819 0.716599 0.000876261
0.0317592 0.590205 0.00100626
0.0678374 0.615465 0.00756973
0.0293439 0.610721 0.0210043 8.32283e-06
0.0415153 0.617686 0.135744
5.1862e-06 0.028036 0.547647
0.0956639
-0.00113818 0.086355
-1.37813e-05 -0.00234796 0.0589018
-8.6226e-06 -4.21115e-07 -0.00467294 0.023962
1.4268e-08 -2.33696e-08 0 -0.00215368 0.0223651
1.76957e-08 0 0 -2.30329e-08 -0.00506107 0.0262013 8.2269e-05
-0.00905325 0.0357786 8.85975e-05
-0.0184212 0.0251934 -2.88123e-05
-0.00816403 0.0267787 -0.00251803 -6.15217e-06
-0.00953424 0.0239567 -0.0183773
-3.65747e-06 -0.00491063 0.0339804
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308601 0.398757 0.55739 0.775552 0.927706 0.998837 0.964241 0.762636 0.939672 1.40152 2.19635</Total>
<Absorption>0.0199374 0.00812768 0.0111688 0.039282 0.133657 0.25011 0.305615 0.116669 0.280337 0.73437 1.50931</Absorption>
<Fission>0.0135004 0.00306744 0.00400281 0.0117975 0.054954 0.0925016 0.0747902 0.0657405 0.21139 0.544678 1.16373</Fission>
<nuFission>0.0369334 0.00761233 0.00975904 0.0286236 0.133058 0.222706 0.180732 0.160095 0.514492 1.32386 2.82769</nuFission>
<kappaFission>4.451502493e-13 9.942491619e-14 1.297218954e-13 3.823299284e-13 1.78090674e-12 2.997720328e-12 2.423742972e-12 2.130467292e-12 6.850563668e-12 1.765150347e-11 3.771326202e-11</kappaFission>
<NeutronVelocity>1787703105 863065955.5 431987835.2 87609402.24 16855589.73 6359543.13 3420686.258 1935153.022 1042919.256 547162.6879 273758.0964</NeutronVelocity>
<Transport>0.212404 0.305944 0.499307 0.746237 0.90985 0.961368 0.947576 0.739859 0.91193 1.37256 2.10845</Transport>
<Removal>0.078485 0.023214 0.031266 0.046458 0.149928 0.281937 0.373344 0.146938 0.329526 0.782971 1.648177</Removal>
<FissionSpectrum>0.75556 0.211682 0.0280048 0.00474816 4.76318e-06 9.94639e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.18284 0.602048 0.168023 0.0470364 5.23227e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000218153 0.00120985 0.00116394 0.00283584 0.00137478 0.000568188</DNFraction>
<DNPlambda>0.0133667 0.0324894 0.12128 0.307844 0.869067 2.91927</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230116
0.0507259 0.375543
0.00743988 0.0148384 0.526124
0.000869213 0.000250941 0.0201167 0.729094
4.14232e-07 4.09041e-08 0 0.00714111 0.777778
1.14482e-07 0 0 2.47635e-08 0.0163744 0.7169 0.000844099
0.0318293 0.590897 0.0010266
0.0673549 0.615698 0.00749236
0.0295213 0.610146 0.0204517 3.83511e-06
5.89547e-07 0.0422205 0.618549 0.136129
4.04644e-06 0.0283528 0.548173
0.0957308
-0.0011536 0.0863038
-2.84533e-05 -0.00233465 0.0587686
-9.34852e-06 -2.98721e-06 -0.00468109 0.0240095
6.57296e-08 -1.99534e-08 0 -0.00218832 0.0223891
8.63847e-08 0 0 -2.02375e-08 -0.00508987 0.026488 9.39928e-05
-0.00897182 0.0348908 0.000100049
-0.0183081 0.0249672 -7.64289e-05
-0.00815806 0.0269375 -0.0023384 -1.83272e-06
-4.58234e-07 -0.00952794 0.0243912 -0.0185069
-2.33153e-06 -0.0049123 0.0342001
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30861 0.398738 0.557386 0.775713 0.927784 0.998282 0.963735 0.762502 0.940676 1.40166 2.19294</Total>
<Absorption>0.0199423 0.00812725 0.011168 0.0393184 0.133721 0.249856 0.305128 0.116532 0.281321 0.734476 1.50596</Absorption>
<Fission>0.0135035 0.0030675 0.00400269 0.0118075 0.0550055 0.0925132 0.0749532 0.065668 0.212232 0.545772 1.16275</Fission>
<nuFission>0.0369434 0.0076125 0.00975876 0.028648 0.133182 0.222737 0.181126 0.159918 0.516541 1.32651 2.8253</nuFission>
<kappaFission>4.45252466e-13 9.942686097e-14 1.297180064e-13 3.826540055e-13 1.782575712e-12 2.998096252e-12 2.42902535e-12 2.128117768e-12 6.877850553e-12 1.768695697e-11 3.768150293e-11</kappaFission>
<NeutronVelocity>1787866110 863058506.7 431997166.1 87538845.36 16846020.63 6360190.297 3421212.888 1935231.667 1041162.354 545464.463 273964.3463</NeutronVelocity>
<Transport>0.212475 0.305886 0.499239 0.746288 0.909782 0.961 0.946518 0.739457 0.913142 1.3729 2.10522</Transport>
<Removal>0.078458 0.02323 0.031187 0.046431 0.150096 0.281523 0.37418 0.147137 0.331073 0.782859 1.643816</Removal>
<FissionSpectrum>0.755466 0.211717 0.0280442 0.0047686 3.94847e-06 9.82336e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183849 0.600893 0.168358 0.0468224 7.74135e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000236307 0.0011942 0.00118755 0.00284057 0.00135864 0.000554318</DNFraction>
<DNPlambda>0.0133675 0.0325056 0.12127 0.307631 0.86819 2.91643</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
9 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
9 11
9 11
</Profile>
<Value>
0.230152
0.0506556 0.375508
0.00744784 0.0148521 0.526199
0.000869372 0.000248395 0.0200416 0.729282
6.30384e-07 2.08232e-08 4.2139e-08 0.00711836 0.777688
2.29959e-08 0 0 0 0.0163687 0.716759 0.000843727
0.0317802 0.589555 0.00101047
0.0678376 0.615365 0.00722485
0.0294261 0.609603 0.0201037 3.46656e-06
0.0426937 0.618801 0.136648
5.98743e-06 0.0289068 0.549124
0.0956354
-0.00113494 0.0863032
-2.48621e-05 -0.0023656 0.0588124
-5.24911e-06 -2.13909e-06 -0.00467177 0.0241201
9.40894e-08 -1.31462e-08 -3.99033e-08 -0.00218513 0.0225291
2.14787e-08 0 0 0 -0.00507807 0.0264884 6.30707e-05
-0.00898619 0.0353167 0.000115223
-0.0181725 0.025279 -0.000105429
-0.00814566 0.0267753 -0.00239877 -3.2401e-06
-0.00961168 0.0245212 -0.0181765
-4.48953e-06 -0.0051164 0.0344784
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30861 0.398711 0.557389 0.77569 0.927533 0.99813 0.963441 0.762508 0.941182 1.4016 2.1929</Total>
<Absorption>0.019939 0.00812606 0.0111687 0.0393159 0.133705 0.249909 0.304948 0.116543 0.281818 0.734412 1.50591</Absorption>
<Fission>0.0135022 0.00306739 0.00400278 0.0118062 0.054999 0.0925612 0.074695 0.0656675 0.212638 0.545954 1.1631</Fission>
<nuFission>0.0369353 0.00761223 0.00975896 0.0286448 0.133167 0.222852 0.180502 0.159917 0.517529 1.32695 2.82616</nuFission>
<kappaFission>4.45209601e-13 9.942329554e-14 1.297209231e-13 3.826118754e-13 1.782365065e-12 2.999651799e-12 2.420657804e-12 2.128101564e-12 6.891007887e-12 1.769285509e-11 3.769284546e-11</kappaFission>
<NeutronVelocity>1787722281 863200055.2 431985969.1 87553407.58 16848092.54 6359300.477 3419890.769 1935306.572 1040420.33 545074.9751 273893.0612</NeutronVelocity>
<Transport>0.212441 0.305773 0.499159 0.746338 0.909697 0.960777 0.946284 0.739339 0.913821 1.37303 2.10433</Transport>
<Removal>0.078433 0.023193 0.031336 0.046461 0.150163 0.281403 0.373725 0.147211 0.332344 0.783318 1.643211</Removal>
<FissionSpectrum>0.755679 0.211508 0.0280642 0.00474375 4.83471e-06 9.97696e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182113 0.605335 0.166342 0.0461323 7.75727e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000215373 0.00119686 0.00118571 0.00278463 0.00132872 0.000534236</DNFraction>
<DNPlambda>0.0133678 0.032513 0.121259 0.307687 0.868127 2.91564</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
7 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
7 11
9 11
</Profile>
<Value>
0.230177
0.0506594 0.375518
0.00743347 0.0148141 0.526053
0.000870494 0.00024878 0.0201216 0.729229
5.86806e-07 6.2693e-08 4.31013e-08 0.00716361 0.77737
2.36892e-08 0 0 0 0.0164326 0.716727 0.000805817
0.031751 0.589716 0.001003
0.0678104 0.615297 0.00735168
0.0293978 0.608838 0.0198126
7.83478e-17 2.94517e-07 0.0430363 0.618282 0.136704
8.97233e-06 0.0288196 0.549689
0.0957047
-0.00117152 0.0863896
-6.5052e-06 -0.00235479 0.0588609
-5.78417e-06 -1.19841e-06 -0.00467281 0.0240485
1.06286e-07 -1.53763e-08 -5.54913e-09 -0.00218886 0.022347
6.59271e-09 0 0 0 -0.00507463 0.0267066 8.13548e-05
-0.00899503 0.0353843 9.4589e-05
-0.0183125 0.0254272 -4.26125e-05
-0.00819266 0.0264206 -0.00245974
8.87795e-18 -2.72817e-07 -0.0096046 0.0241295 -0.0176177
-7.31225e-06 -0.00492179 0.0344558
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308586 0.398728 0.557423 0.775532 0.927849 0.998375 0.963548 0.7627 0.943743 1.39145 2.18599</Total>
<Absorption>0.019919 0.00812805 0.0111705 0.0392549 0.133693 0.249987 0.304841 0.116723 0.284316 0.724642 1.49942</Absorption>
<Fission>0.0134858 0.00306742 0.00400311 0.0117873 0.0549681 0.0926233 0.0746421 0.0657864 0.214396 0.535821 1.15222</Fission>
<nuFission>0.0368907 0.00761229 0.0097597 0.0285989 0.133092 0.222997 0.180374 0.160206 0.521807 1.30239 2.79972</nuFission>
<kappaFission>4.446666812e-13 9.942426793e-14 1.297316177e-13 3.819993698e-13 1.781363682e-12 3.001664288e-12 2.418943462e-12 2.131954784e-12 6.947979792e-12 1.736447266e-11 3.734025484e-11</kappaFission>
<NeutronVelocity>1786853405 863103201.2 431916933.7 87684685.87 16858147.12 6366669.213 3422184.654 1934561.522 1035896.937 559888.4702 276182.822</NeutronVelocity>
<Transport>0.212458 0.305819 0.499186 0.746326 0.909839 0.96182 0.946687 0.74003 0.916228 1.36326 2.10212</Transport>
<Removal>0.078438 0.023226 0.031325 0.046378 0.150139 0.281639 0.373151 0.147298 0.335888 0.773075 1.637971</Removal>
<FissionSpectrum>0.755271 0.211888 0.028066 0.00477006 3.97449e-06 1.97527e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182776 0.605545 0.166433 0.0451946 5.15652e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000218531 0.00120723 0.00122846 0.00285902 0.00134523 0.000556761</DNFraction>
<DNPlambda>0.0133749 0.0325027 0.121315 0.308051 0.869749 2.91741</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
7 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
7 11
9 11
</Profile>
<Value>
0.230148
0.0507133 0.375502
0.00743609 0.0148296 0.526098
0.000861489 0.00025079 0.0201602 0.729154
6.81794e-07 6.0805e-08 0 0.0071039 0.77771
4.56646e-08 0 0 0 0.01631 0.716736 0.000819891
0.0315263 0.590397 0.0010201
0.0673295 0.615402 0.00703348
0.0295724 0.607855 0.0237058 1.05519e-05
6.49153e-17 2.96948e-07 0.0442762 0.618375 0.139376
8.9568e-06 0.0244829 0.548019
0.0956863
-0.00116419 0.0863652
-2.566e-05 -0.00234541 0.0589038
-6.65275e-06 -1.92204e-06 -0.00469842 0.0239176
1.17013e-07 6.41115e-09 0 -0.00216326 0.0225096
2.68099e-09 0 0 0 -0.00507982 0.0259699 8.90768e-05
-0.00886888 0.0348937 0.0001158
-0.0181253 0.0249131 -6.21823e-05
-0.00820699 0.0268521 -0.0027854 -5.60087e-06
1.79106e-18 -2.87688e-07 -0.00993203 0.0243209 -0.0183451
-6.60308e-06 -0.00445557 0.0344199
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308594 0.398795 0.557376 0.775519 0.927844 0.998093 0.964284 0.762589 0.944667 1.39115 2.18237</Total>
<Absorption>0.0199268 0.00812687 0.0111676 0.0392757 0.133793 0.249936 0.305462 0.116602 0.285221 0.724325 1.49588</Absorption>
<Fission>0.0134931 0.00306759 0.00400265 0.0117938 0.0549896 0.0926077 0.0748795 0.0657036 0.215168 0.536341 1.15084</Fission>
<nuFission>0.0369083 0.00761268 0.00975867 0.0286148 0.133144 0.222963 0.180949 0.160003 0.523686 1.30365 2.79636</nuFission>
<kappaFission>4.449095456e-13 9.942977814e-14 1.297167101e-13 3.822100199e-13 1.782060438e-12 3.001158735e-12 2.426636937e-12 2.129271465e-12 6.972998171e-12 1.738132442e-11 3.729553286e-11</kappaFission>
<NeutronVelocity>1787182328 862909558.4 432021428.3 87639346.56 16852805.91 6359179.157 3422243.212 1934269.649 1034233.116 558987.1153 276478.3296</NeutronVelocity>
<Transport>0.212506 0.305852 0.499161 0.746344 0.90994 0.961225 0.946978 0.739756 0.917258 1.36304 2.09514</Transport>
<Removal>0.07842 0.023203 0.031218 0.046332 0.150317 0.281756 0.374207 0.147174 0.337135 0.772297 1.636349</Removal>
<FissionSpectrum>0.755323 0.211874 0.0280445 0.00475306 5.06555e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.18088 0.605855 0.166847 0.0463659 5.22915e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000222189 0.00121423 0.0012054 0.00283232 0.00133523 0.000581591</DNFraction>
<DNPlambda>0.0133654 0.0325002 0.121281 0.307706 0.869388 2.91831</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
1 8
7 9
8 11
9 11
8 11
1 1
1 2
1 3
1 4
1 5
5 7
1 8
7 9
8 11
9 11
8 11
</Profile>
<Value>
0.230174
0.0506511 0.375592
0.00743613 0.0148429 0.526158
0.000861677 0.000244208 0.0200801 0.729187
5.06167e-07 4.10228e-08 4.25896e-08 0.00711564 0.777527
0.0163735 0.716337 0.000845874
2.27173e-08 0 0 0 7.82582e-16 0.031808 0.590077 0.00103983
0.0677324 0.615415 0.00689585
0.0295039 0.607532 0.0233215 4.89815e-06
0.0450948 0.618853 0.140986
9.93077e-18 6.88453e-06 0.0247776 0.546021
0.0956532
-0.00117485 0.0864159
-2.97006e-05 -0.0023487 0.0588696
-4.93319e-06 -2.03409e-06 -0.00468886 0.0238667
8.64661e-08 -1.8518e-08 -3.57018e-08 -0.00217517 0.0224292
-0.00507461 0.0262565 0.000118662
-5.56318e-09 0 0 0 -5.25241e-16 -0.00899827 0.0355212 0.000111082
-0.0183386 0.0251574 -8.16376e-05
-0.00818299 0.0267843 -0.00281094 -4.73956e-06
-0.0100948 0.0245424 -0.0176344
-4.81733e-18 -5.50648e-06 -0.00455933 0.037234
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308599 0.39872 0.557407 0.775787 0.927887 0.996911 0.962713 0.762856 0.946678 1.39065 2.17981</Total>
<Absorption>0.0199456 0.00812837 0.0111695 0.0393223 0.133834 0.249421 0.304341 0.116858 0.28719 0.723806 1.49333</Absorption>
<Fission>0.0135058 0.0030674 0.00400291 0.0118097 0.0549813 0.0924804 0.074589 0.0659114 0.216793 0.536892 1.15056</Fission>
<nuFission>0.0369498 0.00761224 0.00975926 0.0286535 0.133123 0.222658 0.180246 0.16051 0.527642 1.30498 2.79568</nuFission>
<kappaFission>4.45330468e-13 9.942361967e-14 1.297251361e-13 3.827253024e-13 1.781791458e-12 2.997033295e-12 2.417222638e-12 2.136005687e-12 7.025659914e-12 1.73991808e-11 3.728645884e-11</kappaFission>
<NeutronVelocity>1787990781 863155350.7 431956113.3 87515096.35 16846503.09 6355137.811 3418861.861 1933435.677 1030830.066 557904.9553 276536.4364</NeutronVelocity>
<Transport>0.212482 0.305871 0.499346 0.746551 0.909871 0.959859 0.945893 0.739473 0.91894 1.36308 2.09682</Transport>
<Removal>0.07848 0.023229 0.03123 0.046462 0.150228 0.281368 0.373085 0.14752 0.340254 0.771791 1.635598</Removal>
<FissionSpectrum>0.755623 0.211609 0.0280101 0.00475496 3.16033e-06 9.8751e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.18272 0.603053 0.167261 0.0469409 2.56624e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000233384 0.00123449 0.0011713 0.0027995 0.00135469 0.000550542</DNFraction>
<DNPlambda>0.0133594 0.032508 0.121262 0.307736 0.868219 2.91799</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
8 11
9 11
</Profile>
<Value>
0.230119
0.050706 0.375491
0.00742508 0.0148533 0.526177
0.000862342 0.000247461 0.0201063 0.729325
6.56119e-07 2.06915e-08 0 0.00713218 0.777659
4.73242e-08 0 0 0 0.0164063 0.715543 0.000802919
0.0318624 0.589628 0.00101857
0.0683042 0.615336 0.00686411
0.0297052 0.606424 0.0229157
5.86249e-07 0.046065 0.618859 0.139643
7.13237e-06 0.0248958 0.544212
0.0956522
-0.00114247 0.0862968
-3.11516e-05 -0.00234358 0.058723
-8.85165e-06 -1.56854e-06 -0.00467129 0.0239216
8.42124e-08 -7.64882e-09 0 -0.00219274 0.0225645
9.58114e-09 0 0 0 -0.00510536 0.0265603 0.000100422
-0.00898127 0.0351955 0.000103686
-0.0184659 0.0255787 1.23172e-05
-0.00812377 0.0270836 -0.0027223
-5.62746e-07 -0.0102415 0.0240526 -0.0187273
-4.65063e-06 -0.00456521 0.0342996
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308608 0.398676 0.557339 0.775762 0.927819 0.998141 0.962684 0.7628 0.947082 1.39048 2.17703</Total>
<Absorption>0.0199405 0.00812698 0.0111661 0.0393196 0.133751 0.249767 0.304304 0.116805 0.28759 0.723632 1.49063</Absorption>
<Fission>0.013504 0.00306731 0.00400231 0.0118099 0.0550108 0.0925374 0.0744714 0.0658834 0.217119 0.536992 1.14879</Fission>
<nuFission>0.0369418 0.00761207 0.00975791 0.028654 0.133196 0.222794 0.179961 0.160441 0.528434 1.30522 2.79139</nuFission>
<kappaFission>4.452689526e-13 9.94207025e-14 1.297056915e-13 3.82731784e-13 1.782747471e-12 2.998880507e-12 2.413411548e-12 2.135098285e-12 7.03622467e-12 1.740242152e-11 3.722909805e-11</kappaFission>
<NeutronVelocity>1787923649 863304383.9 432094231.1 87516628.16 16847212.63 6357440.749 3419411.314 1933615.126 1030359.544 557743.1481 276910.126</NeutronVelocity>
<Transport>0.21244 0.305782 0.499193 0.746777 0.909888 0.960803 0.94568 0.739981 0.919317 1.36293 2.09612</Transport>
<Removal>0.078365 0.023219 0.031237 0.046438 0.150046 0.281191 0.372957 0.147544 0.340735 0.771381 1.632734</Removal>
<FissionSpectrum>0.755604 0.211614 0.0280139 0.00476224 5.42288e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183029 0.600698 0.168677 0.0475324 6.43271e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000227515 0.00122769 0.00122392 0.0028202 0.00131538 0.000533123</DNFraction>
<DNPlambda>0.0133698 0.0325133 0.121281 0.307639 0.867652 2.91701</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
1 8
7 9
8 11
9 11
7 11
1 1
1 2
1 3
1 4
1 5
1 7
1 8
7 9
8 11
9 11
7 11
</Profile>
<Value>
0.230243
0.0505715 0.375457
0.00742245 0.0148536 0.526102
0.000868571 0.000249481 0.0200425 0.729324
7.26896e-07 2.10337e-08 8.61529e-08 0.00713646 0.777773
4.72315e-08 0 0 0 0.0163943 0.71695 0.000823387
2.34567e-08 0 0 0 0 0.0319171 0.589727 0.00101604
0.0676045 0.615256 0.00669914
0.0297207 0.606347 0.0226201 4.28194e-06
0.046478 0.619099 0.140988
1.93739e-17 0 1.15613e-05 0.0250869 0.544296
0.0956867
-0.00113818 0.0863171
-3.30899e-05 -0.00234555 0.058808
-5.15653e-06 -7.87318e-07 -0.00467788 0.0236638
1.47064e-07 -1.10236e-08 1.36164e-08 -0.00216835 0.022468
3.36982e-08 0 0 0 -0.00508979 0.0264139 9.81546e-05
1.34043e-08 0 0 0 0 -0.00894863 0.0352945 0.000108976
-0.0183957 0.0250563 -6.73042e-05
-0.00819473 0.0270053 -0.00274896 -3.0502e-06
-0.0102868 0.024173 -0.0184428
1.8102e-17 0 -7.96264e-06 -0.00459612 0.032162
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308583 0.398738 0.55737 0.775538 0.927731 0.998072 0.963309 0.76298 0.946358 1.3843 2.17631</Total>
<Absorption>0.0199265 0.00812814 0.0111673 0.0392671 0.133704 0.24991 0.304775 0.116978 0.286855 0.717725 1.49015</Absorption>
<Fission>0.0134933 0.00306739 0.00400254 0.0117884 0.05494 0.0925706 0.0748749 0.0660077 0.216336 0.529788 1.14217</Fission>
<nuFission>0.0369128 0.0076122 0.00975841 0.0286015 0.133027 0.222873 0.180937 0.160744 0.52653 1.28778 2.77529</nuFission>
<kappaFission>4.449161402e-13 9.942329554e-14 1.297131453e-13 3.820350183e-13 1.780453039e-12 2.999956427e-12 2.426487864e-12 2.139126503e-12 7.010849812e-12 1.716895986e-11 3.701456221e-11</kappaFission>
<NeutronVelocity>1787220657 863095751.8 432038226.7 87685454.74 16866734.25 6359462.244 3421692.848 1933099.299 1030481.647 569362.5986 278335.9961</NeutronVelocity>
<Transport>0.212485 0.305923 0.499128 0.746116 0.909911 0.961237 0.946397 0.740427 0.918007 1.35807 2.09631</Transport>
<Removal>0.078417 0.023227 0.031247 0.046404 0.150087 0.281395 0.372802 0.148152 0.338612 0.764853 1.631672</Removal>
<FissionSpectrum>0.755696 0.211555 0.0279481 0.00479502 5.17757e-06 9.96261e-08 9.91315e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184323 0.603292 0.166495 0.0458631 2.61953e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000229927 0.00120093 0.00120153 0.00284714 0.0013523 0.000559819</DNFraction>
<DNPlambda>0.0133703 0.0325091 0.121279 0.307997 0.868889 2.91816</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.230166
0.0506452 0.375511
0.00741402 0.0148416 0.526123
0.000871978 0.000251929 0.0200683 0.729134
6.14796e-07 4.06645e-08 4.09879e-08 0.00712668 0.777644
2.27379e-08 0 0 0 0.0162991 0.716677 0.000847854
0.0317936 0.590507 0.000999855
0.067459 0.614828 0.00657701
0.0300823 0.607746 0.026097
0.0453728 0.619447 0.14138
7.20296e-06 0.0217698 0.544638
0.0956657
-0.00118028 0.086334
-2.61414e-05 -0.0023578 0.0588892
-3.85729e-06 -3.93436e-08 -0.00468054 0.0240874
1.3612e-07 1.3224e-08 -3.2445e-08 -0.00217056 0.0222907
1.78874e-08 0 0 0 -0.00503822 0.0259652 8.89595e-05
-0.00895778 0.034899 0.000104307
-0.0180695 0.0248221 -0.00010421
-0.00830485 0.0279341 -0.00300582
-0.0102427 0.0230749 -0.0190632
-5.21476e-06 -0.00417822 0.0345263
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308595 0.398716 0.557392 0.775591 0.927919 0.997984 0.963119 0.763146 0.947961 1.38365 2.17529</Total>
<Absorption>0.0199338 0.00812759 0.0111689 0.0392879 0.133847 0.249978 0.304493 0.117107 0.28843 0.717078 1.48911</Absorption>
<Fission>0.0135012 0.00306738 0.00400282 0.0117975 0.0549971 0.0926715 0.0748005 0.066135 0.21763 0.530009 1.14274</Fission>
<nuFission>0.0369309 0.0076122 0.00975904 0.0286238 0.133163 0.223116 0.180757 0.161052 0.529678 1.28831 2.77669</nuFission>
<kappaFission>4.451766278e-13 9.942297141e-14 1.297222195e-13 3.823299284e-13 1.782303492e-12 3.003226316e-12 2.424076766e-12 2.143251943e-12 7.052784763e-12 1.717612186e-11 3.703303433e-11</kappaFission>
<NeutronVelocity>1787604039 863147900.4 431984103 87591752.36 16854595.41 6362456.417 3421482.118 1931359.484 1027995.399 568947.9583 278208.2277</NeutronVelocity>
<Transport>0.212489 0.305867 0.499256 0.746257 0.910009 0.961355 0.945986 0.740527 0.920148 1.35628 2.0949</Transport>
<Removal>0.078469 0.023213 0.031195 0.046423 0.150405 0.281527 0.372949 0.148026 0.341667 0.765069 1.630869</Removal>
<FissionSpectrum>0.755565 0.211625 0.0280124 0.00479225 4.66439e-06 9.9432e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181409 0.606121 0.166874 0.0455445 5.20733e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00020899 0.00121146 0.00121154 0.00287357 0.00133599 0.000540667</DNFraction>
<DNPlambda>0.0133657 0.0324888 0.121293 0.307821 0.867866 2.9197</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
7 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
7 11
</Profile>
<Value>
0.230126
0.0507095 0.375503
0.0074066 0.0148491 0.526197
0.000864772 0.000246932 0.0200285 0.729168
5.5113e-07 6.14641e-08 0 0.00712562 0.777514
2.30247e-08 2.04182e-08 0 0 0.0163746 0.716457 0.000820087
0.0317379 0.59017 0.000996823
0.0675903 0.61512 0.00649276
0.0300431 0.606294 0.025877 6.02863e-06
5.8218e-07 0.0466838 0.618581 0.14164
5.83862e-17 8.62058e-18 6.55912e-06 0.0217715 0.544421
0.0956871
-0.00119499 0.0862882
-3.00384e-05 -0.00233752 0.0587827
-7.68225e-06 -1.37469e-06 -0.00466235 0.0239988
1.25591e-07 3.9567e-10 0 -0.00216561 0.0224468
1.7288e-08 1.28668e-08 0 0 -0.0050945 0.0260122 0.000104743
-0.00890534 0.0352666 9.63756e-05
-0.01824 0.0249487 -7.43063e-05
-0.00833314 0.0273685 -0.00287882 -5.74192e-06
-4.17971e-07 -0.010383 0.0241077 -0.0177911
3.39027e-18 7.29025e-18 -5.37266e-06 -0.00414851 0.0334449
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308613 0.398723 0.557389 0.775726 0.927778 0.997976 0.963709 0.76313 0.94979 1.38292 2.17347</Total>
<Absorption>0.0199437 0.00812749 0.0111688 0.03932 0.133753 0.249858 0.305248 0.117079 0.290216 0.716337 1.48729</Absorption>
<Fission>0.0135061 0.00306741 0.00400277 0.0118083 0.0549932 0.092546 0.074715 0.0661082 0.219123 0.53039 1.14321</Fission>
<nuFission>0.036946 0.00761227 0.00975895 0.0286499 0.133153 0.222815 0.18055 0.160985 0.533312 1.28923 2.77782</nuFission>
<kappaFission>4.4534036e-13 9.94239438e-14 1.297205991e-13 3.826799316e-13 1.782177104e-12 2.999159209e-12 2.421305949e-12 2.142383429e-12 7.101168753e-12 1.718846901e-11 3.704826572e-11</kappaFission>
<NeutronVelocity>1787993978 863147900.4 431989701.4 87521223.9 16846701.75 6356390.079 3420662.856 1930747.933 1024556.572 568175.3616 278110.7381</NeutronVelocity>
<Transport>0.212476 0.305799 0.499123 0.746548 0.909819 0.960859 0.947104 0.7404 0.921791 1.35561 2.09539</Transport>
<Removal>0.078494 0.023259 0.031227 0.046436 0.150295 0.281876 0.374361 0.148016 0.344082 0.764247 1.62826</Removal>
<FissionSpectrum>0.755527 0.21172 0.0280081 0.00474137 3.74905e-06 0 9.86903e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183124 0.604355 0.166508 0.0459474 6.52081e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000222921 0.0011714 0.00119136 0.0028376 0.0013288 0.000574284</DNFraction>
<DNPlambda>0.0133692 0.0325209 0.121266 0.307685 0.868384 2.91939</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230119
0.0506971 0.375464
0.00743038 0.0148657 0.526162
0.0008768 0.000246318 0.0201133 0.72929
4.90272e-07 1.04538e-07 0 0.00714729 0.777483
2.33057e-08 0 0 0 0.0163942 0.7161 0.000859443
0.031807 0.589348 0.000992698
0.0678033 0.615114 0.00619522
0.0301489 0.605708 0.0254105 5.45673e-06
5.76185e-07 0.0477352 0.618673 0.142593
7.52192e-06 0.022112 0.54521
0.095697
-0.0011577 0.0863689
-3.57836e-05 -0.00236195 0.058905
-9.1623e-06 -3.37411e-07 -0.00469304 0.0238866
4.85532e-08 -1.52343e-08 0 -0.00218478 0.0225031
-3.02872e-09 0 0 0 -0.00509654 0.0262032 9.79986e-05
-0.00898137 0.0349041 0.000109139
-0.0184084 0.0250728 -6.84452e-05
-0.00835413 0.0276156 -0.00289212 -3.31417e-06
-4.96989e-07 -0.0105276 0.0243541 -0.0189122
-5.66215e-06 -0.00427462 0.0326114
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308606 0.398697 0.557355 0.775769 0.928033 0.997721 0.962891 0.763183 0.950462 1.38286 2.1703</Total>
<Absorption>0.019947 0.00812854 0.011167 0.0393153 0.133927 0.249736 0.30446 0.117132 0.290874 0.716269 1.48419</Absorption>
<Fission>0.0135105 0.00306736 0.00400244 0.0118059 0.0550261 0.0925387 0.0745504 0.0661592 0.219661 0.530568 1.14121</Fission>
<nuFission>0.0369573 0.00761215 0.00975819 0.0286442 0.133231 0.222795 0.180152 0.16111 0.534621 1.28966 2.77296</nuFission>
<kappaFission>4.454854424e-13 9.942232315e-14 1.297099045e-13 3.826021531e-13 1.783243301e-12 2.998922636e-12 2.415971719e-12 2.144036198e-12 7.118603841e-12 1.71942375e-11 3.698345127e-11</kappaFission>
<NeutronVelocity>1788118667 863214957.8 432064360.3 87546509.08 16842757.7 6358249.193 3418850.172 1930598.833 1023464.982 567862.3956 278537.5664</NeutronVelocity>
<Transport>0.212489 0.305837 0.499124 0.746477 0.91 0.9611 0.9463 0.739576 0.922407 1.35616 2.09122</Transport>
<Removal>0.078444 0.023213 0.031292 0.046509 0.15051 0.281741 0.373358 0.148178 0.345429 0.764382 1.627377</Removal>
<FissionSpectrum>0.75549 0.211643 0.0280914 0.00477133 4.13317e-06 9.93952e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182268 0.601959 0.169939 0.0457818 5.22837e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000229686 0.00120391 0.00116893 0.00279699 0.00132841 0.0005628</DNFraction>
<DNPlambda>0.0133679 0.0325099 0.121277 0.307714 0.867355 2.91509</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
8 11
</Profile>
<Value>
0.230162
0.0506727 0.375484
0.00743383 0.0148404 0.526063
0.000862812 0.000247703 0.0200904 0.72926
4.93837e-07 2.09545e-08 8.62718e-08 0.00712338 0.777523
4.68045e-08 0 0 0 0.0164357 0.71598 0.000829892
0.0318835 0.589533 0.000985998
1.97343e-16 0 0.0678413 0.615005 0.00616251
0.0299752 0.605033 0.0254768 5.3214e-06
2.87692e-07 0.048119 0.618478 0.141526
1.60886e-17 8.2647e-06 0.0223263 0.542923
0.0957009
-0.00118725 0.086344
-3.11052e-05 -0.00235468 0.058853
-9.54246e-06 -3.51122e-06 -0.00467519 0.0239794
1.093e-07 -1.51957e-08 9.50914e-09 -0.0021623 0.0225735
2.8828e-08 0 0 0 -0.00511222 0.0259534 7.62715e-05
-0.00903345 0.0348896 0.000108468
1.49735e-16 0 -0.0183811 0.0257199 -7.21497e-05
-0.00818931 0.0276433 -0.00299232 -4.29994e-06
-2.54873e-07 -0.0105774 0.0237801 -0.0188052
-4.98637e-18 -6.16661e-06 -0.00417775 0.0330887
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308592 0.398795 0.557357 0.779002 0.933472 1.00325 0.966688 0.76265 0.939445 1.40242 2.2051</Total>
<Absorption>0.0199261 0.00812728 0.0111669 0.0397564 0.136123 0.253257 0.307997 0.116583 0.279731 0.733853 1.51204</Absorption>
<Fission>0.0134926 0.00306759 0.0040025 0.0117771 0.0551445 0.0935713 0.075523 0.0656676 0.210837 0.543488 1.16411</Fission>
<nuFission>0.0369077 0.00761266 0.00975833 0.0285739 0.133521 0.22528 0.182503 0.159917 0.513145 1.32098 2.82862</nuFission>
<kappaFission>4.44893059e-13 9.942977814e-14 1.29711849e-13 3.816688112e-13 1.787080317e-12 3.032386339e-12 2.447490988e-12 2.128104805e-12 6.832642472e-12 1.761293887e-11 3.772557676e-11</kappaFission>
<NeutronVelocity>1787105675 862887220.6 432056893.3 87848759.58 16867786.91 6367317.831 3420674.557 1936014.714 1044286.084 548979.9952 273631.5005</NeutronVelocity>
<Transport>0.212462 0.305806 0.49919 0.74909 0.91566 0.966397 0.949597 0.73978 0.912527 1.37302 2.11743</Transport>
<Removal>0.078484 0.023232 0.031246 0.046812 0.15255 0.284937 0.377149 0.148123 0.332397 0.789546 1.668689</Removal>
<FissionSpectrum>0.755699 0.211571 0.0279896 0.00473627 3.4832e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181834 0.601199 0.171104 0.0458361 2.58499e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000219596 0.00120827 0.00120968 0.00285578 0.00134154 0.000558242</DNFraction>
<DNPlambda>0.0133657 0.0324824 0.121295 0.308002 0.869459 2.92188</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230108
0.050674 0.375563
0.00741659 0.014868 0.526111
0.000872077 0.000250671 0.0200499 0.73219
5.23347e-07 4.07202e-08 4.04433e-08 0.0070697 0.780922
2.23703e-08 0 0 2.44522e-08 0.0163369 0.718313 0.00105633
0.0315728 0.589539 0.00134664
0.0677883 0.614527 0.00982211
0.0298812 0.607048 0.0267445 3.79841e-05
1.19371e-06 0.0430309 0.612874 0.156787
2.03068e-05 0.0290198 0.536411
0.0957018
-0.00120714 0.0864499
-2.25505e-05 -0.00236744 0.0588018
-5.87977e-06 -3.21261e-07 -0.0046669 0.0240112
1.30721e-07 1.29292e-09 4.59435e-09 -0.00216268 0.0223232
-1.25825e-08 0 0 -4.59767e-09 -0.00506367 0.0259346 0.000100734
-0.00887313 0.0348349 0.000121321
-0.0178534 0.0250114 -0.000340846
-0.00808212 0.0265215 -0.00375796 -2.35891e-05
-8.60743e-07 -0.00937163 0.02574 -0.0217415
-1.53742e-05 -0.00471445 0.0368681
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308589 0.398782 0.557354 0.779223 0.933396 1.00289 0.966517 0.762517 0.940152 1.40251 2.20443</Total>
<Absorption>0.0199284 0.0081269 0.0111665 0.0397921 0.13621 0.253253 0.307932 0.116449 0.280423 0.733919 1.51134</Absorption>
<Fission>0.0134962 0.00306758 0.00400242 0.0117879 0.0551543 0.0936163 0.0755229 0.0655685 0.211432 0.54429 1.16485</Fission>
<nuFission>0.0369181 0.00761266 0.00975813 0.0286003 0.133544 0.225393 0.182502 0.159676 0.514595 1.32292 2.83041</nuFission>
<kappaFission>4.450117623e-13 9.942945401e-14 1.297092564e-13 3.820188144e-13 1.787397908e-12 3.033844664e-12 2.447487747e-12 2.124893249e-12 6.851924772e-12 1.763892946e-11 3.774955811e-11</kappaFission>
<NeutronVelocity>1787268571 862946790.7 432066227.1 87743158.23 16861984.66 6359300.477 3419914.16 1936258.374 1043042.179 547756.1171 273476.5986</NeutronVelocity>
<Transport>0.212487 0.305752 0.499009 0.749375 0.915385 0.965658 0.950094 0.739659 0.913537 1.37325 2.11553</Transport>
<Removal>0.078476 0.02325 0.031193 0.046936 0.152508 0.284882 0.37669 0.147459 0.333395 0.78988 1.669176</Removal>
<FissionSpectrum>0.755688 0.211585 0.0279721 0.00475057 4.16487e-06 9.9246e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.180203 0.602521 0.169138 0.0480738 6.50831e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000224686 0.00122364 0.00120415 0.00291542 0.00132606 0.00054545</DNFraction>
<DNPlambda>0.013368 0.0324945 0.121295 0.307848 0.868967 2.91839</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230113
0.0507143 0.375532
0.00744471 0.0148755 0.526161
0.0008629 0.000249658 0.0200286 0.732287
3.22401e-07 2.02076e-08 4.13312e-08 0.00709579 0.780888
0.0163741 0.718008 0.00110027
0.0317604 0.589827 0.00131593
0.0677544 0.615058 0.00965241
0.0297879 0.606757 0.0263796 2.37829e-05
1.1708e-06 0.0437188 0.61263 0.156741
1.98595e-05 0.0294615 0.535254
0.0956367
-0.00117511 0.0864803
-1.23865e-05 -0.00234978 0.0589708
-1.98497e-06 -9.56667e-07 -0.00463914 0.0239646
-2.05032e-08 1.46158e-08 -3.7505e-08 -0.00216594 0.0225496
-0.0051136 0.0260149 0.000125596
-0.00891484 0.0342093 0.000119712
-0.0179094 0.024986 -0.000337653
-0.00808189 0.026005 -0.00364613 -1.40005e-05
-9.49129e-07 -0.00941594 0.0256714 -0.0204477
-1.37779e-05 -0.00470081 0.036063
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308617 0.398726 0.557359 0.779247 0.933868 1.00259 0.965972 0.762803 0.941403 1.40282 2.20141</Total>
<Absorption>0.0199503 0.00812714 0.0111668 0.0398167 0.136332 0.252883 0.307536 0.116719 0.281648 0.734175 1.50835</Absorption>
<Fission>0.0135113 0.00306743 0.00400248 0.0117953 0.0552121 0.0934851 0.0753951 0.0657675 0.212468 0.545536 1.16428</Fission>
<nuFission>0.0369618 0.00761231 0.00975829 0.0286183 0.133682 0.225075 0.182193 0.16016 0.517116 1.32594 2.82902</nuFission>
<kappaFission>4.455118211e-13 9.942459206e-14 1.297112008e-13 3.822586314e-13 1.789271045e-12 3.029592836e-12 2.443346103e-12 2.131342287e-12 6.885498659e-12 1.767930887e-11 3.773108599e-11</kappaFission>
<NeutronVelocity>1788192209 863118100.4 432056893.3 87700065.78 16850704.44 6358774.791 3419504.856 1935093.107 1040887.086 545908.1455 273596.3141</NeutronVelocity>
<Transport>0.21242 0.305786 0.499294 0.749342 0.915774 0.964833 0.948673 0.740439 0.913842 1.37412 2.11231</Transport>
<Removal>0.07848 0.023237 0.03127 0.046946 0.152867 0.284545 0.376544 0.148243 0.335397 0.788756 1.667439</Removal>
<FissionSpectrum>0.755921 0.211304 0.0280319 0.00473881 4.25446e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182247 0.604845 0.166827 0.0460682 1.29346e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000213905 0.00119552 0.00118007 0.00287703 0.00134083 0.000562956</DNFraction>
<DNPlambda>0.0133728 0.0324997 0.121268 0.307698 0.867453 2.91732</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
5 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
5 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230137
0.0506873 0.375489
0.00742397 0.0148519 0.526089
0.000864871 0.00025302 0.0200787 0.732301
6.07419e-07 8.32919e-08 0 0.00709292 0.781001
0.0164279 0.718045 0.00111843
1.62083e-16 0.0316784 0.589428 0.00130424
0.0677969 0.61456 0.00954261
0.0301777 0.606006 0.0252907 3.535e-05
2.08035e-06 0.0442585 0.614064 0.158047
2.65542e-05 0.0299229 0.533971
0.0957407
-0.00114561 0.0863737
-3.99277e-05 -0.00235025 0.0587218
-1.19322e-05 -2.10397e-06 -0.00467666 0.0240555
5.67959e-08 2.46616e-08 0 -0.00217241 0.0226561
-0.00513111 0.0267237 9.4809e-05
1.59992e-16 -0.00890678 0.0351817 0.000112913
-0.0179796 0.0246454 -0.000358858
-0.00816379 0.0268075 -0.00350287 -2.52313e-05
-1.84482e-06 -0.00941637 0.025311 -0.0209886
-1.71786e-05 -0.00494143 0.037224
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308618 0.398724 0.557366 0.779253 0.933714 1.00211 0.966203 0.762927 0.941651 1.40274 2.20032</Total>
<Absorption>0.0199439 0.0081276 0.0111677 0.0398218 0.136348 0.252779 0.307475 0.116838 0.281891 0.734085 1.50729</Absorption>
<Fission>0.0135045 0.00306741 0.00400256 0.0118004 0.055189 0.0934933 0.0752645 0.06588 0.212674 0.545681 1.16378</Fission>
<nuFission>0.0369406 0.00761228 0.00975847 0.0286308 0.133626 0.225093 0.181877 0.160435 0.517617 1.32629 2.82781</nuFission>
<kappaFission>4.452876028e-13 9.94239438e-14 1.297137934e-13 3.824239107e-13 1.788522439e-12 3.029858575e-12 2.43911372e-12 2.1349881e-12 6.892174547e-12 1.768400791e-11 3.771488238e-11</kappaFission>
<NeutronVelocity>1787977994 863147900.4 432034493.6 87653173.92 16850023 6358370.477 3421084.142 1934688.776 1040528.589 545651.9723 273700.4021</NeutronVelocity>
<Transport>0.21245 0.305919 0.4992 0.749472 0.915754 0.964799 0.948892 0.739536 0.914164 1.37363 2.11102</Transport>
<Removal>0.078396 0.023211 0.03131 0.046889 0.152672 0.284427 0.376929 0.148263 0.335956 0.789199 1.666752</Removal>
<FissionSpectrum>0.755543 0.211662 0.0280042 0.00478725 3.35396e-06 2.96005e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182463 0.604816 0.167033 0.0456232 6.46672e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000227682 0.00121041 0.00118285 0.00281141 0.00131818 0.000539264</DNFraction>
<DNPlambda>0.0133673 0.0325139 0.121265 0.307678 0.867982 2.91509</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
1 8
7 9
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
1 7
1 8
7 9
8 11
8 11
8 11
</Profile>
<Value>
0.230222
0.0506292 0.375513
0.0074379 0.0148519 0.526056
0.000867071 0.000247974 0.0201436 0.732364
6.10097e-07 6.26263e-08 0 0.00709724 0.781042
4.72473e-08 0 0 0 0.0164091 0.717683 0.00111326
2.32638e-08 0 0 0 0 0.0319655 0.589274 0.00132523
0.0678793 0.614664 0.00954512
0.0302238 0.605695 0.0253089 4.1271e-05
1.47678e-06 0.0444164 0.613541 0.157024
8.26588e-18 1.5444e-05 0.0302423 0.533568
0.0957392
-0.00116845 0.0862623
-3.09142e-05 -0.0023561 0.0588137
-9.91184e-06 -3.48101e-06 -0.00470082 0.0239402
1.13711e-07 -5.38243e-09 0 -0.00217197 0.0224792
1.47799e-08 0 0 0 -0.0050675 0.0264903 0.000110304
2.21522e-08 0 0 0 0 -0.00899599 0.0353525 0.000120755
-0.0181623 0.0254868 -0.000384119
-0.00809047 0.0266781 -0.00358563 -3.14538e-05
-1.16792e-06 -0.00945646 0.0258149 -0.0215545
7.75281e-18 -1.11627e-05 -0.0048813 0.0374222
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308591 0.398735 0.557374 0.779067 0.93375 1.00267 0.966541 0.762917 0.944053 1.39249 2.19326</Total>
<Absorption>0.0199255 0.00812775 0.0111677 0.0397612 0.13619 0.252908 0.307996 0.116824 0.284228 0.724289 1.50077</Absorption>
<Fission>0.0134908 0.00306743 0.0040026 0.011779 0.0551162 0.0934982 0.0753887 0.0658639 0.214305 0.535497 1.15271</Fission>
<nuFission>0.036905 0.0076123 0.00975855 0.0285786 0.133453 0.225104 0.182178 0.160396 0.521587 1.30161 2.80092</nuFission>
<kappaFission>4.448337074e-13 9.942459206e-14 1.297150898e-13 3.817303858e-13 1.786163192e-12 3.030017371e-12 2.443138697e-12 2.134466344e-12 6.945030734e-12 1.735397272e-11 3.735613438e-11</kappaFission>
<NeutronVelocity>1787131225 863095751.8 432021428.3 87823299.52 16875643.38 6364116.565 3419282.703 1934662.576 1036181.381 560428.1671 276026.5427</NeutronVelocity>
<Transport>0.212529 0.305808 0.499166 0.74922 0.915917 0.964918 0.94928 0.740324 0.916653 1.36433 2.10934</Transport>
<Removal>0.078437 0.023207 0.031275 0.046843 0.152484 0.284649 0.376517 0.148573 0.33871 0.780127 1.658438</Removal>
<FissionSpectrum>0.755526 0.211707 0.0279766 0.00478648 3.98756e-06 2.01046e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184059 0.603203 0.167371 0.0453278 3.93569e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000222987 0.00119728 0.0012024 0.00286563 0.00133201 0.000552447</DNFraction>
<DNPlambda>0.0133739 0.0324988 0.121301 0.308072 0.868879 2.92093</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
1 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
1 9
8 11
8 11
9 11
</Profile>
<Value>
0.230154
0.0506563 0.375528
0.00745917 0.0148454 0.526099
0.000871509 0.000243856 0.0201048 0.732224
6.14407e-07 0 0 0.00705427 0.781266
4.55869e-08 2.02674e-08 0 2.46643e-08 0.0163774 0.718021 0.00110614
0.0317963 0.590024 0.00132556
2.26583e-08 0 0 0 0 0 0.0677762 0.614344 0.0091022
0.0302059 0.605343 0.0298532 4.22808e-05
1.17612e-06 0.0455937 0.612363 0.161005
2.01986e-05 0.0257053 0.534822
0.0956135
-0.00117515 0.0863913
-2.18095e-05 -0.0023624 0.0588801
-2.5161e-06 -1.7884e-06 -0.00472842 0.0239825
1.01848e-07 0 0 -0.00215669 0.022349
3.28508e-08 3.62176e-09 0 -2.43076e-08 -0.00508989 0.0268492 9.7478e-05
-0.00895343 0.0352561 0.000129002
-2.10903e-09 0 0 0 0 0 -0.018083 0.0247735 -0.000218219
-0.00808625 0.0267536 -0.00385477 -3.13178e-05
-8.98265e-07 -0.00980758 0.0252483 -0.0216128
-1.54383e-05 -0.00437662 0.0368104
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308579 0.398768 0.557399 0.779107 0.933655 1.00211 0.965376 0.762893 0.945309 1.39214 2.19033</Total>
<Absorption>0.0199247 0.00812657 0.0111693 0.0397679 0.136315 0.253104 0.306967 0.116792 0.285458 0.723929 1.4979</Absorption>
<Fission>0.0134927 0.00306755 0.00400283 0.011785 0.0551976 0.0936393 0.0752823 0.0658384 0.21533 0.535966 1.15182</Fission>
<nuFission>0.0369122 0.00761259 0.00975907 0.0285932 0.133646 0.225448 0.18192 0.160332 0.524082 1.30274 2.79876</nuFission>
<kappaFission>4.448963564e-13 9.942848162e-14 1.297225435e-13 3.81924832e-13 1.788801141e-12 3.03459003e-12 2.439690568e-12 2.133639959e-12 6.978248142e-12 1.736917171e-11 3.732729195e-11</kappaFission>
<NeutronVelocity>1787227046 862976578.8 431967308.7 87776275.83 16854595.41 6361161.294 3418803.419 1934363.188 1034047.033 559675.3883 276214.862</NeutronVelocity>
<Transport>0.212458 0.305819 0.499214 0.749346 0.915841 0.965037 0.948374 0.739928 0.916807 1.36415 2.10634</Transport>
<Removal>0.078477 0.023222 0.031304 0.046903 0.152647 0.284689 0.375809 0.148366 0.341065 0.779643 1.659042</Removal>
<FissionSpectrum>0.755804 0.211549 0.0279114 0.00473038 4.85605e-06 2.96771e-07 9.87083e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183554 0.601061 0.168351 0.0469564 7.7524e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000214758 0.00120329 0.00121707 0.00281369 0.00133705 0.000553683</DNFraction>
<DNPlambda>0.0133675 0.0325042 0.121296 0.307834 0.868515 2.91783</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
8 11
</Profile>
<Value>
0.230102
0.0507081 0.375546
0.00742694 0.0148535 0.526095
0.00086271 0.000248975 0.0201231 0.732204
6.44614e-07 8.20029e-08 0 0.00709398 0.781008
4.57286e-08 0 0 0 0.016428 0.717421 0.00114496
0.03165 0.589567 0.00132801
3.18606e-16 0 0.0676794 0.614527 0.00891607
0.0301539 0.604244 0.0294058 3.93806e-05
5.82789e-07 0.0463847 0.612497 0.160909
1.13349e-17 2.70869e-05 0.026022 0.531288
0.0956797
-0.00119146 0.086403
-1.6402e-05 -0.00234399 0.0588496
-6.46575e-06 -3.54169e-06 -0.00470075 0.0239551
1.54015e-07 1.03544e-08 0 -0.00216523 0.0223732
-1.54715e-08 0 0 0 -0.00510238 0.0262649 0.000133415
-0.00890816 0.034769 0.000141265
-3.07269e-16 0 -0.0179015 0.0251353 -0.00030449
-0.00816944 0.0278626 -0.00404215 -2.59575e-05
-4.1991e-07 -0.00988763 0.0253952 -0.0209272
-4.34793e-18 -1.87183e-05 -0.0043165 0.0358044
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308596 0.398725 0.557381 0.779237 0.933816 1.00226 0.966248 0.76296 0.947251 1.3918 2.18798</Total>
<Absorption>0.0199423 0.00812782 0.0111681 0.0398234 0.136305 0.252955 0.307582 0.116844 0.287356 0.72356 1.49556</Absorption>
<Fission>0.0135064 0.00306742 0.00400268 0.0118008 0.0551886 0.0934944 0.0753857 0.0658811 0.216905 0.536662 1.1518</Fission>
<nuFission>0.0369496 0.0076123 0.00975872 0.0286317 0.133626 0.225095 0.182171 0.160434 0.527915 1.30443 2.7987</nuFission>
<kappaFission>4.45350252e-13 9.942426793e-14 1.297176824e-13 3.824368738e-13 1.788509476e-12 3.029894223e-12 2.443041476e-12 2.135023748e-12 7.029289524e-12 1.739172714e-11 3.73266438e-11</kappaFission>
<NeutronVelocity>1787974797 863125550.2 432006497.4 87670848.57 16856214.8 6358370.477 3419890.769 1933551.567 1030665.387 558440.8332 276218.6768</NeutronVelocity>
<Transport>0.212422 0.305805 0.499081 0.74945 0.915938 0.965417 0.949094 0.73986 0.919252 1.36436 2.10561</Transport>
<Removal>0.078382 0.023181 0.031198 0.046968 0.152592 0.284939 0.376624 0.148416 0.343084 0.779068 1.653671</Removal>
<FissionSpectrum>0.755677 0.211588 0.0279815 0.00474908 3.75585e-06 9.77806e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181715 0.605487 0.167293 0.0454653 3.89077e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00022425 0.00121134 0.00119083 0.00286044 0.00133402 0.000540798</DNFraction>
<DNPlambda>0.0133653 0.0325267 0.121266 0.307743 0.868497 2.91557</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
8 11
</Profile>
<Value>
0.230214
0.0506241 0.375544
0.00741341 0.0148237 0.526183
0.000869624 0.000250685 0.020054 0.732269
6.54376e-07 2.10088e-08 8.42572e-08 0.00711728 0.781224
6.94774e-08 0 0 0 0.0164459 0.717321 0.00106368
0.0320011 0.589624 0.00135443
0.0677354 0.614544 0.00868543
0.0302225 0.604167 0.0288198 4.91342e-05
1.44911e-06 0.0476795 0.612732 0.159952
1.18865e-17 1.92587e-05 0.0261356 0.534309
0.0956949
-0.00115029 0.0863666
-2.90206e-05 -0.00235115 0.0589316
-2.51757e-06 -2.24304e-06 -0.00468211 0.0239804
1.74295e-07 -5.34257e-09 -1.66162e-09 -0.00217487 0.0224219
-1.1128e-08 0 0 0 -0.00510436 0.0260041 0.000106014
-0.00899514 0.0350301 0.00013645
-0.0179877 0.0252363 -0.000346591
-0.00810902 0.0276081 -0.00402373 -3.2913e-05
-1.35633e-06 -0.0101082 0.0250645 -0.0203623
2.58971e-18 -1.36219e-05 -0.00450225 0.0339229
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308605 0.39868 0.557377 0.779204 0.933617 1.00231 0.966372 0.763143 0.947751 1.39165 2.18608</Total>
<Absorption>0.0199442 0.0081281 0.0111678 0.0398078 0.136355 0.253129 0.307858 0.117022 0.287849 0.72341 1.49373</Absorption>
<Fission>0.0135075 0.0030673 0.00400266 0.0117982 0.0552203 0.0935319 0.0752036 0.0660241 0.217302 0.536789 1.15081</Fission>
<nuFission>0.0369502 0.00761201 0.00975868 0.0286254 0.133701 0.225189 0.18173 0.160784 0.52888 1.30473 2.79629</nuFission>
<kappaFission>4.453865226e-13 9.942037837e-14 1.297170342e-13 3.823526138e-13 1.789536785e-12 3.031109494e-12 2.43714012e-12 2.139657981e-12 7.042155193e-12 1.739584285e-11 3.729456065e-11</kappaFission>
<NeutronVelocity>1787923649 863259668.5 432015829.1 87677766.67 16845254.44 6358168.339 3419013.82 1933058.195 1030070.859 558150.9575 276432.4731</NeutronVelocity>
<Transport>0.212511 0.305789 0.499108 0.749295 0.915349 0.965281 0.949315 0.740735 0.920674 1.36384 2.10141</Transport>
<Removal>0.078452 0.023185 0.031303 0.04694 0.152666 0.285065 0.376255 0.148531 0.344696 0.778264 1.655228</Removal>
<FissionSpectrum>0.755374 0.211808 0.0280893 0.00472304 5.71247e-06 9.81342e-08 0 9.81105e-08 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.185133 0.601685 0.166597 0.0465331 5.23464e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000222723 0.00122059 0.00118993 0.00284786 0.00134436 0.000531218</DNFraction>
<DNPlambda>0.0133664 0.0325016 0.121275 0.307754 0.867993 2.91684</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230153
0.0506441 0.375495
0.00744078 0.0148029 0.526074
0.00086994 0.000247757 0.0201158 0.732264
6.82869e-07 4.18731e-08 0 0.00708663 0.780951
9.4592e-08 0 0 0 0.0164637 0.717245 0.001044
0.0319305 0.590117 0.0013368
0.0679441 0.614612 0.00883071
0.0305476 0.603055 0.0288057 5.21668e-05
8.78729e-07 0.0480265 0.613386 0.161828
1.96204e-05 0.0262717 0.530852
0.095679
-0.00118983 0.086336
-3.28593e-05 -0.00234423 0.0589315
-1.08169e-05 -1.16075e-06 -0.00470068 0.024084
9.74483e-08 -2.76439e-08 0 -0.00216045 0.0228033
5.66223e-08 0 0 0 -0.00508943 0.0262473 0.000100953
-0.009009 0.0351107 0.000132205
-0.0181398 0.0246599 -0.000318977
-0.00818802 0.0265319 -0.00391326 -3.41745e-05
-7.88861e-07 -0.0101272 0.0254102 -0.0212871
-1.32435e-05 -0.00449928 0.0375215
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308588 0.398782 0.557354 0.779069 0.933684 1.00293 0.966027 0.763111 0.946955 1.38504 2.18484</Total>
<Absorption>0.0199268 0.00812747 0.0111667 0.0397502 0.1362 0.253004 0.307474 0.116987 0.287049 0.717132 1.49282</Absorption>
<Fission>0.0134923 0.00306758 0.00400245 0.0117761 0.0551275 0.0935206 0.075395 0.0659925 0.216462 0.529301 1.14362</Fission>
<nuFission>0.0369107 0.00761266 0.00975822 0.0285715 0.13348 0.225158 0.182192 0.160707 0.526837 1.2866 2.77883</nuFission>
<kappaFission>4.448831671e-13 9.942945401e-14 1.297102286e-13 3.816364035e-13 1.786529394e-12 3.030743292e-12 2.443342863e-12 2.138633913e-12 7.014933122e-12 1.715317754e-11 3.706155269e-11</kappaFission>
<NeutronVelocity>1787172746 862931897.4 432068093.9 87845672.72 16871031.09 6363468.599 3419843.987 1933088.089 1030522.001 570112.4262 277970.0404</NeutronVelocity>
<Transport>0.212372 0.305875 0.499375 0.749228 0.915749 0.965888 0.948734 0.74024 0.919285 1.35849 2.10284</Transport>
<Removal>0.078416 0.023239 0.031186 0.04676 0.152527 0.284589 0.376991 0.148769 0.342213 0.772406 1.656629</Removal>
<FissionSpectrum>0.755786 0.211433 0.0280019 0.00477575 3.48086e-06 1.00361e-07 9.98398e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182926 0.60118 0.169622 0.0462073 5.15239e-05 1.29016e-05 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000227754 0.00119643 0.00119953 0.00286943 0.00137384 0.000554656</DNFraction>
<DNPlambda>0.0133769 0.0324951 0.12129 0.308076 0.868407 2.91987</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
9 11
</Profile>
<Value>
0.230172
0.0506857 0.375543
0.00743112 0.0148643 0.526168
0.000865679 0.000246427 0.0200321 0.732309
6.59902e-07 2.00537e-08 8.17998e-08 0.00705946 0.781157
1.36399e-07 0 0 0 0.0163256 0.718341 0.00109841
0.0317646 0.589036 0.00131386
1.77136e-16 0 0.068086 0.614342 0.00847969
0.030406 0.604742 0.0328736 1.94115e-05
1.45745e-06 0.0471834 0.612634 0.162332
2.16656e-05 0.0232 0.528211
0.095754
-0.00115904 0.0863629
-2.73963e-05 -0.00236072 0.0586379
-4.32567e-06 -3.76021e-06 -0.00468019 0.0239842
1.63918e-07 1.17194e-08 4.10093e-08 -0.00215382 0.0224368
4.57155e-08 0 0 0 -0.00507679 0.0260103 0.000130143
-0.00890673 0.0354013 0.000120105
1.70036e-16 0 -0.0182464 0.0251214 -0.000295334
-0.00818798 0.0273984 -0.00432535 -1.55326e-05
-1.20464e-06 -0.0101816 0.0245795 -0.0211325
-1.62969e-05 -0.00412702 0.03757
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308597 0.398765 0.557349 0.779108 0.933631 1.00274 0.966001 0.763144 0.948367 1.38477 2.18358</Total>
<Absorption>0.0199312 0.00812794 0.0111664 0.0397834 0.136275 0.25323 0.307571 0.117 0.288428 0.716847 1.49154</Absorption>
<Fission>0.0134956 0.00306752 0.00400239 0.0117821 0.0551248 0.0935729 0.075416 0.066006 0.217614 0.529809 1.14414</Fission>
<nuFission>0.036917 0.0076125 0.00975809 0.0285861 0.133472 0.225284 0.182244 0.160738 0.529641 1.28782 2.7801</nuFission>
<kappaFission>4.449919784e-13 9.942750923e-14 1.297082841e-13 3.818308497e-13 1.786441895e-12 3.03243819e-12 2.444023415e-12 2.139071411e-12 7.052266248e-12 1.716964041e-11 3.707840444e-11</kappaFission>
<NeutronVelocity>1787274960 862984026.2 432077428.3 87810189.49 16863776.1 6360554.386 3419154.101 1932187.932 1027953.129 569310.7355 277854.9597</NeutronVelocity>
<Transport>0.212524 0.30587 0.499087 0.749208 0.915608 0.965338 0.948413 0.740481 0.920904 1.35802 2.10162</Transport>
<Removal>0.078463 0.023254 0.031264 0.046862 0.152651 0.284641 0.376678 0.148911 0.344928 0.771764 1.653695</Removal>
<FissionSpectrum>0.755666 0.211666 0.0279413 0.00472309 2.67728e-06 9.85283e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181536 0.60515 0.167507 0.0457809 2.60025e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000211904 0.00121212 0.0012289 0.00286241 0.00131377 0.000542522</DNFraction>
<DNPlambda>0.0133668 0.0325026 0.121293 0.307685 0.868561 2.91856</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
5 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
5 11
8 11
9 11
</Profile>
<Value>
0.230134
0.0507047 0.375511
0.00742503 0.0148779 0.526085
0.000862133 0.000248371 0.0200579 0.732246
7.82418e-07 2.06747e-08 4.14635e-08 0.00707099 0.78098
2.30116e-08 0 0 0 0.0164164 0.718099 0.00110541
0.0317229 0.589323 0.00131662
0.0678248 0.614233 0.00828201
8.07284e-16 0 0 0.0306137 0.603439 0.0324385 4.79188e-05
5.79714e-07 0.0478604 0.613006 0.163651
2.10153e-05 0.0232837 0.529885
0.0956353
-0.00116393 0.0863668
-3.60279e-05 -0.00237125 0.0589134
-7.08375e-06 -3.64502e-07 -0.00468133 0.024073
9.99998e-08 -1.8944e-08 2.47503e-08 -0.00215253 0.0225221
2.22163e-08 0 0 0 -0.00507364 0.0262556 0.000126966
-0.00888018 0.0354385 0.000126188
-0.017984 0.0248993 -0.000291858
-3.76977e-16 0 0 -0.00826202 0.0271274 -0.00427794 -3.40303e-05
-4.71633e-07 -0.0101704 0.0249683 -0.0212619
-1.38406e-05 -0.00416063 0.037072
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308601 0.398717 0.557365 0.779272 0.933596 1.003 0.965278 0.763382 0.950213 1.38407 2.18064</Total>
<Absorption>0.0199419 0.00812809 0.0111672 0.0398231 0.13629 0.253252 0.307049 0.117229 0.290234 0.716137 1.48863</Absorption>
<Fission>0.0135058 0.00306741 0.00400257 0.0117966 0.0551663 0.0935972 0.0754261 0.0662007 0.219111 0.53021 1.14376</Fission>
<nuFission>0.0369472 0.00761227 0.00975847 0.0286214 0.133572 0.225344 0.182268 0.161213 0.533284 1.28879 2.77917</nuFission>
<kappaFission>4.45330468e-13 9.94239438e-14 1.297141175e-13 3.823007615e-13 1.787786794e-12 3.033225686e-12 2.444350728e-12 2.145381098e-12 7.100779866e-12 1.718263571e-11 3.70660897e-11</kappaFission>
<NeutronVelocity>1787869307 863147900.4 432041959.9 87682379.35 16856783.09 6359138.718 3417927.027 1931288.614 1024889.44 568456.3568 277938.3644</NeutronVelocity>
<Transport>0.212429 0.305649 0.499134 0.749277 0.915343 0.965976 0.94834 0.740758 0.921976 1.35651 2.10145</Transport>
<Removal>0.078515 0.023245 0.03124 0.046908 0.152728 0.285461 0.376132 0.149396 0.34714 0.771774 1.650672</Removal>
<FissionSpectrum>0.755759 0.211604 0.0278544 0.00477923 3.25143e-06 9.73963e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184822 0.601255 0.165945 0.0479522 2.59038e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00021808 0.00122111 0.00121215 0.00287484 0.00138178 0.000547555</DNFraction>
<DNPlambda>0.0133688 0.0325185 0.121275 0.307726 0.868224 2.91526</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
4 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
4 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230086
0.0506772 0.375472
0.00744588 0.0148861 0.526125
0.000861919 0.000249298 0.0200666 0.732364
4.20843e-07 6.26442e-08 0 0.00709996 0.780868
2.31173e-08 0 0 0 0.0164219 0.717539 0.00112898
2.53467e-08 0 0.0320353 0.589146 0.00130793
0.067866 0.613986 0.00806863
0.0307588 0.603073 0.0320626 5.47893e-05
1.74292e-06 0.048952 0.612296 0.164108
1.98483e-05 0.0233324 0.529968
0.0956663
-0.00112749 0.0864797
-2.66036e-05 -0.00232421 0.0588923
-1.05878e-05 -6.00867e-07 -0.00469723 0.024142
1.46622e-07 4.85048e-09 0 -0.00217257 0.0227851
2.08063e-08 0 0 0 -0.00509054 0.0261023 0.000107988
-3.29332e-09 0 -0.00900509 0.034745 0.000124588
-0.0179173 0.0248649 -0.000308022
-0.0082219 0.0278354 -0.00405942 -2.84897e-05
-1.45794e-06 -0.0103038 0.0256582 -0.022263
-1.38839e-05 -0.00413115 0.0357982
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308614 0.39873 0.55735 0.779262 0.93379 1.00261 0.965706 0.763291 0.950825 1.38399 2.17813</Total>
<Absorption>0.0199485 0.00812742 0.0111665 0.0398121 0.136372 0.253116 0.307272 0.117145 0.290832 0.716049 1.48621</Absorption>
<Fission>0.0135103 0.00306747 0.0040024 0.0117989 0.0551982 0.0935522 0.0751407 0.0661236 0.219604 0.530371 1.14232</Fission>
<nuFission>0.0369611 0.00761243 0.0097581 0.028627 0.133649 0.225237 0.181578 0.161025 0.534483 1.28918 2.77567</nuFission>
<kappaFission>4.454788478e-13 9.942588858e-14 1.297086082e-13 3.823752992e-13 1.788820585e-12 3.031767361e-12 2.435101705e-12 2.1428825e-12 7.116756629e-12 1.718785327e-11 3.701942329e-11</kappaFission>
<NeutronVelocity>1788109075 863125550.2 432075561.4 87667005.65 16851187.17 6358168.339 3418125.637 1931863.185 1023814.96 568168.9053 278250.8041</NeutronVelocity>
<Transport>0.212432 0.305863 0.498967 0.749431 0.915885 0.965386 0.949053 0.740685 0.922914 1.35666 2.09942</Transport>
<Removal>0.078465 0.023214 0.031224 0.046828 0.152796 0.285461 0.376608 0.14939 0.349013 0.772213 1.64941</Removal>
<FissionSpectrum>0.755662 0.211561 0.0279668 0.00480682 3.55029e-06 1.97583e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182368 0.60393 0.166257 0.0474194 2.62517e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00022094 0.0011639 0.00119191 0.00284536 0.00133362 0.000552787</DNFraction>
<DNPlambda>0.013367 0.0325122 0.121284 0.30758 0.86827 2.9134</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230149
0.0507107 0.375516
0.00742666 0.0148497 0.526126
0.000857428 0.000249493 0.0200508 0.732434
5.66254e-07 2.10288e-08 8.60526e-08 0.00709955 0.780994
2.35398e-08 0 0 0 0.0163222 0.717149 0.00108268
0.0319986 0.589098 0.00130998
0.0681752 0.613901 0.00810234
0.0307524 0.601812 0.0319443 4.29164e-05
2.93514e-07 0.0495128 0.611777 0.16347
2.57036e-05 0.0234801 0.52872
0.0956938
-0.00114447 0.0863097
-1.05721e-05 -0.00234803 0.0590384
-2.03929e-06 -2.34042e-06 -0.00468198 0.0239994
3.3058e-09 1.80031e-08 -1.6346e-08 -0.00216526 0.02238
-2.36774e-09 0 0 0 -0.00504362 0.0262603 0.000125361
-0.00896156 0.0348332 0.000131669
-0.0183057 0.0249127 -0.000292389
-0.00832182 0.0274979 -0.00409629 -2.98815e-05
-2.49309e-07 -0.010382 0.025454 -0.0216023
-1.71936e-05 -0.00409247 0.0357156
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308582 0.398758 0.557361 0.781987 0.938758 1.0068 0.968822 0.762962 0.939695 1.40378 2.21291</Total>
<Absorption>0.0199218 0.00812717 0.0111673 0.0401696 0.138331 0.256011 0.310274 0.116765 0.279592 0.733764 1.51381</Absorption>
<Fission>0.0134882 0.00306751 0.0040025 0.0117713 0.0552757 0.0948102 0.0759485 0.0657949 0.210709 0.543364 1.16502</Fission>
<nuFission>0.0368968 0.00761249 0.00975832 0.0285597 0.133838 0.22827 0.18353 0.160228 0.512834 1.32068 2.83082</nuFission>
<kappaFission>4.447458163e-13 9.94271851e-14 1.29711849e-13 3.814808465e-13 1.791332145e-12 3.072535652e-12 2.461280263e-12 2.132230245e-12 6.828494347e-12 1.760892037e-11 3.775506734e-11</kappaFission>
<NeutronVelocity>1786808706 863006369 432051293.1 87964673.39 16879147 6364967.22 3418324.269 1935538.815 1044666.819 549227.2373 273381.649</NeutronVelocity>
<Transport>0.212444 0.305808 0.499104 0.75169 0.920405 0.969744 0.951704 0.740265 0.912493 1.37532 2.12333</Transport>
<Removal>0.078486 0.023228 0.031266 0.047179 0.154583 0.287793 0.379382 0.148854 0.335735 0.796278 1.692301</Removal>
<FissionSpectrum>0.75597 0.211343 0.0279499 0.00473201 4.27495e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184327 0.601039 0.167776 0.0467931 6.53469e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000217173 0.00120021 0.00115564 0.00287562 0.00133271 0.000553813</DNFraction>
<DNPlambda>0.0133746 0.0325029 0.121281 0.30798 0.869413 2.91919</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230096
0.0507236 0.37553
0.00744786 0.0148499 0.526095
0.000872263 0.000247354 0.0200975 0.734808
5.46327e-07 2.01403e-08 1.62834e-07 0.00701771 0.784175
4.54909e-08 4.014e-08 0 0 0.0162845 0.719007 0.00138501
0.0316997 0.58944 0.00160761
0.0676985 0.614108 0.011969
0.0305586 0.60396 0.0320288 0.00013697
4.47659e-06 0.0441167 0.607502 0.177164
3.59183e-05 0.0303959 0.520609
0.0956945
-0.00116095 0.0863878
-2.94954e-05 -0.00235654 0.0589302
-3.10097e-06 -1.91572e-06 -0.00468641 0.0239778
2.0289e-08 -3.90649e-09 -1.67366e-08 -0.00213922 0.022835
-6.69106e-10 1.87209e-08 0 0 -0.00504496 0.0258841 0.000115598
-0.00881445 0.0346217 0.000152593
-0.0176197 0.0248348 -0.00062812
-0.0080513 0.0267466 -0.00477989 -0.000102551
-3.48752e-06 -0.0092013 0.025663 -0.0235055
-2.08389e-05 -0.00439103 0.0386593
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.3086 0.398718 0.5574 0.782058 0.938723 1.00708 0.968825 0.763019 0.940576 1.4036 2.2103</Total>
<Absorption>0.0199312 0.00812734 0.0111689 0.0401931 0.138409 0.25591 0.310375 0.116818 0.280453 0.733558 1.51127</Absorption>
<Fission>0.0134945 0.00306737 0.00400293 0.0117769 0.0553071 0.0947744 0.075839 0.0658277 0.21144 0.543973 1.16435</Fission>
<nuFission>0.0369164 0.00761216 0.0097593 0.0285734 0.133914 0.228182 0.183266 0.160307 0.514614 1.32215 2.82921</nuFission>
<kappaFission>4.44955708e-13 9.942264728e-14 1.297257843e-13 3.816623296e-13 1.792349732e-12 3.071375473e-12 2.457731671e-12 2.133293202e-12 6.85218403e-12 1.762865637e-11 3.77333545e-11</kappaFission>
<NeutronVelocity>1787297320 863162801.1 431969174.7 87915952.35 16870661.08 6364926.708 3417401.408 1935246.647 1043158.601 548293.71 273525.2204</NeutronVelocity>
<Transport>0.2125 0.305727 0.499251 0.751657 0.920822 0.969795 0.951746 0.739893 0.913279 1.37457 2.12152</Transport>
<Removal>0.078477 0.023213 0.031261 0.047198 0.154705 0.287714 0.379968 0.148812 0.336942 0.795284 1.690358</Removal>
<FissionSpectrum>0.755967 0.211378 0.0279337 0.00471697 3.96921e-06 1.97941e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.185055 0.603873 0.165892 0.0451545 2.56518e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000225304 0.00122684 0.00118864 0.00285042 0.00136555 0.000559137</DNFraction>
<DNPlambda>0.0133708 0.0325123 0.12128 0.307788 0.868715 2.91649</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
6 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
6 11
</Profile>
<Value>
0.230123
0.0506959 0.375505
0.00743337 0.0148446 0.526139
0.000867593 0.000251024 0.0200923 0.73486
7.82202e-07 4.11817e-08 4.15177e-08 0.00703424 0.784018
2.31888e-08 0 0 2.4543e-08 0.0163767 0.719366 0.00134825
0.0318793 0.588857 0.00164451
0.068109 0.614207 0.011806 5.68645e-07
0.0304575 0.603634 0.0316001 0.000130672
1.77482e-06 0.0444906 0.608316 0.1766
7.82913e-17 0 0 3.66442e-05 0.030789 0.519942
0.0956438
-0.00115704 0.0864423
-2.98374e-05 -0.00235186 0.0588131
-5.13282e-06 -2.84622e-06 -0.00470817 0.0240978
9.55421e-08 2.68196e-08 2.31315e-08 -0.00215106 0.0224209
-7.20434e-09 0 0 -1.99371e-08 -0.00509447 0.0262255 0.000121785
-0.00896941 0.0348739 0.000106368
-0.0179195 0.0252529 -0.00064211 -3.76084e-07
-0.0079326 0.0266967 -0.00475504 -9.20979e-05
-1.14741e-06 -0.0091293 0.0264041 -0.0227387
4.19582e-17 0 0 -2.55335e-05 -0.00466146 0.0377302
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308595 0.398668 0.557407 0.782155 0.938866 1.00596 0.968611 0.763071 0.941984 1.40361 2.20779</Total>
<Absorption>0.0199388 0.00812823 0.0111697 0.0402069 0.138406 0.255499 0.310006 0.116855 0.281829 0.733525 1.50878</Absorption>
<Fission>0.013504 0.00306725 0.00400293 0.0117846 0.0553113 0.0946153 0.0757089 0.0658718 0.212597 0.544982 1.16413</Fission>
<nuFission>0.0369404 0.0076119 0.00975932 0.0285922 0.133923 0.227799 0.182951 0.160414 0.517429 1.32459 2.82867</nuFission>
<kappaFission>4.452689526e-13 9.941875772e-14 1.297257843e-13 3.81911869e-13 1.792485842e-12 3.066219484e-12 2.453515491e-12 2.134722361e-12 6.889679191e-12 1.766135526e-11 3.772622491e-11</kappaFission>
<NeutronVelocity>1787600843 863334196.7 431952381.6 87841814.46 16862013.09 6359057.842 3418417.751 1934456.737 1040710.514 546728.9209 273568.6206</NeutronVelocity>
<Transport>0.21244 0.305713 0.499129 0.751744 0.920909 0.968243 0.951846 0.73991 0.914577 1.37363 2.11623</Transport>
<Removal>0.078412 0.023201 0.031268 0.047213 0.154779 0.287669 0.379166 0.148923 0.339398 0.795838 1.684746</Removal>
<FissionSpectrum>0.755565 0.211715 0.027971 0.00474439 4.34469e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181581 0.601287 0.169878 0.0472153 3.95742e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000215288 0.00123219 0.00119114 0.0028151 0.00137071 0.000553275</DNFraction>
<DNPlambda>0.0133675 0.0325088 0.121286 0.307853 0.868464 2.91608</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
5 9
8 11
8 11
9 11
</Profile>
<Value>
0.230183
0.0506471 0.375467
0.00741578 0.0148228 0.526139
0.000868942 0.000246827 0.0200904 0.734942
6.78533e-07 0 0 0.00704516 0.784087
2.3474e-08 0 0 0 0.0164009 0.718291 0.00138366
0.0320223 0.589445 0.0016506
4.25674e-16 0 0.0679503 0.614148 0.0116632
0.0306386 0.602586 0.0311394 0.000136086
1.18504e-06 0.0456642 0.607772 0.176569
3.20003e-05 0.030995 0.523044
0.0956946
-0.00117724 0.0863963
-2.96233e-05 -0.00234128 0.0589297
-6.38404e-06 -3.43879e-06 -0.00470185 0.0240872
-1.34916e-08 0 0 -0.00214316 0.0224688
-7.17429e-09 0 0 0 -0.00509327 0.0266924 0.000115112
-0.0089074 0.0345476 0.000131091
-4.24063e-16 0 -0.017893 0.0253676 -0.000584879
-0.00813381 0.0267818 -0.00479615 -8.95934e-05
-9.89136e-07 -0.0093486 0.0274269 -0.0223479
-2.20086e-05 -0.00460985 0.0399041
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308602 0.398688 0.557373 0.782082 0.938933 1.00631 0.968496 0.762993 0.942227 1.4038 2.20693</Total>
<Absorption>0.019934 0.00812752 0.0111676 0.0402167 0.138459 0.255659 0.31021 0.116782 0.282068 0.733693 1.50793</Absorption>
<Fission>0.0134979 0.00306736 0.00400257 0.0117864 0.0553416 0.0946018 0.0757869 0.0658121 0.212798 0.545373 1.1639</Fission>
<nuFission>0.0369225 0.00761218 0.00975848 0.0285966 0.133996 0.227766 0.183139 0.160269 0.51792 1.32554 2.82811</nuFission>
<kappaFission>4.450678166e-13 9.942232315e-14 1.297141175e-13 3.819702028e-13 1.793467781e-12 3.065781986e-12 2.456043255e-12 2.132787649e-12 6.896193043e-12 1.767402649e-11 3.771877124e-11</kappaFission>
<NeutronVelocity>1787457056 863229860.8 432025161.1 87825613.46 16863662.35 6361606.433 3417623.316 1934714.978 1040384.609 546158.5935 273614.2805</NeutronVelocity>
<Transport>0.212478 0.305803 0.499007 0.751838 0.920931 0.969142 0.952344 0.740881 0.914655 1.37444 2.11811</Transport>
<Removal>0.078484 0.02322 0.031219 0.047281 0.154568 0.287603 0.378963 0.149374 0.339122 0.795506 1.684249</Removal>
<FissionSpectrum>0.755564 0.211581 0.0281113 0.00474004 3.26246e-06 1.96124e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183322 0.60432 0.165589 0.0466916 7.76407e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000223567 0.00122463 0.0012011 0.00286587 0.00134723 0.000558236</DNFraction>
<DNPlambda>0.0133658 0.0325034 0.121286 0.307732 0.867878 2.91967</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230118
0.0507229 0.375468
0.00741722 0.014832 0.526154
0.000858704 0.000251123 0.0200561 0.734801
7.76861e-07 6.31184e-08 4.25604e-08 0.00707665 0.784365
7.01291e-08 0 0 0 0.0163862 0.718707 0.00136411
0.0318088 0.589533 0.00165384
0.0678726 0.613619 0.0115023
0.0306985 0.603105 0.0306389 0.000160296
2.69305e-06 0.0457219 0.608294 0.176355
3.997e-05 0.0312495 0.522681
0.0956288
-0.00113673 0.0863389
-2.33692e-05 -0.00234891 0.0589845
-4.68417e-06 2.44269e-07 -0.00466582 0.0239507
5.69666e-08 6.63124e-09 8.90111e-10 -0.00217134 0.0225105
-5.22061e-08 0 0 0 -0.00506871 0.0259915 0.000142239
-0.00888739 0.0339516 0.000130043
-0.017929 0.0244363 -0.00062502
-0.00813047 0.0271072 -0.00464423 -0.000106434
-2.3644e-06 -0.00955032 0.0268269 -0.0227298
-2.5645e-05 -0.00462983 0.0372858
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308588 0.398761 0.557381 0.781993 0.938749 1.00588 0.968399 0.76313 0.944821 1.39342 2.19934</Total>
<Absorption>0.0199222 0.00812836 0.0111683 0.0401721 0.138278 0.255392 0.309962 0.116919 0.284592 0.723851 1.50103</Absorption>
<Fission>0.013488 0.0030675 0.00400271 0.0117678 0.0552751 0.094633 0.0760181 0.0659158 0.214569 0.535112 1.15233</Fission>
<nuFission>0.0368979 0.00761246 0.00975881 0.0285512 0.133838 0.22784 0.183698 0.160521 0.522229 1.30067 2.8</nuFission>
<kappaFission>4.447392217e-13 9.942686097e-14 1.297186546e-13 3.813674195e-13 1.791312701e-12 3.066793091e-12 2.463535806e-12 2.136148279e-12 6.953586242e-12 1.734149593e-11 3.734381963e-11</kappaFission>
<NeutronVelocity>1786862983 863013816.9 432008363.7 87970090.17 16877380.77 6365980.202 3418242.476 1934598.948 1035823.972 561034.9974 276050.9259</NeutronVelocity>
<Transport>0.212566 0.305832 0.499078 0.751674 0.920886 0.967917 0.951613 0.740446 0.917884 1.36514 2.11493</Transport>
<Removal>0.078396 0.023217 0.031268 0.047257 0.154841 0.287361 0.379907 0.149613 0.342983 0.786627 1.681178</Removal>
<FissionSpectrum>0.75579 0.211386 0.0280192 0.00479973 4.68402e-06 9.8238e-08 0 9.89544e-08 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183706 0.602511 0.167473 0.0462851 2.56251e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000210806 0.0012098 0.00117751 0.00285474 0.00137097 0.000548611</DNFraction>
<DNPlambda>0.0133717 0.0324958 0.121305 0.307956 0.86944 2.91987</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230192
0.0506208 0.375544
0.00744944 0.0148489 0.526113
0.000865165 0.000251692 0.0201043 0.734736
8.87895e-07 2.02127e-08 4.17103e-08 0.00701716 0.783908
1.12955e-07 0 0 2.44625e-08 0.0163393 0.718519 0.00133786
0.0316428 0.588492 0.00168948
0.0681003 0.613517 0.0111089
0.0306137 0.601838 0.0359242 0.000150561
3.85372e-06 0.0472978 0.606793 0.178752
4.54656e-05 0.0267388 0.518162
0.0955525
-0.00113471 0.0863823
-1.94164e-05 -0.00235169 0.0589484
-7.84799e-06 -2.86682e-06 -0.00469358 0.0239956
2.47734e-08 1.04166e-08 3.12033e-08 -0.00214856 0.0223471
-6.07776e-09 0 0 1.33615e-08 -0.00506966 0.0266847 0.000123304
-0.00878552 0.0346199 0.000169479
-0.0179706 0.0247912 -0.000662672
-0.00800608 0.0267662 -0.00521768 -0.000107054
-3.17183e-06 -0.00974951 0.0265846 -0.0230342
-2.99554e-05 -0.00423415 0.0381365
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308596 0.398753 0.557386 0.782059 0.938648 1.00646 0.968626 0.763291 0.945838 1.39326 2.19651</Total>
<Absorption>0.0199294 0.0081268 0.0111681 0.0401908 0.13846 0.255812 0.310218 0.117069 0.285584 0.723662 1.49825</Absorption>
<Fission>0.0134937 0.00306749 0.00400275 0.0117769 0.0552863 0.0946918 0.0758931 0.0660189 0.215415 0.535747 1.15163</Fission>
<nuFission>0.0369121 0.00761244 0.0097589 0.0285734 0.133864 0.227983 0.183396 0.160772 0.524288 1.30221 2.79829</nuFission>
<kappaFission>4.449293295e-13 9.942653684e-14 1.297199509e-13 3.816623296e-13 1.791675662e-12 3.068698636e-12 2.459484902e-12 2.139489464e-12 6.981002756e-12 1.736207452e-11 3.732113457e-11</kappaFission>
<NeutronVelocity>1787188716 863036161.2 432000898.6 87901269.29 16873194.57 6362537.38 3417354.694 1934063.894 1033979.674 560023.297 276196.5525</NeutronVelocity>
<Transport>0.212444 0.305882 0.499182 0.751786 0.920559 0.969136 0.951782 0.740363 0.91839 1.36476 2.1119</Transport>
<Removal>0.078437 0.023229 0.031252 0.047249 0.154662 0.287772 0.379524 0.149521 0.343704 0.786231 1.680558</Removal>
<FissionSpectrum>0.755889 0.21138 0.0280189 0.00470794 4.16696e-06 1.97763e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183558 0.602524 0.166788 0.0470918 3.89077e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000210747 0.00118939 0.00119129 0.00286715 0.001344 0.00056151</DNFraction>
<DNPlambda>0.0133681 0.0325103 0.121301 0.307842 0.868793 2.9167</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230159
0.0506488 0.375524
0.00745181 0.014844 0.526134
0.000861234 0.000248656 0.0200912 0.73481
5.9817e-07 1.02387e-07 0 0.00704194 0.783986
6.91257e-08 0 0 0 0.0163317 0.718688 0.00136416
0.0318954 0.589102 0.00166627
0.0684736 0.61377 0.0109768
0.0308795 0.602134 0.0353644 0.000144421
2.05352e-06 0.0475376 0.607029 0.181197
4.73461e-05 0.0271002 0.515952
0.0956844
-0.00114904 0.0863124
-2.64918e-05 -0.00233833 0.0588411
-5.6613e-06 -2.08145e-06 -0.00467548 0.023954
3.33572e-08 3.16311e-09 0 -0.00214208 0.0225789
2.84327e-08 0 0 0 -0.00506155 0.0264133 0.000129509
-0.00896046 0.034763 0.000152099
-0.0180346 0.025019 -0.000550058
-0.0081186 0.0269766 -0.00501856 -8.83272e-05
-1.68383e-06 -0.00971646 0.0267646 -0.0236857
-3.01828e-05 -0.00426251 0.0388969
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308609 0.398751 0.557355 0.782157 0.939041 1.00606 0.969164 0.763263 0.947873 1.39283 2.19434</Total>
<Absorption>0.0199444 0.0081265 0.0111667 0.0402033 0.138532 0.25567 0.310631 0.117019 0.287573 0.723202 1.4961</Absorption>
<Fission>0.013507 0.00306754 0.00400247 0.0117773 0.0553505 0.0946837 0.0757217 0.0660183 0.217055 0.536362 1.1518</Fission>
<nuFission>0.0369532 0.00761256 0.00975825 0.0285743 0.134017 0.227963 0.182982 0.160769 0.52828 1.3037 2.79871</nuFission>
<kappaFission>4.45370036e-13 9.942815749e-14 1.297108768e-13 3.816752927e-13 1.793756206e-12 3.068436138e-12 2.453930304e-12 2.139470019e-12 7.034150608e-12 1.738200497e-11 3.73266438e-11</kappaFission>
<NeutronVelocity>1788086694 862998921.3 432062493.5 87885818.74 16857862.93 6360230.749 3417109.467 1933065.668 1030595.282 558862.1566 276166.0421</NeutronVelocity>
<Transport>0.212298 0.305903 0.499191 0.751828 0.921131 0.968945 0.952364 0.739978 0.920279 1.36518 2.11056</Transport>
<Removal>0.078432 0.023236 0.031237 0.047207 0.154861 0.287517 0.379988 0.149701 0.347104 0.785873 1.676524</Removal>
<FissionSpectrum>0.755438 0.211879 0.0279126 0.0047659 4.04239e-06 3.96285e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184263 0.604359 0.165758 0.045607 1.28896e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000222201 0.00118246 0.00118537 0.00284362 0.00134263 0.000562508</DNFraction>
<DNPlambda>0.0133676 0.0325088 0.121287 0.307836 0.868616 2.91753</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
1 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
1 9
8 11
8 11
9 11
</Profile>
<Value>
0.230177
0.050624 0.375515
0.00743283 0.0148639 0.526118
0.000872577 0.00024794 0.0200771 0.73495
7.70669e-07 1.04655e-07 0 0.00705842 0.78418
4.63625e-08 0 0 2.52697e-08 0.016458 0.718543 0.00135754
0.0317819 0.589176 0.0016464
2.32119e-08 0 0 0 0 0 0.0681147 0.613562 0.010662
0.0309912 0.600769 0.0350022 0.000126312
3.23928e-06 0.0487291 0.606957 0.179476
4.38404e-05 0.0271687 0.517816
0.0958064
-0.00114833 0.0863123
-2.63749e-05 -0.00235648 0.0588151
-1.0034e-06 -2.56101e-06 -0.00469458 0.0240095
-5.95376e-08 -2.47426e-08 0 -0.00214568 0.0224795
-1.10364e-09 0 0 1.78935e-08 -0.00512929 0.0260981 0.00012193
-0.00892876 0.034711 0.000165031
-4.94916e-09 0 0 0 0 0 -0.0180306 0.0253899 -0.000635648
-0.00803999 0.0271844 -0.00501395 -7.39276e-05
-2.43127e-06 -0.00994455 0.0261019 -0.0230198
-2.65124e-05 -0.00434231 0.0377746
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308598 0.398693 0.55736 0.782098 0.938836 1.00581 0.968483 0.763212 0.948199 1.39267 2.19398</Total>
<Absorption>0.0199402 0.00812834 0.0111667 0.0402064 0.138529 0.255661 0.310059 0.116982 0.287892 0.723038 1.49574</Absorption>
<Fission>0.0135039 0.00306737 0.00400245 0.0117828 0.055345 0.0946703 0.0759256 0.0659745 0.217321 0.536462 1.15193</Fission>
<nuFission>0.0369419 0.0076122 0.0097582 0.0285878 0.134004 0.227932 0.183475 0.160663 0.528926 1.30394 2.79901</nuFission>
<kappaFission>4.452656553e-13 9.942264728e-14 1.297102286e-13 3.818535351e-13 1.793577966e-12 3.068001881e-12 2.460538137e-12 2.138050583e-12 7.04277093e-12 1.738524569e-11 3.733085674e-11</kappaFission>
<NeutronVelocity>1787741457 863214957.8 432056893.3 87845672.72 16855873.85 6361808.789 3417354.694 1933641.298 1030052.821 558699.7938 276140.1135</NeutronVelocity>
<Transport>0.212405 0.305945 0.499125 0.75174 0.920858 0.968243 0.951806 0.740681 0.919653 1.36521 2.10883</Transport>
<Removal>0.078419 0.023226 0.031276 0.04723 0.154858 0.287312 0.379001 0.149512 0.347594 0.785021 1.676018</Removal>
<FissionSpectrum>0.755656 0.211501 0.0280661 0.00477279 4.04562e-06 9.8839e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182783 0.601208 0.169183 0.0467735 5.18439e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000226683 0.00120741 0.00122002 0.00283144 0.00131205 0.000566661</DNFraction>
<DNPlambda>0.013367 0.0325285 0.121252 0.307667 0.867741 2.9156</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230179
0.0506298 0.375467
0.00744153 0.01484 0.526084
0.000874725 0.000250261 0.0201299 0.734868
5.40652e-07 8.3712e-08 8.51057e-08 0.00705985 0.783978
1.40665e-07 0 0 0 0.0164288 0.718498 0.0013502
0.0317014 0.589482 0.00168174
0.0682564 0.6137 0.0106232
0.0309408 0.600605 0.0348536 0.000114541
2.63628e-06 0.0489219 0.607649 0.180073
3.69525e-05 0.0271867 0.517962
0.0957487
-0.00115357 0.0862209
-3.26173e-05 -0.00235488 0.0588865
-6.49003e-06 -1.33836e-06 -0.0046801 0.0240765
9.77109e-08 -2.49806e-08 1.0182e-08 -0.00214381 0.0225176
4.10182e-08 0 0 0 -0.00510551 0.0265673 0.000132945
-0.00890128 0.0344813 0.000148768
-0.0179205 0.0247879 -0.00054886
-0.00823448 0.0278147 -0.00521257 -7.67622e-05
-2.40282e-06 -0.00986564 0.0261063 -0.0230616
-2.5788e-05 -0.00428816 0.0386
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308572 0.398767 0.557373 0.782005 0.938948 1.00692 0.968551 0.763392 0.947363 1.38643 2.19251</Total>
<Absorption>0.0199223 0.00812734 0.0111677 0.040161 0.138436 0.255879 0.310176 0.117145 0.287053 0.717184 1.49466</Absorption>
<Fission>0.0134905 0.00306751 0.00400261 0.0117643 0.0552939 0.0946938 0.0761072 0.0661017 0.216449 0.529266 1.14446</Fission>
<nuFission>0.0369069 0.00761247 0.00975858 0.0285429 0.133881 0.227986 0.183914 0.160973 0.526804 1.28651 2.78085</nuFission>
<kappaFission>4.448216541e-13 9.94271851e-14 1.297154138e-13 3.812539925e-13 1.791921957e-12 3.068763451e-12 2.46642329e-12 2.142172782e-12 7.014511828e-12 1.715204329e-11 3.708877476e-11</kappaFission>
<NeutronVelocity>1786971548 862976578.8 432028894.1 87989441.27 16871088.02 6366993.506 3418067.22 1932863.905 1030569.792 570222.9572 277727.6325</NeutronVelocity>
<Transport>0.212437 0.30583 0.499193 0.751719 0.920587 0.969753 0.951354 0.740418 0.919257 1.35873 2.11004</Transport>
<Removal>0.07846 0.023254 0.031258 0.047166 0.154845 0.287549 0.379696 0.149806 0.345349 0.780991 1.680456</Removal>
<FissionSpectrum>0.755766 0.211483 0.0279862 0.00475999 4.68546e-06 9.90672e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183466 0.601476 0.167824 0.0471444 7.72421e-05 1.26288e-05 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00022556 0.0011859 0.00119041 0.00291901 0.00134369 0.000540401</DNFraction>
<DNPlambda>0.0133711 0.0325033 0.121302 0.307892 0.869693 2.92326</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230112
0.050668 0.375513
0.0074383 0.0148769 0.526115
0.000872878 0.000249391 0.0200742 0.734839
4.30633e-07 0 4.06608e-08 0.00700098 0.784103
2.27816e-08 2.02348e-08 0 0 0.0163918 0.719371 0.00134344
0.031762 0.588855 0.00166692
0.0681858 0.613586 0.0102916
0.0312095 0.602014 0.0388313 0.000164935
3.82314e-06 0.0479654 0.605439 0.181688
4.09278e-05 0.023934 0.512054
0.0956434
-0.00113931 0.0863908
-2.89533e-05 -0.00235925 0.0588346
-8.9649e-06 -3.23152e-06 -0.0046871 0.0239553
-5.0572e-08 0 -1.54811e-08 -0.0021355 0.022934
1.70848e-08 5.3989e-10 0 0 -0.00513259 0.0260403 0.000141575
-0.00891439 0.0351314 0.000156731
-0.0180767 0.0252379 -0.000622192
-0.00823218 0.0279167 -0.00546001 -0.000118044
-3.14097e-06 -0.00999204 0.0266538 -0.0231869
-2.8297e-05 -0.00397929 0.0382289
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308578 0.398767 0.557376 0.782123 0.938856 1.0066 0.968551 0.763428 0.948662 1.38586 2.19091</Total>
<Absorption>0.019934 0.0081274 0.0111677 0.040204 0.138426 0.255928 0.310085 0.117156 0.288322 0.716602 1.49306</Absorption>
<Fission>0.0134987 0.0030676 0.0040026 0.0117772 0.0553192 0.094753 0.0758072 0.0661249 0.217512 0.529586 1.1448</Fission>
<nuFission>0.0369317 0.00761271 0.00975854 0.0285742 0.133944 0.228131 0.183188 0.161027 0.529392 1.28728 2.78169</nuFission>
<kappaFission>4.450941951e-13 9.943010227e-14 1.297150898e-13 3.816720519e-13 1.792741859e-12 3.070681959e-12 2.456701122e-12 2.14292463e-12 7.04896071e-12 1.71624136e-11 3.709979321e-11</kappaFission>
<NeutronVelocity>1787418717 862976578.8 432021428.3 87895088.42 16872653.65 6362092.11 3417681.718 1931583.319 1028324.161 569654.5045 277657.4595</NeutronVelocity>
<Transport>0.212436 0.305829 0.499103 0.751855 0.920928 0.969111 0.9512 0.741075 0.92031 1.35805 2.10728</Transport>
<Removal>0.078451 0.023207 0.031263 0.047196 0.154966 0.287553 0.379796 0.150129 0.347141 0.778936 1.673848</Removal>
<FissionSpectrum>0.755461 0.211696 0.0280704 0.00476781 5.05667e-06 9.90398e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.18372 0.602085 0.167095 0.0470875 1.31836e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000207957 0.00120019 0.00117616 0.00286179 0.00132115 0.00056154</DNFraction>
<DNPlambda>0.013373 0.0325097 0.121287 0.307875 0.867954 2.91698</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230127
0.0506873 0.37556
0.00741589 0.0148543 0.526113
0.000868205 0.000245469 0.0201081 0.734927
8.04811e-07 4.08442e-08 0 0.00704018 0.78389
2.51359e-08 0.0163783 0.719047 0.00138745
0.0318682 0.588755 0.0016618
0.0684798 0.613299 0.0102233 5.65366e-07
0.0313229 0.601521 0.0386344 0.000134163
3.20565e-06 0.0490699 0.606924 0.182433
4.94538e-05 0.0241048 0.517062
0.0956975
-0.00117923 0.0863919
-2.11821e-05 -0.0023503 0.0589122
-7.62448e-06 -1.42919e-06 -0.00467004 0.0239626
-6.31672e-08 7.30648e-10 0 -0.00215402 0.022413
5.54226e-09 -0.00507363 0.0263505 0.000130857
-0.00884654 0.0349963 0.000159603
-0.0177752 0.0245984 -0.000547373 -5.15049e-07
-0.00825871 0.0280965 -0.00516762 -9.10412e-05
-2.26973e-06 -0.00996907 0.0266594 -0.0225347
-3.32335e-05 -0.00398278 0.0392013
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308609 0.398715 0.557337 0.782125 0.938765 1.00638 0.968478 0.763635 0.950644 1.38539 2.18724</Total>
<Absorption>0.0199432 0.00812806 0.0111658 0.0402109 0.138433 0.255558 0.310024 0.117359 0.290255 0.716111 1.48946</Absorption>
<Fission>0.0135039 0.00306734 0.00400229 0.0117862 0.0553507 0.0946068 0.0757334 0.0662843 0.219118 0.530152 1.14393</Fission>
<nuFission>0.0369426 0.00761211 0.00975786 0.0285961 0.134018 0.227777 0.183009 0.161416 0.5333 1.28865 2.77957</nuFission>
<kappaFission>4.452678188e-13 9.942167489e-14 1.297050434e-13 3.819637213e-13 1.793762687e-12 3.065944022e-12 2.454309468e-12 2.148090342e-12 7.101006717e-12 1.718075609e-11 3.707159893e-11</kappaFission>
<NeutronVelocity>1787885289 863192604.2 432101699.5 87824842.13 16861785.63 6360513.93 3417436.444 1931076.034 1024804.365 568679.4127 277846.4676</NeutronVelocity>
<Transport>0.212414 0.305783 0.499136 0.75168 0.920809 0.969019 0.95232 0.740943 0.922965 1.35786 2.10469</Transport>
<Removal>0.078483 0.023224 0.03122 0.047276 0.154972 0.287595 0.379291 0.150133 0.350518 0.779165 1.67332</Removal>
<FissionSpectrum>0.755591 0.21165 0.0279797 0.00477606 3.25685e-06 0 9.81177e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184241 0.60495 0.165117 0.0456669 2.57198e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000230398 0.00121502 0.00120665 0.00284828 0.00132482 0.00054695</DNFraction>
<DNPlambda>0.0133694 0.0325098 0.121296 0.307717 0.86769 2.91368</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230126
0.050678 0.375491
0.00745067 0.0148497 0.526117
0.000865202 0.000251276 0.020064 0.734849
7.01488e-07 4.21102e-08 0 0.00706385 0.783793
4.71714e-08 0 0 0 0.0164976 0.718785 0.00138448
0.0320186 0.589187 0.00165298
0.0684029 0.613502 0.00996268
0.0314196 0.600126 0.0382326 0.00011679
2.61918e-06 0.0502374 0.606225 0.183252
5.00605e-05 0.024375 0.51392
0.0957154
-0.00114849 0.086373
-3.06557e-05 -0.00235164 0.0588833
-4.688e-06 -9.31266e-07 -0.00470872 0.0241329
1.07882e-07 -1.22769e-08 0 -0.00214831 0.0225217
-2.13065e-08 0 0 0 -0.00512813 0.0262165 0.000141453
-0.00894752 0.0341274 0.000128292
-0.0180981 0.0249349 -0.00053795
-0.00824587 0.0274615 -0.00536785 -8.02805e-05
-1.94521e-06 -0.010246 0.026701 -0.0233594
-3.44771e-05 -0.00408117 0.0392112
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308608 0.398739 0.557366 0.782159 0.938995 1.00597 0.968062 0.763668 0.951323 1.38511 2.18596</Total>
<Absorption>0.0199458 0.00812858 0.0111674 0.0402214 0.138497 0.255766 0.309902 0.117392 0.290919 0.715829 1.48822</Absorption>
<Fission>0.0135073 0.00306748 0.00400254 0.0117877 0.0553224 0.0947038 0.075656 0.0662838 0.219657 0.530174 1.1434</Fission>
<nuFission>0.0369525 0.00761244 0.00975841 0.0285998 0.133949 0.228015 0.182822 0.161414 0.534613 1.28871 2.7783</nuFission>
<kappaFission>4.45379928e-13 9.942621271e-14 1.297131453e-13 3.820123329e-13 1.792845563e-12 3.069087523e-12 2.451801149e-12 2.148074138e-12 7.118474212e-12 1.718146905e-11 3.70544231e-11</kappaFission>
<NeutronVelocity>1788032342 863043609.6 432041959.9 87837956.54 16860676.86 6359543.13 3416455.701 1931236.397 1023748.928 568611.5076 277958.4508</NeutronVelocity>
<Transport>0.212401 0.305812 0.499066 0.75178 0.920953 0.968527 0.951869 0.740577 0.922545 1.35792 2.10409</Transport>
<Removal>0.078467 0.02321 0.031278 0.047256 0.15492 0.287719 0.379641 0.150319 0.35147 0.779083 1.669326</Removal>
<FissionSpectrum>0.755654 0.21156 0.02802 0.00476167 4.43173e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182427 0.60328 0.167941 0.046288 6.42247e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000225135 0.00119931 0.00116748 0.00281557 0.00135279 0.000545685</DNFraction>
<DNPlambda>0.013364 0.0325085 0.121262 0.307754 0.86806 2.91547</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230141
0.0506523 0.375529
0.00742205 0.01486 0.526088
0.000863673 0.000247335 0.02011 0.734903
6.35078e-07 2.09075e-08 0 0.00705425 0.784075
2.35814e-08 0 0 0 0.0164376 0.718251 0.0013608
0.0319566 0.588421 0.00161862
0.0683555 0.613349 0.00986615
0.0311915 0.599853 0.0382949 0.000171669
2.63612e-06 0.0507816 0.606027 0.181114
4.1454e-05 0.0244855 0.516634
0.0957079
-0.0011383 0.0863795
-3.69878e-05 -0.00235169 0.0589389
-2.7732e-06 -9.96059e-07 -0.00468554 0.0240279
1.46656e-07 -1.07355e-08 0 -0.00214286 0.0225608
1.62644e-08 0 0 0 -0.00510735 0.0264061 0.000134272
-0.00899262 0.0342206 0.000143201
-0.0181624 0.0252617 -0.000523392
-0.00816148 0.0283541 -0.00540317 -9.77804e-05
-2.18003e-06 -0.0102607 0.0264738 -0.0235613
-2.72779e-05 -0.004061 0.038481
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308579 0.398756 0.557386 0.784543 0.943534 1.00973 0.971329 0.763043 0.940424 1.40481 2.22042</Total>
<Absorption>0.019915 0.00812811 0.0111684 0.0405271 0.14032 0.257987 0.312853 0.11676 0.279922 0.733363 1.51533</Absorption>
<Fission>0.0134823 0.00306753 0.00400277 0.0117593 0.0554083 0.0955133 0.0762057 0.0657659 0.210946 0.543019 1.16571</Fission>
<nuFission>0.0368818 0.00761256 0.00975895 0.0285306 0.134159 0.229959 0.18415 0.160159 0.51341 1.31984 2.8325</nuFission>
<kappaFission>4.445512759e-13 9.942783336e-14 1.297205991e-13 3.81091954e-13 1.795629343e-12 3.095321173e-12 2.469615402e-12 2.131290435e-12 6.836174859e-12 1.759773988e-11 3.777742832e-11</kappaFission>
<NeutronVelocity>1786674623 863013816.9 431999032.3 88076238.79 16883165.12 6366547.612 3417459.802 1936648.359 1044378.788 549885.6238 273200.9037</NeutronVelocity>
<Transport>0.212446 0.305843 0.499205 0.753718 0.925487 0.972405 0.954726 0.740086 0.912765 1.37551 2.13081</Transport>
<Removal>0.078378 0.023273 0.031248 0.047519 0.156773 0.289902 0.382743 0.150013 0.339329 0.802622 1.711602</Removal>
<FissionSpectrum>0.755631 0.211457 0.0281272 0.00477864 5.08556e-06 2.99546e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184536 0.601508 0.167395 0.046522 3.89299e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000219774 0.00118194 0.00121906 0.00285427 0.00135166 0.000560692</DNFraction>
<DNPlambda>0.0133753 0.0324997 0.121319 0.30811 0.869543 2.92231</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230201
0.0506427 0.375483
0.00741129 0.0148853 0.526138
0.000864842 0.000247269 0.0200663 0.737024
3.86363e-07 8.06687e-08 0 0.00699536 0.786761 0.000110835
9.09776e-08 0 0 0 0.01636 0.719828 0.00164841
0.0316813 0.588586 0.00201677
0.0679783 0.61303 0.014156
0.0312211 0.601095 0.0380609 0.000337834
6.9125e-06 0.0453357 0.602188 0.193879
5.68741e-05 0.0312575 0.508818
0.0956881
-0.00118795 0.0863569
-1.51019e-05 -0.00236447 0.058829
-5.7675e-06 -2.15958e-06 -0.00467875 0.0240882
1.02519e-07 -4.50138e-08 0 -0.00213353 0.0225559 3.18376e-05
-3.73313e-08 0 0 0 -0.00508654 0.0260195 0.000144964
-0.00879992 0.0340346 0.000161462
-0.0175837 0.0250386 -0.000878903
-0.00793444 0.0273626 -0.00594865 -0.000222741
-5.69659e-06 -0.00906178 0.0272639 -0.0252488
-3.48265e-05 -0.00419792 0.0395874
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308589 0.398743 0.557363 0.784696 0.943727 1.00943 0.971455 0.763114 0.941292 1.40456 2.21848</Total>
<Absorption>0.0199304 0.00812666 0.0111672 0.0405624 0.140449 0.257708 0.312895 0.116807 0.280771 0.733084 1.51342</Absorption>
<Fission>0.0134964 0.00306743 0.00400253 0.0117717 0.0554577 0.0954662 0.0762427 0.0658068 0.211665 0.543569 1.16553</Fission>
<nuFission>0.0369203 0.0076123 0.00975839 0.0285607 0.134277 0.229846 0.18424 0.160257 0.515162 1.32117 2.83206</nuFission>
<kappaFission>4.450183569e-13 9.942459206e-14 1.297128212e-13 3.814938095e-13 1.79723026e-12 3.093794793e-12 2.470814469e-12 2.132615891e-12 6.859475656e-12 1.761556385e-11 3.777159502e-11</kappaFission>
<NeutronVelocity>1787342044 863073404.4 432045693.2 87994086.8 16870547.23 6366344.954 3416759.204 1935636.224 1042939.922 548946.8455 273238.9748</NeutronVelocity>
<Transport>0.212354 0.305872 0.499244 0.754009 0.925657 0.972075 0.954186 0.740519 0.91445 1.37505 2.12764</Transport>
<Removal>0.078416 0.023188 0.031264 0.047534 0.1569 0.289893 0.382788 0.149566 0.340842 0.801781 1.706539</Removal>
<FissionSpectrum>0.755552 0.211707 0.0279842 0.00475339 3.66547e-06 1.98961e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182824 0.603004 0.166401 0.0477318 3.88614e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000223016 0.00118927 0.00118306 0.00290621 0.00134043 0.000580517</DNFraction>
<DNPlambda>0.0133691 0.0324946 0.1213 0.307828 0.86906 2.91795</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230173
0.0506634 0.375555
0.00742269 0.0148125 0.526099
0.000872581 0.000249799 0.0201062 0.737162
7.12215e-07 2.04416e-08 0 0.00699642 0.786827 0.00011725
4.58948e-08 2.03622e-08 4.18367e-08 0 0.0164387 0.719537 0.00167564
2.28628e-08 0 0 0 0 0.031722 0.588667 0.00198079
0.0682652 0.613548 0.0139192 5.7864e-07
0.0310763 0.60045 0.0371972 0.000433517
6.57252e-06 0.0459399 0.602779 0.195052
6.31805e-05 0.0314341 0.511941
0.0957672
-0.00113421 0.0863409
-3.18106e-05 -0.00234246 0.0587804
-6.27841e-06 -1.73735e-06 -0.00471033 0.0239228
5.62011e-08 5.98908e-10 0 -0.00214814 0.022609 3.22067e-05
2.20117e-08 1.01702e-08 3.03934e-08 0 -0.00514341 0.0261811 0.000141375
1.74535e-08 0 0 0 0 -0.00888678 0.0347958 0.000153836
-0.017666 0.0247526 -0.000959308 -4.02425e-07
-0.00793095 0.0265877 -0.00594006 -0.00026481
-5.317e-06 -0.00920018 0.0276981 -0.0245065
-3.91152e-05 -0.00436268 0.0399976
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308602 0.39871 0.557396 0.784748 0.943754 1.00975 0.971058 0.763218 0.942556 1.40492 2.21564</Total>
<Absorption>0.0199349 0.00812806 0.0111689 0.0405718 0.140493 0.25788 0.31269 0.116912 0.282002 0.733378 1.51062</Absorption>
<Fission>0.0134999 0.0030674 0.00400281 0.0117738 0.0554771 0.0954699 0.0762188 0.0658674 0.212712 0.544827 1.16515</Fission>
<nuFission>0.0369301 0.00761226 0.00975902 0.0285659 0.134323 0.229855 0.184182 0.160404 0.517709 1.32422 2.83113</nuFission>
<kappaFission>4.451337628e-13 9.942361967e-14 1.297218954e-13 3.815618657e-13 1.797858961e-12 3.0939147e-12 2.470039936e-12 2.134579769e-12 6.893406022e-12 1.765633214e-11 3.775928028e-11</kappaFission>
<NeutronVelocity>1787581670 863192604.2 431972906.7 87952294.68 16864856.84 6363347.121 3414915.669 1935478.876 1040600.052 547105.8103 273318.1368</NeutronVelocity>
<Transport>0.212529 0.305707 0.499271 0.754015 0.925856 0.972244 0.953916 0.740325 0.914973 1.37617 2.12502</Transport>
<Removal>0.078518 0.023226 0.031237 0.047638 0.156887 0.289792 0.382607 0.15002 0.342812 0.80161 1.706264</Removal>
<FissionSpectrum>0.755638 0.211573 0.0279826 0.00480226 4.73871e-06 9.82282e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.185202 0.604016 0.164783 0.0459084 9.0513e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000222192 0.00122084 0.00120145 0.00283222 0.00133255 0.000542042</DNFraction>
<DNPlambda>0.0133653 0.0325157 0.121299 0.307662 0.868367 2.9126</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230084
0.0506931 0.375484
0.00743919 0.0148436 0.526159
0.000873541 0.000248717 0.0200927 0.73711
7.48075e-07 1.04695e-07 1.69703e-07 0.00702701 0.786867 0.000111479
4.68034e-08 0 0 0 0.0164883 0.719958 0.00167721
0.0318988 0.588451 0.0020237
0.0685545 0.613198 0.0138295
0.0312193 0.599744 0.0362902 0.000419855
5.99097e-06 0.0466071 0.60331 0.193661
8.17309e-05 0.0317876 0.509376
0.0956034
-0.00114949 0.0864278
-3.61926e-05 -0.0023423 0.0587641
-6.70747e-06 -1.41417e-06 -0.00467382 0.0240217
8.1454e-08 2.86803e-08 5.36699e-08 -0.00214994 0.0224544 3.10201e-05
2.87427e-08 0 0 0 -0.00514286 0.0262537 0.000137018
-0.00896158 0.0347734 0.000166717
-0.01776 0.0251284 -0.000929114
-0.0080604 0.027267 -0.00592095 -0.000264927
-4.99812e-06 -0.0092186 0.0271964 -0.0252832
-4.95729e-05 -0.00439166 0.0407916
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308606 0.398753 0.557353 0.784781 0.943748 1.00946 0.970971 0.763239 0.943131 1.40468 2.21314</Total>
<Absorption>0.0199458 0.00812712 0.0111663 0.0405962 0.140498 0.257884 0.312564 0.116917 0.282568 0.733133 1.50823</Absorption>
<Fission>0.0135077 0.0030675 0.00400237 0.0117809 0.0554557 0.0954701 0.0762397 0.065879 0.213168 0.544899 1.16367</Fission>
<nuFission>0.0369545 0.00761248 0.00975802 0.0285832 0.134272 0.229855 0.184232 0.160431 0.518819 1.32439 2.82755</nuFission>
<kappaFission>4.453931173e-13 9.942686097e-14 1.29707636e-13 3.817919604e-13 1.797165446e-12 3.093921181e-12 2.470717247e-12 2.134955693e-12 6.908183717e-12 1.765866546e-11 3.771131758e-11</kappaFission>
<NeutronVelocity>1788029145 863043609.6 432069960.8 87924455.31 16870091.86 6361282.689 3416105.571 1934845.996 1039878.293 546896.3631 273625.5107</NeutronVelocity>
<Transport>0.212504 0.305904 0.499245 0.754029 0.925678 0.971981 0.954412 0.740244 0.915297 1.37623 2.12287</Transport>
<Removal>0.078454 0.023192 0.03122 0.04765 0.156901 0.290014 0.382607 0.150277 0.343306 0.801262 1.703112</Removal>
<FissionSpectrum>0.755678 0.211663 0.0279416 0.00471215 4.14203e-06 2.97431e-07 9.95763e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182216 0.60299 0.167546 0.0471691 7.81336e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000221032 0.00118814 0.00121074 0.00279402 0.00133538 0.000559842</DNFraction>
<DNPlambda>0.0133679 0.0325007 0.121259 0.307829 0.868111 2.9144</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230152
0.0506779 0.375561
0.00742938 0.014818 0.526133
0.000868781 0.000249312 0.0200869 0.737131
6.36365e-07 4.20633e-08 4.27887e-08 0.00706357 0.786847 0.000117415
1.41324e-07 2.10799e-08 0 2.57071e-08 0.0164111 0.719446 0.0016636
2.34978e-08 0 0 0 0 0.03182 0.588364 0.00201323
0.0683584 0.612962 0.0137124 5.17674e-07
0.0312966 0.599825 0.0365076 0.000425314
5.38901e-06 0.0471554 0.603418 0.194213
6.20541e-05 0.0320521 0.510028
0.0956744
-0.00119468 0.0863126
-2.97729e-05 -0.00236109 0.0587683
-9.34383e-06 -4.00638e-07 -0.00468351 0.0239933
5.4201e-08 -1.5628e-08 -2.88958e-09 -0.00215377 0.0225768 2.77793e-05
2.79444e-08 -5.61764e-10 0 5.88877e-09 -0.00510164 0.0262745 0.000120835
1.35527e-08 0 0 0 0 -0.00890494 0.0341756 0.000172685
-0.0177386 0.025117 -0.000857915 -4.35376e-07
-0.00810597 0.0273432 -0.00603162 -0.000278275
-4.22639e-06 -0.00921788 0.0270177 -0.0256768
-3.73178e-05 -0.00443948 0.0416337
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308603 0.398745 0.557366 0.78453 0.943842 1.0096 0.97132 0.76333 0.945134 1.39479 2.20739</Total>
<Absorption>0.0199226 0.00812756 0.0111675 0.0405193 0.140394 0.257845 0.312929 0.117006 0.284508 0.723821 1.50318</Absorption>
<Fission>0.0134892 0.00306747 0.00400257 0.0117569 0.0554018 0.0954565 0.0766062 0.0659357 0.214485 0.535086 1.15361</Fission>
<nuFission>0.0368965 0.0076124 0.0097585 0.0285247 0.134143 0.229823 0.185118 0.160571 0.522023 1.30061 2.80311</nuFission>
<kappaFission>4.447787892e-13 9.942588858e-14 1.297141175e-13 3.810141755e-13 1.795418696e-12 3.093480443e-12 2.482594496e-12 2.136793183e-12 6.950864035e-12 1.734065335e-11 3.738530088e-11</kappaFission>
<NeutronVelocity>1786993901 863073404.4 432041959.9 88115819.43 16880229.71 6366628.679 3416910.976 1934602.691 1036119.112 561179.8245 275744.9249</NeutronVelocity>
<Transport>0.212428 0.305798 0.499091 0.753787 0.925636 0.972326 0.955387 0.740593 0.917377 1.36654 2.12301</Transport>
<Removal>0.078488 0.023249 0.031297 0.047461 0.156906 0.289789 0.38237 0.150613 0.34582 0.793344 1.701336</Removal>
<FissionSpectrum>0.755717 0.211483 0.0280654 0.00473106 3.78518e-06 0 9.97316e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.180935 0.604782 0.16687 0.0473488 6.43398e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00021973 0.00120366 0.00118567 0.00286659 0.00135522 0.000556817</DNFraction>
<DNPlambda>0.0133702 0.0324781 0.121283 0.30808 0.869141 2.91764</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230115
0.0506915 0.375496
0.00745758 0.0148604 0.526069
0.000871304 0.00024857 0.0201013 0.737069
4.32791e-07 2.01931e-08 0 0.00699348 0.786936 0.000129505
9.10335e-08 0 0 0 0.0163908 0.719811 0.00169879
0.0318807 0.58895 0.00207627
0.0683848 0.612717 0.0132172 6.10219e-07
0.0314006 0.599314 0.0420109 0.000392417
4.78358e-06 0.0478111 0.601446 0.197446
6.91533e-05 0.0272878 0.506054
0.0956952
-0.00115536 0.086373
-2.21133e-05 -0.00233928 0.058925
7.69974e-07 -2.76302e-06 -0.00469003 0.0240026
5.35756e-08 -2.82858e-09 0 -0.00212969 0.0227468 3.69315e-05
3.95457e-08 0 0 0 -0.00513126 0.0262234 0.000122431
-0.00887241 0.033643 0.000173014
-0.0178169 0.0247913 -0.000876959 -4.28915e-07
-0.00806488 0.0274164 -0.00635906 -0.000233426
-4.10733e-06 -0.00934887 0.027445 -0.024327
-4.29584e-05 -0.00403114 0.0383759
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308595 0.398759 0.557381 0.784684 0.94379 1.00867 0.970893 0.763455 0.946181 1.3944 2.2045</Total>
<Absorption>0.0199329 0.0081269 0.0111681 0.0405676 0.140445 0.257468 0.312613 0.117115 0.285528 0.723413 1.50035</Absorption>
<Fission>0.0134974 0.00306749 0.00400269 0.0117726 0.0554001 0.0954525 0.0762903 0.0660281 0.215348 0.535506 1.15276</Fission>
<nuFission>0.0369264 0.00761245 0.00975877 0.0285629 0.134138 0.229814 0.184354 0.160794 0.524125 1.30163 2.80104</nuFission>
<kappaFission>4.4505133e-13 9.942653684e-14 1.297180064e-13 3.815229765e-13 1.795363604e-12 3.093350814e-12 2.472357053e-12 2.13978761e-12 6.978831472e-12 1.735426438e-11 3.735775474e-11</kappaFission>
<NeutronVelocity>1787415522 863028713 432006497.4 88006477.28 16879147 6364845.684 3416362.326 1933749.734 1034250.231 560484.7072 275920.6783</NeutronVelocity>
<Transport>0.212421 0.305858 0.499189 0.753821 0.925966 0.971569 0.954336 0.740864 0.918188 1.36603 2.11745</Transport>
<Removal>0.07844 0.023233 0.0312 0.047628 0.156788 0.289828 0.382588 0.150896 0.347145 0.792866 1.696804</Removal>
<FissionSpectrum>0.755373 0.211765 0.0280721 0.00478612 3.67084e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181024 0.604345 0.168204 0.0463748 5.23949e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000218676 0.00119183 0.00121785 0.00283433 0.00133772 0.000568098</DNFraction>
<DNPlambda>0.0133709 0.032486 0.121295 0.307926 0.868976 2.91759</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
7 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
7 11
</Profile>
<Value>
0.230155
0.0506542 0.375526
0.00742837 0.014871 0.526181
0.000869477 0.000243465 0.0200424 0.737056
6.19304e-07 2.0421e-08 4.12908e-08 0.00702969 0.787002 0.000114785
9.14033e-08 0 0 2.48283e-08 0.0163631 0.718842 0.00167339
0.0318386 0.588305 0.00201565
0.0685993 0.612559 0.0130286
0.0315523 0.599036 0.0415082 0.000423027
6.81059e-06 0.0482606 0.601534 0.195601
3.15922e-17 0 6.49591e-05 0.0279057 0.507696
0.095686
-0.00115356 0.0863429
-2.5144e-05 -0.00235601 0.0588212
-2.10359e-06 -1.79778e-06 -0.00467027 0.0241032
7.94218e-08 1.68041e-09 -1.05247e-08 -0.00214433 0.0223444 2.82697e-05
5.90778e-09 0 0 -8.80596e-09 -0.00509942 0.0261712 0.000165342
-0.00892945 0.0341419 0.000156726
-0.0177421 0.0247585 -0.000829654
-0.00813089 0.0276058 -0.00632763 -0.000259535
-5.33925e-06 -0.00958966 0.0276314 -0.0249602
-2.71848e-17 0 -4.27686e-05 -0.00400834 0.041862
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308593 0.398736 0.557379 0.784623 0.943824 1.00855 0.971162 0.763593 0.948108 1.39389 2.2018</Total>
<Absorption>0.0199463 0.00812778 0.0111678 0.0405546 0.140518 0.257314 0.312779 0.11724 0.287411 0.722872 1.49768</Absorption>
<Fission>0.0135105 0.00306745 0.00400263 0.0117762 0.0554865 0.0952861 0.0762211 0.0661388 0.216899 0.536083 1.15257</Fission>
<nuFission>0.0369602 0.00761238 0.00975862 0.0285718 0.134346 0.229414 0.184187 0.161063 0.527899 1.30302 2.80057</nuFission>
<kappaFission>4.454854424e-13 9.942524032e-14 1.29716062e-13 3.816396442e-13 1.798163589e-12 3.087958251e-12 2.470114473e-12 2.14337509e-12 7.02909508e-12 1.737296335e-11 3.735159737e-11</kappaFission>
<NeutronVelocity>1788121864 863118100.4 432015829.1 87957709.93 16867986.08 6360230.749 3416373.997 1933065.668 1031165.96 559403.0051 275962.5574</NeutronVelocity>
<Transport>0.212489 0.305863 0.499319 0.753813 0.92575 0.971353 0.954124 0.740909 0.920123 1.36629 2.11822</Transport>
<Removal>0.078507 0.023257 0.03127 0.04758 0.156874 0.289015 0.382988 0.150914 0.349842 0.792379 1.694489</Removal>
<FissionSpectrum>0.755624 0.211632 0.0280011 0.00473887 3.65976e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.184188 0.602568 0.167092 0.0461139 3.85443e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000224638 0.00119097 0.00118909 0.00281683 0.00130349 0.000566544</DNFraction>
<DNPlambda>0.0133694 0.0325105 0.121274 0.307783 0.868421 2.91901</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230086
0.0507113 0.375479
0.00742916 0.014876 0.526109
0.000864448 0.000248721 0.0201035 0.737043
6.55272e-07 6.25201e-08 0 0.00702505 0.78695 0.000113321
4.67474e-08 0 0 0 0.0163984 0.719535 0.00169782
0.0319742 0.588174 0.00195029
0.0684878 0.612679 0.0127402 5.15672e-07
0.0317526 0.598266 0.0408597 0.000420005
5.64045e-06 0.0496853 0.601511 0.197148
7.1983e-05 0.027953 0.507311
0.0956368
-0.00117178 0.0863051
-1.7264e-05 -0.00235496 0.0587343
-2.3851e-06 -2.56016e-06 -0.00468089 0.0240468
3.22085e-08 1.33058e-08 0 -0.00214293 0.0225862 2.51115e-05
-4.31047e-09 0 0 0 -0.00510269 0.0261378 0.000144249
-0.00892735 0.0346364 0.000158519
-0.0177421 0.0248419 -0.00090607 -4.07269e-07
-0.00807598 0.0276269 -0.00615196 -0.000282876
-4.80509e-06 -0.00970833 0.026896 -0.0255013
-4.68972e-05 -0.00410632 0.0385786
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308599 0.398682 0.557361 0.784751 0.943643 1.00865 0.969566 0.763572 0.948766 1.39396 2.20137</Total>
<Absorption>0.0199346 0.00812865 0.0111672 0.0405839 0.140474 0.257661 0.311406 0.11722 0.288053 0.722925 1.49725</Absorption>
<Fission>0.0134985 0.00306731 0.00400254 0.0117822 0.0554723 0.0954491 0.075945 0.066111 0.217427 0.536378 1.15272</Fission>
<nuFission>0.0369253 0.00761206 0.00975843 0.0285864 0.134311 0.229807 0.183519 0.160995 0.529184 1.30374 2.80093</nuFission>
<kappaFission>4.450876004e-13 9.94207025e-14 1.297131453e-13 3.818340905e-13 1.797703406e-12 3.093240629e-12 2.461166837e-12 2.142474169e-12 7.046206096e-12 1.738252348e-11 3.735645845e-11</kappaFission>
<NeutronVelocity>1787501788 863282025.6 432049426.5 87925228.39 16861956.22 6361161.294 3414764.074 1933103.036 1030017.809 558927.753 275929.8145</NeutronVelocity>
<Transport>0.212478 0.305686 0.499272 0.753985 0.925686 0.971138 0.952747 0.740899 0.920671 1.36668 2.1154</Transport>
<Removal>0.078383 0.023181 0.031271 0.047644 0.157017 0.289564 0.381508 0.150827 0.350856 0.791489 1.695348</Removal>
<FissionSpectrum>0.755596 0.211699 0.0279725 0.00472929 3.74742e-06 9.96241e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183412 0.60346 0.165488 0.0475507 8.95672e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000215597 0.00120411 0.00119163 0.00281929 0.00134219 0.000568849</DNFraction>
<DNPlambda>0.0133687 0.032515 0.121266 0.307742 0.868001 2.9199</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230216
0.0506336 0.375501
0.00742887 0.0148013 0.52609
0.000871714 0.000248476 0.020093 0.737107
5.1744e-07 4.18301e-08 0 0.00703836 0.786626 0.00010739
4.7084e-08 0 0 0 0.0165188 0.719086 0.00164878
0.0318581 0.588058 0.00201311
0.0682408 0.612745 0.0126505
0.0315322 0.59791 0.0403431 0.00042646
8.0242e-06 0.050229 0.602471 0.195483
7.89875e-05 0.0282247 0.506022
0.0956884
-0.00118441 0.0864216
-2.24723e-05 -0.00234147 0.0587416
-7.62597e-06 -1.76678e-06 -0.00470706 0.0240242
9.20911e-08 1.02509e-08 0 -0.00214626 0.0224708 2.76497e-05
-2.23974e-09 0 0 0 -0.00511302 0.0264569 0.000126495
-0.00892202 0.0344108 0.000150708
-0.0177231 0.0248555 -0.000908196
-0.00808432 0.0277656 -0.00629519 -0.000285115
-5.90207e-06 -0.00975273 0.0267947 -0.0254328
-5.00876e-05 -0.00406817 0.0411592
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308597 0.398723 0.557389 0.78452 0.943635 1.00992 0.970398 0.76368 0.947839 1.38764 2.20009</Total>
<Absorption>0.0199318 0.00812784 0.0111686 0.0405159 0.14038 0.257908 0.312074 0.117309 0.287127 0.717056 1.49644</Absorption>
<Fission>0.0134961 0.0030674 0.00400273 0.0117539 0.0553937 0.0954052 0.0761493 0.066197 0.216481 0.529136 1.14531</Fission>
<nuFission>0.0369201 0.00761225 0.00975885 0.0285174 0.134125 0.2297 0.184014 0.161204 0.526882 1.2862 2.78293</nuFission>
<kappaFission>4.45008465e-13 9.942361967e-14 1.297193028e-13 3.809169523e-13 1.795156198e-12 3.091817952e-12 2.467787634e-12 2.145261191e-12 7.01554886e-12 1.714783035e-11 3.71163209e-11</kappaFission>
<NeutronVelocity>1787383574 863140450.2 431993433.7 88138341.94 16884847.03 6365696.535 3416490.717 1932131.934 1030749.314 570593.8741 277507.9784</NeutronVelocity>
<Transport>0.21245 0.305703 0.499289 0.753826 0.926002 0.972529 0.953425 0.740605 0.919799 1.36031 2.11927</Transport>
<Removal>0.078438 0.023223 0.031287 0.047456 0.156672 0.290201 0.382208 0.151018 0.349157 0.786945 1.697029</Removal>
<FissionSpectrum>0.755669 0.211576 0.0280028 0.00474789 3.48777e-06 1.00123e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.179754 0.604685 0.168617 0.046894 5.12805e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00022541 0.00122887 0.00118372 0.00287875 0.00132538 0.000580906</DNFraction>
<DNPlambda>0.0133715 0.0324865 0.121294 0.308142 0.869293 2.91868</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.230159
0.0507032 0.3755
0.00742988 0.0148416 0.526102
0.000864511 0.000252828 0.0201042 0.737064
4.7769e-07 2.01367e-08 0 0.00697067 0.786963 0.000116447
4.53132e-08 2.03671e-08 0 0 0.0163496 0.719719 0.0016523
0.0317092 0.58819 0.00195855
0.0683555 0.612662 0.0124612
0.0316705 0.598682 0.0454745 0.000426886
3.23993e-06 0.049199 0.600695 0.198019
7.25131e-05 0.0248487 0.503061
0.0956608
-0.0011301 0.0864795
-2.79295e-05 -0.00235791 0.0587694
-8.4425e-06 -1.1681e-06 -0.0046846 0.0239731
5.64717e-08 1.85249e-08 0 -0.00213683 0.0221245 3.01592e-05
1.16657e-08 1.76586e-08 0 0 -0.00506635 0.0260195 0.000146908
-0.00878609 0.0346591 0.00015386
-0.0178354 0.0251898 -0.000873764
-0.00810898 0.0279152 -0.00667994 -0.000250765
-2.52722e-06 -0.00967578 0.0271315 -0.0252789
-4.54487e-05 -0.00368392 0.0387456
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308595 0.398708 0.557398 0.784652 0.943629 1.00944 0.970611 0.763807 0.949056 1.38706 2.1975</Total>
<Absorption>0.0199304 0.00812868 0.0111691 0.0405505 0.140435 0.257775 0.312312 0.117433 0.28831 0.716457 1.49389</Absorption>
<Fission>0.0134946 0.00306739 0.00400282 0.0117697 0.0554424 0.0954877 0.0761836 0.0662902 0.217481 0.529427 1.14489</Fission>
<nuFission>0.0369142 0.00761224 0.00975906 0.0285558 0.134241 0.229897 0.184096 0.161431 0.529317 1.2869 2.78191</nuFission>
<kappaFission>4.449590053e-13 9.942329554e-14 1.297222195e-13 3.814289941e-13 1.79673443e-12 3.094491548e-12 2.468899202e-12 2.148281544e-12 7.047956086e-12 1.715726085e-11 3.710270986e-11</kappaFission>
<NeutronVelocity>1787364406 863177702.4 431972906.7 88007251.8 16873934.83 6365818.103 3415522.182 1932027.412 1028487.034 570031.1807 277599.6513</NeutronVelocity>
<Transport>0.212442 0.305826 0.499189 0.753752 0.925879 0.971854 0.952921 0.741188 0.920464 1.35946 2.11369</Transport>
<Removal>0.078442 0.023232 0.031193 0.047528 0.156634 0.289468 0.382547 0.151361 0.349892 0.785642 1.695077</Removal>
<FissionSpectrum>0.755653 0.211637 0.0279219 0.00478391 4.26679e-06 9.93271e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.180453 0.605201 0.167532 0.0467238 7.75745e-05 1.29166e-05 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000213623 0.0011974 0.00118131 0.00287031 0.00132884 0.000546164</DNFraction>
<DNPlambda>0.0133686 0.0324973 0.121299 0.307986 0.868899 2.91789</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
7 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
7 11
</Profile>
<Value>
0.230153
0.0506582 0.375476
0.00743763 0.0148654 0.526205
0.000874812 0.000251652 0.0200622 0.737124
5.98338e-07 4.09432e-08 0 0.00701014 0.786995 0.000113974
6.9394e-08 0 0 0 0.0163862 0.719972 0.00163951
0.0317149 0.588064 0.00196961
0.0684695 0.612446 0.0120867 5.61979e-07
0.0318366 0.599164 0.0446831 0.000327166
8.19423e-06 0.0499362 0.601418 0.200688
2.25043e-17 0 7.67457e-05 0.0249211 0.502423
0.0957328
-0.00119693 0.0863405
-2.29253e-05 -0.00235808 0.0588658
-4.38119e-06 -2.0464e-06 -0.00467001 0.0241356
6.95824e-08 -1.48335e-09 0 -0.00213596 0.022277 2.99352e-05
4.949e-08 0 0 0 -0.00513121 0.0261384 0.000178086
-0.00876545 0.0352634 0.000135885
-0.0177553 0.0247403 -0.000817465 -4.89208e-07
-0.00814437 0.0285544 -0.00655543 -0.000197537
-6.80067e-06 -0.00987525 0.0275777 -0.0249144
-2.1987e-18 0 -4.94991e-05 -0.003897 0.0408793
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308607 0.398688 0.557392 0.784715 0.943589 1.00948 0.970386 0.763868 0.951034 1.38645 2.1942</Total>
<Absorption>0.0199388 0.00812686 0.0111685 0.040574 0.140521 0.257949 0.312181 0.117471 0.290239 0.715826 1.49065</Absorption>
<Fission>0.0135035 0.00306733 0.00400273 0.0117748 0.0554929 0.0954858 0.0760508 0.0663186 0.219079 0.529892 1.14428</Fission>
<nuFission>0.0369393 0.0076121 0.00975884 0.0285684 0.134361 0.229893 0.183775 0.161499 0.533206 1.28803 2.78044</nuFission>
<kappaFission>4.45252466e-13 9.942135076e-14 1.297193028e-13 3.815942734e-13 1.798370995e-12 3.094429974e-12 2.464595522e-12 2.14920191e-12 7.099742835e-12 1.717233021e-11 3.708294146e-11</kappaFission>
<NeutronVelocity>1787658364 863259668.5 431987835.2 87979377.63 16863321.1 6362901.738 3414694.112 1930833.676 1025095.359 569252.4008 277727.6325</NeutronVelocity>
<Transport>0.212409 0.305773 0.49915 0.753884 0.925462 0.972336 0.954335 0.740637 0.92308 1.3594 2.10794</Transport>
<Removal>0.078399 0.023214 0.03129 0.04763 0.156891 0.289628 0.382789 0.151146 0.353208 0.786248 1.692632</Removal>
<FissionSpectrum>0.755582 0.211557 0.0280693 0.00478661 3.94196e-06 1.99039e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181311 0.603794 0.168802 0.046053 2.58849e-05 1.28728e-05 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000213514 0.00121272 0.00117562 0.0027921 0.00132124 0.000558537</DNFraction>
<DNPlambda>0.0133665 0.032508 0.12126 0.307772 0.8684 2.91902</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
5 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
5 9
8 11
8 11
9 11
</Profile>
<Value>
0.230208
0.0505934 0.375474
0.00742975 0.0148308 0.526102
0.000862482 0.000249654 0.0200886 0.737085
6.32013e-07 2.08815e-08 4.27213e-08 0.0070311 0.786698 0.000115205
4.66023e-08 0 0 0 0.0163676 0.719852 0.00166389
2.34603e-08 0 0 0 0 0.0318021 0.587597 0.00198264
4.18608e-16 0 0.0688303 0.612722 0.0118221
0.0319697 0.597826 0.0445379 0.000454102
4.38826e-06 0.0512039 0.600202 0.199279
8.2331e-05 0.0251817 0.501568
0.0957072
-0.00114039 0.0863457
-3.08887e-05 -0.00235065 0.0588768
-1.01114e-05 -2.97872e-06 -0.00468311 0.0240648
7.3491e-10 2.07682e-08 -1.58621e-08 -0.00214363 0.0226406 2.8629e-05
7.94538e-09 0 0 0 -0.0050983 0.0259696 0.000182705
1.69711e-08 0 0 0 0 -0.00885376 0.0338886 0.000178145
-2.65788e-16 0 -0.0180234 0.0253738 -0.000849165
-0.008177 0.0278435 -0.00660602 -0.000277483
-3.6385e-06 -0.00998275 0.0272497 -0.0240725
-5.13928e-05 -0.00396547 0.0421982
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308598 0.398742 0.557355 0.784747 0.943719 1.00865 0.970205 0.763795 0.951649 1.38618 2.19455</Total>
<Absorption>0.0199479 0.00812715 0.0111668 0.0405792 0.140486 0.257401 0.312099 0.117398 0.290839 0.715559 1.49095</Absorption>
<Fission>0.013511 0.00306749 0.00400248 0.011778 0.0554726 0.0953871 0.0760093 0.0662867 0.21957 0.529935 1.14504</Fission>
<nuFission>0.036964 0.00761246 0.00975829 0.0285761 0.134313 0.229653 0.183675 0.161421 0.534401 1.28813 2.78229</nuFission>
<kappaFission>4.455019291e-13 9.942653684e-14 1.297112008e-13 3.816979781e-13 1.797713128e-12 3.091231381e-12 2.463250622e-12 2.148168119e-12 7.115654783e-12 1.717372372e-11 3.710757095e-11</kappaFission>
<NeutronVelocity>1788182616 863073404.4 432062493.5 87936052.9 16869238.1 6359340.918 3414414.291 1930856.045 1024084.417 569087.1842 277565.7484</NeutronVelocity>
<Transport>0.212496 0.305887 0.499187 0.754051 0.925858 0.971309 0.953419 0.740835 0.9236 1.35884 2.1106</Transport>
<Removal>0.07847 0.023227 0.031268 0.047641 0.156817 0.289475 0.382927 0.151278 0.353918 0.784993 1.690583</Removal>
<FissionSpectrum>0.755767 0.211448 0.0279948 0.00478661 4.03702e-06 9.74598e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181973 0.602443 0.166728 0.0488049 5.16147e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000224709 0.0012067 0.0011788 0.00275617 0.00132363 0.000548052</DNFraction>
<DNPlambda>0.0133653 0.0325191 0.121278 0.307642 0.867365 2.91569</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230128
0.0506916 0.375515
0.00743765 0.0148256 0.526087
0.000857449 0.000251268 0.0200723 0.737106
3.98754e-07 0 4.27854e-08 0.00702373 0.786902 0.000126827
7.02393e-08 0 0 2.51449e-08 0.0164315 0.719175 0.00163263
0.0318983 0.587278 0.0019871
0.0685296 0.612517 0.0117113 5.02841e-07
0.0318914 0.597731 0.0444674 0.000338717
5.28224e-06 0.0517191 0.601187 0.198387
6.90258e-05 0.0251495 0.503967
0.0956621
-0.00115972 0.0863225
-4.01468e-05 -0.00235193 0.0587882
-1.53884e-06 -2.58683e-06 -0.0046599 0.0239699
-4.36528e-08 0 -2.39527e-08 -0.00214083 0.0223664 3.329e-05
2.4973e-08 0 0 2.94951e-09 -0.00509119 0.0260951 0.00013855
-0.00888625 0.0345222 0.000167136
-0.017891 0.0250131 -0.000840902 -3.85609e-07
-0.00810755 0.0278057 -0.00655578 -0.000213747
-3.79057e-06 -0.0100013 0.027582 -0.0250958
-4.21027e-05 -0.00386126 0.0407962
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30859 0.398738 0.557389 0.786754 0.94822 1.01297 0.973457 0.763356 0.940886 1.40587 2.2265</Total>
<Absorption>0.0199244 0.00812758 0.0111687 0.0408262 0.142263 0.260171 0.3149 0.116944 0.279991 0.732994 1.51552</Absorption>
<Fission>0.0134898 0.00306741 0.0040028 0.0117491 0.055537 0.0961642 0.0767057 0.0658686 0.210981 0.542724 1.1654</Fission>
<nuFission>0.0369019 0.00761224 0.00975901 0.0285057 0.134472 0.231528 0.185358 0.160407 0.513496 1.31913 2.83175</nuFission>
<kappaFission>4.44798573e-13 9.94239438e-14 1.297215713e-13 3.807613954e-13 1.799800153e-12 3.116415037e-12 2.485819015e-12 2.134618658e-12 6.837309112e-12 1.758817974e-11 3.776738208e-11</kappaFission>
<NeutronVelocity>1787076932 863110650.8 431991567.5 88205978.6 16886899.99 6367358.374 3416584.099 1935804.84 1044416.965 550366.8195 273215.8323</NeutronVelocity>
<Transport>0.212458 0.305861 0.49918 0.755635 0.930292 0.975697 0.956524 0.740596 0.913367 1.37683 2.13546</Transport>
<Removal>0.078499 0.023232 0.031232 0.047818 0.158646 0.292039 0.385377 0.150944 0.342787 0.807637 1.72649</Removal>
<FissionSpectrum>0.755547 0.211726 0.0279757 0.00474708 3.58516e-06 2.003e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182109 0.60446 0.166071 0.0473086 5.15783e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000231953 0.00121566 0.00118108 0.0028837 0.00135378 0.000565557</DNFraction>
<DNPlambda>0.0133705 0.0325057 0.121283 0.308021 0.869092 2.91968</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230091
0.0507301 0.375506
0.00742583 0.0148591 0.526157
0.000868639 0.000244964 0.0200779 0.738936
7.0391e-07 6.11184e-08 0 0.00694457 0.789574 0.000142488
4.55762e-08 0 0 0 0.0162631 0.720931 0.00196559
0.0317496 0.58808 0.00238522
0.0685909 0.612412 0.0163605 1.24906e-06
0.0315932 0.598099 0.0435196 0.000815439
1.11891e-05 0.0463578 0.598233 0.209299
8.80586e-05 0.0317955 0.50001
0.0956781
-0.00116112 0.0863605
-3.54525e-05 -0.00235888 0.0588568
-1.32026e-06 -3.02952e-06 -0.00468592 0.0239631
2.81377e-08 -5.86867e-09 0 -0.00211144 0.0223353 2.99256e-05
2.12915e-08 0 0 0 -0.00501491 0.0259205 0.000151114
-0.00886137 0.0341699 0.000170096
-0.0173859 0.024909 -0.00132677 -1.15717e-06
-0.00799006 0.0274232 -0.00722069 -0.000460009
-7.86495e-06 -0.00885812 0.0280112 -0.0255727
-5.20578e-05 -0.00396058 0.0408443
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30858 0.398767 0.557389 0.786894 0.948153 1.01287 0.973734 0.763405 0.941844 1.40598 2.22528</Total>
<Absorption>0.0199245 0.00812732 0.0111685 0.0408556 0.142198 0.260231 0.315404 0.116976 0.280927 0.733061 1.51429</Absorption>
<Fission>0.0134921 0.00306755 0.00400276 0.0117619 0.0555396 0.0962 0.076762 0.065889 0.211773 0.543548 1.16583</Fission>
<nuFission>0.0369061 0.00761259 0.00975893 0.0285369 0.134477 0.231616 0.185493 0.160456 0.515423 1.32112 2.8328</nuFission>
<kappaFission>4.448765725e-13 9.942848162e-14 1.29720275e-13 3.81176214e-13 1.799884412e-12 3.117575216e-12 2.487643542e-12 2.135279765e-12 6.862975636e-12 1.76148833e-11 3.778131719e-11</kappaFission>
<NeutronVelocity>1787188716 862984026.2 431993433.7 88126690.93 16881284.06 6362456.417 3416082.232 1935287.845 1042885.539 549112.634 273127.0314</NeutronVelocity>
<Transport>0.212363 0.305935 0.499226 0.755666 0.930041 0.975248 0.955946 0.74047 0.914081 1.37733 2.13383</Transport>
<Removal>0.078454 0.023261 0.031269 0.047833 0.158609 0.292396 0.38591 0.151135 0.34407 0.808109 1.727248</Removal>
<FissionSpectrum>0.755646 0.211702 0.0279059 0.00474196 3.86717e-06 1.96971e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.18343 0.602571 0.167576 0.0463718 5.19813e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000211039 0.00120272 0.00119094 0.00286314 0.00136733 0.000553022</DNFraction>
<DNPlambda>0.0133739 0.0324982 0.121309 0.307919 0.868388 2.91831</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230126
0.0506527 0.375506
0.00744704 0.0148888 0.52612
0.000864058 0.000249017 0.0200967 0.739061
6.45354e-07 8.21554e-08 0 0.0069547 0.789544 0.000147936
2.33902e-08 0 0 0 0.0163402 0.720474 0.00196857
0.0318688 0.587824 0.00235038
0.0683415 0.61227 0.0160327 5.8433e-07
0.0315974 0.597774 0.0430133 0.000818277
9.34996e-06 0.0468927 0.597871 0.210388
9.23485e-05 0.0321414 0.498032
0.0957102
-0.00112131 0.0863038
-3.29319e-05 -0.00237119 0.058826
-6.07044e-06 -3.62413e-06 -0.00468709 0.0240818
5.9736e-08 -1.49515e-08 0 -0.00211604 0.0225924 3.0985e-05
2.24229e-08 0 0 0 -0.00507554 0.0261889 0.000230413
-0.00878447 0.0349602 0.000149542
-0.0174081 0.0250337 -0.0011825 -4.25657e-07
-0.00798347 0.0275754 -0.00716825 -0.000482358
-6.6541e-06 -0.00906015 0.027934 -0.0256868
-5.40384e-05 -0.00414397 0.0407565
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308612 0.398703 0.557399 0.786908 0.948547 1.01327 0.972325 0.76341 0.94324 1.40584 2.22052</Total>
<Absorption>0.0199401 0.00812796 0.0111692 0.0408656 0.142441 0.260534 0.314071 0.116967 0.282288 0.732856 1.50971</Absorption>
<Fission>0.0135027 0.00306736 0.00400282 0.0117652 0.0556309 0.0961917 0.0766163 0.0659033 0.212915 0.54443 1.16405</Fission>
<nuFission>0.0369373 0.00761216 0.00975904 0.0285449 0.134696 0.231597 0.185141 0.160491 0.518203 1.32326 2.82847</nuFission>
<kappaFission>4.452260875e-13 9.942232315e-14 1.297222195e-13 3.812831594e-13 1.802843192e-12 3.117306236e-12 2.482921809e-12 2.135743188e-12 6.899984689e-12 1.764346647e-11 3.772363233e-11</kappaFission>
<NeutronVelocity>1787709497 863200055.2 431965442.8 88082445.17 16871742.7 6362254.019 3414449.266 1934576.492 1040465.796 547657.1228 273503.5255</NeutronVelocity>
<Transport>0.212467 0.305753 0.499215 0.755701 0.930561 0.975623 0.955219 0.740675 0.916123 1.37689 2.13132</Transport>
<Removal>0.078442 0.023214 0.031247 0.047912 0.158701 0.292483 0.384861 0.151106 0.346444 0.807192 1.71946</Removal>
<FissionSpectrum>0.755706 0.211529 0.0280191 0.00473995 5.23376e-06 3.94689e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183837 0.601795 0.167691 0.0466515 2.62454e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00022668 0.00121972 0.00118933 0.00284567 0.00131768 0.000553063</DNFraction>
<DNPlambda>0.0133684 0.0325061 0.121287 0.30771 0.868566 2.91571</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.23017
0.0506487 0.375489
0.00741939 0.0148323 0.526152
0.000862812 0.000245922 0.0200907 0.738996
5.6225e-07 1.67006e-07 0 0.00700887 0.789846 0.000142438
4.70739e-08 0 0 2.50602e-08 0.0163341 0.720787 0.00192684
0.0319965 0.587464 0.00236584
0.0686476 0.612304 0.0158907 5.32589e-07
0.0320127 0.596796 0.042018 0.00074598
1.14051e-05 0.0477575 0.598648 0.210987
9.56123e-05 0.0327811 0.50106
0.0956823
-0.00117154 0.0863733
-2.74064e-05 -0.002354 0.0588112
-5.60072e-06 -1.33386e-06 -0.00468454 0.024094
7.69774e-08 -1.20153e-08 0 -0.0021429 0.0224728 3.35436e-05
-4.22175e-09 0 0 1.94837e-08 -0.00509306 0.0261985 0.000175109
-0.00886795 0.0346184 0.000164452
-0.0176936 0.0250183 -0.00129123 -4.84227e-07
-0.0081135 0.0269275 -0.00712292 -0.000444958
-8.69695e-06 -0.00906714 0.0282858 -0.0268024
-5.59454e-05 -0.00420734 0.0410626
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308614 0.398712 0.557388 0.786968 0.94839 1.01334 0.972458 0.763534 0.943674 1.406 2.22093</Total>
<Absorption>0.0199569 0.00812738 0.0111688 0.0408905 0.142379 0.260605 0.314223 0.117099 0.282711 0.732996 1.51006</Absorption>
<Fission>0.013517 0.0030674 0.00400279 0.0117712 0.0555706 0.096274 0.0767477 0.0660001 0.213264 0.544775 1.16476</Fission>
<nuFission>0.03698 0.00761227 0.009759 0.0285595 0.134549 0.231796 0.185459 0.160727 0.519053 1.32409 2.83019</nuFission>
<kappaFission>4.456997687e-13 9.942361967e-14 1.297212472e-13 3.814776057e-13 1.800889036e-12 3.119973351e-12 2.487180118e-12 2.138880208e-12 6.911294811e-12 1.765464697e-11 3.774664146e-11</kappaFission>
<NeutronVelocity>1788470446 863177702.4 431987835.2 88036693.69 16869750.34 6364359.586 3414472.583 1934797.33 1039761.52 547225.5664 273354.7461</NeutronVelocity>
<Transport>0.212501 0.305765 0.49927 0.755657 0.930373 0.975102 0.955309 0.740953 0.916284 1.37713 2.13197</Transport>
<Removal>0.07847 0.023211 0.031285 0.047893 0.158852 0.292473 0.384599 0.151572 0.347276 0.807323 1.718526</Removal>
<FissionSpectrum>0.75562 0.211661 0.0279582 0.00475631 4.23967e-06 9.79278e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.180142 0.604524 0.168115 0.0471417 7.73916e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.00021991 0.0011773 0.00119571 0.00281562 0.00133837 0.000538961</DNFraction>
<DNPlambda>0.013374 0.0325128 0.121271 0.307655 0.868219 2.91635</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230144
0.0506792 0.375501
0.00742847 0.0148432 0.526103
0.000862496 0.00024396 0.0200872 0.739075
5.40839e-07 8.48271e-08 0 0.00701666 0.789538 0.000143557
4.69043e-08 0 0 0 0.0163383 0.720867 0.00193364
0.0317731 0.587859 0.00238562
0.0688775 0.611962 0.0158844 1.04327e-06
0.0317533 0.596398 0.0419171 0.00074425
1.53627e-05 0.0481367 0.598677 0.209976
0.000110112 0.0325902 0.502404
0.0956362
-0.00116052 0.0863745
-2.77891e-05 -0.0023365 0.0587461
-2.96821e-06 -1.06569e-06 -0.00468173 0.0241378
-4.20632e-08 1.13604e-08 0 -0.00213325 0.022501 3.4049e-05
4.37727e-08 0 0 0 -0.00508314 0.026704 0.000196396
-0.00872865 0.0346664 0.000167274
-0.0177023 0.0247286 -0.00133368 -6.71523e-07
-0.0079995 0.0273067 -0.00706041 -0.000442083
-1.17428e-05 -0.00922414 0.0281146 -0.026566
-6.4403e-05 -0.00413109 0.0398566
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308587 0.398738 0.557398 0.786828 0.948167 1.01333 0.972722 0.763671 0.945396 1.3958 2.21404</Total>
<Absorption>0.019924 0.00812877 0.0111689 0.0408411 0.142246 0.260548 0.314463 0.117233 0.284373 0.723459 1.50402</Absorption>
<Fission>0.0134909 0.0030674 0.00400281 0.0117515 0.0555445 0.0962532 0.0764732 0.0661036 0.214362 0.534767 1.15372</Fission>
<nuFission>0.0369047 0.00761223 0.00975902 0.0285114 0.134489 0.231745 0.184795 0.160979 0.521725 1.29984 2.80337</nuFission>
<kappaFission>4.448370047e-13 9.942361967e-14 1.297218954e-13 3.808391739e-13 1.800043208e-12 3.11929928e-12 2.478284335e-12 2.142234356e-12 6.946877946e-12 1.733031544e-11 3.738886568e-11</kappaFission>
<NeutronVelocity>1787153583 863080853.4 431974772.7 88187309.85 16891092.99 6364562.118 3415230.562 1934512.87 1036400.457 561646.2976 275670.4305</NeutronVelocity>
<Transport>0.21245 0.30578 0.499164 0.75584 0.929807 0.975464 0.955745 0.740886 0.917416 1.36798 2.12659</Transport>
<Removal>0.078475 0.023225 0.031274 0.047794 0.15855 0.292256 0.38465 0.151749 0.348415 0.798816 1.715542</Removal>
<FissionSpectrum>0.75547 0.211803 0.0279522 0.00477019 4.57915e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182565 0.603352 0.167285 0.0467476 5.14793e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000223434 0.00119887 0.00123846 0.00286068 0.00135776 0.000552857</DNFraction>
<DNPlambda>0.0133728 0.0324923 0.12128 0.307948 0.869245 2.92377</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
7 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
7 11
</Profile>
<Value>
0.230112
0.0507018 0.375513
0.00745024 0.014865 0.526124
0.000867909 0.000248204 0.0200763 0.739034
5.7073e-07 4.06438e-08 0 0.00693262 0.789617 0.000151834
6.84163e-08 0 4.03566e-08 0 0.0162511 0.721074 0.00189651
0.0317997 0.588072 0.00238363
0.0684342 0.611922 0.015207 6.13285e-07
0.0318061 0.596981 0.0474379 0.000807394
1.23106e-05 0.0486599 0.596984 0.212173
7.61782e-17 0 9.5593e-05 0.0284554 0.498498
0.0956531
-0.00114269 0.0864119
-1.78197e-05 -0.0023469 0.0589083
-7.47236e-06 -1.44078e-06 -0.00468934 0.02385
1.21406e-07 -1.97523e-08 0 -0.00211086 0.0228078 3.20778e-05
-5.59335e-09 0 -4.01101e-09 0 -0.00503604 0.0262721 0.000169484
-0.00882125 0.0342524 0.000175608
-0.017442 0.0248456 -0.00134498 -5.21551e-07
-0.00801832 0.0279921 -0.00766712 -0.000479723
-9.28221e-06 -0.00928524 0.0281504 -0.0269283
6.31495e-17 0 -5.68812e-05 -0.00397926 0.0431727
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308594 0.398757 0.557366 0.786823 0.948143 1.01198 0.973219 0.763636 0.946863 1.39573 2.21121</Total>
<Absorption>0.019922 0.00812749 0.0111673 0.0408403 0.142269 0.259691 0.31496 0.117188 0.285806 0.723353 1.50125</Absorption>
<Fission>0.0134866 0.00306751 0.00400255 0.0117571 0.0555706 0.0961392 0.0768011 0.0660758 0.215544 0.535444 1.15302</Fission>
<nuFission>0.0368929 0.0076125 0.00975845 0.0285251 0.134551 0.231468 0.185588 0.160911 0.524601 1.30148 2.80168</nuFission>
<kappaFission>4.446930596e-13 9.94271851e-14 1.297134694e-13 3.81020657e-13 1.800889036e-12 3.115604856e-12 2.488910664e-12 2.141333435e-12 6.985183288e-12 1.735225513e-11 3.736618062e-11</kappaFission>
<NeutronVelocity>1786974741 863013816.9 432041959.9 88146110.99 16879403.41 6364319.082 3415032.289 1934116.264 1034079.111 560670.1129 275814.8951</NeutronVelocity>
<Transport>0.21247 0.305797 0.499152 0.755683 0.930146 0.973894 0.956758 0.741072 0.919331 1.3677 2.12467</Transport>
<Removal>0.078412 0.023222 0.031209 0.047853 0.158799 0.29211 0.385856 0.151522 0.350792 0.799132 1.715443</Removal>
<FissionSpectrum>0.755662 0.21163 0.0279615 0.00474209 4.37061e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183642 0.602765 0.166709 0.0468192 6.48157e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000225797 0.00121127 0.00117609 0.00280521 0.00136495 0.000564423</DNFraction>
<DNPlambda>0.0133676 0.0324952 0.121289 0.307987 0.868671 2.91636</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230182
0.0506309 0.375535
0.00741653 0.0148431 0.526157
0.000873954 0.000248006 0.0200577 0.73897
5.74188e-07 4.13725e-08 4.17132e-08 0.00699384 0.789344 0.000152945
6.91376e-08 0 0 0 0.0163348 0.71987 0.00197944
0.0318558 0.587363 0.00236059
0.0685301 0.612114 0.0151864 5.70415e-07
0.0319552 0.596071 0.0472379 0.000794068
1.24892e-05 0.0495469 0.596598 0.213409
0.000119537 0.0285085 0.495767
0.0957056
-0.00118932 0.0863792
-2.78794e-05 -0.00234926 0.0588412
-9.31146e-06 -1.45345e-06 -0.00467506 0.0240533
-1.97799e-08 1.24108e-08 -3.38409e-08 -0.00213529 0.0225026 3.65392e-05
3.59665e-08 0 0 0 -0.00510616 0.0265983 0.000161468
-0.0088466 0.0339408 0.000163025
-0.0176509 0.0247067 -0.00130249 -5.4837e-07
-0.00801203 0.0275223 -0.00755475 -0.000458697
-9.79454e-06 -0.00935605 0.0282604 -0.0282153
-7.38354e-05 -0.00383089 0.0429732
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308606 0.398745 0.557393 0.786955 0.948353 1.0133 0.973316 0.763774 0.948772 1.39503 2.2084</Total>
<Absorption>0.0199435 0.00812706 0.0111687 0.0408732 0.142396 0.260543 0.314971 0.117304 0.287665 0.722628 1.49848</Absorption>
<Fission>0.0135059 0.00306742 0.00400274 0.0117655 0.0555965 0.0963251 0.0767422 0.066175 0.217085 0.535885 1.15277</Fission>
<nuFission>0.0369492 0.00761228 0.00975886 0.0285456 0.134612 0.231917 0.185446 0.161151 0.528352 1.30255 2.80105</nuFission>
<kappaFission>4.453337654e-13 9.942426793e-14 1.297196268e-13 3.812928818e-13 1.801728383e-12 3.12162936e-12 2.487001879e-12 2.144548232e-12 7.035122825e-12 1.736654672e-11 3.735807881e-11</kappaFission>
<NeutronVelocity>1788057919 863103201.2 431984103 88087100.52 16873223.04 6361646.903 3414857.361 1932983.463 1030815.189 559810.1124 275874.2455</NeutronVelocity>
<Transport>0.212477 0.305895 0.499186 0.756001 0.930366 0.975686 0.956386 0.741088 0.920614 1.36688 2.12108</Transport>
<Removal>0.078468 0.023212 0.031183 0.04791 0.158877 0.292415 0.385899 0.151709 0.353266 0.797886 1.712858</Removal>
<FissionSpectrum>0.755592 0.211568 0.0280788 0.00475796 3.26567e-06 1.95369e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.186365 0.599307 0.167888 0.0463488 9.10235e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000225596 0.00117969 0.00120015 0.00286015 0.00132424 0.000539084</DNFraction>
<DNPlambda>0.0133673 0.0325103 0.121287 0.307695 0.867945 2.91854</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
4 7
6 8
7 10
7 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
4 7
6 8
7 10
7 11
8 11
9 11
</Profile>
<Value>
0.230138
0.0506169 0.375533
0.00745143 0.0148416 0.52621
0.000875736 0.000247334 0.0200427 0.739045
5.37282e-07 4.16523e-08 1.2673e-07 0.00701001 0.789476 0.000140525
5.0933e-08 0.0163856 0.720885 0.00198452
0.0319589 0.587417 0.00232464
0.0686046 0.612065 0.0146449 1.04347e-06
1.1881e-16 0.0321213 0.595506 0.0467674 0.000821478
8.92605e-06 0.0510005 0.597144 0.213294
0.00010278 0.0287496 0.495542
0.0956605
-0.00117284 0.0862792
-2.98352e-05 -0.00235614 0.0588513
-5.21452e-06 -2.5506e-06 -0.00466204 0.0238064
9.52006e-09 6.29971e-09 -1.5238e-08 -0.00213528 0.0224884 3.33092e-05
-3.6418e-08 -0.00510351 0.0260473 0.000203498
-0.00884244 0.0343448 0.000158028
-0.0176262 0.024831 -0.00115493 -7.59734e-07
-5.77652e-17 -0.00805718 0.0279606 -0.00750027 -0.000476322
-7.43256e-06 -0.00956436 0.0284665 -0.0263473
-6.6257e-05 -0.00387714 0.0427922
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308605 0.398714 0.557343 0.786992 0.948159 1.01227 0.972963 0.7637 0.949341 1.39495 2.20775</Total>
<Absorption>0.0199498 0.00812702 0.0111661 0.0408941 0.142287 0.260094 0.314692 0.117227 0.288223 0.722536 1.49784</Absorption>
<Fission>0.013511 0.00306743 0.00400238 0.011771 0.0555931 0.0961899 0.0765244 0.0661401 0.217539 0.53606 1.15273</Fission>
<nuFission>0.0369617 0.00761232 0.00975805 0.028559 0.134604 0.231593 0.184919 0.161066 0.529457 1.30297 2.80096</nuFission>
<kappaFission>4.455019291e-13 9.942459206e-14 1.297079601e-13 3.814711241e-13 1.801618199e-12 3.117247903e-12 2.479943585e-12 2.14341722e-12 7.049835706e-12 1.737221799e-11 3.735678252e-11</kappaFission>
<NeutronVelocity>1788256164 863147900.4 432088630 88049871.45 16869494.22 6359785.802 3413703.288 1932931.155 1029991.286 559503.1612 275880.3341</NeutronVelocity>
<Transport>0.212374 0.305767 0.499099 0.755644 0.930387 0.974677 0.955571 0.740873 0.921162 1.36672 2.1207</Transport>
<Removal>0.078409 0.023195 0.031261 0.047874 0.158543 0.291989 0.385203 0.151632 0.354507 0.79828 1.711462</Removal>
<FissionSpectrum>0.755834 0.211409 0.0280209 0.00473104 4.82591e-06 9.71412e-08 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183769 0.601386 0.168385 0.0464083 5.22839e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000213823 0.0011969 0.00121585 0.0028135 0.00130638 0.000541785</DNFraction>
<DNPlambda>0.0133728 0.0325145 0.121281 0.307705 0.868185 2.91981</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
1 10
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
1 10
8 11
8 11
8 11
</Profile>
<Value>
0.230196
0.0506277 0.375519
0.00741882 0.0148593 0.526082
0.000870697 0.000244387 0.0200855 0.739118
4.70045e-07 2.12197e-08 4.24124e-08 0.00699503 0.789616 0.000154881
1.17613e-07 0 0 0 0.016403 0.720281 0.00194257
0.0320255 0.58776 0.00234397
2.32774e-08 0 0 0 0 0 0.0686903 0.612068 0.0147061 1.0138e-06
0.0321254 0.594834 0.046501 0.000855415
1.01382e-05 0.0514307 0.59667 0.214527
3.54687e-18 0.000112635 0.0290978 0.496288
0.095789
-0.00117443 0.0864076
-1.67003e-05 -0.00235111 0.0589105
-7.16553e-06 -2.45882e-06 -0.0046957 0.0242191
5.31817e-09 4.06914e-09 -1.15017e-08 -0.00213173 0.0223047 3.27608e-05
1.45765e-08 0 0 0 -0.00510964 0.0262927 0.000161173
-0.0088898 0.0349044 0.000177627
1.25522e-08 0 0 0 0 0 -0.0176701 0.0249699 -0.00124289 -8.32188e-07
-0.00808907 0.0279825 -0.00739858 -0.000534509
-7.49429e-06 -0.00962396 0.0285441 -0.0266965
-1.28941e-18 -6.92146e-05 -0.00396736 0.0422321
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308585 0.398768 0.557369 0.786762 0.948308 1.01343 0.972712 0.76393 0.9483 1.38881 2.20787</Total>
<Absorption>0.0199244 0.00812834 0.0111673 0.0408206 0.142239 0.260559 0.314439 0.11745 0.287184 0.716893 1.49841</Absorption>
<Fission>0.0134921 0.00306753 0.00400252 0.0117433 0.0555134 0.0962662 0.0764562 0.0662763 0.216507 0.528986 1.14632</Fission>
<nuFission>0.0369064 0.00761254 0.00975836 0.0284915 0.134414 0.231775 0.184753 0.161397 0.526944 1.28583 2.7854</nuFission>
<kappaFission>4.448765725e-13 9.942783336e-14 1.297124971e-13 3.805734306e-13 1.799035343e-12 3.119720574e-12 2.477733412e-12 2.147831084e-12 7.016391448e-12 1.714296926e-11 3.71490522e-11</kappaFission>
<NeutronVelocity>1787022642 862998921.3 432036360.2 88257358.46 16888211.86 6365737.057 3414414.291 1932359.682 1030796.063 570968.5339 277240.2398</NeutronVelocity>
<Transport>0.212454 0.305834 0.499095 0.755731 0.930035 0.975527 0.955696 0.741188 0.920252 1.36065 2.12327</Transport>
<Removal>0.078416 0.023225 0.031218 0.047737 0.158737 0.292197 0.384848 0.152052 0.352302 0.794013 1.712106</Removal>
<FissionSpectrum>0.755516 0.21175 0.027977 0.00475307 4.29145e-06 2.9981e-07 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182822 0.606581 0.164275 0.046271 3.87276e-05 1.27375e-05 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000209964 0.0012122 0.00122646 0.00285927 0.00136428 0.000562001</DNFraction>
<DNPlambda>0.0133709 0.0325063 0.121292 0.307963 0.869566 2.91973</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230169
0.0506631 0.375543
0.00741672 0.0148591 0.526151
0.000864823 0.000250935 0.0200444 0.739025
8.20679e-07 4.03132e-08 0 0.0069261 0.789571 0.00014704
6.87881e-08 0 0 0 0.0162982 0.721233 0.00194773
2.29794e-08 0 0 0 0 0.0316489 0.587864 0.00234802
0.068581 0.611878 0.014397 6.10432e-07
0.0323292 0.595998 0.0515414 0.000663649
1.42689e-05 0.0502655 0.594797 0.212732
0.000112664 0.0257459 0.495764
0.0956962
-0.00118411 0.0864062
-3.13665e-05 -0.00233537 0.0588976
-4.80241e-06 -3.86483e-06 -0.00467055 0.0238833
1.01631e-08 -1.2754e-09 0 -0.002114 0.0227178 3.63464e-05
4.34184e-08 0 0 0 -0.00506131 0.0261855 0.000149784
-2.18969e-08 0 0 0 0 -0.00882651 0.0345752 0.000133043
-0.0177069 0.0249523 -0.00122682 -4.97422e-07
-0.0081996 0.0282679 -0.00775344 -0.000412939
-1.11218e-05 -0.00961089 0.0289874 -0.0257766
-6.48087e-05 -0.00365876 0.0414152
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308587 0.398745 0.557395 0.78688 0.948516 1.01374 0.973282 0.764029 0.949426 1.38829 2.20403</Total>
<Absorption>0.0199345 0.00812764 0.0111688 0.0408549 0.142299 0.26054 0.315039 0.117543 0.288278 0.716354 1.4947</Absorption>
<Fission>0.0134999 0.00306743 0.00400273 0.011758 0.0555368 0.0962254 0.0764929 0.0663558 0.217437 0.529336 1.14504</Fission>
<nuFission>0.0369328 0.0076123 0.00975884 0.0285275 0.134471 0.231674 0.184843 0.161591 0.529209 1.28668 2.78228</nuFission>
<kappaFission>4.451337628e-13 9.942459206e-14 1.297193028e-13 3.810498239e-13 1.799793672e-12 3.118398359e-12 2.478922757e-12 2.150407458e-12 7.046530168e-12 1.715431179e-11 3.710757095e-11</kappaFission>
<NeutronVelocity>1787549716 863088302.6 431980370.8 88125914.31 16885331.71 6363468.599 3414799.056 1932012.481 1028711.333 570314.0149 277517.9901</NeutronVelocity>
<Transport>0.212447 0.305858 0.499191 0.755471 0.9304 0.975627 0.956646 0.741251 0.922133 1.36155 2.11978</Transport>
<Removal>0.078427 0.023185 0.031253 0.047786 0.158646 0.292732 0.385533 0.152151 0.353449 0.793122 1.711382</Removal>
<FissionSpectrum>0.755572 0.211635 0.0280523 0.00473809 3.46945e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.183042 0.602806 0.166521 0.0476056 2.60431e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000216267 0.0011952 0.00117706 0.00286622 0.00134015 0.000565476</DNFraction>
<DNPlambda>0.0133678 0.0325118 0.121309 0.307931 0.868397 2.91955</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
8 11
</Profile>
<Value>
0.23016
0.0506774 0.37556
0.00741599 0.0148268 0.526142
0.000865049 0.000247872 0.0200958 0.739094
5.73215e-07 6.14252e-08 0 0.00698542 0.78987 0.000143099
2.2985e-08 0 0 0 0.016231 0.721008 0.00199517
0.0318573 0.587749 0.00227911
0.0687196 0.611878 0.0141679 1.12756e-06
0.0321761 0.595977 0.0510226 0.000961955
1.08815e-05 0.0509546 0.595168 0.214511
8.01684e-18 0.00012434 0.0257714 0.492648
0.0956994
-0.00118182 0.0863333
-3.19099e-05 -0.00235906 0.0588586
-6.96958e-06 -2.34932e-06 -0.00470362 0.0242688
-7.6526e-08 -8.57282e-09 0 -0.00212891 0.0225657 3.78135e-05
1.33463e-08 0 0 0 -0.00505588 0.0262029 0.00020287
-0.00875789 0.0339847 0.000163623
-0.017546 0.0248388 -0.00123341 -9.78357e-07
-0.00799004 0.0275428 -0.00785146 -0.000584334
-8.10123e-06 -0.00974728 0.0279178 -0.0254181
2.45139e-18 -7.36728e-05 -0.00377695 0.0414716
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308599 0.398706 0.557392 0.78696 0.948306 1.01268 0.971514 0.764012 0.951362 1.38769 2.20228</Total>
<Absorption>0.0199411 0.00812801 0.011169 0.0408835 0.142294 0.260428 0.313607 0.117508 0.290161 0.715723 1.4929</Absorption>
<Fission>0.0135046 0.00306735 0.00400279 0.0117709 0.0555778 0.0963215 0.0764432 0.0663463 0.219003 0.529816 1.14566</Fission>
<nuFission>0.0369468 0.00761213 0.00975899 0.0285587 0.134568 0.231911 0.184722 0.161567 0.533019 1.28784 2.78377</nuFission>
<kappaFission>4.452909001e-13 9.942199902e-14 1.297212472e-13 3.814678834e-13 1.801122368e-12 3.121512694e-12 2.477312118e-12 2.15009959e-12 7.097279886e-12 1.716986726e-11 3.712766343e-11</kappaFission>
<NeutronVelocity>1787949222 863214957.8 431982236.9 88031268.71 16871201.87 6361444.557 3411991.102 1931172.994 1025278.235 569420.9558 277384.0465</NeutronVelocity>
<Transport>0.212436 0.305776 0.499306 0.755826 0.930086 0.975482 0.955282 0.741301 0.922982 1.36103 2.11905</Transport>
<Removal>0.078456 0.023217 0.031262 0.0479 0.15862 0.292377 0.3847 0.152259 0.355935 0.79292 1.70795</Removal>
<FissionSpectrum>0.755656 0.211601 0.028008 0.00473105 3.64566e-06 9.86849e-08 9.87836e-08 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.181504 0.604014 0.167564 0.0468404 7.76749e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000222212 0.00117162 0.00114897 0.00282577 0.00133015 0.000528023</DNFraction>
<DNPlambda>0.0133698 0.0324994 0.121273 0.307706 0.868564 2.91607</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230143
0.0506281 0.375489
0.00743937 0.0148484 0.52613
0.000866633 0.000250114 0.0200683 0.73906
5.15741e-07 2.11259e-08 4.28544e-08 0.00699784 0.789686 0.000145505
7.01426e-08 0 0 0 0.0163436 0.720303 0.00188928
0.0318878 0.586814 0.0023722
0.0691257 0.611753 0.0136303 5.22593e-07
0.0324519 0.595427 0.0505268 0.000826247
1.29445e-05 0.0522799 0.59477 0.215006
0.000109858 0.0260867 0.49433
0.095668
-0.00113415 0.0863723
-2.15142e-05 -0.00236677 0.0587138
-2.61871e-06 -1.76154e-06 -0.0046721 0.0240216
-2.51903e-08 -1.84631e-08 -4.01131e-08 -0.00212825 0.0227411 3.5651e-05
4.17025e-08 0 0 0 -0.00512243 0.0255978 0.000201197
-0.0088148 0.0337198 0.000178936
-0.0176904 0.0248592 -0.00108892 -4.81577e-07
-0.00815305 0.0282863 -0.00794333 -0.000470278
-9.54116e-06 -0.00978682 0.0278957 -0.0266213
-6.70197e-05 -0.0036268 0.0411977
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.308608 0.398715 0.557396 0.786959 0.948572 1.01266 0.972407 0.764235 0.952026 1.38749 2.19917</Total>
<Absorption>0.0199413 0.008128 0.0111692 0.0408869 0.142381 0.260192 0.314279 0.11771 0.290811 0.715515 1.48996</Absorption>
<Fission>0.0135057 0.00306737 0.00400282 0.0117755 0.055556 0.0961558 0.0765495 0.066506 0.219531 0.5299 1.14383</Fission>
<nuFission>0.036946 0.00761219 0.00975907 0.0285699 0.134516 0.231509 0.184979 0.161955 0.534304 1.28805 2.77934</nuFission>
<kappaFission>4.453271707e-13 9.942264728e-14 1.297222195e-13 3.816169588e-13 1.800415891e-12 3.116142816e-12 2.480757006e-12 2.155275024e-12 7.114390901e-12 1.717258947e-11 3.70683582e-11</kappaFission>
<NeutronVelocity>1787914059 863185153.2 431974772.7 88025844.39 16875671.86 6359907.145 3413971.336 1929943.067 1024351.918 569239.4392 277777.7778</NeutronVelocity>
<Transport>0.212451 0.305753 0.499147 0.755916 0.9305 0.975272 0.955408 0.741424 0.923864 1.36003 2.11466</Transport>
<Removal>0.078403 0.023215 0.031261 0.047923 0.158783 0.292752 0.384971 0.152512 0.357444 0.793083 1.704972</Removal>
<FissionSpectrum>0.755639 0.211624 0.0279554 0.00477697 4.33394e-06 0 0 0 0 0 0</FissionSpectrum>
<DNSpectrum index="g">0.182247 0.602031 0.168103 0.0475543 6.47836e-05 0 0 0 0 0 0</DNSpectrum>
<DNFraction>0.000226908 0.0011956 0.00119432 0.00281659 0.00130018 0.000547844</DNFraction>
<DNPlambda>0.0133693 0.0325066 0.121253 0.307656 0.86793 2.91531</DNPlambda>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 6
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.230205
0.0506088 0.3755
0.00744114 0.0148393 0.526135
0.000862198 0.000245018 0.0201076 0.739036
7.06472e-07 4.17508e-08 0 0.00702052 0.789789 0.000142649
2.343e-08 0 0 0 0.0163815 0.719908 0.00190526
0.0320879 0.587436 0.00234352
0.0688889 0.611723 0.0136361 5.1258e-07
0.0325267 0.594582 0.0506798 0.000839224
1.15069e-05 0.0527537 0.594407 0.2143
0.00010747 0.0262404 0.494198
0.0957307
-0.00117679 0.0864143
-2.73121e-05 -0.00234339 0.0589031
-9.05731e-06 -1.48938e-06 -0.00468831 0.0239583
6.19929e-08 -2.27933e-08 0 -0.00215056 0.0225609 3.49824e-05
2.21731e-08 0 0 0 -0.0050969 0.0258742 0.000175255
-0.0089076 0.0345612 0.000159464
-0.0177355 0.0249125 -0.00114288 -4.35658e-07
-0.00806999 0.0283146 -0.00758269 -0.000525028
-8.38338e-06 -0.00999654 0.0285354 -0.02568
-6.28136e-05 -0.00386108 0.0419265
</Value>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
<Multigroup_Cross_Section_Library ID="1002" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Absorption Scattering Transport Removal NeutronVelocity</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310322 0.580125 0.873754 1.15273 1.23733 1.26532 1.27648 1.29419 1.34982 1.54658 2.27641</Total>
<Absorption>0.000143906 0.000228923 0.000336107 0.000883055 0.00044563 0.00164814 0.00329875 0.00605156 0.01156 0.0222918 0.0473361</Absorption>
<NeutronVelocity>1780969275 860918600.1 429219550.1 83787180.56 16463100.43 6406067.827 3457910.316 1928275.851 1017169.827 528476.9822 249025.0669</NeutronVelocity>
<Transport>0.147163 0.291708 0.427595 0.498204 0.537037 0.566689 0.584148 0.618615 0.712433 0.956509 1.60794</Transport>
<Removal>0.111449 0.195679 0.364275 0.189699 0.395806 0.512223 0.687457 0.553382 0.59876 0.40956 1.0228</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198873
0.0881612 0.384446
0.0171718 0.143766 0.509479
0.00592446 0.0511956 0.360596 0.963031
4.97378e-05 0.00043698 0.00299476 0.168881 0.841524 9.51223e-07
3.9603e-06 3.9481e-05 0.000279471 0.0158699 0.314841 0.753097 0.000337886
8.41035e-07 6.6511e-06 4.412e-05 0.00244146 0.0481021 0.306174 0.589023 0.000752505
2.81536e-07 2.64488e-06 2.23621e-05 0.00123704 0.0245242 0.154626 0.519032 0.740808 0.00724492 2.95812e-06 1.82786e-06
4.70719e-08 8.67262e-07 5.99536e-06 0.000277759 0.00554665 0.0350538 0.116096 0.38602 0.75106 0.0652512 0.0244206
1.65383e-07 1.53897e-06 0.00010007 0.00200432 0.0125768 0.0416605 0.137107 0.496577 1.13702 0.951192
7.67321e-08 1.66923e-05 0.000338149 0.00218449 0.00710007 0.0234971 0.0833817 0.322022 1.25361
0.102561
0.0476409 0.183436
0.00485411 0.0857292 0.255185
0.000801049 0.0139776 0.187452 0.571686
2.3322e-06 1.96524e-05 0.000188078 0.0794858 0.516372 9.49965e-07
3.98546e-07 2.2433e-06 1.22383e-05 0.00262304 0.166668 0.449096 0.000126274
1.69598e-07 6.1302e-07 2.5397e-06 0.000209987 0.0126895 0.186569 0.33298 0.000242544
1.1389e-07 4.86849e-07 1.91727e-06 7.0767e-05 0.00382534 0.0558443 0.319238 0.431891 0.00391284 1.00343e-06 7.36329e-07
3.44859e-08 2.1527e-07 8.21753e-07 1.28543e-05 0.000437491 0.00605847 0.0344628 0.209635 0.413754 0.0313385 0.00333672
6.77522e-08 -5.79254e-08 3.68179e-06 7.84786e-05 0.000958545 0.00526436 0.0317101 0.207585 0.469607 0.222395
3.11302e-08 2.54247e-07 6.03145e-06 7.78656e-05 0.000297955 0.00155983 0.0100492 0.0732955 0.320617
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31025 0.580163 0.873807 1.15279 1.23735 1.26532 1.27648 1.29421 1.35009 1.54748 2.27581</Total>
<Absorption>0.00014386 0.000228931 0.000336137 0.000884464 0.000445955 0.00164919 0.00329917 0.00605306 0.011581 0.0223329 0.0473191</Absorption>
<NeutronVelocity>1781372191 860851899 429179023.4 83710028.46 16455487.91 6402663.508 3457491.866 1927807.466 1015333.568 527504.0618 249114.3983</NeutronVelocity>
<Transport>0.147048 0.291581 0.427627 0.498183 0.537131 0.566689 0.584463 0.61839 0.713976 0.957592 1.60774</Transport>
<Removal>0.111612 0.195822 0.364598 0.190018 0.39601 0.512418 0.687581 0.553538 0.599929 0.40946 1.02276</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198638
0.0882794 0.384341
0.0172413 0.143842 0.509209
0.00589947 0.0512712 0.360921 0.962772 1.18644e-07
4.83286e-05 0.000426956 0.00299993 0.169172 0.84134 1.87625e-06
4.44938e-06 4.15806e-05 0.000279586 0.0158747 0.315106 0.752902 0.000327938
7.08273e-07 6.12064e-06 4.4576e-05 0.0024509 0.0480456 0.306382 0.588899 0.000744813
6.59588e-07 3.39048e-06 2.07331e-05 0.00124246 0.0245188 0.154537 0.519053 0.740672 0.00732989 6.45414e-06 8.34075e-07
9.50772e-08 9.64733e-07 5.54448e-06 0.000277482 0.00556343 0.0350668 0.115904 0.38608 0.750161 0.0644216 0.0241017
8.37317e-08 1.0915e-06 9.91564e-05 0.00198941 0.0126187 0.0420087 0.137293 0.497246 1.13802 0.951206
4.22024e-08 1.56362e-07 1.70223e-05 0.000340039 0.00216087 0.00705053 0.0233896 0.0836288 0.322742 1.25305
0.102521
0.0476869 0.183509
0.00486836 0.0857757 0.254979
0.000795776 0.0139984 0.187685 0.571574 1.18614e-07
2.30575e-06 1.91348e-05 0.000188508 0.0796536 0.516152 1.87104e-06
4.50836e-07 2.36193e-06 1.19733e-05 0.00263274 0.166854 0.448902 0.000116999
1.32775e-07 6.01001e-07 2.56588e-06 0.000211548 0.0126812 0.186715 0.332665 0.000233312
1.8009e-07 5.60116e-07 1.54586e-06 7.1364e-05 0.00382137 0.0559015 0.319155 0.431591 0.00396298 2.78431e-06 -4.09788e-07
5.54054e-08 3.36534e-07 1.02596e-06 1.19663e-05 0.000418756 0.00604255 0.0344506 0.209861 0.412285 0.030809 0.00315849
2.54278e-08 4.36026e-07 5.20939e-06 7.50739e-05 0.000968214 0.00541721 0.0320738 0.207733 0.469476 0.222214
-8.48414e-09 2.58306e-08 3.86483e-07 8.91187e-07 4.93344e-05 0.000247584 0.00154945 0.00998535 0.0739218 0.320814
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310286 0.580163 0.873779 1.15289 1.23738 1.26533 1.27649 1.29421 1.3505 1.54872 2.27438</Total>
<Absorption>0.000143861 0.000228932 0.000336125 0.000883693 0.000446653 0.00164975 0.00329965 0.00605392 0.011613 0.0223892 0.0472774</Absorption>
<NeutronVelocity>1781146916 860859309.8 429199285.8 83610641.96 16439446.12 6400901.247 3457025.713 1927536.204 1012552.615 526180.0904 249333.6558</NeutronVelocity>
<Transport>0.14705 0.291711 0.427643 0.498327 0.537101 0.567193 0.584815 0.618791 0.714175 0.95867 1.60771</Transport>
<Removal>0.111485 0.195656 0.364424 0.19041 0.396701 0.513167 0.688109 0.554335 0.603882 0.41088 1.02146</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
</Profile>
<Value>
0.198801
0.0881864 0.384507
0.0172143 0.143873 0.509355
0.00589469 0.0510749 0.360738 0.96248
4.85267e-05 0.00043197 0.00299687 0.169545 0.840679 1.42874e-06
4.14625e-06 4.03573e-05 0.000283193 0.0158861 0.315357 0.752163 0.000315517
6.74866e-07 5.69732e-06 4.11841e-05 0.00245095 0.0483582 0.306313 0.588381 0.000781898
3.86724e-07 3.72622e-06 2.2667e-05 0.00124526 0.0246055 0.155276 0.519263 0.739875 0.00709527 2.47337e-06 3.76978e-06
9.67375e-08 6.43182e-07 4.60732e-06 0.000280127 0.0055953 0.0351341 0.116392 0.386912 0.746618 0.0640021 0.0240951
9.7943e-08 3.43332e-07 1.90831e-06 9.88155e-05 0.00200559 0.0126651 0.0417032 0.137122 0.501084 1.13784 0.949637
1.59064e-07 1.75021e-05 0.000339156 0.00213423 0.00710923 0.0234224 0.0840501 0.324465 1.25292
0.102613
0.0476637 0.183382
0.00486053 0.0858431 0.255124
0.00079642 0.0139505 0.187502 0.571331
2.32194e-06 1.9357e-05 0.000188585 0.0798658 0.51581 1.42725e-06
4.23154e-07 2.37319e-06 1.23141e-05 0.00263007 0.167094 0.448055 0.000109981
1.30819e-07 4.93051e-07 2.42174e-06 0.000212058 0.0127843 0.186816 0.332 0.000246775
1.30992e-07 5.13702e-07 1.92737e-06 7.16257e-05 0.0038428 0.0561413 0.319478 0.430898 0.0038529 7.95674e-07 2.23529e-07
4.22006e-08 1.5921e-07 6.32628e-07 1.22181e-05 0.000434981 0.00607943 0.0345447 0.210389 0.410462 0.0305771 0.00316912
8.13017e-08 1.78848e-07 4.51595e-07 2.7193e-06 8.26965e-05 0.000947076 0.00522206 0.0318833 0.209713 0.46962 0.221921
-5.77342e-08 -8.36454e-08 5.94428e-06 4.7746e-05 0.000304121 0.0015045 0.0101531 0.0742197 0.320637
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310354 0.580156 0.873768 1.15289 1.23737 1.26533 1.27649 1.29422 1.35062 1.54915 2.2738</Total>
<Absorption>0.000143876 0.000228932 0.000336121 0.000881339 0.000446404 0.00164979 0.0032999 0.00605524 0.0116223 0.0224085 0.0472592</Absorption>
<NeutronVelocity>1780693366 860844488.4 429201127.9 83603651.81 16445096.4 6400737.365 3456774.76 1927123.883 1011742.281 525729.1864 249429.4302</NeutronVelocity>
<Transport>0.147038 0.291655 0.427222 0.4983 0.536909 0.56702 0.584635 0.618595 0.714159 0.959962 1.60639</Transport>
<Removal>0.111462 0.195674 0.364484 0.19046 0.396203 0.513071 0.687594 0.554065 0.604764 0.41102 1.02224</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
2 11
</Profile>
<Value>
0.198892
0.088167 0.384482
0.0172192 0.143769 0.509284
0.00587798 0.0511938 0.360807 0.96243
4.9076e-05 0.000429992 0.00299357 0.169588 0.841167 1.42724e-06
5.3692e-06 4.32608e-05 0.000282456 0.0159015 0.315009 0.752259 0.000302085
5.79974e-07 5.60013e-06 4.405e-05 0.0024264 0.0482229 0.306537 0.588896 0.000752326
7.27562e-07 2.36355e-06 2.30612e-05 0.00125263 0.0246022 0.154934 0.518524 0.740155 0.00709355 3.75602e-06 1.46244e-06
4.31822e-07 3.52387e-06 0.000280133 0.00560502 0.0351985 0.116496 0.38653 0.745856 0.0636955 0.0242447
1.28203e-07 1.76267e-06 0.000103525 0.00198216 0.0125773 0.0418528 0.137191 0.50187 1.13813 0.950431
4.29036e-08 1.60014e-07 1.78926e-05 0.000339612 0.00216555 0.00708203 0.0235255 0.0841095 0.32498 1.25156
0.102742
0.0476546 0.183487
0.00486226 0.0857558 0.255489
0.00079174 0.0139726 0.187509 0.571337
2.36746e-06 1.91883e-05 0.000188165 0.0798743 0.51625 1.42205e-06
5.23308e-07 2.50964e-06 1.20121e-05 0.00263234 0.166926 0.448172 0.000117905
1.31072e-07 5.81745e-07 2.4509e-06 0.00021042 0.0127333 0.186873 0.332699 0.00024514
2.08095e-07 4.15698e-07 2.00045e-06 7.24571e-05 0.00383059 0.0560531 0.318888 0.431071 0.00385862 8.81865e-07 -2.57024e-08
1.45077e-07 7.26555e-07 1.18371e-05 0.000442602 0.00613305 0.0345685 0.21029 0.409913 0.0302689 0.00322833
6.41858e-08 3.26896e-07 6.56657e-06 7.42369e-05 0.000964921 0.00532456 0.031937 0.210408 0.468761 0.222635
-3.4516e-08 5.39311e-08 6.95685e-07 -4.10714e-07 5.96562e-05 0.000235901 0.00155359 0.0101611 0.0744734 0.320355
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310351 0.58015 0.87373 1.15291 1.2374 1.26576 1.27796 1.29912 1.36889 1.59219 2.42971</Total>
<Absorption>0.000143873 0.000228928 0.000336108 0.000898928 0.000445592 0.00164839 0.0032989 0.00605825 0.0116782 0.0217721 0.0466842</Absorption>
<NeutronVelocity>1780759957 860866720.6 429241658.8 83780862.78 16463859.36 6405247.178 3457730.968 1926143.937 1006913.468 541069.9116 252501.0226</NeutronVelocity>
<Transport>0.147145 0.291571 0.427583 0.498368 0.537463 0.568118 0.587884 0.627919 0.742626 1.00573 1.75043</Transport>
<Removal>0.11164 0.195708 0.364288 0.189699 0.395113 0.512451 0.686062 0.5508 0.596972 0.42035 1.25967</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
</Profile>
<Value>
0.198711
0.0882274 0.384442
0.0173058 0.143805 0.509442
0.00591486 0.0511957 0.360619 0.963211
5.15104e-05 0.000426301 0.00298627 0.168842 0.842287 1.88726e-06
5.04045e-06 3.99625e-05 0.000277054 0.0158488 0.31421 0.753309 0.000426731
6.55142e-07 5.20577e-06 4.20706e-05 0.00243627 0.0481426 0.306814 0.591898 0.00104318
4.20148e-07 3.17541e-06 2.17398e-05 0.00125577 0.0245034 0.154538 0.519042 0.74832 0.0101448 4.03877e-05 2.89971e-05
6.59826e-07 3.5309e-06 0.000286694 0.00552225 0.0351537 0.115877 0.387837 0.771918 0.114469 0.0627115
1.64483e-07 2.15094e-06 0.000101363 0.0019705 0.0123323 0.0408212 0.134238 0.496713 1.17184 1.15064
4.60247e-07 1.49409e-05 0.000315309 0.00198037 0.0065657 0.021618 0.0784524 0.284092 1.17004
0.102594
0.0476902 0.183506
0.00487867 0.0858027 0.255152
0.000797262 0.0139825 0.187445 0.571697
2.48835e-06 1.91452e-05 0.000187265 0.0794724 0.516565 1.87936e-06
5.38301e-07 2.26034e-06 1.18255e-05 0.00262439 0.166188 0.448915 0.00014312
1.11572e-07 4.64802e-07 2.34023e-06 0.000209846 0.0126672 0.186382 0.334746 0.000356193
1.69764e-07 4.74026e-07 1.76509e-06 7.34879e-05 0.00379723 0.0554364 0.316641 0.434745 0.00578896 1.07038e-05 -2.02639e-07
2.12693e-07 4.16546e-07 1.2944e-05 0.000422119 0.00594223 0.0334876 0.204581 0.41323 0.0499466 0.0080932
4.37083e-08 5.52204e-07 3.2709e-06 7.33812e-05 0.000873601 0.0048808 0.0294447 0.195481 0.457052 0.248466
1.395e-07 3.08777e-07 5.09926e-06 4.36349e-05 0.000161527 0.00140845 0.00911673 0.0607399 0.289944
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310406 0.580172 0.873796 1.15298 1.23743 1.26577 1.27796 1.29912 1.36936 1.5928 2.42871</Total>
<Absorption>0.00014391 0.000228935 0.000336146 0.000900648 0.000446108 0.00164902 0.00329926 0.00605859 0.0117075 0.0217957 0.0466584</Absorption>
<NeutronVelocity>1780404864 860807437.4 429186391.4 83694615.09 16451833.15 6403196.476 3457360.375 1926036.352 1004402.295 540485.0313 252640.0889</NeutronVelocity>
<Transport>0.147142 0.291604 0.427665 0.498371 0.537163 0.567856 0.58749 0.628257 0.74391 1.00711 1.75111</Transport>
<Removal>0.111529 0.19558 0.364538 0.190177 0.396151 0.511374 0.686032 0.55083 0.599928 0.41971 1.25957</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
1 11
3 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
1 11
3 11
</Profile>
<Value>
0.198877
0.0882513 0.384592
0.0172 0.143707 0.509258
0.00588663 0.0511704 0.360829 0.962803 1.18093e-07
4.82203e-05 0.000422623 0.00300875 0.169282 0.841279 2.34825e-06
4.29499e-06 3.87645e-05 0.000295079 0.0159072 0.314963 0.754396 0.000446009
7.12142e-07 6.10974e-06 4.25393e-05 0.00243576 0.0482773 0.306004 0.591928 0.00107999
4.24522e-07 3.0544e-06 2.32042e-05 0.00125099 0.0246173 0.15454 0.518996 0.74829 0.00978552 3.9503e-05 2.13975e-05
4.65925e-08 8.78951e-07 5.13812e-06 0.000282936 0.0055598 0.0348661 0.115989 0.387318 0.769432 0.113806 0.0632995
4.74545e-08 1.66745e-07 2.10169e-06 0.000100028 0.00196948 0.0123324 0.0408482 0.134731 0.499938 1.17309 1.14949
1.5526e-07 1.65685e-05 0.000309227 0.00200598 0.00647718 0.0216242 0.0785596 0.284034 1.16914
0.102676
0.0477157 0.183602
0.00485961 0.0857282 0.255064
0.000797178 0.0139761 0.187511 0.571557 1.18091e-07
2.27943e-06 1.8848e-05 0.000189427 0.0796803 0.516325 2.34297e-06
4.20385e-07 2.26216e-06 1.27171e-05 0.00263027 0.166698 0.449646 0.000136117
1.44858e-07 5.98758e-07 2.23178e-06 0.000210678 0.0127182 0.185991 0.335052 0.000387563
1.87553e-07 4.89129e-07 2.14574e-06 7.23772e-05 0.00380552 0.0554652 0.316763 0.43465 0.00559845 1.13357e-05 2.33664e-06
2.14548e-08 2.92854e-07 9.79015e-07 1.07908e-05 0.00042416 0.00582309 0.0334462 0.204343 0.410966 0.0495243 0.00807252
1.84924e-08 6.39558e-08 2.70527e-07 4.06321e-06 6.61972e-05 0.000911919 0.00476995 0.029492 0.197165 0.456606 0.248584
-4.3299e-08 2.16733e-07 1.71595e-06 2.04461e-05 0.000316031 0.00129484 0.00907112 0.0608685 0.289811
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310361 0.580186 0.873793 1.15306 1.23744 1.26578 1.27797 1.29916 1.37004 1.59389 2.42673</Total>
<Absorption>0.000143863 0.000228933 0.000336146 0.000901202 0.000446474 0.00164993 0.00330014 0.00606218 0.0117511 0.0218367 0.0466066</Absorption>
<NeutronVelocity>1780607757 860807437.4 429188233.4 83628821.84 16443500.95 6400286.733 3456499.948 1924924.11 1000688.474 539473.2583 252921.2403</NeutronVelocity>
<Transport>0.147131 0.291458 0.427747 0.498467 0.537342 0.567987 0.588181 0.627889 0.743936 1.00819 1.74852</Transport>
<Removal>0.111535 0.195699 0.364599 0.190428 0.396506 0.512637 0.687008 0.550995 0.603912 0.42079 1.25785</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
</Profile>
<Value>
0.198826
0.0881712 0.384487
0.017227 0.143749 0.509194
0.00594014 0.0512384 0.360908 0.962632
5.0005e-05 0.000429803 0.0030028 0.169531 0.840934 2.86508e-06
4.25062e-06 4.01723e-05 0.00028429 0.0158869 0.315462 0.753143 0.000451494
6.28649e-07 6.56504e-06 4.30444e-05 0.0024551 0.048152 0.306641 0.590962 0.00106898
4.80693e-07 3.00617e-06 2.26541e-05 0.00125442 0.0245895 0.154832 0.519742 0.748165 0.00953764 3.84011e-05 2.68127e-05
9.67394e-08 6.02423e-07 5.33812e-06 0.000279039 0.00559717 0.0351781 0.116321 0.387668 0.766128 0.113372 0.0627715
4.89584e-08 2.14059e-07 1.83092e-06 0.000103565 0.00195269 0.0123319 0.04064 0.134642 0.503126 1.1731 1.14824
4.27435e-08 1.58861e-07 1.56222e-05 0.000318141 0.00198555 0.00655956 0.0215976 0.0794076 0.285511 1.16888
0.102649
0.0476432 0.183672
0.00486284 0.0857669 0.254899
0.000801072 0.0139948 0.187614 0.571389
2.36467e-06 1.91452e-05 0.000188846 0.0798423 0.515882 2.85672e-06
4.11559e-07 2.39449e-06 1.18023e-05 0.0026266 0.167011 0.448877 0.000163419
1.24094e-07 6.64259e-07 2.51833e-06 0.000210496 0.0126641 0.186438 0.333714 0.000359428
1.89205e-07 4.97373e-07 1.78753e-06 7.22626e-05 0.00380836 0.0555899 0.31735 0.434878 0.00547985 1.16313e-05 8.50283e-06
3.83259e-08 1.56318e-07 4.80279e-07 1.30694e-05 0.00043281 0.00592461 0.0335325 0.204462 0.409612 0.0492793 0.00808999
4.0469e-08 8.12e-08 4.31269e-07 2.55714e-06 7.27541e-05 0.000852583 0.00482767 0.0295068 0.198973 0.456627 0.249489
4.15829e-08 2.25718e-08 2.69663e-07 1.36284e-05 3.45472e-05 0.000203854 0.00140279 0.00932252 0.0609655 0.288982
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310317 0.580111 0.873803 1.15305 1.23745 1.26578 1.27797 1.29916 1.37027 1.59408 2.427</Total>
<Absorption>0.00014386 0.00022892 0.000336145 0.000895538 0.00044654 0.00164951 0.00330043 0.00606237 0.011765 0.0218437 0.0466133</Absorption>
<NeutronVelocity>1780912183 860985311.6 429188233.4 83600856.07 16442040.98 6401638.82 3456225.18 1924861.121 999510.24 539301.6044 252884.1437</NeutronVelocity>
<Transport>0.147137 0.291648 0.427804 0.498419 0.537403 0.567348 0.58826 0.628392 0.743962 1.00801 1.74807</Transport>
<Removal>0.111467 0.195757 0.364533 0.190323 0.396291 0.512472 0.687301 0.551289 0.605951 0.42112 1.25815</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.19885
0.0881737 0.384354
0.0171645 0.143847 0.50927
0.00593153 0.0511965 0.360851 0.962727
5.03866e-05 0.00043245 0.00299473 0.169474 0.841159 2.62364e-06
5.72237e-06 4.03331e-05 0.000280387 0.0158729 0.315079 0.753308 0.000448442
7.75753e-07 6.94241e-06 4.10448e-05 0.00245197 0.0483552 0.306709 0.590669 0.00106764
2.90967e-07 3.23773e-06 2.08385e-05 0.00124333 0.0246204 0.154742 0.519637 0.747871 0.00955788 3.87465e-05 1.96357e-05
4.83107e-08 3.45591e-07 5.12972e-06 0.000279274 0.00554296 0.0351619 0.116468 0.387617 0.764319 0.113493 0.0625589
1.72395e-07 1.76448e-06 9.8052e-05 0.00193314 0.0122324 0.0409105 0.134839 0.505311 1.17296 1.14914
4.29803e-08 0 1.59396e-05 0.000310072 0.00196858 0.00663698 0.0217169 0.079389 0.285737 1.16885
0.102606
0.0476455 0.183407
0.00484764 0.0857729 0.254907
0.000802485 0.0139855 0.187563 0.571399
2.33335e-06 1.94074e-05 0.000187997 0.0798714 0.515892 2.61896e-06
5.53533e-07 2.43948e-06 1.22474e-05 0.00262956 0.166869 0.44946 0.00016068
1.76022e-07 7.36974e-07 2.36113e-06 0.000212352 0.0127437 0.186488 0.333822 0.000337927
1.68796e-07 4.6965e-07 1.87211e-06 7.20003e-05 0.00382008 0.0555539 0.317127 0.434644 0.00546837 1.30896e-05 3.83605e-06
3.58729e-08 1.27154e-07 5.96136e-07 1.38045e-05 0.000428792 0.00591636 0.0336147 0.204281 0.408848 0.0492691 0.00786109
6.87186e-08 2.54852e-07 4.95088e-06 6.83995e-05 0.000899357 0.00481301 0.0294945 0.199776 0.456716 0.249882
3.72152e-08 0 -3.55429e-07 -2.44502e-06 4.44136e-05 0.000227563 0.00132076 0.00947773 0.0613538 0.289394
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310376 0.580165 0.873798 1.15324 1.23747 1.26621 1.27944 1.30407 1.38763 1.63536 2.57298</Total>
<Absorption>0.000143893 0.00022893 0.000336307 0.000912564 0.00044557 0.00164829 0.0032986 0.00606606 0.0117453 0.0213741 0.0462346</Absorption>
<NeutronVelocity>1780595075 860851899 429204812.2 83783670.56 16463534.1 6405001.025 3457587.503 1923413.52 1001060.123 551097.7868 254942.7016</NeutronVelocity>
<Transport>0.146989 0.291513 0.427565 0.498756 0.537364 0.568964 0.591996 0.638008 0.769831 1.05173 1.88308</Transport>
<Removal>0.111565 0.195635 0.364535 0.189679 0.395292 0.511028 0.686213 0.54773 0.591526 0.44899 1.47124</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
</Profile>
<Value>
0.198811
0.0882086 0.38453
0.0172332 0.143752 0.509263
0.00592281 0.0511837 0.360861 0.963561
5.07953e-05 0.000416474 0.00299296 0.168835 0.842178 3.29835e-06
4.80392e-06 4.01322e-05 0.000278422 0.0158614 0.314429 0.755182 0.000586007
5.14257e-07 6.23295e-06 4.11322e-05 0.00243069 0.048123 0.306196 0.593227 0.00134491
2.80459e-07 3.29851e-06 2.03846e-05 0.00125402 0.0244692 0.154427 0.520307 0.75634 0.0134732 0.000239377 0.000162905
9.3567e-08 8.28007e-07 5.3839e-06 0.000281258 0.00560101 0.0349012 0.116009 0.387917 0.796104 0.171648 0.119641
4.65571e-08 8.28952e-08 1.84022e-06 9.50921e-05 0.0019111 0.0120181 0.0398959 0.131704 0.492649 1.18637 1.30529
8.20638e-08 7.67864e-08 1.45678e-05 0.000293416 0.00185443 0.0061052 0.0206123 0.0736942 0.255711 1.10174
0.102688
0.0476699 0.183629
0.00487123 0.0857727 0.255127
0.000799192 0.0139772 0.187572 0.571671
2.47828e-06 1.8715e-05 0.000188332 0.0794775 0.516756 3.27987e-06
4.33143e-07 2.15064e-06 1.15886e-05 0.00262266 0.166217 0.449931 0.000193339
1.00453e-07 6.23706e-07 2.34537e-06 0.000207423 0.0126363 0.185627 0.33522 0.00049206
1.00211e-07 6.54674e-07 1.57713e-06 7.23102e-05 0.00375966 0.0551074 0.314817 0.437656 0.00789076 6.48075e-05 1.17621e-05
5.59096e-08 2.05433e-07 6.70952e-07 1.13328e-05 0.000417983 0.00568657 0.0325365 0.198453 0.414357 0.0693009 0.014203
2.88649e-08 1.7918e-08 1.53261e-07 2.20182e-06 6.9673e-05 0.000776157 0.00448179 0.0272086 0.183807 0.440786 0.267338
-1.35673e-08 -2.22898e-08 1.06288e-06 8.14242e-07 5.82142e-05 0.00018774 0.00127614 0.00841663 0.0520978 0.265879
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310347 0.580118 0.87379 1.15334 1.23748 1.26622 1.27944 1.30409 1.3882 1.63569 2.5722</Total>
<Absorption>0.000143883 0.00022892 0.0003363 0.000913744 0.000445804 0.00164905 0.00329926 0.00606841 0.0117763 0.0213853 0.0462161</Absorption>
<NeutronVelocity>1780766299 860955660.8 429214023.3 83691813.27 16458114.92 6402540.528 3456930.108 1922681.294 998432.461 550812.4484 255044.7859</NeutronVelocity>
<Transport>0.14721 0.291694 0.4276 0.49886 0.537463 0.569006 0.591512 0.637919 0.771016 1.05264 1.88276</Transport>
<Removal>0.111546 0.195679 0.364369 0.190094 0.395818 0.51208 0.686179 0.548629 0.594309 0.44944 1.46948</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198801
0.0882106 0.384439
0.0172301 0.143763 0.509421
0.00591109 0.0512118 0.360667 0.963246 1.18391e-07
4.80463e-05 0.000426301 0.00300698 0.169221 0.841662 3.07445e-06
4.1633e-06 3.94283e-05 0.000276498 0.0158758 0.314897 0.75414 0.000595709
9.93176e-07 6.37059e-06 4.36329e-05 0.00244922 0.0481765 0.306324 0.593261 0.00136005
3.78964e-07 3.13749e-06 2.44652e-05 0.00123917 0.0245178 0.155189 0.519513 0.755461 0.0132028 0.000232027 0.000151477
4.79654e-08 9.22579e-07 6.00035e-06 0.000278161 0.00557541 0.0349848 0.116344 0.388938 0.793891 0.171901 0.120292
1.26951e-07 1.47829e-06 9.698e-05 0.00190742 0.0120655 0.0402795 0.132037 0.494902 1.18625 1.30299
1.56345e-07 1.58027e-05 0.000306708 0.00185057 0.00619278 0.020182 0.0744378 0.255986 1.10272
0.102575
0.0476467 0.183445
0.00486172 0.0857496 0.255155
0.000797283 0.0139812 0.187471 0.571441 1.1837e-07
2.30264e-06 1.90869e-05 0.000188424 0.0796946 0.516346 3.06244e-06
4.11634e-07 2.17425e-06 1.15047e-05 0.00262779 0.166549 0.449546 0.000180948
1.74479e-07 6.5134e-07 2.22487e-06 0.000209026 0.0126465 0.185795 0.335751 0.0004746
1.07108e-07 4.48847e-07 1.71205e-06 7.10328e-05 0.00376751 0.0552079 0.314457 0.436945 0.00769694 6.36421e-05 1.04288e-05
1.61247e-08 3.25706e-07 9.13287e-07 1.1117e-05 0.000403339 0.00568692 0.0327437 0.19918 0.412942 0.069221 0.014436
8.56715e-08 4.0158e-08 3.29777e-06 7.25947e-05 0.000848392 0.00457672 0.0275011 0.184892 0.440329 0.266403
3.13939e-08 4.21807e-07 4.52782e-06 4.17917e-05 0.000244094 0.0011493 0.00829254 0.0519252 0.266991
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310343 0.580126 0.87388 1.15339 1.23752 1.26622 1.27944 1.30413 1.38909 1.63638 2.57151</Total>
<Absorption>0.000143847 0.000228927 0.000336352 0.000913186 0.000446554 0.00164983 0.00329924 0.0060717 0.0118245 0.0214082 0.0462004</Absorption>
<NeutronVelocity>1780728247 860903776.8 429134821.3 83637914.74 16440662.36 6400040.96 3456965.959 1921661.545 994391.6312 550224.4916 255131.3289</NeutronVelocity>
<Transport>0.14718 0.291599 0.427612 0.498871 0.537324 0.569197 0.591626 0.637338 0.772612 1.05309 1.88152</Transport>
<Removal>0.111513 0.195685 0.364601 0.190355 0.396269 0.512119 0.686241 0.548971 0.598794 0.44898 1.46957</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.19883
0.0881921 0.384441
0.0172257 0.143737 0.509279
0.00590261 0.0512413 0.360902 0.963035
4.73144e-05 0.000428415 0.00301182 0.169474 0.841251 3.08797e-06
4.87996e-06 3.98595e-05 0.000280805 0.0159078 0.315272 0.754101 0.000616217
9.1482e-07 5.53184e-06 4.58751e-05 0.0024261 0.0481772 0.3063 0.593199 0.00132814
2.41148e-07 2.53109e-06 2.08342e-05 0.0012383 0.0245871 0.155219 0.519885 0.755159 0.0127301 0.000219336 0.00015926
4.80883e-08 6.8539e-07 4.47156e-06 0.00027826 0.00558455 0.0350425 0.116197 0.389019 0.790296 0.171044 0.120351
1.30121e-07 1.35433e-06 9.61041e-05 0.00190564 0.0120175 0.0400115 0.132094 0.499138 1.1874 1.30266
4.31131e-08 2.40233e-07 1.48161e-05 0.000311515 0.00186669 0.0061788 0.0204738 0.0750985 0.256315 1.10194
0.102574
0.047661 0.18353
0.00486358 0.0857234 0.255119
0.000797297 0.0140023 0.187625 0.571331
2.24267e-06 1.92447e-05 0.000189018 0.0798308 0.516202 3.07661e-06
5.64161e-07 2.21381e-06 1.22413e-05 0.00263175 0.16683 0.44937 0.000193398
1.95886e-07 5.6228e-07 2.72514e-06 0.000208172 0.0126669 0.185717 0.335666 0.000456726
9.15368e-08 4.2777e-07 1.68985e-06 7.23065e-05 0.00378216 0.0552962 0.31468 0.43727 0.00737377 5.7272e-05 -3.89317e-07
2.50117e-08 2.8434e-07 8.86408e-07 1.17984e-05 0.00041333 0.00574273 0.0325959 0.199378 0.410057 0.0688481 0.0144511
5.66213e-08 3.68495e-07 2.96299e-06 7.89932e-05 0.000784708 0.00447921 0.0274908 0.18723 0.440967 0.267568
-1.88082e-09 -4.83876e-08 4.98995e-08 3.7652e-06 3.72544e-05 0.000172277 0.00130882 0.00849375 0.0520706 0.266594
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310307 0.580154 0.873792 1.15343 1.23751 1.26623 1.27945 1.30412 1.38929 1.63655 2.57004</Total>
<Absorption>0.000143876 0.000228928 0.000336308 0.00091686 0.00044638 0.00164998 0.00330027 0.00607116 0.011835 0.021414 0.0461658</Absorption>
<NeutronVelocity>1780981962 860896365.3 429201127.9 83609243.84 16444961.18 6399590.426 3455950.455 1921827.735 993512.3643 550076.1856 255322.843</NeutronVelocity>
<Transport>0.147123 0.291425 0.427539 0.49879 0.53732 0.569185 0.591323 0.637578 0.771973 1.05321 1.88063</Transport>
<Removal>0.111438 0.195746 0.364546 0.190393 0.396215 0.511974 0.685748 0.548701 0.599214 0.4493 1.47028</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198869
0.0880832 0.384408
0.0172366 0.143764 0.509246
0.00592388 0.0512822 0.360888 0.963037
4.7429e-05 0.000421794 0.00296356 0.169527 0.841295 2.62995e-06
4.17586e-06 4.05475e-05 0.000290201 0.015846 0.315133 0.754256 0.000589777
8.22912e-07 6.90586e-06 4.22335e-05 0.00245746 0.0482298 0.306339 0.593702 0.00138415
2.90873e-07 2.97171e-06 2.33365e-05 0.00125451 0.0245937 0.155093 0.519632 0.755419 0.0126822 0.000235018 0.000190582
1.44343e-07 4.30351e-07 5.45073e-06 0.000274607 0.00559093 0.0349694 0.116251 0.389529 0.790076 0.170937 0.12047
3.88617e-07 1.44633e-06 9.97433e-05 0.00192958 0.0120894 0.0397444 0.131398 0.499511 1.18725 1.30332
8.62833e-08 4.01438e-07 1.45774e-05 0.000294748 0.00186394 0.00618891 0.0203602 0.0752011 0.256689 1.09976
0.102643
0.0476197 0.183694
0.00486308 0.0857415 0.255133
0.000803422 0.0139998 0.187584 0.571399
2.22828e-06 1.88495e-05 0.000186855 0.0798867 0.516299 2.62028e-06
3.74003e-07 2.32118e-06 1.23654e-05 0.00262646 0.166773 0.449316 0.000181097
1.70748e-07 6.85796e-07 2.214e-06 0.000211476 0.0126514 0.185826 0.336111 0.000508589
1.09334e-07 4.83424e-07 1.37567e-06 6.97784e-05 0.00377245 0.0552649 0.31456 0.436831 0.00746718 6.32538e-05 1.79553e-05
5.23197e-08 1.2081e-07 8.33096e-07 1.22921e-05 0.000400365 0.00575583 0.0326175 0.199712 0.410466 0.0688274 0.014049
1.77282e-07 4.86409e-07 3.5764e-06 6.88078e-05 0.000806017 0.00439792 0.027468 0.187452 0.44061 0.268134
-3.35408e-08 1.15954e-07 3.07318e-07 2.09694e-06 2.96686e-05 0.000235921 0.00123073 0.00860954 0.0524237 0.266585
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310366 0.580157 0.873712 1.15269 1.23732 1.26531 1.27648 1.29419 1.34987 1.54652 2.27695</Total>
<Absorption>0.000143881 0.000228932 0.000336088 0.000880987 0.00044544 0.00164759 0.00329935 0.00605053 0.0115637 0.0222891 0.047352</Absorption>
<NeutronVelocity>1780658488 860859309.8 429254556.5 83832837.32 16467465.23 6407873.996 3457324.515 1928595.674 1016844.021 528538.4327 248941.3768</NeutronVelocity>
<Transport>0.147183 0.291584 0.427642 0.498272 0.536918 0.566929 0.584335 0.618843 0.712603 0.956682 1.60917</Transport>
<Removal>0.11154 0.195692 0.36442 0.189452 0.395354 0.512412 0.687626 0.553772 0.598236 0.4091 1.02228</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198826
0.0882507 0.384465
0.0171783 0.143835 0.509292
0.00591669 0.0511557 0.360727 0.963238
4.80349e-05 0.000422568 0.00299362 0.168684 0.841966 1.90582e-06
4.38795e-06 3.94763e-05 0.000288568 0.0158065 0.314349 0.752898 0.000297142
8.37793e-07 6.07252e-06 4.53636e-05 0.00242827 0.0480929 0.306128 0.588854 0.000794255
3.25917e-07 2.76864e-06 1.95916e-05 0.00124598 0.02454 0.154922 0.518925 0.740418 0.0072921 3.5158e-06 1.83487e-06
4.67983e-08 9.51092e-07 4.70233e-06 0.000289047 0.00556485 0.0349158 0.115975 0.38663 0.751634 0.0651942 0.0243885
8.17432e-08 1.92346e-06 9.94462e-05 0.00201412 0.0126414 0.0419596 0.136923 0.495947 1.13742 0.950302
7.70848e-08 1.63775e-05 0.000344351 0.00214034 0.00713653 0.023386 0.0835395 0.321496 1.25467
0.102568
0.0476903 0.183522
0.00485499 0.0858119 0.254957
0.000798885 0.013967 0.187588 0.571721
2.30476e-06 1.89183e-05 0.00018843 0.0793486 0.516805 1.90069e-06
4.26273e-07 2.2598e-06 1.19102e-05 0.00261451 0.166369 0.448763 0.000106057
1.76329e-07 6.28847e-07 2.53971e-06 0.000210016 0.0126853 0.186535 0.33309 0.000242606
8.1505e-08 4.23866e-07 1.78324e-06 7.1462e-05 0.00381648 0.0560269 0.319059 0.43138 0.00398962 1.01545e-06 -4.23819e-07
2.62314e-08 2.52057e-07 9.43785e-07 1.20521e-05 0.00043082 0.00600912 0.034436 0.209968 0.414154 0.0312156 0.00334275
2.34735e-08 3.23948e-07 3.82203e-06 7.67289e-05 0.000938009 0.00521099 0.0317423 0.207032 0.469482 0.221443
-1.64177e-08 -1.22701e-07 -1.23194e-06 4.98083e-05 0.00022681 0.00155492 0.0101077 0.073331 0.320633
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310243 0.580165 0.873725 1.15273 1.23734 1.26532 1.27649 1.29421 1.35011 1.54746 2.27539</Total>
<Absorption>0.000143834 0.000228934 0.000336094 0.000880471 0.000445805 0.00164907 0.00329965 0.00605341 0.0115831 0.0223321 0.0473064</Absorption>
<NeutronVelocity>1781381711 860829667.6 429243501.3 83757705.71 16459117.2 6403073.475 3457025.713 1927699.695 1015148.039 527526.3236 249181.439</NeutronVelocity>
<Transport>0.147194 0.291608 0.427406 0.498423 0.537026 0.566559 0.584428 0.618199 0.714195 0.956777 1.60878</Transport>
<Removal>0.111528 0.195625 0.364369 0.189689 0.395837 0.511964 0.686878 0.553708 0.600837 0.40941 1.02241</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
</Profile>
<Value>
0.198715
0.0881641 0.38454
0.0172482 0.143734 0.509356
0.00592188 0.0511788 0.360712 0.963041
4.74694e-05 0.000427341 0.00298011 0.168897 0.841503 1.42929e-06
4.82984e-06 3.98858e-05 0.000275402 0.0158307 0.314878 0.753356 0.000301657
8.52782e-07 6.31612e-06 4.12786e-05 0.00244229 0.0480783 0.305873 0.589612 0.000768052
3.29942e-07 3.81536e-06 2.18906e-05 0.00125283 0.0245114 0.154634 0.518346 0.740502 0.00720999 3.25991e-06 2.57127e-06
9.54931e-08 5.03005e-07 5.52615e-06 0.000283277 0.0055655 0.0351146 0.116036 0.386281 0.749273 0.0644536 0.0241504
9.42238e-08 3.77633e-07 1.78955e-06 0.000100921 0.00200883 0.0124886 0.0417425 0.136955 0.49805 1.13805 0.95146
4.66448e-07 1.61649e-05 0.000338091 0.00218072 0.00712706 0.0235716 0.0839005 0.322531 1.25298
0.102511
0.047613 0.183543
0.00488179 0.0857224 0.255299
0.000801276 0.013985 0.187498 0.57145
2.23622e-06 1.92086e-05 0.000187194 0.0795071 0.516352 1.42578e-06
4.87542e-07 2.25719e-06 1.15516e-05 0.0026204 0.166711 0.449266 0.000122505
1.95167e-07 5.99356e-07 2.34514e-06 0.00021132 0.0126803 0.186393 0.333028 0.000253393
8.37652e-08 5.60198e-07 1.89626e-06 7.25033e-05 0.00381899 0.0559233 0.319042 0.431675 0.00390305 9.89296e-07 -9.98335e-07
5.6886e-08 1.5262e-07 8.91194e-07 1.13654e-05 0.00042928 0.00611241 0.034396 0.209977 0.411922 0.0308286 0.00332308
6.34642e-08 2.03281e-07 4.41276e-07 5.02798e-06 8.46764e-05 0.000958459 0.00521395 0.0319683 0.208084 0.47028 0.221151
1.69766e-07 1.37532e-06 9.94056e-06 4.77263e-05 0.000242776 0.00154705 0.00992758 0.0738933 0.320386
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310259 0.580143 0.873793 1.15282 1.23736 1.26533 1.27649 1.29423 1.35052 1.54878 2.27396</Total>
<Absorption>0.000143833 0.000228928 0.000336131 0.000883732 0.000446221 0.00164968 0.00329969 0.00605657 0.0116142 0.0223921 0.0472652</Absorption>
<NeutronVelocity>1781261133 860888953.9 429184549.4 83693914.62 16449668.13 6401106.111 3456989.861 1926711.739 1012445.999 526113.6511 249397.7045</NeutronVelocity>
<Transport>0.147061 0.291503 0.427532 0.498174 0.536948 0.566902 0.584643 0.618108 0.714967 0.959012 1.60772</Transport>
<Removal>0.111511 0.195633 0.364319 0.190081 0.396301 0.512546 0.68777 0.554582 0.603957 0.4106 1.02142</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
1 11
2 11
3 11
</Profile>
<Value>
0.198748
0.0881761 0.38451
0.0172058 0.143727 0.509474
0.00593555 0.0511997 0.360634 0.962739
4.98511e-05 0.000423598 0.00299084 0.169205 0.841059 1.20157e-06
4.38563e-06 4.01297e-05 0.000282892 0.0158915 0.315117 0.752784 0.000309379
6.73524e-07 6.26822e-06 4.5932e-05 0.00243208 0.0481539 0.306367 0.58872 0.000740406
2.89612e-07 3.60568e-06 2.34463e-05 0.00125428 0.0246242 0.154686 0.519371 0.739648 0.00710508 3.3965e-06
9.69813e-08 8.18687e-07 6.05773e-06 0.00028063 0.00560004 0.0350833 0.116099 0.387119 0.746563 0.0637916 0.0241775
1.28902e-07 1.20025e-06 0.000100788 0.00200787 0.0125732 0.0415088 0.137166 0.501599 1.13818 0.95
8.09873e-08 1.81994e-05 0.000345738 0.0021799 0.00719825 0.0234847 0.0836319 0.324279 1.25254
0.10264
0.0476422 0.183659
0.0048589 0.0857385 0.255281
0.000802363 0.0139763 0.18746 0.571595
2.38385e-06 1.88692e-05 0.0001882 0.079678 0.516195 1.19998e-06
3.72803e-07 2.21461e-06 1.22797e-05 0.00263159 0.166961 0.448581 0.000102953
1.03329e-07 5.29769e-07 2.87908e-06 0.000209402 0.0127044 0.186812 0.332414 0.000217141
1.01264e-07 4.94023e-07 2.0316e-06 7.1843e-05 0.0038368 0.0558953 0.319277 0.431192 0.00387341 6.45064e-07
5.84948e-08 3.20634e-07 1.08137e-06 1.28493e-05 0.000426389 0.00609921 0.0345309 0.210624 0.40989 0.0303998 0.00336157
3.5468e-08 1.26335e-07 4.52465e-06 6.83453e-05 0.000921358 0.00528263 0.0320008 0.209745 0.46939 0.222
1.3622e-08 2.79815e-07 3.0071e-06 6.41161e-05 0.000245966 0.00157416 0.00996839 0.0743614 0.320447
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310389 0.580164 0.873754 1.15284 1.23737 1.26533 1.27649 1.29422 1.35062 1.54916 2.27411</Total>
<Absorption>0.000143889 0.00022893 0.000336108 0.00088304 0.000446315 0.00164958 0.0032998 0.00605502 0.0116224 0.0224088 0.047269</Absorption>
<NeutronVelocity>1780487284 860866720.6 429215865.5 83661005.61 16447260.22 6401474.9 3456882.307 1927194.448 1011736.139 525720.8948 249378.4243</NeutronVelocity>
<Transport>0.147209 0.291553 0.427726 0.498249 0.536907 0.567174 0.584309 0.618285 0.714608 0.959157 1.60653</Transport>
<Removal>0.11156 0.195659 0.364583 0.190102 0.396077 0.512537 0.688108 0.554508 0.604613 0.41114 1.02161</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
1 11
2 11
2 11
</Profile>
<Value>
0.198829
0.0882115 0.384505
0.0172621 0.143737 0.509171
0.00589444 0.0512219 0.3609 0.962738
5.18031e-05 0.000423199 0.00299615 0.169289 0.841293 4.81606e-07
4.60632e-06 3.92194e-05 0.000278692 0.0158476 0.315104 0.752793 0.000313922
5.8061e-07 5.55031e-06 4.23158e-05 0.0024394 0.0481529 0.306192 0.588382 0.000754628
3.88659e-07 3.02055e-06 2.09006e-05 0.00124877 0.0244829 0.154798 0.519032 0.739712 0.00708283 1.54786e-06
4.83973e-08 5.60142e-07 4.72908e-06 0.000283753 0.00557951 0.035077 0.116603 0.387396 0.746007 0.0635011 0.0241852
2.58871e-07 1.28102e-06 0.000103117 0.00198245 0.0127069 0.0416207 0.136841 0.50162 1.13802 0.950547
4.3513e-08 2.40498e-07 1.85423e-05 0.000329028 0.00212401 0.00724878 0.0234204 0.0841953 0.325132 1.2525
0.102605
0.0476634 0.183589
0.00487377 0.0857443 0.254875
0.000798171 0.0139924 0.187614 0.571462
2.40475e-06 1.89338e-05 0.000187702 0.0797717 0.51631 4.80731e-07
4.41647e-07 2.20603e-06 1.18791e-05 0.00262566 0.166888 0.448527 0.000115622
1.16782e-07 5.43493e-07 2.21605e-06 0.000210435 0.012712 0.186589 0.332485 0.000242046
1.00142e-07 5.11011e-07 2.1708e-06 7.12279e-05 0.00382286 0.0559511 0.319285 0.430926 0.00381631 6.4007e-07
3.67468e-08 1.39022e-07 7.35792e-07 1.31932e-05 0.000434231 0.00607843 0.0347003 0.210652 0.409984 0.0302484 0.00322323
1.55336e-07 2.42304e-07 3.70299e-06 7.96665e-05 0.00091593 0.00525956 0.0319788 0.209926 0.469528 0.222077
1.53108e-08 1.14408e-07 3.32117e-07 2.0996e-07 4.20147e-05 0.00033985 0.001611 0.0101184 0.0744794 0.321212
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310336 0.580147 0.873735 1.15283 1.23738 1.26576 1.27796 1.29912 1.36891 1.5921 2.42879</Total>
<Absorption>0.000143868 0.000228927 0.000336113 0.000897066 0.000445303 0.00164817 0.00329915 0.00605804 0.0116791 0.0217686 0.0466603</Absorption>
<NeutronVelocity>1780836067 860888953.9 429243501.3 83834242.93 16470611.49 6405944.717 3457467.958 1926210.72 1006829.323 541157.7529 252629.877</NeutronVelocity>
<Transport>0.147139 0.29158 0.427525 0.498499 0.537234 0.568098 0.587939 0.628597 0.742181 1.00548 1.7508</Transport>
<Removal>0.111552 0.195665 0.364225 0.189414 0.395572 0.511987 0.68663 0.550206 0.596884 0.42019 1.25829</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198784
0.0882135 0.384482
0.0172032 0.14375 0.50951
0.00593695 0.0512054 0.360545 0.963416
4.92902e-05 0.000428444 0.00297675 0.168637 0.841808 2.14978e-06
4.44357e-06 3.92722e-05 0.000290669 0.0158235 0.314555 0.753773 0.000444932
5.59319e-07 6.24199e-06 4.65906e-05 0.00243795 0.0482169 0.306139 0.59133 0.00107716
5.12154e-07 2.88558e-06 1.94303e-05 0.00122641 0.0244729 0.154718 0.51962 0.748914 0.0101364 3.59489e-05 1.75495e-05
9.36885e-08 5.80016e-07 5.05986e-06 0.000278511 0.00561173 0.0351512 0.115901 0.387081 0.772026 0.114559 0.0631013
8.31972e-08 2.22696e-06 9.57363e-05 0.00196 0.0123647 0.0408231 0.134415 0.496736 1.17191 1.14879
1.53664e-07 1.58305e-05 0.000316158 0.00195357 0.00655351 0.0215934 0.0783995 0.283813 1.1705
0.102551
0.0476763 0.183546
0.00486751 0.0857575 0.255272
0.00080551 0.0139812 0.187384 0.571615
2.33301e-06 1.91243e-05 0.000186267 0.0793605 0.516545 2.14441e-06
4.45329e-07 2.2567e-06 1.2517e-05 0.00261835 0.166415 0.449364 0.00014037
1.16732e-07 5.87912e-07 2.54426e-06 0.000210388 0.0126789 0.185977 0.334286 0.000341921
1.74746e-07 4.85606e-07 1.64718e-06 7.07524e-05 0.00378438 0.0554412 0.316959 0.434534 0.00576858 1.08367e-05 1.77476e-06
3.71882e-08 7.97592e-08 6.16465e-07 1.24913e-05 0.000429669 0.00587819 0.0334882 0.204218 0.413654 0.0500169 0.00803798
3.38024e-08 2.97478e-07 3.83278e-06 7.54596e-05 0.000882723 0.00494007 0.029384 0.195559 0.45681 0.249063
-1.87366e-08 4.0501e-07 3.56122e-06 4.85679e-05 0.000214708 0.00133704 0.00910093 0.0609946 0.288841
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310315 0.580142 0.87378 1.15291 1.23741 1.26577 1.27797 1.29913 1.36937 1.59283 2.4282</Total>
<Absorption>0.000143881 0.000228932 0.000336138 0.000897834 0.000445907 0.0016485 0.00329977 0.0060598 0.0117083 0.0217962 0.0466449</Absorption>
<NeutronVelocity>1780962931 860859309.8 429201127.9 83773142.33 16456571.11 6404877.955 3456870.357 1925661.754 1004329.665 540473.3466 252712.8727</NeutronVelocity>
<Transport>0.147043 0.291508 0.427446 0.498502 0.537273 0.568236 0.587457 0.628043 0.743593 1.00633 1.74968</Transport>
<Removal>0.111465 0.19569 0.364482 0.189754 0.39587 0.512065 0.687045 0.550783 0.600391 0.42017 1.2586</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.19885
0.0881089 0.384452
0.0172466 0.143763 0.509298
0.00591926 0.0512216 0.360781 0.963156
4.77192e-05 0.000422695 0.00299842 0.168939 0.84154 4.52019e-06
4.01438e-06 4.16899e-05 0.000291873 0.0158516 0.314911 0.753705 0.000444622
5.19142e-07 5.66046e-06 4.47502e-05 0.00242765 0.0480214 0.306329 0.590925 0.00105383
1.88915e-07 2.88732e-06 2.41564e-05 0.00124511 0.0246001 0.15467 0.51997 0.748347 0.00986172 3.80909e-05 1.93898e-05
4.70958e-08 8.77286e-07 5.00055e-06 0.000280478 0.00558685 0.0349735 0.115965 0.387508 0.768979 0.113934 0.063134
1.2556e-07 1.17045e-06 9.55716e-05 0.00198903 0.0124168 0.0407607 0.134577 0.499897 1.17266 1.14874
7.83024e-08 1.55256e-05 0.000321529 0.00201023 0.00662891 0.0216229 0.0788819 0.284299 1.1696
0.102686
0.0476351 0.183597
0.00486749 0.0857664 0.255214
0.000798661 0.0139855 0.187572 0.571558
2.25683e-06 1.89148e-05 0.000187947 0.0794924 0.516297 4.5006e-06
3.59187e-07 2.35113e-06 1.23669e-05 0.0026204 0.166674 0.448897 0.000166254
7.72337e-08 5.89866e-07 2.71402e-06 0.00021043 0.0126477 0.186161 0.33445 0.000352867
6.89449e-08 4.34823e-07 1.66529e-06 7.17e-05 0.00379514 0.0555582 0.317294 0.43486 0.00565444 1.03932e-05 1.65017e-06
1.64919e-08 3.2825e-07 6.16084e-07 1.28761e-05 0.000427967 0.00588425 0.0335003 0.204522 0.411117 0.0496431 0.00802377
-8.0188e-09 1.34583e-07 2.56432e-06 7.56432e-05 0.000929376 0.00490733 0.0293811 0.197249 0.457169 0.24916
7.58214e-08 2.57211e-07 4.67576e-06 2.98673e-05 0.000206617 0.00129667 0.00902279 0.060909 0.289471
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31026 0.580132 0.873775 1.15302 1.23743 1.26578 1.27797 1.29915 1.37004 1.59379 2.42733</Total>
<Absorption>0.000143834 0.000228922 0.000336144 0.000898202 0.000446306 0.00165021 0.00330036 0.00606203 0.0117507 0.021833 0.0466226</Absorption>
<NeutronVelocity>1781257960 860940836.1 429197443.7 83673606 16447476.63 6399344.707 3456284.908 1924968.575 1000721.52 539566.4044 252834.2722</NeutronVelocity>
<Transport>0.147054 0.291524 0.427454 0.498569 0.537275 0.567899 0.588559 0.628047 0.744339 1.00819 1.75047</Transport>
<Removal>0.111402 0.195538 0.364409 0.190069 0.396209 0.512156 0.686278 0.551097 0.604083 0.42028 1.25763</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198858
0.0881436 0.384594
0.0171691 0.143668 0.509366
0.00589327 0.0511615 0.360709 0.962951
4.92992e-05 0.000427269 0.00300342 0.169249 0.841221 4.78355e-06
5.45044e-06 3.88549e-05 0.000286534 0.0158478 0.315062 0.753624 0.000410035
9.14701e-07 6.38665e-06 4.61878e-05 0.00243987 0.0482524 0.30624 0.591692 0.00103185
2.41422e-07 2.57007e-06 2.19001e-05 0.00123808 0.024631 0.154919 0.51917 0.748053 0.0095914 4.78874e-05 2.41554e-05
4.83894e-08 8.1587e-07 6.85468e-06 0.000277653 0.00556674 0.0349768 0.116194 0.387852 0.765957 0.113318 0.0629367
1.71361e-07 2.38631e-06 9.86546e-05 0.00194688 0.0123241 0.0406634 0.134409 0.503176 1.17351 1.14787
4.30401e-08 3.17802e-07 1.6539e-05 0.00031193 0.00204343 0.0065602 0.0217753 0.0795016 0.285029 1.1697
0.102616
0.0476398 0.183646
0.00485453 0.0856938 0.255276
0.000797814 0.0139725 0.187515 0.571363
2.3183e-06 1.91004e-05 0.000188722 0.0797279 0.516173 4.76504e-06
5.30281e-07 2.22299e-06 1.24477e-05 0.00262131 0.166755 0.449079 0.000143168
1.76429e-07 6.5678e-07 2.58954e-06 0.000211094 0.0127081 0.186245 0.333969 0.000337473
1.13073e-07 3.94607e-07 1.37759e-06 7.30145e-05 0.0038143 0.0556273 0.3169 0.43472 0.00549011 1.3169e-05 1.85119e-06
2.86445e-08 1.54842e-07 1.0468e-06 1.18401e-05 0.000418805 0.00589022 0.0334536 0.20452 0.409729 0.0492199 0.00822721
6.74543e-08 5.47783e-07 3.60708e-06 6.38944e-05 0.000925839 0.00477025 0.0295536 0.198512 0.45631 0.248957
2.83836e-08 7.64038e-08 7.98399e-07 1.43412e-06 4.97316e-05 0.000186489 0.00131006 0.00926853 0.061196 0.289252
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310325 0.580133 0.873845 1.15304 1.23743 1.26578 1.27797 1.29916 1.37025 1.59399 2.42693</Total>
<Absorption>0.000143885 0.000228927 0.000336174 0.000897545 0.000446171 0.00164985 0.0032996 0.00606244 0.0117643 0.0218408 0.0466117</Absorption>
<NeutronVelocity>1780861438 860903776.8 429142187.7 83665205.31 16450507 6400532.524 3457025.713 1924838.891 999570.1848 539371.4166 252893.097</NeutronVelocity>
<Transport>0.147053 0.291582 0.427806 0.498463 0.537008 0.567695 0.58806 0.628183 0.745278 1.00784 1.74968</Transport>
<Removal>0.111414 0.195689 0.364545 0.190098 0.396157 0.512506 0.686363 0.551144 0.605458 0.42035 1.25944</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
</Profile>
<Value>
0.198911
0.0881284 0.384444
0.017203 0.143739 0.5093
0.00588705 0.0512419 0.36086 0.962942
4.95609e-05 0.000429641 0.00298884 0.169239 0.841273 3.36384e-06
4.21503e-06 3.92424e-05 0.000280515 0.0158882 0.315096 0.753274 0.00045915
5.33965e-07 6.28966e-06 4.38513e-05 0.00243929 0.0482248 0.306516 0.591607 0.00103597
3.39939e-07 3.0587e-06 2.44499e-05 0.00124526 0.02456 0.154947 0.518782 0.748016 0.0095014 4.17572e-05 2.82392e-05
4.82911e-08 6.45242e-07 4.6554e-06 0.000282021 0.00555425 0.0350267 0.116144 0.387796 0.764792 0.113221 0.0625151
4.85439e-08 3.02761e-07 1.76984e-06 0.000100654 0.00195793 0.0123536 0.0408896 0.1343 0.504478 1.17364 1.15006
2.39879e-07 1.51809e-05 0.000308044 0.00195903 0.00669497 0.0218784 0.0797285 0.285225 1.16749
0.102784
0.0476042 0.183558
0.00485936 0.0857378 0.254957
0.000798116 0.0139964 0.187545 0.571491
2.34733e-06 1.92534e-05 0.000187618 0.079723 0.51643 3.3513e-06
4.28654e-07 2.09267e-06 1.2182e-05 0.00262812 0.166784 0.449204 0.000156435
1.11557e-07 6.05378e-07 2.53991e-06 0.000210622 0.0126949 0.186359 0.33446 0.000383216
1.19942e-07 5.04084e-07 2.44711e-06 7.2892e-05 0.00379684 0.0556299 0.316681 0.434417 0.00543506 1.19707e-05 4.97477e-07
3.96711e-08 1.47868e-07 7.65571e-07 1.10921e-05 0.000413626 0.00586612 0.0335458 0.20472 0.408391 0.0491793 0.00781917
4.48294e-08 1.41541e-07 3.10999e-07 3.32412e-06 8.11721e-05 0.000872613 0.00482553 0.0292745 0.199191 0.45723 0.24875
1.56514e-08 -7.78925e-07 2.33102e-06 6.58728e-05 0.000189463 0.00143624 0.00922092 0.0610855 0.289414
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31033 0.580169 0.873786 1.15321 1.23745 1.26621 1.27944 1.30407 1.38765 1.63511 2.57219</Total>
<Absorption>0.000143864 0.000228934 0.000336302 0.000914777 0.000445336 0.00164796 0.00329884 0.00606681 0.0117469 0.0213659 0.0462163</Absorption>
<NeutronVelocity>1780861438 860837078 429215865.5 83825809.97 16469309.44 6406067.827 3457360.375 1923180.479 1000921.849 551310.465 255044.1354</NeutronVelocity>
<Transport>0.14711 0.291553 0.427794 0.498662 0.537424 0.569143 0.591772 0.637421 0.770628 1.05213 1.88222</Transport>
<Removal>0.111575 0.195499 0.364433 0.189567 0.395481 0.511379 0.685155 0.547949 0.591684 0.44927 1.46984</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198755
0.0882533 0.38467
0.0171961 0.143669 0.509353
0.00592825 0.0511159 0.360765 0.963643
4.72501e-05 0.000431334 0.00297746 0.16875 0.841969 3.79239e-06
4.19418e-06 4.07439e-05 0.000275619 0.0158372 0.314505 0.754831 0.000601957
7.00298e-07 6.03555e-06 4.54056e-05 0.00242212 0.0481774 0.3062 0.594285 0.00137123
3.2605e-07 3.01386e-06 2.28317e-05 0.0012427 0.0245408 0.154406 0.519591 0.756121 0.013394 0.000229115 0.000192197
4.65859e-08 7.81196e-07 4.45697e-06 0.000279077 0.00559255 0.0351338 0.115507 0.388333 0.795966 0.172247 0.120975
2.90319e-07 9.99699e-07 9.70299e-05 0.00191738 0.0121021 0.0400462 0.131854 0.492576 1.18584 1.30292
4.61133e-07 1.46344e-05 0.000305386 0.00188023 0.00615181 0.0203761 0.0739553 0.255281 1.10235
0.102617
0.047678 0.18367
0.00485371 0.085687 0.254975
0.000799503 0.013958 0.187501 0.571797
2.28804e-06 1.92706e-05 0.000187158 0.0794097 0.516659 3.78003e-06
4.08641e-07 2.33164e-06 1.18535e-05 0.00261992 0.16622 0.449781 0.000204178
1.52086e-07 5.86055e-07 2.33117e-06 0.000208709 0.0126508 0.185601 0.335889 0.000485934
9.81795e-08 5.30111e-07 1.98474e-06 6.99816e-05 0.0037822 0.0549819 0.314506 0.437876 0.00781614 6.54748e-05 1.78025e-06
2.04465e-08 2.11895e-07 6.75586e-07 9.62382e-06 0.000416622 0.00577209 0.0323895 0.198778 0.413865 0.0695201 0.015098
1.31288e-07 4.08281e-07 4.0329e-06 6.02296e-05 0.000802344 0.00447428 0.0273671 0.183746 0.440092 0.266614
1.49705e-07 -6.97864e-09 1.05788e-05 4.52847e-05 0.000227214 0.0012163 0.00841344 0.0519263 0.266331
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310355 0.580188 0.87376 1.15325 1.23749 1.26621 1.27944 1.30408 1.38822 1.63567 2.5709</Total>
<Absorption>0.000143895 0.00022894 0.000336289 0.000911635 0.000446019 0.0016487 0.00329929 0.00606701 0.0117774 0.0213846 0.0461859</Absorption>
<NeutronVelocity>1780728247 860748162.3 429234289 83771037 16453294.85 6403688.525 3456906.207 1923117.604 998342.751 550827.6185 255212.0685</NeutronVelocity>
<Transport>0.147091 0.291534 0.427481 0.498886 0.537485 0.569273 0.590726 0.637895 0.771375 1.05206 1.88138</Transport>
<Removal>0.111566 0.195608 0.364358 0.189779 0.395602 0.511493 0.685228 0.548789 0.594473 0.449 1.47248</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198789
0.0882538 0.38458
0.0171998 0.14371 0.509402
0.00591385 0.051187 0.360655 0.963471
5.09627e-05 0.00043409 0.00299428 0.168971 0.841888 3.32971e-06
4.77748e-06 4.06462e-05 0.00028988 0.0158229 0.314683 0.754717 0.000646201
5.68464e-07 7.00009e-06 4.44241e-05 0.00244772 0.0481056 0.306047 0.594212 0.00139125
2.3639e-07 3.4821e-06 2.36185e-05 0.00123976 0.0245735 0.154991 0.519417 0.755291 0.0131842 0.000226587 0.000184282
9.47873e-08 7.11183e-07 5.14362e-06 0.000279379 0.00557855 0.0349136 0.116013 0.38911 0.793747 0.171464 0.120039
8.34085e-08 1.55885e-06 9.44967e-05 0.00191714 0.0120428 0.0398076 0.132094 0.495433 1.18667 1.3064
7.7777e-08 1.40276e-05 0.00029685 0.00184525 0.00610913 0.0201791 0.0740452 0.25596 1.09842
0.102631
0.0477138 0.183636
0.00484833 0.0857456 0.255301
0.000798993 0.0139853 0.187429 0.57151
2.40339e-06 1.94116e-05 0.000188387 0.0795299 0.516406 3.31743e-06
5.10749e-07 2.30951e-06 1.20909e-05 0.00261504 0.166489 0.449712 0.000209682
1.26638e-07 6.2193e-07 2.66003e-06 0.00020987 0.0126319 0.185481 0.33696 0.000474971
4.87892e-08 5.93523e-07 1.92227e-06 6.92765e-05 0.00378931 0.055181 0.31443 0.436839 0.00772409 6.07599e-05 1.52728e-05
6.89902e-08 1.82672e-07 7.80628e-07 9.56041e-06 0.000410187 0.00568535 0.0325379 0.1993 0.412552 0.0692527 0.0143664
3.33786e-08 2.03663e-07 2.15566e-06 4.47507e-05 0.000781027 0.00441633 0.027491 0.184715 0.440812 0.268271
2.88489e-09 2.82166e-07 1.10667e-05 3.40464e-05 0.000195164 0.00124746 0.00846178 0.0523138 0.26609
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310325 0.580147 0.873829 1.15338 1.2375 1.26622 1.27945 1.30412 1.38909 1.63645 2.57032</Total>
<Absorption>0.000143869 0.000228931 0.000336324 0.000915115 0.000446186 0.00164942 0.00329997 0.00607144 0.011824 0.0214101 0.0461728</Absorption>
<NeutronVelocity>1780851924 860866720.6 429179023.4 83672205.77 16449289.31 6401351.966 3456237.126 1921742.79 994431.1854 550173.0294 255284.3868</NeutronVelocity>
<Transport>0.147128 0.291544 0.427399 0.499011 0.537259 0.569229 0.591088 0.638186 0.771962 1.05303 1.8809</Transport>
<Removal>0.111415 0.195635 0.36462 0.190191 0.396355 0.512122 0.685854 0.548509 0.598835 0.44946 1.47019</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
2 11
2 11
2 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
2 11
2 11
2 11
</Profile>
<Value>
0.19891
0.088155 0.384512
0.0171752 0.143797 0.509209
0.00589164 0.0511321 0.360965 0.963189 1.21719e-07
4.81436e-05 0.000427119 0.00296492 0.1693 0.841145 2.40328e-06
5.35784e-06 4.00534e-05 0.00028482 0.0158931 0.315243 0.754098 0.000600312
6.77135e-07 6.82905e-06 4.48923e-05 0.00244837 0.0481906 0.306411 0.593596 0.0013612
5.31795e-07 2.91566e-06 2.16834e-05 0.00124544 0.0246639 0.155029 0.519386 0.755611 0.012842 0.00021997 0.000152681
7.30313e-07 4.30157e-06 0.00028029 0.00558634 0.0350468 0.116177 0.389032 0.790255 0.171356 0.120219
1.72434e-07 1.983e-06 9.79609e-05 0.00192406 0.0120752 0.0401823 0.131793 0.498755 1.18699 1.30365
4.31404e-08 3.17827e-07 1.34695e-05 0.000303394 0.00188638 0.00614021 0.0203114 0.0753215 0.256591 1.10013
0.102644
0.0476262 0.183607
0.00485551 0.0857517 0.255299
0.00079506 0.0139639 0.187598 0.571292 1.21694e-07
2.25681e-06 1.90847e-05 0.000185988 0.0797294 0.516339 2.39615e-06
4.66136e-07 2.22732e-06 1.21215e-05 0.002631 0.166761 0.449354 0.000186127
1.41504e-07 6.62133e-07 2.57988e-06 0.000211417 0.012655 0.185785 0.336261 0.000494481
1.72388e-07 5.77794e-07 2.05834e-06 7.37593e-05 0.00377607 0.0552022 0.314544 0.43665 0.00750391 5.66845e-05 9.59693e-06
2.62364e-07 8.74179e-07 1.12353e-05 0.000413523 0.0056896 0.0325664 0.199465 0.41067 0.0688867 0.0148657
6.1436e-08 6.84916e-07 2.73536e-06 6.72566e-05 0.00086193 0.00458934 0.027361 0.186963 0.440733 0.267059
8.36216e-10 2.1279e-07 -2.38504e-07 3.53018e-06 1.75864e-05 0.000176429 0.0011206 0.00857966 0.0523146 0.266129
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310351 0.580156 0.873791 1.1534 1.23751 1.26623 1.27945 1.30413 1.3893 1.63667 2.57025</Total>
<Absorption>0.000143864 0.000228931 0.000336309 0.000915275 0.000446292 0.00164986 0.00330035 0.00607192 0.0118354 0.0214177 0.0461704</Absorption>
<NeutronVelocity>1780718734 860866720.6 429199285.8 83666605.31 16446962.66 6399918.081 3455866.852 1921595.078 993472.8832 549979.3758 255297.4215</NeutronVelocity>
<Transport>0.146939 0.291475 0.427824 0.49871 0.537576 0.569073 0.590689 0.637927 0.772245 1.05348 1.8794</Transport>
<Removal>0.111507 0.195593 0.364763 0.190182 0.396157 0.511619 0.685855 0.549247 0.600134 0.44894 1.47147</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
</Profile>
<Value>
0.198844
0.0882037 0.384563
0.0172231 0.143696 0.509028
0.00588896 0.0511898 0.361072 0.963218
4.77911e-05 0.000426974 0.00301386 0.16928 0.841353 2.40964e-06
4.02547e-06 4.09934e-05 0.000266071 0.0158662 0.315073 0.754611 0.000585824
6.30691e-07 6.51235e-06 4.47709e-05 0.00246252 0.0481955 0.306394 0.593595 0.00138028
2.43094e-07 2.88993e-06 2.05317e-05 0.0012543 0.0246906 0.154794 0.519617 0.754883 0.0126464 0.000227535 0.000164328
1.4496e-07 8.20884e-07 5.53352e-06 0.000284363 0.00556716 0.0349185 0.116067 0.389396 0.789166 0.170634 0.119945
4.85343e-08 2.15259e-07 1.68221e-06 9.8391e-05 0.00189366 0.0119985 0.0399776 0.132102 0.500618 1.18773 1.30494
8.54681e-08 4.81653e-07 1.46678e-05 0.000297942 0.0018179 0.00621648 0.0202535 0.0749809 0.256564 1.09878
0.102778
0.0476508 0.183703
0.00486979 0.0857306 0.254811
0.000796834 0.0139726 0.187659 0.571589
2.25624e-06 1.90226e-05 0.000188917 0.0797498 0.516085 2.40289e-06
4.07783e-07 2.25494e-06 1.17956e-05 0.00262556 0.166669 0.449326 0.000210679
9.918e-08 5.6907e-07 2.56662e-06 0.000210028 0.0126515 0.185953 0.336605 0.000484217
8.46824e-08 5.96295e-07 1.88746e-06 7.29742e-05 0.0038069 0.0551524 0.314688 0.436432 0.00738674 6.28637e-05 2.12353e-05
6.97389e-08 1.74637e-07 8.51153e-07 1.09348e-05 0.000411527 0.00575598 0.0325439 0.199602 0.409997 0.0686606 0.0145872
3.33676e-08 5.60325e-08 3.72375e-07 4.0924e-06 8.08568e-05 0.000832905 0.00441567 0.0275188 0.187717 0.44089 0.268603
-2.48543e-08 7.00829e-08 1.10681e-07 6.65744e-06 4.16025e-05 0.000248604 0.00125097 0.00854989 0.052194 0.266792
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310347 0.580099 0.873726 1.15268 1.23731 1.26531 1.27649 1.2942 1.34984 1.5465 2.27602</Total>
<Absorption>0.000143894 0.000228921 0.000336099 0.000883289 0.000445255 0.00164764 0.00329983 0.00605284 0.0115614 0.0222885 0.047325</Absorption>
<NeutronVelocity>1780810696 860970485.9 429230604.1 83885580.07 16471995.14 6407709.756 3456846.457 1927874.364 1017044.651 528555.1944 249083.3732</NeutronVelocity>
<Transport>0.147063 0.291459 0.427527 0.498178 0.536897 0.566943 0.584702 0.618712 0.713907 0.95652 1.60891</Transport>
<Removal>0.111498 0.195609 0.364474 0.189255 0.395241 0.511694 0.687718 0.553545 0.597991 0.40917 1.0213</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
1 11
3 11
</Profile>
<Value>
0.198849
0.0882028 0.38449
0.0171983 0.143641 0.509252
0.00590543 0.0512579 0.360792 0.963425
4.85801e-05 0.000432455 0.00299781 0.168489 0.842069 1.90451e-06
4.33781e-06 3.93718e-05 0.000276123 0.0158043 0.314239 0.753616 0.000307491
5.59088e-07 6.57461e-06 4.86824e-05 0.00243053 0.0481043 0.305513 0.588772 0.00078932
1.85876e-07 2.76979e-06 2.01636e-05 0.00123773 0.0245261 0.154733 0.519016 0.740655 0.00727114 2.97779e-06 9.35704e-07
5.76453e-07 5.54094e-06 0.000277839 0.00557124 0.0350748 0.116424 0.386208 0.751849 0.0652216 0.0241605
4.58244e-08 1.2452e-07 1.38594e-06 0.000100807 0.00200361 0.0125662 0.0415074 0.137093 0.49592 1.13733 0.949985
3.08982e-07 1.73929e-05 0.00034351 0.00218303 0.00715683 0.0234119 0.0832324 0.321724 1.25472
0.102621
0.0477258 0.183689
0.00486317 0.0856843 0.255153
0.00079813 0.0139899 0.187503 0.571895
2.33826e-06 1.94112e-05 0.000188023 0.0792526 0.5169 1.9e-06
4.81997e-07 2.23498e-06 1.19144e-05 0.0026138 0.166271 0.449231 0.000106458
1.32271e-07 5.65402e-07 2.65948e-06 0.000209481 0.012685 0.186153 0.332243 0.000265797
5.3033e-08 4.27231e-07 1.68704e-06 7.17477e-05 0.00381952 0.0558687 0.319326 0.431384 0.00393272 1.0694e-06 1.26955e-07
1.99487e-07 9.26356e-07 1.14324e-05 0.00043004 0.0060828 0.0346239 0.210027 0.413529 0.0311572 0.00311571
3.0534e-08 8.76945e-08 4.27254e-07 5.26303e-06 7.76287e-05 0.000963812 0.00521364 0.0318166 0.206649 0.469738 0.222067
2.44589e-08 1.21753e-06 4.90765e-06 2.78638e-05 0.000270577 0.00151278 0.00972363 0.0734894 0.320615
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310317 0.580127 0.873793 1.15269 1.23734 1.26532 1.27648 1.29422 1.35008 1.54735 2.27569</Total>
<Absorption>0.000143843 0.00022892 0.000336136 0.00088054 0.000445777 0.0016482 0.00329942 0.0060546 0.0115808 0.0223269 0.0473146</Absorption>
<NeutronVelocity>1780931213 860963073.3 429180865.4 83813163.7 16459875.76 6405903.681 3457252.798 1927324.45 1015354.186 527646.0128 249137.9826</NeutronVelocity>
<Transport>0.14701 0.2916 0.427604 0.498226 0.536918 0.566576 0.584232 0.61801 0.713949 0.956652 1.60747</Transport>
<Removal>0.111478 0.195656 0.364332 0.189567 0.395619 0.512362 0.687236 0.553378 0.600309 0.40918 1.02129</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198839
0.088119 0.384471
0.0172515 0.14377 0.509461
0.00591364 0.0511657 0.36067 0.963123
4.90491e-05 0.000436742 0.00296508 0.168738 0.841721 1.19375e-06
4.72416e-06 4.06997e-05 0.000284075 0.0158462 0.314642 0.752958 0.0003009
8.95999e-07 5.69576e-06 4.44846e-05 0.00244256 0.048108 0.305978 0.589244 0.000779147
3.78279e-07 2.9731e-06 2.25075e-05 0.00125521 0.0245001 0.15497 0.519014 0.740842 0.00719187 2.26267e-06 1.70347e-06
4.6547e-08 5.86984e-07 3.97397e-06 0.000282022 0.00557518 0.0351543 0.116067 0.385957 0.749771 0.0645633 0.0244698
1.66837e-07 1.09085e-06 0.000100822 0.00201528 0.0124402 0.0414706 0.137028 0.497694 1.13817 0.949678
4.24627e-08 3.88628e-07 1.7557e-05 0.000343287 0.00214397 0.00715851 0.0235206 0.0838876 0.32233 1.2544
0.102676
0.0476759 0.183529
0.00487316 0.0857479 0.255121
0.000798326 0.0139699 0.187511 0.57171
2.35157e-06 1.96419e-05 0.000186166 0.0793885 0.516522 1.19095e-06
4.71191e-07 2.31446e-06 1.23115e-05 0.00262268 0.166642 0.449104 0.00012433
1.84408e-07 5.82181e-07 2.54684e-06 0.00020953 0.01269 0.186573 0.332823 0.000249277
1.03921e-07 5.08008e-07 2.08467e-06 7.51499e-05 0.00381634 0.0559457 0.319313 0.432048 0.00390111 7.44739e-07 4.03744e-07
2.10398e-08 1.84826e-07 6.10189e-07 1.26588e-05 0.000449399 0.00611413 0.0345064 0.209879 0.412044 0.0308197 0.00327307
3.71793e-08 1.18761e-07 3.9662e-06 8.04679e-05 0.000915258 0.0052593 0.0319785 0.208045 0.470099 0.221323
9.43206e-09 1.54072e-07 7.39273e-07 4.02313e-06 3.16701e-05 0.000263789 0.0015538 0.0101481 0.0739852 0.321228
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310381 0.580149 0.873862 1.15279 1.23736 1.26533 1.27649 1.29423 1.35052 1.54872 2.27384</Total>
<Absorption>0.000143896 0.000228927 0.000336169 0.000880911 0.000446192 0.00164956 0.00330011 0.00605637 0.0116147 0.0223894 0.0472608</Absorption>
<NeutronVelocity>1780518986 860881542.7 429121930.7 83717036.42 16450290.51 6401515.879 3456571.634 1926774.849 1012403.973 526177.3218 249421.3425</NeutronVelocity>
<Transport>0.147118 0.291536 0.427736 0.498307 0.537152 0.566614 0.585233 0.618309 0.714219 0.959157 1.60812</Transport>
<Removal>0.111495 0.195768 0.364337 0.189998 0.396256 0.512625 0.687418 0.553919 0.604026 0.41059 1.02192</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
2 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
2 11
1 11
3 11
</Profile>
<Value>
0.198886
0.0881741 0.384381
0.0172055 0.143856 0.509525
0.00592111 0.0511993 0.360646 0.962792
4.86394e-05 0.000432155 0.0029955 0.169116 0.841104 2.63992e-06
4.67457e-06 3.87702e-05 0.000284311 0.0158918 0.315085 0.752705 0.000295896
6.74115e-07 6.04819e-06 4.51647e-05 0.00246725 0.0481623 0.306211 0.589072 0.00075006
4.32677e-07 3.47107e-06 2.38981e-05 0.00123627 0.0245978 0.154777 0.519184 0.740311 0.00699595 4.32383e-06
6.85112e-07 5.34956e-06 0.000283468 0.00560004 0.0351876 0.115885 0.386692 0.746494 0.0638971 0.0243175
4.86416e-08 1.27716e-07 2.0733e-06 0.000102301 0.00201142 0.0126637 0.0416396 0.137034 0.501711 1.13813 0.95021
3.19571e-07 1.76481e-05 0.000342723 0.00214235 0.00714721 0.0233902 0.0837608 0.324292 1.25192
0.102699
0.0476357 0.183554
0.004867 0.0858092 0.25517
0.000800538 0.0139788 0.187461 0.571508
2.31387e-06 1.94409e-05 0.000188518 0.0796106 0.516162 2.632e-06
4.45076e-07 2.1524e-06 1.20031e-05 0.0026291 0.16675 0.449015 0.000105721
1.37143e-07 6.10735e-07 2.61894e-06 0.000213646 0.0127097 0.186608 0.331953 0.000239609
1.1557e-07 6.46497e-07 2.23762e-06 7.02039e-05 0.00383572 0.0559572 0.319299 0.43158 0.00377272 1.02668e-06
2.50068e-07 6.69091e-07 1.30923e-05 0.000434433 0.0060485 0.0344527 0.210225 0.41028 0.0303726 0.00316614
3.34194e-08 3.97328e-08 6.49995e-07 3.20685e-06 8.46982e-05 0.000957812 0.0052128 0.0318242 0.210121 0.46938 0.221983
-9.34787e-08 4.01912e-07 6.34674e-06 7.05287e-05 0.000251635 0.00153686 0.0100876 0.0741801 0.31968
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310279 0.580125 0.873816 1.15284 1.23734 1.26533 1.27649 1.29423 1.35064 1.54903 2.27455</Total>
<Absorption>0.000143858 0.000228928 0.00033615 0.000883661 0.000445882 0.0016492 0.00330043 0.0060559 0.0116238 0.0224032 0.0472823</Absorption>
<NeutronVelocity>1781115192 860911188.4 429149554.3 83728251.59 16457058.6 6402663.508 3456261.017 1926919.646 1011609.227 525853.5918 249308.1698</NeutronVelocity>
<Transport>0.14704 0.291403 0.427495 0.498221 0.537135 0.567224 0.584708 0.618075 0.713955 0.959202 1.60738</Transport>
<Removal>0.111366 0.195542 0.364419 0.189895 0.396142 0.512614 0.689031 0.554399 0.605032 0.41072 1.0219</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
2 11
1 11
2 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
2 11
1 11
2 11
</Profile>
<Value>
0.198913
0.0880683 0.384583
0.0172286 0.143659 0.509397
0.00587522 0.0511793 0.360728 0.962945 1.22087e-07
4.77392e-05 0.000423697 0.00299888 0.169069 0.841198 1.69968e-06
4.32248e-06 4.10038e-05 0.000286029 0.0158814 0.314956 0.752716 0.000293513
8.2675e-07 6.2092e-06 4.12283e-05 0.00241458 0.0482394 0.306524 0.587459 0.00075971
1.94843e-07 2.9731e-06 2.06927e-05 0.00124172 0.0245936 0.154677 0.520478 0.739831 0.00693076 4.43952e-06 1.48235e-06
5.1765e-07 5.13841e-06 0.000279907 0.00562122 0.0350506 0.115954 0.387078 0.745608 0.0637915 0.0243184
4.81411e-08 1.72969e-07 1.52108e-06 0.000103751 0.00196826 0.0125338 0.0419212 0.137103 0.502368 1.13831 0.950347
4.40853e-08 1.60988e-07 1.76898e-05 0.000338028 0.00216185 0.00709836 0.0233807 0.0841955 0.324602 1.25265
0.102688
0.0475894 0.183754
0.00486671 0.0856898 0.255243
0.000793746 0.0139722 0.187511 0.571644 1.21858e-07
2.22393e-06 1.89404e-05 0.000188274 0.0796045 0.516122 1.69476e-06
4.03436e-07 2.26501e-06 1.22002e-05 0.00263014 0.1668 0.448216 9.97742e-05
1.51844e-07 6.09984e-07 2.3441e-06 0.000207374 0.0127369 0.186806 0.331329 0.000254689
6.33262e-08 4.51743e-07 1.73089e-06 7.1537e-05 0.00382697 0.0559336 0.320344 0.431248 0.00373265 2.06858e-06 4.88385e-07
1.61869e-07 7.32583e-07 1.20902e-05 0.000450015 0.00609814 0.0344878 0.210499 0.410091 0.0304065 0.00333523
3.13985e-08 9.21185e-08 1.25948e-07 3.72573e-06 7.19455e-05 0.000954348 0.00523141 0.0321353 0.210519 0.469439 0.22219
4.15476e-08 9.14439e-08 9.27513e-07 3.9613e-06 3.72857e-05 0.000298542 0.00151818 0.0103083 0.0742628 0.320182
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310428 0.580146 0.873765 1.1528 1.23738 1.26576 1.27796 1.29911 1.36889 1.59211 2.42988</Total>
<Absorption>0.000143922 0.000228932 0.000336132 0.000896511 0.000445292 0.0016479 0.00329908 0.00605746 0.0116782 0.0217685 0.0466884</Absorption>
<NeutronVelocity>1780303435 860844488.4 429212181 83913032.53 16471072.68 6406806.591 3457539.684 1926388.83 1006905.357 541160.6814 252477.4348</NeutronVelocity>
<Transport>0.147194 0.291543 0.427751 0.498406 0.536964 0.568347 0.587708 0.628217 0.742068 1.00649 1.75214</Transport>
<Removal>0.111693 0.19565 0.36442 0.189157 0.395373 0.511272 0.686389 0.550416 0.597157 0.42061 1.25923</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
1 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
1 11
2 11
</Profile>
<Value>
0.198735
0.0883495 0.384496
0.0172157 0.14378 0.509345
0.00593336 0.0511674 0.360734 0.963643
4.76977e-05 0.000417574 0.00299147 0.168366 0.842007 2.16255e-06
4.05924e-06 4.02923e-05 0.000288554 0.0158088 0.314329 0.754488 0.000433264
8.3929e-07 6.81448e-06 4.40103e-05 0.00244629 0.0482746 0.305821 0.591571 0.00106164
4.20166e-07 3.30935e-06 2.29686e-05 0.00124032 0.0245094 0.15467 0.518841 0.748694 0.0100522 3.74211e-05 2.22098e-05
6.2043e-07 4.29354e-06 0.000282121 0.00554211 0.0349389 0.116367 0.387199 0.771733 0.114247 0.0628267
4.63227e-08 1.64958e-07 1.92057e-06 9.95086e-05 0.00195223 0.0122192 0.0408489 0.134403 0.497238 1.1715 1.14902
4.14235e-08 5.38334e-07 1.63777e-05 0.000320478 0.00198699 0.00660037 0.0217015 0.0781939 0.284497 1.17065
0.102533
0.0477645 0.183593
0.00485722 0.085752 0.254997
0.00080024 0.0139715 0.187484 0.571865
2.3143e-06 1.86766e-05 0.000188423 0.0791769 0.516968 2.15664e-06
3.86669e-07 2.27093e-06 1.21851e-05 0.00261146 0.166246 0.44937 0.000145036
1.72795e-07 6.58913e-07 2.36571e-06 0.00021014 0.0126858 0.185743 0.334905 0.000388147
1.71521e-07 4.80547e-07 2.10682e-06 7.14047e-05 0.00379694 0.0554669 0.316554 0.434829 0.00577906 9.94662e-06 3.78676e-06
1.89025e-07 4.95532e-07 1.08206e-05 0.000413637 0.00585094 0.0336818 0.204151 0.413558 0.0498401 0.00781946
3.97717e-08 3.45726e-08 3.93805e-07 4.93052e-06 7.77189e-05 0.000865938 0.00479074 0.0295639 0.19577 0.456385 0.248109
-2.26857e-08 1.10322e-07 6.35014e-07 1.35497e-06 5.64026e-05 0.000176389 0.00129748 0.00898281 0.0607735 0.289114
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310402 0.580128 0.873769 1.15289 1.23739 1.26577 1.27797 1.29914 1.36935 1.59286 2.42813</Total>
<Absorption>0.000143885 0.000228928 0.000336129 0.00089864 0.000445548 0.00164858 0.00330011 0.00606022 0.0117069 0.0217975 0.0466433</Absorption>
<NeutronVelocity>1780414374 860866720.6 429212181 83809651.52 16465052.1 6404631.83 3456535.791 1925531.976 1004447.694 540441.2162 252721.8139</NeutronVelocity>
<Transport>0.147116 0.291404 0.427509 0.498356 0.536934 0.568163 0.587559 0.628272 0.743739 1.00687 1.74817</Transport>
<Removal>0.111571 0.195672 0.364352 0.189602 0.395517 0.512094 0.685888 0.551077 0.600604 0.42025 1.26029</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198831
0.0882118 0.384456
0.0172449 0.143785 0.509417
0.00592343 0.0511817 0.360665 0.963288 1.18445e-07
4.64864e-05 0.000429775 0.00300407 0.168738 0.841873 2.6319e-06
4.11084e-06 4.21645e-05 0.000279412 0.0158736 0.31468 0.753676 0.000443088
6.14601e-07 5.74294e-06 3.95106e-05 0.00245261 0.0480948 0.306335 0.592082 0.00104366
3.29398e-07 2.72485e-06 1.95711e-05 0.00124368 0.0244849 0.154788 0.518488 0.748063 0.00990631 3.79953e-05 2.27163e-05
9.50286e-08 7.55603e-07 6.46701e-06 0.000285116 0.00556841 0.0349743 0.116018 0.387688 0.768746 0.11392 0.0625571
2.91572e-07 1.48251e-06 0.000100313 0.00193367 0.0123464 0.0410472 0.134533 0.50025 1.17261 1.15101
3.90454e-07 1.58908e-05 0.000317624 0.00201118 0.00661148 0.0216827 0.0787688 0.284479 1.16784
0.102699
0.0476729 0.183679
0.00487385 0.0857631 0.255209
0.000801498 0.013982 0.187488 0.571778 1.18429e-07
2.24854e-06 1.91957e-05 0.000188617 0.0794034 0.516847 2.62431e-06
4.5193e-07 2.37182e-06 1.2275e-05 0.00262361 0.166451 0.449084 0.000169764
1.16241e-07 5.48712e-07 2.12949e-06 0.000211322 0.0126455 0.186206 0.335057 0.000332996
9.30987e-08 4.51465e-07 1.66111e-06 7.01375e-05 0.00378083 0.0555055 0.316552 0.43467 0.00565833 1.05892e-05 4.15421e-06
4.58852e-08 2.23305e-07 8.68163e-07 1.31702e-05 0.000432274 0.0058437 0.0335621 0.204297 0.411158 0.049545 0.00807576
1.36327e-07 3.76767e-07 5.50869e-06 7.79204e-05 0.000882122 0.0048263 0.0295024 0.196974 0.457056 0.24935
2.26181e-07 1.5176e-07 -1.23302e-06 3.44075e-05 0.000253183 0.00132842 0.00906257 0.0607753 0.290362
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310248 0.580206 0.873873 1.15299 1.23742 1.26577 1.27797 1.29918 1.37009 1.59371 2.42714</Total>
<Absorption>0.000143843 0.000228939 0.000336189 0.000900271 0.000445998 0.00164915 0.00330038 0.0060649 0.0117539 0.0218297 0.0466176</Absorption>
<NeutronVelocity>1781359498 860777798.8 429118247.8 83713532.29 16454567.29 6402786.493 3456261.017 1924075.963 1000456.208 539645.0215 252861.1236</NeutronVelocity>
<Transport>0.147039 0.291605 0.427775 0.498419 0.537441 0.568269 0.587732 0.628441 0.744483 1.00746 1.74934</Transport>
<Removal>0.111486 0.195661 0.364539 0.189957 0.39603 0.512055 0.687457 0.551592 0.604338 0.42069 1.25775</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198762
0.0881215 0.384545
0.0172481 0.143726 0.509334
0.00591908 0.0512292 0.360859 0.963033
4.82882e-05 0.000430177 0.00299586 0.169115 0.84139 3.1244e-06
3.62098e-06 4.04811e-05 0.000281433 0.0158758 0.314926 0.753715 0.000467562
1.06199e-06 5.8336e-06 4.21604e-05 0.00243457 0.0481241 0.305865 0.590513 0.00106622
4.34292e-07 3.0888e-06 2.16934e-05 0.00123022 0.0246914 0.155107 0.520112 0.747588 0.00951931 3.96091e-05 1.64563e-05
9.66142e-08 7.7067e-07 4.70178e-06 0.000282552 0.00556242 0.0350881 0.115924 0.388158 0.765752 0.113331 0.0624963
4.28897e-07 1.279e-06 0.000101742 0.00194381 0.0123615 0.0410571 0.134665 0.503417 1.17302 1.14867
2.37945e-07 1.57834e-05 0.000328863 0.00199095 0.00665335 0.0216377 0.0797078 0.285544 1.16939
0.102618
0.047603 0.183581
0.00486432 0.0857425 0.254971
0.000799318 0.0139835 0.187563 0.57157
2.26066e-06 1.92327e-05 0.000188436 0.0796372 0.516128 3.11133e-06
3.35256e-07 2.27934e-06 1.19867e-05 0.00262309 0.166632 0.449033 0.000158248
1.99308e-07 6.11751e-07 2.5259e-06 0.000209825 0.0126761 0.185918 0.334263 0.000369373
1.28713e-07 5.0542e-07 2.05175e-06 6.94717e-05 0.00382479 0.0556658 0.317336 0.434056 0.00542516 9.64357e-06 3.21651e-06
5.16084e-08 3.84949e-07 7.54782e-07 1.28334e-05 0.000414478 0.00590638 0.0333747 0.204845 0.409418 0.049119 0.00794847
2.26693e-07 4.12614e-07 4.32798e-06 6.57998e-05 0.000883608 0.00488865 0.0293917 0.198777 0.457072 0.24878
1.57583e-07 1.33316e-07 7.88972e-06 4.07543e-05 0.00024885 0.00139928 0.00917918 0.0613965 0.29037
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310316 0.58015 0.873796 1.15298 1.23743 1.26577 1.27797 1.29915 1.37029 1.59408 2.42683</Total>
<Absorption>0.000143881 0.000228927 0.000336148 0.000898541 0.000446251 0.00164943 0.00330068 0.00606183 0.0117667 0.021844 0.0466094</Absorption>
<NeutronVelocity>1780934385 860888953.9 429190075.4 83727550.55 16448748.17 6401884.715 3455962.399 1925031.571 999370.3967 539292.8792 252905.249</NeutronVelocity>
<Transport>0.147085 0.291561 0.427752 0.498347 0.537153 0.567955 0.587383 0.627884 0.744706 1.00813 1.74983</Transport>
<Removal>0.111491 0.195547 0.364549 0.189892 0.396114 0.512374 0.686289 0.551383 0.606107 0.42096 1.25978</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
2 11
</Profile>
<Value>
0.198825
0.0882198 0.384603
0.0171895 0.14369 0.509247
0.00589122 0.0511423 0.360865 0.963088
4.61683e-05 0.000433916 0.00299765 0.169048 0.841316 2.91285e-06
4.32002e-06 4.05239e-05 0.000278419 0.0158804 0.315079 0.753396 0.000412602
9.72591e-07 5.68942e-06 4.24918e-05 0.00243257 0.0481982 0.306533 0.591681 0.0010426
3.38502e-07 3.27486e-06 2.07671e-05 0.00123137 0.0245804 0.154906 0.519065 0.747767 0.0094979 3.329e-05 2.4559e-05
9.07564e-07 4.65357e-06 0.000281604 0.00559284 0.0350261 0.115997 0.387888 0.764183 0.113397 0.0629272
6.03032e-07 1.84484e-06 9.97156e-05 0.00191578 0.0122686 0.0408167 0.134675 0.505223 1.17312 1.1501
4.37445e-08 2.42309e-07 1.52622e-05 0.000311437 0.00199401 0.00664845 0.0216463 0.079561 0.285733 1.16705
0.102697
0.0476443 0.1836
0.00486136 0.0857015 0.254914
0.000795899 0.0139761 0.187564 0.571702
2.21518e-06 1.95726e-05 0.000188111 0.0795668 0.516231 2.90351e-06
4.20185e-07 2.41665e-06 1.17281e-05 0.00262909 0.166843 0.449156 0.000153546
1.4994e-07 6.05017e-07 2.44222e-06 0.000207566 0.0126932 0.186267 0.334939 0.000341424
9.78615e-08 4.44715e-07 1.47265e-06 7.13856e-05 0.00379146 0.0555771 0.316861 0.434486 0.00543004 8.31177e-06 -6.76399e-07
2.45977e-07 9.2573e-07 1.23882e-05 0.000428762 0.00584821 0.0334475 0.204848 0.408491 0.0492775 0.00809582
1.29022e-07 3.98571e-07 2.4739e-06 7.4062e-05 0.000865735 0.00490985 0.0294934 0.199839 0.456878 0.248899
7.50127e-09 9.26401e-08 8.19809e-07 2.4074e-06 4.57102e-05 0.000251447 0.00134913 0.00908455 0.0612517 0.289042
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310391 0.580159 0.873809 1.15315 1.23745 1.2662 1.27944 1.30408 1.3876 1.63525 2.57333</Total>
<Absorption>0.000143911 0.000228932 0.000336318 0.000913146 0.00044522 0.00164747 0.00329897 0.00606722 0.0117438 0.0213704 0.0462425</Absorption>
<NeutronVelocity>1780544348 860837078 429186391.4 83887691.16 16471696.68 6407627.64 3457216.94 1923051.036 1001184.401 551194.9907 254899.8116</NeutronVelocity>
<Transport>0.147026 0.291495 0.427567 0.498846 0.537264 0.569467 0.591131 0.637969 0.769488 1.05198 1.88255</Transport>
<Removal>0.111513 0.195648 0.364445 0.1893 0.394887 0.511021 0.685599 0.547937 0.590733 0.44872 1.47123</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198878
0.0882136 0.384511
0.0172204 0.143718 0.509364
0.00588357 0.0512146 0.360749 0.96385
4.81012e-05 0.000432649 0.00299759 0.168533 0.842563 2.8792e-06
4.80731e-06 4.16387e-05 0.000281792 0.0158097 0.314089 0.755179 0.000597744
4.18696e-07 6.20575e-06 4.44232e-05 0.00241197 0.0480592 0.306026 0.593841 0.00137146
2.8057e-07 3.71609e-06 2.22191e-05 0.00124009 0.0245194 0.154304 0.519668 0.756143 0.0136056 0.000235625 0.000146311
9.32715e-08 5.39926e-07 5.14421e-06 0.000277851 0.00557701 0.0350891 0.115853 0.388244 0.796867 0.171712 0.120659
1.24821e-07 1.45983e-06 9.66259e-05 0.00191949 0.0120825 0.0399997 0.13193 0.491304 1.18653 1.30421
4.11372e-08 1.53502e-07 1.50456e-05 0.000295932 0.00185999 0.00611036 0.0203176 0.0741015 0.255366 1.1021
0.102712
0.0477228 0.183655
0.00485871 0.0857365 0.255203
0.000792347 0.0139869 0.187507 0.571724
2.28206e-06 1.95703e-05 0.00018858 0.0792562 0.517142 2.86562e-06
5.13657e-07 2.26871e-06 1.19892e-05 0.00261376 0.16598 0.449858 0.00018074
8.29317e-08 5.62024e-07 2.42159e-06 0.000206759 0.0126124 0.185415 0.336403 0.00050361
7.70943e-08 5.9071e-07 2.21261e-06 7.08277e-05 0.00374979 0.0548457 0.314513 0.437283 0.00791359 6.60342e-05 1.69854e-05
5.73739e-08 1.69217e-07 5.78231e-07 1.13093e-05 0.000413476 0.00572667 0.0324929 0.198858 0.414781 0.0692782 0.0147393
6.58629e-08 2.68558e-07 2.96009e-06 6.11402e-05 0.000794751 0.00441898 0.0273168 0.183722 0.440716 0.267565
3.86429e-08 3.64978e-08 3.6359e-07 8.90519e-06 2.2528e-05 0.000260766 0.00123844 0.0083879 0.0521689 0.266635
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310343 0.58012 0.873819 1.15326 1.23747 1.26621 1.27944 1.30409 1.38824 1.63576 2.57128</Total>
<Absorption>0.000143886 0.000228924 0.000336317 0.000915085 0.000445618 0.00164884 0.0032995 0.00606793 0.0117783 0.0213874 0.0461949</Absorption>
<NeutronVelocity>1780817039 860926012 429186391.4 83818783.79 16462666.79 6403196.476 3456703.066 1922829.174 998263.0223 550754.8095 255161.9258</NeutronVelocity>
<Transport>0.147114 0.291684 0.427382 0.498729 0.537231 0.569133 0.591299 0.638096 0.771336 1.05318 1.88157</Transport>
<Removal>0.111591 0.195646 0.364474 0.189602 0.39568 0.511834 0.685677 0.548421 0.594709 0.44913 1.47088</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
1 11
2 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
1 11
2 11
</Profile>
<Value>
0.198752
0.0881897 0.384474
0.0172833 0.14378 0.509345
0.00591817 0.0511501 0.360781 0.963658 1.1994e-07
5.04686e-05 0.000436368 0.00300031 0.168751 0.84179 2.62707e-06
5.01558e-06 3.83644e-05 0.000282567 0.0158452 0.314787 0.754376 0.000614181
6.61796e-07 6.08278e-06 3.89124e-05 0.00243184 0.0480952 0.306323 0.593763 0.00140926
1.88392e-07 3.65226e-06 2.12999e-05 0.00125007 0.0245531 0.154831 0.519818 0.755669 0.0132193 0.000216721 0.000229164
4.69063e-08 8.38403e-07 4.98595e-06 0.000284294 0.00556142 0.0351176 0.115711 0.388591 0.793531 0.171592 0.119066
4.76608e-08 2.51641e-07 1.40343e-06 9.77528e-05 0.00191568 0.0121091 0.0400727 0.131907 0.49517 1.18663 1.30507
4.16586e-08 1.55823e-07 1.58742e-05 0.000312747 0.00183147 0.00616857 0.0204064 0.0745424 0.255824 1.1004
0.102587
0.0476601 0.183396
0.00488685 0.0857667 0.255342
0.000800166 0.0139686 0.187555 0.571816 1.19883e-07
2.31808e-06 1.96183e-05 0.000188486 0.0793754 0.51675 2.6085e-06
4.6568e-07 2.21579e-06 1.19103e-05 0.00261976 0.166388 0.449659 0.000178904
1.66654e-07 5.96859e-07 2.16337e-06 0.000209274 0.012611 0.185701 0.335972 0.000513646
5.54505e-08 4.49421e-07 1.28228e-06 7.27705e-05 0.00377714 0.0551024 0.314798 0.437006 0.00771457 5.95597e-05 2.16401e-05
2.77434e-08 1.67949e-07 6.0546e-07 1.07962e-05 0.000404126 0.00568496 0.0324253 0.199114 0.412575 0.0690875 0.0147293
4.11176e-08 1.0439e-07 3.5321e-07 3.03045e-06 6.53059e-05 0.000812455 0.00456419 0.0272408 0.184849 0.440042 0.268289
-2.58488e-09 1.30359e-08 9.83526e-08 8.4805e-06 5.94434e-05 0.000207579 0.00123102 0.00851121 0.0521712 0.266033
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310274 0.580169 0.873788 1.1533 1.2375 1.26622 1.27945 1.30413 1.38909 1.63632 2.57056</Total>
<Absorption>0.000143829 0.000228933 0.000336306 0.000909701 0.000446126 0.00164946 0.00330019 0.00607171 0.0118242 0.0214061 0.0461774</Absorption>
<NeutronVelocity>1781140571 860844488.4 429206654.4 83740872.24 16450750.57 6401188.061 3456022.119 1921661.545 994411.4079 550275.9634 255258.3214</NeutronVelocity>
<Transport>0.147183 0.29155 0.427488 0.498722 0.537336 0.569377 0.59198 0.638664 0.772245 1.05316 1.88014</Transport>
<Removal>0.11147 0.19558 0.364383 0.189942 0.395981 0.511835 0.686558 0.549113 0.598315 0.44923 1.46944</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198804
0.0881344 0.384589
0.0172216 0.143668 0.509405
0.00591812 0.0512067 0.360681 0.963358
4.98527e-05 0.000423571 0.00301444 0.16909 0.841519 4.57234e-06
4.14694e-06 4.04753e-05 0.000281779 0.0158712 0.314897 0.754385 0.000613792
7.23576e-07 5.91348e-06 4.43807e-05 0.00242768 0.0481649 0.306192 0.592892 0.00138499
4.81331e-07 3.30428e-06 2.22304e-05 0.001239 0.024626 0.154905 0.520101 0.755017 0.012744 0.000222368 0.00014752
9.63607e-08 8.13703e-07 4.47082e-06 0.000278015 0.00560236 0.0351661 0.116395 0.389013 0.790775 0.171292 0.120327
1.72524e-07 1.75328e-06 0.000100209 0.00194913 0.0120766 0.0400051 0.132382 0.498842 1.18709 1.30254
7.83215e-08 1.53028e-05 0.000292427 0.00181942 0.00617556 0.0202888 0.0748409 0.256191 1.10112
0.102577
0.047624 0.183614
0.00484638 0.0857205 0.255292
0.000800806 0.0139889 0.187478 0.571645
2.35032e-06 1.89419e-05 0.000189127 0.0795857 0.516432 4.55376e-06
4.29468e-07 2.23529e-06 1.24876e-05 0.00262558 0.166609 0.449368 0.000206308
1.38191e-07 4.88942e-07 2.39409e-06 0.000208851 0.0126455 0.185716 0.335248 0.000497724
1.36551e-07 5.10211e-07 2.09032e-06 6.85776e-05 0.00377132 0.0550888 0.314839 0.436191 0.00738592 5.85589e-05 1.27067e-05
6.95987e-08 3.22621e-07 7.91259e-07 1.13067e-05 0.00040754 0.00573066 0.0325284 0.199305 0.410671 0.068856 0.0146067
2.74722e-09 2.7638e-07 3.05342e-06 5.68348e-05 0.000818573 0.00446498 0.0274349 0.186953 0.440568 0.267979
2.15221e-08 2.88552e-07 7.26309e-07 3.76584e-05 0.000200601 0.00121664 0.00855512 0.0521236 0.266224
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310265 0.58015 0.87382 1.15333 1.2375 1.26622 1.27945 1.30414 1.38936 1.63661 2.56984</Total>
<Absorption>0.000143842 0.000228927 0.000336318 0.000913037 0.000446267 0.00164947 0.00330051 0.00607324 0.0118391 0.0214158 0.0461613</Absorption>
<NeutronVelocity>1781197677 860881542.7 429188233.4 83696716.58 16447557.78 6401188.061 3455711.6 1921181.604 993167.011 550030.8017 255347.6175</NeutronVelocity>
<Transport>0.147181 0.291554 0.427491 0.498851 0.537327 0.569264 0.591406 0.638115 0.772286 1.05377 1.88008</Transport>
<Removal>0.111415 0.195646 0.364374 0.189946 0.395924 0.511444 0.686172 0.548234 0.599555 0.44913 1.47177</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.19885
0.0880946 0.384504
0.0172212 0.143879 0.509446
0.00590445 0.0510581 0.360675 0.963384 1.21221e-07
5.07998e-05 0.000431811 0.00301096 0.16909 0.841576 2.90122e-06
3.8821e-06 4.10828e-05 0.000284524 0.0158697 0.314873 0.754776 0.000616024
6.78462e-07 5.77909e-06 4.38505e-05 0.00243426 0.0482778 0.306129 0.593278 0.00137309
2.92508e-07 3.28181e-06 2.22935e-05 0.00124997 0.0245502 0.154796 0.519678 0.755906 0.0126809 0.000225745 0.000136942
4.87252e-08 9.05896e-07 4.96562e-06 0.000286014 0.00558431 0.0350063 0.116459 0.388688 0.789805 0.170816 0.120569
2.15037e-07 1.522e-06 9.45947e-05 0.0018991 0.0119789 0.0399104 0.131753 0.500334 1.18748 1.30461
2.41955e-07 1.41375e-05 0.000303027 0.00187708 0.00612409 0.0203174 0.0746872 0.256592 1.09807
0.102628
0.0475798 0.183571
0.00486137 0.0858129 0.255254
0.000795772 0.0139378 0.187496 0.571525 1.21156e-07
2.31146e-06 1.92257e-05 0.000189368 0.0796189 0.516434 2.88838e-06
3.40575e-07 2.37494e-06 1.20762e-05 0.00262557 0.166571 0.449502 0.000203278
1.28689e-07 4.87205e-07 2.72692e-06 0.000209345 0.0126779 0.185655 0.335722 0.000491661
8.22201e-08 5.74546e-07 1.99888e-06 6.98448e-05 0.00378592 0.0551905 0.314654 0.436937 0.00749164 6.63651e-05 1.19254e-05
8.61642e-09 2.64829e-07 8.40726e-07 1.32309e-05 0.000403935 0.00571711 0.0327042 0.199036 0.410233 0.0686754 0.0147258
1.03351e-07 4.68351e-07 2.94816e-06 7.81581e-05 0.000751813 0.00446143 0.027428 0.187368 0.440331 0.268755
6.93999e-08 -1.61732e-07 1.55174e-06 6.41131e-05 0.000255332 0.00116383 0.00858321 0.05242 0.265636
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310408 0.580108 0.873778 1.1526 1.2373 1.26531 1.27648 1.29419 1.34983 1.54647 2.27692</Total>
<Absorption>0.000143901 0.000228915 0.00033612 0.000882696 0.000445189 0.00164744 0.0032992 0.00605068 0.0115609 0.0222868 0.0473521</Absorption>
<NeutronVelocity>1780427053 861007551 429199285.8 83946140.16 16473596.12 6408325.697 3457467.958 1928547.322 1017089.132 528594.3092 248940.7571</NeutronVelocity>
<Transport>0.147252 0.29147 0.427351 0.498196 0.53703 0.566805 0.584533 0.617906 0.713646 0.956442 1.60714</Transport>
<Removal>0.111531 0.195618 0.364454 0.189054 0.394999 0.511844 0.687044 0.553026 0.599404 0.40851 1.0214</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
</Profile>
<Value>
0.198877
0.0881709 0.38449
0.01722 0.143755 0.509324
0.00594639 0.0511596 0.360786 0.963546
4.95535e-05 0.000424151 0.00296153 0.168304 0.842301 1.93083e-06
3.77239e-06 4.14503e-05 0.000287951 0.0158034 0.314035 0.753466 0.000314058
7.45621e-07 6.48399e-06 4.31338e-05 0.00243416 0.0479892 0.306226 0.589436 0.000752552
4.19482e-07 3.02174e-06 2.35322e-05 0.00123718 0.0245413 0.154478 0.518239 0.741164 0.00734135 2.7182e-06 3.68851e-06
4.63599e-08 6.18431e-07 3.99187e-06 0.000279497 0.00561472 0.0348368 0.116176 0.386228 0.750426 0.0650916 0.0242884
4.64716e-08 1.63708e-07 1.84388e-06 9.80248e-05 0.00202043 0.0125011 0.0419016 0.136535 0.496679 1.13796 0.94993
3.07316e-07 1.71924e-05 0.000345069 0.00214075 0.00715822 0.0234782 0.0838256 0.321192 1.25552
0.102556
0.0476915 0.183646
0.00485781 0.0857447 0.255371
0.000804633 0.0139631 0.187547 0.571931
2.34704e-06 1.89582e-05 0.000186048 0.0791254 0.516886 1.92735e-06
3.81952e-07 2.38867e-06 1.25002e-05 0.00261432 0.16615 0.449189 0.000120885
1.39238e-07 6.58464e-07 2.53493e-06 0.00021061 0.0126581 0.186456 0.332914 0.000234243
1.18428e-07 4.66521e-07 2.00105e-06 7.08972e-05 0.00382741 0.0558024 0.318832 0.432294 0.00402312 8.22304e-07 1.68267e-06
2.6238e-08 1.52849e-07 3.73343e-07 1.19348e-05 0.000440315 0.00599013 0.034504 0.209975 0.412818 0.0312114 0.00331753
3.72434e-08 8.17047e-08 3.81576e-07 4.70238e-06 7.7145e-05 0.00096647 0.0053643 0.0317928 0.207337 0.470168 0.221736
1.27042e-07 6.98155e-07 4.0498e-06 4.57776e-05 0.000236844 0.00150706 0.0099487 0.0730408 0.322453
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310307 0.580137 0.873753 1.15272 1.23732 1.26531 1.27648 1.29422 1.3501 1.54736 2.27617</Total>
<Absorption>0.000143867 0.000228925 0.000336112 0.000884813 0.000445564 0.00164789 0.00329947 0.00605429 0.011582 0.0223272 0.0473291</Absorption>
<NeutronVelocity>1781007338 860918600.1 429214023.3 83851113.96 16464943.67 6406888.687 3457193.036 1927421.034 1015248.01 527640.4447 249061.6602</NeutronVelocity>
<Transport>0.146959 0.291573 0.427518 0.498225 0.536786 0.566957 0.584514 0.618328 0.714056 0.956878 1.60832</Transport>
<Removal>0.111407 0.195647 0.364404 0.189292 0.395403 0.511721 0.687506 0.553928 0.600548 0.40958 1.02174</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.1989
0.0880927 0.38449
0.0172152 0.143726 0.509349
0.00590764 0.0512134 0.360714 0.963428
5.07905e-05 0.000429018 0.00300875 0.168548 0.841917 2.15587e-06
4.90452e-06 4.10081e-05 0.000272234 0.01581 0.31467 0.753589 0.000333265
3.76631e-07 6.11406e-06 4.33343e-05 0.00242756 0.0479621 0.305678 0.588974 0.000763666
3.78465e-07 2.26342e-06 2.46165e-05 0.00123455 0.0244762 0.154754 0.518859 0.740292 0.00721468 3.79359e-06 1.69296e-06
4.74012e-08 6.27812e-07 4.28472e-06 0.00028391 0.00551788 0.0350228 0.116143 0.387139 0.749552 0.0648941 0.0240627
2.09898e-07 1.79161e-06 0.000100668 0.00199149 0.0125091 0.0416724 0.136527 0.498143 1.13778 0.950278
4.1993e-08 5.43282e-07 1.78261e-05 0.000351443 0.00213339 0.00721233 0.0234279 0.0835346 0.322413 1.25443
0.102789
0.047582 0.183534
0.00486604 0.0857503 0.255217
0.000799928 0.0139804 0.1875 0.571864
2.44757e-06 1.91738e-05 0.000189017 0.0792906 0.516763 2.14503e-06
4.43616e-07 2.31946e-06 1.16972e-05 0.00261532 0.166573 0.449075 0.000123892
6.60099e-08 5.76776e-07 2.33186e-06 0.000209039 0.012653 0.1863 0.332658 0.000233603
9.60574e-08 4.02817e-07 2.31392e-06 7.16841e-05 0.00380837 0.0558961 0.319164 0.431352 0.00393651 1.0607e-06 2.38638e-07
4.31647e-08 1.74257e-07 8.30811e-07 1.27895e-05 0.000436603 0.00603468 0.0345475 0.210416 0.412256 0.0309689 0.00332426
6.20484e-08 3.46186e-07 3.83886e-06 8.11086e-05 0.000969305 0.00522049 0.0317972 0.207787 0.469946 0.222011
2.61396e-09 1.2196e-07 -3.55458e-07 5.5469e-06 4.5128e-05 0.00026227 0.00157145 0.00997464 0.0738459 0.320679
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310316 0.580124 0.87379 1.15278 1.23734 1.26532 1.27649 1.29423 1.35052 1.54855 2.27429</Total>
<Absorption>0.000143838 0.000228926 0.00033613 0.000880926 0.000445882 0.00164887 0.00330052 0.00605699 0.0116146 0.0223815 0.0472746</Absorption>
<NeutronVelocity>1780909012 860918600.1 429184549.4 83779458.95 16457410.69 6403688.525 3456165.454 1926581.82 1012412.173 526362.8851 249348.5768</NeutronVelocity>
<Transport>0.147086 0.291488 0.427537 0.498106 0.53684 0.566876 0.584841 0.618683 0.714734 0.958877 1.60837</Transport>
<Removal>0.11155 0.195669 0.364541 0.189657 0.395932 0.512575 0.687471 0.554373 0.603738 0.41068 1.02115</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198766
0.0882539 0.384455
0.0171895 0.143745 0.509249
0.00590934 0.05122 0.360885 0.963123
4.75801e-05 0.000425922 0.00297319 0.168863 0.841408 9.73081e-07
4.67647e-06 4.01295e-05 0.000273258 0.0158401 0.314801 0.752745 0.000293563
7.70824e-07 6.16959e-06 4.36737e-05 0.00242943 0.048109 0.306492 0.589019 0.000767567
4.33237e-07 3.85507e-06 2.16747e-05 0.00123916 0.0246628 0.154734 0.519187 0.739857 0.00708876 1.60306e-06 3.04883e-06
1.43839e-07 6.8572e-07 5.74154e-06 0.000283295 0.00560201 0.0349787 0.11613 0.387141 0.746782 0.0639165 0.0242337
2.56403e-07 1.67262e-06 0.000102975 0.00198464 0.0125666 0.041386 0.136913 0.500898 1.13787 0.94957
4.2796e-08 2.40139e-07 1.79213e-05 0.00033456 0.00215941 0.00714286 0.0234082 0.0841581 0.324308 1.25314
0.102649
0.0476808 0.183621
0.00485339 0.0857617 0.255079
0.000799242 0.0139841 0.187657 0.571823
2.21045e-06 1.9129e-05 0.000186226 0.0794922 0.516476 9.71515e-07
4.62186e-07 2.29539e-06 1.15102e-05 0.00262412 0.16675 0.448624 0.000120425
1.41107e-07 6.39011e-07 2.33085e-06 0.000209425 0.0126952 0.186794 0.33215 0.000251236
1.30616e-07 6.24385e-07 1.73595e-06 7.04516e-05 0.0038401 0.0559566 0.319215 0.430805 0.00383745 7.50772e-07 4.80172e-07
9.3622e-08 2.1825e-07 5.87233e-07 1.19237e-05 0.00043854 0.00604205 0.0345824 0.2105 0.410025 0.0305076 0.00333576
1.70938e-07 2.70338e-07 4.57329e-06 7.66183e-05 0.000954909 0.0053135 0.0318637 0.209627 0.469123 0.221311
3.42598e-08 -6.20474e-08 6.47676e-07 2.56724e-06 3.19601e-05 0.000252027 0.00160417 0.010255 0.0743485 0.320105
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310381 0.580125 0.873797 1.15279 1.23734 1.26533 1.27649 1.29423 1.35067 1.54899 2.27419</Total>
<Absorption>0.000143905 0.000228923 0.000336137 0.00088428 0.000445958 0.00164941 0.00330035 0.00605603 0.011626 0.0224018 0.0472713</Absorption>
<NeutronVelocity>1780566541 860940836.1 429173497.7 83766124.98 16455731.61 6402007.67 3456332.693 1926882.516 1011417.897 525886.7766 249365.987</NeutronVelocity>
<Transport>0.147148 0.291575 0.427483 0.498376 0.537063 0.566899 0.583821 0.61828 0.714704 0.958976 1.60753</Transport>
<Removal>0.111601 0.195733 0.364626 0.189757 0.395745 0.512467 0.687582 0.554413 0.604951 0.41046 1.02193</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.19878
0.0882911 0.384392
0.0171677 0.143833 0.509171
0.0059451 0.0511945 0.360947 0.963033
5.18763e-05 0.000426605 0.00299283 0.168938 0.841595 1.22089e-06
4.27224e-06 3.90912e-05 0.000283896 0.0158636 0.314785 0.752863 0.000314338
7.24738e-07 6.81492e-06 4.24201e-05 0.00242804 0.0481463 0.306258 0.588908 0.000738636
3.38117e-07 3.44659e-06 2.25182e-05 0.00124151 0.0244993 0.154672 0.519231 0.739817 0.00700223 3.11488e-06 2.22338e-06
9.63437e-08 8.1733e-07 6.33148e-06 0.000286846 0.00555251 0.0351274 0.115854 0.386735 0.745719 0.0636706 0.0242532
1.71273e-07 9.62569e-07 9.88481e-05 0.00198774 0.0126113 0.041784 0.137519 0.502333 1.13853 0.950758
4.00858e-07 1.78268e-05 0.000339082 0.00216556 0.00712191 0.0234241 0.0839505 0.324377 1.25226
0.102612
0.0477207 0.183471
0.00484857 0.0858546 0.255117
0.000805048 0.0139759 0.187648 0.571537
2.47884e-06 1.92187e-05 0.000188245 0.0795077 0.516388 1.21847e-06
4.0326e-07 2.15718e-06 1.22604e-05 0.0026286 0.16665 0.448734 0.000119819
1.68709e-07 6.68841e-07 2.28011e-06 0.000209655 0.0127049 0.186643 0.333087 0.000225724
1.14573e-07 4.96935e-07 1.85922e-06 7.3168e-05 0.00380698 0.0559458 0.319415 0.431147 0.00379521 1.47147e-06 2.21368e-07
5.49115e-08 2.67734e-07 1.06324e-06 1.14575e-05 0.000434966 0.00603636 0.0345168 0.210444 0.409529 0.0303845 0.00322517
9.91223e-08 2.96308e-07 4.40816e-06 8.04253e-05 0.000976784 0.00530596 0.0320453 0.21066 0.469487 0.22212
2.74371e-07 7.97205e-07 8.66047e-08 5.52123e-05 0.000236663 0.0015993 0.0099991 0.0744296 0.320626
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310346 0.580115 0.873768 1.15281 1.23737 1.26575 1.27796 1.29911 1.36891 1.59205 2.42924</Total>
<Absorption>0.000143872 0.00022892 0.000336135 0.000897091 0.000445088 0.0016474 0.00329918 0.00605709 0.0116792 0.0217663 0.0466715</Absorption>
<NeutronVelocity>1780772642 860963073.3 429202970.1 83938389.22 16475767.44 6408407.831 3457444.05 1926503.877 1006819.186 541213.4004 252569.2608</NeutronVelocity>
<Transport>0.147133 0.291553 0.427379 0.498471 0.536722 0.568034 0.588029 0.629036 0.743062 1.00578 1.75028</Transport>
<Removal>0.111426 0.195734 0.364577 0.189048 0.394951 0.511264 0.686041 0.550624 0.597534 0.41942 1.25937</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.19892
0.0881043 0.384381
0.0172008 0.143803 0.509191
0.0059243 0.0512193 0.360892 0.963762
5.01575e-05 0.000426931 0.00299866 0.168305 0.842419 2.40884e-06
4.10742e-06 4.15237e-05 0.000280011 0.0157795 0.314097 0.754486 0.000427934
4.20599e-07 5.57501e-06 4.4342e-05 0.00242973 0.0480997 0.305307 0.591919 0.00110609
6.07328e-07 3.18754e-06 2.24421e-05 0.00123525 0.0244988 0.154813 0.51882 0.748486 0.00998786 3.99849e-05 2.83293e-05
4.627e-08 7.45456e-07 4.00012e-06 0.000287007 0.0055536 0.0350523 0.116053 0.387287 0.771376 0.114226 0.0624171
1.64793e-07 1.15147e-06 0.00010125 0.00194265 0.0124291 0.0408498 0.134571 0.49721 1.17263 1.15021
2.30561e-07 1.53215e-05 0.000313843 0.00200871 0.00665157 0.0216082 0.0786284 0.283506 1.16987
0.102612
0.0476355 0.183527
0.00485941 0.0857845 0.255274
0.000802752 0.0139767 0.187576 0.571875
2.40412e-06 1.90906e-05 0.000188466 0.079131 0.517416 2.40233e-06
4.2456e-07 2.35025e-06 1.23617e-05 0.0026058 0.16606 0.449863 0.000139422
6.31539e-08 5.84009e-07 2.43947e-06 0.000210092 0.0126502 0.185489 0.33488 0.000376492
2.02772e-07 5.31347e-07 1.89045e-06 7.0917e-05 0.0037934 0.0554823 0.316592 0.434087 0.00573996 1.26745e-05 6.22904e-06
-1.17611e-08 2.62582e-07 8.69112e-07 1.14386e-05 0.000430253 0.00590461 0.0333968 0.204264 0.412656 0.049921 0.00796648
1.00965e-07 4.14096e-07 4.27483e-06 6.56453e-05 0.000872384 0.0047749 0.0293404 0.195642 0.456963 0.249296
-3.3939e-09 2.48922e-07 1.95068e-06 4.32055e-05 0.000182895 0.00134081 0.00906191 0.0607203 0.289027
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310309 0.580146 0.873802 1.15288 1.23739 1.26576 1.27797 1.29915 1.36943 1.59273 2.42827</Total>
<Absorption>0.000143848 0.000228927 0.000336151 0.000899128 0.000445459 0.00164848 0.0033004 0.00606174 0.011712 0.0217927 0.0466465</Absorption>
<NeutronVelocity>1781000994 860888953.9 429186391.4 83850410.87 16467194.06 6404960.001 3456249.071 1925061.217 1004015.056 540560.9942 252704.5707</NeutronVelocity>
<Transport>0.147067 0.291594 0.42762 0.498478 0.537091 0.56796 0.58721 0.628323 0.743271 1.0071 1.7506</Transport>
<Removal>0.111511 0.195609 0.364501 0.189273 0.395163 0.511959 0.686211 0.551202 0.60043 0.42008 1.25897</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
1 11
3 11
</Profile>
<Value>
0.198798
0.0881377 0.384537
0.0172746 0.14369 0.509301
0.00590634 0.051218 0.360834 0.963607
5.0392e-05 0.000428 0.00298198 0.168556 0.842227 1.68499e-06
4.16572e-06 3.91567e-05 0.000281612 0.0157874 0.314192 0.753801 0.000450715
5.65702e-07 7.12655e-06 4.41208e-05 0.0024174 0.0480574 0.305988 0.591759 0.0010637
1.90584e-07 3.56385e-06 2.03424e-05 0.00122813 0.0245838 0.154858 0.519089 0.747948 0.00977002 3.84589e-05 1.9568e-05
5.87484e-07 5.06741e-06 0.000278625 0.00562664 0.0351002 0.11613 0.387826 0.769 0.114013 0.062975
4.74186e-08 2.52349e-07 1.40353e-06 9.89064e-05 0.00194723 0.0123284 0.0407737 0.134468 0.50026 1.17265 1.1494
2.349e-07 1.67786e-05 0.000319752 0.00200173 0.00650467 0.0217408 0.0786769 0.284117 1.1693
0.10263
0.0476555 0.183568
0.00486908 0.0857108 0.255085
0.000798238 0.0139824 0.187555 0.571792
2.40173e-06 1.9255e-05 0.000187106 0.079285 0.51692 1.67972e-06
4.35899e-07 2.23611e-06 1.17596e-05 0.00260825 0.166188 0.449553 0.000153247
9.51475e-08 8.11572e-07 2.42882e-06 0.000208856 0.0126471 0.185965 0.335234 0.000338713
5.38302e-08 6.37405e-07 1.77841e-06 6.98743e-05 0.00381141 0.0554786 0.316719 0.434489 0.00558667 8.72781e-06 -4.48929e-07
1.00374e-07 6.19293e-07 1.14816e-05 0.000425597 0.00586937 0.0335686 0.204481 0.411449 0.04964 0.00812552
3.52788e-08 1.50286e-07 3.49894e-07 4.13613e-06 7.86536e-05 0.000827133 0.00482173 0.0293928 0.197301 0.456237 0.248689
-5.63007e-08 2.02025e-07 4.01173e-06 3.8277e-05 0.000284358 0.00141088 0.00905011 0.0610947 0.289189
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310286 0.580207 0.873845 1.15293 1.23741 1.26577 1.27797 1.29916 1.37007 1.59362 2.42701</Total>
<Absorption>0.000143835 0.00022894 0.000336181 0.000897872 0.000445895 0.0016494 0.00329996 0.0060623 0.0117529 0.0218266 0.0466141</Absorption>
<NeutronVelocity>1781096158 860755571.2 429136662.9 83780160.86 16457031.51 6401966.684 3456679.168 1924883.352 1000537.289 539720.7485 252880.3067</NeutronVelocity>
<Transport>0.147161 0.291644 0.427548 0.498527 0.537515 0.567683 0.588321 0.628748 0.74483 1.00855 1.74793</Transport>
<Removal>0.111463 0.195663 0.36433 0.189746 0.395859 0.512132 0.687067 0.5518 0.604925 0.42055 1.2583</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
1 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
1 11
</Profile>
<Value>
0.198823
0.0880515 0.384544
0.0172799 0.143779 0.509515
0.00593702 0.0511796 0.360629 0.963184
4.80776e-05 0.00042871 0.00299722 0.168919 0.841551 2.42048e-06
4.34255e-06 3.97874e-05 0.000285674 0.0158573 0.314707 0.753638 0.000460642
1.20664e-06 6.30855e-06 4.5324e-05 0.00244062 0.0482687 0.306629 0.590903 0.00101307
1.44439e-07 2.7887e-06 2.23012e-05 0.0012501 0.0246121 0.154711 0.519929 0.74736 0.00974163 4.47828e-05 3.21283e-05
1.44166e-07 5.59718e-07 5.73912e-06 0.000279568 0.0055678 0.0348744 0.115946 0.38804 0.765145 0.113353 0.0629908
2.14088e-07 2.14551e-06 0.000100089 0.00194284 0.0122879 0.0407468 0.134835 0.503965 1.17307 1.14879
4.83309e-08 0 7.154e-07 1.59968e-05 0.000314492 0.00198783 0.00663527 0.0217924 0.0793536 0.285182 1.16871
0.10261
0.0475715 0.183527
0.00488551 0.0857529 0.25525
0.000803409 0.0139805 0.187491 0.571555
2.29427e-06 1.92776e-05 0.000188199 0.0795009 0.516171 2.40801e-06
4.26917e-07 2.34157e-06 1.19855e-05 0.00262125 0.166485 0.449449 0.000150018
2.48285e-07 5.58255e-07 2.35691e-06 0.000209304 0.0127183 0.186383 0.333699 0.000315557
4.12934e-08 3.61168e-07 1.92598e-06 7.15393e-05 0.00380539 0.0554658 0.317267 0.433844 0.00552209 9.63777e-06 3.8387e-06
1.1161e-07 1.27529e-07 8.04084e-07 1.20148e-05 0.000426804 0.00584197 0.033388 0.204724 0.408792 0.0490957 0.00796471
1.25267e-07 3.38172e-07 4.17504e-06 6.1849e-05 0.000851295 0.00493389 0.0293497 0.199001 0.456148 0.249653
3.34426e-08 0 -1.20854e-07 1.53056e-07 7.12106e-06 4.09682e-05 0.000182467 0.00145231 0.0091856 0.0611287 0.289556
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310271 0.580124 0.873814 1.15295 1.23742 1.26577 1.27797 1.29916 1.37028 1.59392 2.42705</Total>
<Absorption>0.000143847 0.000228924 0.000336156 0.00090012 0.000445954 0.00164864 0.00330037 0.00606284 0.0117663 0.0218379 0.0466149</Absorption>
<NeutronVelocity>1781210368 860926012 429173497.7 83774545.94 16455569.14 6404426.74 3456272.963 1924716.634 999410.3479 539441.2468 252875.8304</NeutronVelocity>
<Transport>0.147096 0.291593 0.427396 0.49845 0.536943 0.567695 0.587742 0.629227 0.744748 1.0083 1.74894</Transport>
<Removal>0.111491 0.195729 0.364564 0.189729 0.395845 0.511799 0.687072 0.551583 0.605417 0.42075 1.25655</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.19878
0.0881128 0.384395
0.0172404 0.143845 0.50925
0.00594098 0.0511774 0.360888 0.963221
4.83731e-05 0.000427484 0.00299273 0.168917 0.841575 2.9207e-06
4.80465e-06 4.03823e-05 0.000280685 0.0158399 0.314747 0.753971 0.000431527
7.25834e-07 6.90251e-06 4.42597e-05 0.00243681 0.0482589 0.305977 0.590898 0.00100882
4.83735e-07 2.8462e-06 2.32706e-05 0.001245 0.0245112 0.154833 0.519462 0.747577 0.00945804 3.66367e-05 2.73671e-05
1.45222e-07 6.49277e-07 5.68299e-06 0.000280354 0.00560022 0.0350047 0.116288 0.387873 0.764863 0.113372 0.0622694
2.58602e-07 2.00134e-06 9.697e-05 0.00195717 0.0123316 0.0409863 0.134655 0.504798 1.17317 1.14746
4.35448e-08 8.10339e-08 1.55502e-05 0.000313608 0.00199015 0.00656463 0.0219593 0.0793796 0.285678 1.1705
0.102643
0.0476103 0.183516
0.00487083 0.0857869 0.255239
0.000802809 0.0139691 0.187639 0.571637
2.29204e-06 1.91345e-05 0.000187757 0.0795117 0.516655 2.91043e-06
4.40922e-07 2.36536e-06 1.1867e-05 0.002619 0.166572 0.449577 0.000148342
1.32486e-07 6.6632e-07 2.45945e-06 0.000209439 0.0127088 0.18608 0.334501 0.000324854
1.70088e-07 3.39801e-07 2.05199e-06 7.2363e-05 0.00379873 0.0554968 0.317028 0.433603 0.00542642 1.04619e-05 2.53454e-07
8.85342e-08 1.31228e-07 9.16842e-07 1.09552e-05 0.000438149 0.00591054 0.0335262 0.204599 0.408449 0.0492491 0.00765744
1.37356e-07 4.15795e-07 3.80371e-06 7.58008e-05 0.000873071 0.00478447 0.0293093 0.199589 0.456743 0.249382
3.25029e-08 -9.03968e-09 -1.62805e-07 -3.07191e-08 6.6488e-05 0.000219612 0.00139531 0.00933208 0.0611374 0.290131
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310326 0.580146 0.873765 1.15314 1.23744 1.2662 1.27944 1.30406 1.38763 1.63526 2.57269</Total>
<Absorption>0.000143875 0.000228927 0.000336285 0.000908923 0.000445103 0.00164688 0.00329932 0.00606592 0.0117454 0.0213707 0.0462273</Absorption>
<NeutronVelocity>1780899497 860881542.7 429236131.4 83955302.2 16474573.14 6409557.933 3456882.307 1923454.216 1001048.097 551188.9145 254983.6555</NeutronVelocity>
<Transport>0.147136 0.291592 0.427334 0.498878 0.537436 0.568981 0.591276 0.638649 0.76986 1.052 1.88198</Transport>
<Removal>0.111437 0.195692 0.364277 0.189026 0.394939 0.510806 0.685563 0.548311 0.591733 0.4487 1.47014</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
</Profile>
<Value>
0.198889
0.0881872 0.384454
0.017179 0.143801 0.509488
0.00587857 0.0511899 0.360589 0.964114
4.81777e-05 0.000425673 0.00300521 0.168279 0.842501 2.15334e-06
4.9919e-06 3.97457e-05 0.000278171 0.0157928 0.314269 0.755394 0.000604341
7.01778e-07 6.65013e-06 4.15597e-05 0.00241446 0.047999 0.305828 0.593877 0.00137363
5.61938e-07 3.34278e-06 2.19621e-05 0.00125246 0.0245077 0.154454 0.51941 0.755749 0.0136292 0.000210057 0.000146199
7.44867e-07 5.14598e-06 0.000277072 0.00551961 0.0348686 0.116137 0.388771 0.795897 0.17169 0.119814
2.06163e-07 1.6902e-06 9.37315e-05 0.00191895 0.0120865 0.0400812 0.131724 0.492296 1.18656 1.30412
1.54237e-07 1.41442e-05 0.000287483 0.00189511 0.00614437 0.0203722 0.0741491 0.255445 1.10255
0.102589
0.0476669 0.183504
0.00485514 0.0858029 0.25546
0.000794169 0.0139861 0.187404 0.571832
2.31762e-06 1.90064e-05 0.000189274 0.0791062 0.516924 2.14553e-06
4.6558e-07 2.24875e-06 1.16519e-05 0.00260981 0.16604 0.450395 0.000197891
1.03058e-07 6.3101e-07 2.1057e-06 0.000208404 0.0125883 0.185215 0.33621 0.000477421
1.93566e-07 5.34483e-07 2.09341e-06 7.20631e-05 0.00374746 0.0549596 0.314456 0.436693 0.00798856 6.1406e-05 5.98803e-06
1.2384e-07 6.6411e-07 1.25735e-05 0.000398859 0.00573628 0.0326885 0.199043 0.414261 0.0692822 0.0142394
4.91203e-08 1.80475e-07 3.69316e-06 7.26866e-05 0.000796504 0.00447078 0.0270754 0.183779 0.440661 0.26613
-5.84618e-09 5.59298e-07 6.91596e-06 3.18257e-05 0.000202401 0.00122305 0.00838382 0.0519379 0.267251
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310392 0.580124 0.873794 1.15323 1.23746 1.26621 1.27945 1.3041 1.38818 1.63563 2.57249</Total>
<Absorption>0.000143894 0.000228928 0.00033631 0.000912601 0.000445403 0.00164873 0.00329994 0.00606955 0.0117755 0.021383 0.0462226</Absorption>
<NeutronVelocity>1780503135 860903776.8 429199285.8 83853926.46 16467546.58 6403565.505 3456272.963 1922330.172 998512.2168 550870.0993 255009.0146</NeutronVelocity>
<Transport>0.147182 0.291572 0.427462 0.498876 0.537539 0.569377 0.591211 0.637887 0.770766 1.0525 1.88099</Transport>
<Removal>0.111546 0.195731 0.36445 0.18945 0.39521 0.511171 0.685459 0.548525 0.594557 0.4494 1.47101</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
</Profile>
<Value>
0.198846
0.0881465 0.384393
0.0172482 0.143782 0.509344
0.00595382 0.0512387 0.360743 0.96378
5.18442e-05 0.000425556 0.00301419 0.168629 0.84225 4.07289e-06
4.54332e-06 3.89574e-05 0.000274713 0.0158462 0.314402 0.755039 0.000588245
7.11762e-07 5.69756e-06 4.59273e-05 0.00243384 0.0480949 0.305749 0.593991 0.0013188
4.26138e-07 3.31178e-06 2.35351e-05 0.00124158 0.0245409 0.154923 0.519589 0.755575 0.0131776 0.00022942 0.000174153
4.70465e-08 5.45663e-07 5.0673e-06 0.000276528 0.00552491 0.0348977 0.115909 0.38921 0.793623 0.17173 0.12052
4.70616e-08 1.6763e-07 1.40025e-06 9.73639e-05 0.00190724 0.0120989 0.0400243 0.131714 0.495338 1.18623 1.3045
7.82513e-08 1.46237e-05 0.000302726 0.00184872 0.00605326 0.0201975 0.0742604 0.255972 1.10148
0.10255
0.0476568 0.183529
0.00487242 0.0857478 0.255265
0.000806074 0.0139928 0.18746 0.571716
2.45718e-06 1.9142e-05 0.000189136 0.0793065 0.516673 4.05797e-06
4.08374e-07 2.25728e-06 1.15613e-05 0.00261622 0.16616 0.449773 0.000189318
1.47191e-07 5.41527e-07 2.46704e-06 0.000210093 0.0126276 0.185408 0.336355 0.000476468
1.14765e-07 4.82437e-07 2.00042e-06 7.15077e-05 0.00376269 0.0551202 0.314466 0.436845 0.00766484 6.29609e-05 1.72159e-05
2.2106e-09 1.9871e-07 7.22671e-07 1.18643e-05 0.000406069 0.00566215 0.0324597 0.199304 0.412715 0.0693206 0.014533
3.86959e-08 1.33196e-07 2.9826e-07 3.51249e-06 6.32658e-05 0.0007808 0.0045357 0.0274531 0.185249 0.440393 0.267833
-1.83409e-08 3.66326e-07 3.15254e-06 1.88951e-05 0.000235002 0.0012829 0.00845331 0.0521218 0.267525
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310316 0.58017 0.873829 1.15328 1.23748 1.26622 1.27945 1.30414 1.38912 1.6363 2.57079</Total>
<Absorption>0.000143863 0.000228937 0.00033633 0.000914821 0.000445893 0.00164925 0.00329998 0.00607269 0.0118257 0.0214055 0.0461832</Absorption>
<NeutronVelocity>1780943900 860800027.5 429169813.9 83776651.45 16456327.38 6401884.715 3456237.126 1921355.093 994292.7596 550291.104 255227.05</NeutronVelocity>
<Transport>0.147263 0.291438 0.427496 0.498845 0.537213 0.569229 0.591367 0.637538 0.772484 1.05278 1.88153</Transport>
<Removal>0.111477 0.195705 0.364495 0.189761 0.395627 0.511692 0.685219 0.549308 0.598668 0.44942 1.47157</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198839
0.0881913 0.384465
0.0172143 0.14383 0.509334
0.00588339 0.0511748 0.360787 0.963519
4.81729e-05 0.000424462 0.00301151 0.16898 0.841853 4.60188e-06
4.83495e-06 3.98266e-05 0.000276622 0.0158077 0.314892 0.754528 0.000605311
6.73407e-07 6.09215e-06 4.65807e-05 0.00242741 0.0481374 0.306277 0.594231 0.00134907
1.93188e-07 3.13511e-06 2.41067e-05 0.00123747 0.0244298 0.154992 0.519085 0.754832 0.0127461 0.000227344 0.000150686
2.40958e-07 5.58118e-07 5.41439e-06 0.000278431 0.00554862 0.0348917 0.116318 0.389476 0.790452 0.171355 0.120122
1.29326e-07 1.83446e-06 9.65622e-05 0.00188429 0.0120418 0.0398165 0.131875 0.499367 1.18688 1.3048
1.5924e-07 1.50614e-05 0.000294716 0.00183492 0.00615415 0.0205329 0.0748284 0.256558 1.09922
0.102529
0.0476225 0.18366
0.00486266 0.0858092 0.255138
0.00079304 0.013979 0.18761 0.571584
2.33972e-06 1.89216e-05 0.000188716 0.079515 0.516597 4.58151e-06
4.86041e-07 2.21239e-06 1.16611e-05 0.00261643 0.166564 0.449465 0.000208484
1.16614e-07 6.21108e-07 2.46825e-06 0.000208111 0.0126465 0.185753 0.33622 0.000487404
3.91155e-08 4.51231e-07 2.3646e-06 7.00125e-05 0.0037551 0.0552004 0.314395 0.436886 0.00744658 5.74264e-05 1.4799e-05
9.58072e-08 2.11115e-07 7.64096e-07 1.17875e-05 0.000411406 0.00570386 0.0326276 0.199682 0.41031 0.0688624 0.0145729
1.83125e-08 8.16232e-08 2.98458e-06 6.56527e-05 0.000783286 0.00444417 0.0274016 0.187105 0.441056 0.268035
9.85158e-08 3.92917e-07 -5.97359e-07 1.98871e-05 0.000219698 0.00122616 0.00847452 0.0522876 0.265534
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310319 0.58019 0.873746 1.15332 1.23749 1.26622 1.27945 1.30414 1.38933 1.63662 2.57054</Total>
<Absorption>0.00014387 0.000228936 0.000336283 0.000913819 0.000446007 0.00164957 0.0033005 0.00607325 0.0118371 0.0214157 0.0461771</Absorption>
<NeutronVelocity>1780918527 860792617.8 429241658.8 83767528.36 16453700.93 6400860.276 3455711.6 1921177.913 993334.724 550030.8017 255260.2761</NeutronVelocity>
<Transport>0.146977 0.291471 0.427677 0.49902 0.537527 0.569006 0.59153 0.638003 0.773384 1.05313 1.88268</Transport>
<Removal>0.111447 0.195648 0.364494 0.18972 0.395898 0.512005 0.68597 0.548759 0.600437 0.44933 1.47041</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198872
0.0881528 0.384542
0.0172032 0.143831 0.509252
0.00589834 0.0511147 0.360793 0.9636
4.67469e-05 0.000418288 0.00300596 0.16885 0.841592 4.85686e-06
4.50275e-06 4.02681e-05 0.000283582 0.0158981 0.31476 0.754215 0.000588331
6.27467e-07 6.12249e-06 3.96111e-05 0.00244989 0.048278 0.30635 0.59348 0.00133364
5.33061e-07 3.24078e-06 2.05019e-05 0.00123635 0.024644 0.155 0.519644 0.755381 0.0126232 0.000223444 0.000187789
9.77258e-08 8.18951e-07 4.4099e-06 0.000279347 0.00553304 0.0351113 0.11603 0.389159 0.788893 0.170932 0.120824
4.2752e-08 1.9209e-06 9.40066e-05 0.00193691 0.012051 0.0401829 0.131835 0.500808 1.18729 1.3029
3.2055e-07 1.39957e-05 0.000300997 0.00183202 0.00619307 0.020284 0.0751401 0.256772 1.10013
0.1028
0.0476272 0.183704
0.00486141 0.0857902 0.25507
0.000796442 0.0139601 0.18748 0.571505
2.23123e-06 1.87378e-05 0.000189434 0.0794607 0.516286 4.83867e-06
4.30413e-07 2.24207e-06 1.22043e-05 0.0026266 0.1665 0.449711 0.000194326
1.18367e-07 5.70484e-07 2.13468e-06 0.00020933 0.0126974 0.185765 0.335927 0.000494278
1.69396e-07 4.00715e-07 2.15539e-06 7.00768e-05 0.00378232 0.0551314 0.314604 0.43665 0.00742581 5.90051e-05 1.33976e-05
4.61911e-08 2.08416e-07 7.01255e-07 1.24157e-05 0.000402162 0.00572516 0.0324479 0.199465 0.40895 0.0686153 0.0145763
3.357e-08 2.12559e-07 3.71086e-06 6.49434e-05 0.000787614 0.00456108 0.0273958 0.18778 0.441149 0.266151
3.97858e-08 7.79053e-07 1.17847e-06 2.50538e-05 0.00016942 0.00118798 0.008457 0.0523855 0.265648
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310381 0.580155 0.873737 1.1526 1.23729 1.26531 1.27648 1.29419 1.34986 1.54637 2.27692</Total>
<Absorption>0.000143891 0.000228929 0.000336107 0.000881668 0.000444983 0.00164792 0.00329891 0.00605101 0.011563 0.0222821 0.04735</Absorption>
<NeutronVelocity>1780582393 860859309.8 429221392.4 83983505.64 16478265.17 6406765.544 3457754.88 1928446.906 1016912.268 528706.0976 248951.9124</NeutronVelocity>
<Transport>0.147058 0.291626 0.42749 0.498317 0.536665 0.566868 0.584677 0.6186 0.71364 0.955987 1.6092</Transport>
<Removal>0.111564 0.195668 0.364566 0.188804 0.394847 0.511776 0.687715 0.554343 0.599183 0.40885 1.02281</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
1 11
2 11
3 11
</Profile>
<Value>
0.198817
0.0881898 0.384487
0.0172654 0.143695 0.509171
0.00591149 0.0512519 0.36088 0.963796
4.79828e-05 0.000432112 0.00299733 0.16808 0.842443 1.45538e-06
3.78078e-06 3.99945e-05 0.00027954 0.0157781 0.31396 0.753534 0.000303102
7.46387e-07 6.56507e-06 4.13602e-05 0.0024176 0.0480434 0.305332 0.588765 0.000774676
2.3433e-07 3.21873e-06 2.25974e-05 0.00123475 0.0245137 0.154852 0.518955 0.739847 0.00738136 3.00489e-06
4.6367e-08 6.20169e-07 4.37676e-06 0.000284814 0.0055594 0.0351662 0.116262 0.386783 0.750677 0.0652675 0.0240987
1.23253e-07 2.4576e-06 9.83637e-05 0.0019889 0.0126226 0.0417612 0.137203 0.496846 1.13752 0.951344
7.6651e-08 1.7004e-05 0.000344224 0.00214929 0.00709321 0.0234747 0.083426 0.321295 1.25411
0.102668
0.0476881 0.183524
0.00487402 0.0856945 0.255061
0.000800431 0.0139993 0.18766 0.57189
2.26346e-06 1.93429e-05 0.000188496 0.0790314 0.517352 1.453e-06
4.0861e-07 2.18186e-06 1.17983e-05 0.00261046 0.166078 0.449391 0.000109318
1.41671e-07 6.62964e-07 2.36693e-06 0.000209 0.0126603 0.185964 0.332344 0.000253763
6.65874e-08 4.75292e-07 1.92361e-06 7.02588e-05 0.00381575 0.0559421 0.31926 0.430868 0.00401192 6.75009e-07
2.85734e-08 1.865e-07 6.33217e-07 1.22061e-05 0.000434666 0.00608502 0.0346183 0.210434 0.412651 0.0312668 0.0034361
3.70464e-08 7.04133e-07 4.71652e-06 7.57666e-05 0.000967593 0.00519491 0.0320059 0.207529 0.469768 0.221423
6.10095e-08 2.17639e-07 5.35769e-06 3.63426e-05 0.000254884 0.00151998 0.00998188 0.0734381 0.32117
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310267 0.580135 0.873741 1.15269 1.23732 1.26531 1.27649 1.29421 1.35012 1.54728 2.27612</Total>
<Absorption>0.000143848 0.000228928 0.000336097 0.000880676 0.000445388 0.00164803 0.00329964 0.00605407 0.0115835 0.022324 0.0473277</Absorption>
<NeutronVelocity>1781264306 860896365.3 429237973.8 83905991.73 16468848.35 6406437.188 3457037.664 1927491.62 1015116.094 527715.6246 249069.1042</NeutronVelocity>
<Transport>0.147011 0.291538 0.427446 0.498114 0.537025 0.566993 0.584449 0.618346 0.713493 0.957165 1.60856</Transport>
<Removal>0.111445 0.195648 0.364274 0.189166 0.395615 0.512071 0.688068 0.553821 0.601248 0.40954 1.02139</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
2 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 10
2 11
2 11
3 11
</Profile>
<Value>
0.198822
0.0881457 0.384487
0.0172071 0.143801 0.509467
0.00590073 0.0511402 0.360593 0.963524
4.74383e-05 0.000428386 0.00299218 0.168433 0.841705 1.68517e-06
4.2017e-06 4.07261e-05 0.000286151 0.0157703 0.314436 0.753239 0.000309243
7.54868e-07 5.81378e-06 4.47737e-05 0.00243491 0.0483291 0.305789 0.588422 0.000763104
3.30426e-07 2.97318e-06 2.14991e-05 0.00123946 0.0244731 0.154652 0.51941 0.740389 0.00725822 4.56857e-06
7.95008e-07 3.81513e-06 0.000281201 0.00558055 0.0351943 0.116053 0.386812 0.748872 0.0645322 0.0240337
1.25754e-07 1.95197e-06 9.96696e-05 0.00199189 0.0125546 0.0417709 0.136845 0.498744 1.13774 0.950412
7.7119e-08 1.7226e-05 0.000346325 0.00215555 0.00720404 0.0234329 0.0836965 0.322671 1.25473
0.102659
0.047661 0.183605
0.00486369 0.0857642 0.255316
0.000797793 0.0139646 0.187473 0.572021
2.30319e-06 1.93105e-05 0.000188137 0.0792063 0.516674 1.68282e-06
4.38056e-07 2.28599e-06 1.22552e-05 0.00260708 0.166308 0.448956 0.000111137
1.44727e-07 5.99414e-07 2.28096e-06 0.000209699 0.0127504 0.186304 0.332422 0.000232793
9.46418e-08 5.08653e-07 1.75465e-06 7.23573e-05 0.00380995 0.0558945 0.319481 0.431356 0.00390735 7.40622e-07
3.15431e-07 4.58715e-07 1.27206e-05 0.000436377 0.0060886 0.0345612 0.210332 0.411901 0.0308081 0.00328309
1.26314e-08 7.41152e-07 4.37881e-06 8.61447e-05 0.000915706 0.00522371 0.0319779 0.20862 0.469624 0.221333
4.9138e-08 9.54624e-08 2.55619e-06 6.5884e-05 0.000227812 0.00151916 0.0101567 0.0739328 0.321653
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310305 0.580113 0.873791 1.15277 1.23734 1.26532 1.27649 1.29423 1.35053 1.5486 2.27425</Total>
<Absorption>0.000143843 0.000228922 0.000336133 0.000884415 0.000445911 0.00164888 0.00329996 0.00605626 0.0116152 0.0223836 0.0472732</Absorption>
<NeutronVelocity>1780978790 860955660.8 429179023.4 83820188.93 16456733.6 6403688.525 3456715.015 1926808.261 1012354.778 526313.0194 249356.038</NeutronVelocity>
<Transport>0.147101 0.29149 0.427771 0.498302 0.536969 0.567048 0.584109 0.61859 0.713419 0.959045 1.60788</Transport>
<Removal>0.111413 0.195559 0.364389 0.189499 0.395559 0.512018 0.687825 0.555015 0.603761 0.41048 1.02122</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
</Profile>
<Value>
0.198892
0.0881167 0.384554
0.0172021 0.143728 0.509402
0.00589754 0.0511258 0.360701 0.963271
4.72101e-05 0.000420135 0.00299578 0.16868 0.841781 1.93935e-06
3.95952e-06 4.24026e-05 0.000283238 0.0158387 0.314379 0.753302 0.000283303
1.01337e-06 6.34228e-06 4.20048e-05 0.0024309 0.0481773 0.306072 0.588665 0.000797024
3.379e-07 2.9183e-06 2.22377e-05 0.00125138 0.0245891 0.154713 0.519691 0.739215 0.00711551 4.13163e-06 7.6923e-07
8.54292e-07 5.41775e-06 0.000280779 0.0056125 0.0349882 0.115798 0.387337 0.746769 0.0638635 0.024041
1.2846e-07 1.75686e-06 0.000101227 0.00200751 0.0124696 0.0416592 0.137265 0.501346 1.13812 0.949914
4.77788e-07 1.79896e-05 0.000339512 0.00212134 0.00708585 0.0236731 0.0837079 0.324268 1.25303
0.102689
0.0475878 0.183635
0.00486467 0.0857394 0.254994
0.000794411 0.0139546 0.187491 0.571744
2.26242e-06 1.90074e-05 0.00018794 0.079351 0.516599 1.93445e-06
3.98306e-07 2.47078e-06 1.16942e-05 0.00262226 0.166476 0.448751 9.64702e-05
1.94953e-07 6.2932e-07 2.30505e-06 0.00020856 0.0127169 0.18653 0.332511 0.000245318
9.83395e-08 5.37182e-07 2.00942e-06 7.16882e-05 0.00385312 0.0559305 0.319767 0.430834 0.00379271 1.48744e-06 -7.02349e-07
2.55733e-07 9.75017e-07 1.09385e-05 0.000437893 0.00601378 0.0344168 0.210728 0.410699 0.0304405 0.00319064
4.37351e-08 4.41715e-07 4.5693e-06 6.17209e-05 0.000936232 0.00533432 0.0319079 0.210498 0.469375 0.22168
1.93097e-07 7.91435e-07 4.62977e-06 5.16577e-05 0.000249501 0.0014944 0.0100934 0.0741446 0.320806
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310252 0.580171 0.873773 1.15273 1.23733 1.26532 1.27649 1.29423 1.3507 1.5489 2.27461</Total>
<Absorption>0.000143859 0.000228936 0.000336124 0.000883005 0.000445694 0.0016489 0.00330029 0.0060563 0.0116285 0.0223975 0.0472833</Absorption>
<NeutronVelocity>1781305554 860807437.4 429199285.8 83806139.64 16461826.67 6403606.511 3456392.425 1926797.124 1011202.097 525986.3559 249302.576</NeutronVelocity>
<Transport>0.147117 0.291479 0.427509 0.497925 0.536939 0.566873 0.583641 0.61805 0.714063 0.958585 1.60912</Transport>
<Removal>0.111575 0.195708 0.364608 0.189474 0.395474 0.513061 0.688592 0.554556 0.604787 0.41059 1.022</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
</Profile>
<Value>
0.198677
0.0882211 0.384463
0.0172238 0.143811 0.509165
0.00593998 0.05119 0.360944 0.963256
4.94659e-05 0.000424917 0.00298592 0.168722 0.841856 1.7091e-06
4.6577e-06 4.12764e-05 0.000280526 0.0158035 0.314426 0.752259 0.000313257
4.84915e-07 6.77176e-06 4.16262e-05 0.00242499 0.0481038 0.306386 0.587898 0.000771263
2.42446e-07 3.10565e-06 2.22939e-05 0.00123315 0.0246343 0.155236 0.519435 0.739674 0.00699158 2.45302e-06 3.73552e-06
6.47786e-07 5.93572e-06 0.000285428 0.00554076 0.035056 0.116467 0.386985 0.745913 0.0638575 0.0241935
3.00825e-07 1.45306e-06 9.76715e-05 0.00199015 0.0126238 0.0418926 0.137387 0.502322 1.13831 0.950536
8.12931e-08 1.78721e-05 0.000335015 0.00213475 0.00715405 0.0233185 0.0838494 0.324476 1.25261
0.102561
0.047684 0.183639
0.00485805 0.0857898 0.255074
0.000803387 0.013973 0.187636 0.572052
2.37153e-06 1.90379e-05 0.000187374 0.0794058 0.516698 1.70172e-06
5.05539e-07 2.38135e-06 1.20949e-05 0.00261643 0.166407 0.448565 0.000122998
9.87083e-08 6.76357e-07 2.46756e-06 0.000209579 0.0126918 0.18672 0.332848 0.00023546
5.34462e-08 4.50402e-07 2.06809e-06 7.15661e-05 0.00384853 0.0560941 0.319605 0.431316 0.00379592 1.20687e-06 1.43694e-07
2.09831e-07 1.08292e-06 1.11966e-05 0.000429601 0.00604103 0.0346344 0.210441 0.409805 0.0304542 0.00331879
1.46829e-07 4.58405e-07 3.041e-06 7.32861e-05 0.000948754 0.00536012 0.0321102 0.210679 0.469708 0.221462
5.59655e-08 3.95874e-07 8.03738e-06 4.67366e-05 0.000260503 0.00155206 0.0102842 0.0745348 0.319708
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.3104 0.580138 0.87375 1.15277 1.23736 1.26575 1.27796 1.29911 1.36896 1.59208 2.43006</Total>
<Absorption>0.000143905 0.000228924 0.00033613 0.000897925 0.000444911 0.00164735 0.00329937 0.00605684 0.0116828 0.0217676 0.0466924</Absorption>
<NeutronVelocity>1780471433 860903776.8 429215865.5 83979273.92 16479731.58 6408613.176 3457252.798 1926581.82 1006515.173 541181.182 252455.7634</NeutronVelocity>
<Transport>0.147063 0.291472 0.427464 0.49847 0.536887 0.56797 0.587712 0.628602 0.742596 1.00599 1.75239</Transport>
<Removal>0.111499 0.195703 0.364522 0.188799 0.394645 0.511036 0.68672 0.550582 0.597539 0.41988 1.26067</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198901
0.0881583 0.384435
0.0171941 0.143801 0.509228
0.00594869 0.0512018 0.360826 0.963971 1.2043e-07
4.92847e-05 0.000421347 0.00300617 0.168047 0.842715 1.44804e-06
5.13866e-06 3.94095e-05 0.000287393 0.0157966 0.313886 0.754714 0.00044566
6.09951e-07 5.77377e-06 4.21367e-05 0.00241633 0.0479778 0.305583 0.59124 0.00105924
6.09204e-07 4.01028e-06 2.2845e-05 0.00123968 0.0245118 0.154432 0.519309 0.748528 0.0101241 4.01987e-05 3.19691e-05
4.78104e-08 7.03073e-07 4.91113e-06 0.000283363 0.00553744 0.0350768 0.116199 0.387357 0.771421 0.114457 0.0625115
1.23571e-07 1.91282e-06 9.81771e-05 0.00197377 0.0122608 0.0409385 0.134504 0.496923 1.1722 1.15152
3.06526e-07 1.62133e-05 0.000315332 0.00202546 0.0065562 0.0216982 0.0787686 0.283746 1.16939
0.10273
0.0476827 0.183639
0.00485671 0.0857689 0.255223
0.000804711 0.013986 0.187528 0.571972 1.20399e-07
2.35485e-06 1.89612e-05 0.000189139 0.0789834 0.517401 1.44159e-06
5.03436e-07 2.24886e-06 1.22801e-05 0.00260929 0.165923 0.449874 0.000125287
7.50371e-08 5.32738e-07 2.26175e-06 0.000207363 0.0126272 0.185694 0.334516 0.000349209
1.42435e-07 7.3187e-07 1.69033e-06 7.27386e-05 0.00378197 0.0553207 0.317086 0.434371 0.00577625 9.69806e-06 3.58196e-06
1.74464e-08 1.64834e-07 6.05009e-07 1.04769e-05 0.000436465 0.00587386 0.0335184 0.204357 0.413204 0.0498696 0.00792193
1.06731e-08 5.169e-07 4.03158e-06 7.14969e-05 0.000893164 0.004783 0.0294653 0.195484 0.456875 0.248198
2.20806e-07 -1.27836e-07 7.07384e-06 5.62072e-05 0.000235763 0.00133551 0.00917969 0.0605948 0.288629
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31034 0.580104 0.873777 1.15282 1.23739 1.26576 1.27797 1.29913 1.36937 1.59275 2.42853</Total>
<Absorption>0.000143881 0.000228923 0.000336143 0.000899067 0.000445406 0.00164824 0.00330023 0.0060597 0.0117083 0.0217935 0.0466523</Absorption>
<NeutronVelocity>1780839238 860955660.8 429193759.5 83905991.73 16468278.8 6405739.543 3456416.318 1925691.42 1004327.648 540540.5405 252673.2833</NeutronVelocity>
<Transport>0.147188 0.291443 0.427337 0.498514 0.537006 0.567964 0.587859 0.627896 0.743063 1.00723 1.74834</Transport>
<Removal>0.111444 0.195655 0.364207 0.189282 0.395219 0.512068 0.686346 0.550981 0.600133 0.42011 1.2587</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
3 11
</Profile>
<Value>
0.198896
0.0881157 0.384449
0.0172243 0.143778 0.50957
0.00591232 0.0511754 0.360528 0.963538
4.76711e-05 0.000425465 0.00298694 0.16846 0.842171 1.44633e-06
3.50107e-06 3.92597e-05 0.000285276 0.0158194 0.314358 0.753692 0.000461159
6.17365e-07 6.54705e-06 4.49082e-05 0.00244241 0.0480202 0.306273 0.591624 0.00107485
2.8359e-07 3.69127e-06 2.09671e-05 0.00125211 0.0245946 0.154746 0.519104 0.748149 0.00983978 4.15147e-05 2.94707e-05
9.48344e-08 9.24212e-07 5.69301e-06 0.000279023 0.00554678 0.0351105 0.11586 0.387912 0.769237 0.114167 0.0626178
4.70418e-08 2.52168e-07 1.64116e-06 0.000101317 0.00193667 0.0123023 0.0409911 0.134092 0.499705 1.17264 1.14914
3.12787e-07 1.65714e-05 0.000306774 0.00198231 0.00665543 0.0217939 0.0787524 0.28402 1.16983
0.102551
0.0476138 0.183631
0.00486332 0.0857762 0.255439
0.000797885 0.0139814 0.18745 0.571705
2.30587e-06 1.90598e-05 0.000187611 0.0792395 0.516954 1.44441e-06
3.5069e-07 2.21981e-06 1.19742e-05 0.00261125 0.166261 0.44929 0.000147285
1.31877e-07 5.6878e-07 2.7745e-06 0.000209485 0.0126343 0.186128 0.334491 0.000376541
7.45748e-08 6.73367e-07 1.61256e-06 7.21744e-05 0.00380029 0.0554925 0.316849 0.434785 0.00562917 1.24376e-05 1.97519e-06
4.3205e-08 2.26071e-07 9.14574e-07 1.30717e-05 0.000428071 0.005881 0.0335327 0.204648 0.41174 0.0496895 0.00801092
2.87417e-08 8.15732e-08 2.95744e-07 4.03226e-06 6.18911e-05 0.000887609 0.00487744 0.029363 0.197054 0.456441 0.250137
7.94203e-08 -4.06217e-07 5.71686e-06 5.22385e-05 0.000227391 0.00133611 0.00911729 0.0607985 0.290466
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31029 0.580182 0.873787 1.15288 1.23741 1.26577 1.27797 1.29917 1.37011 1.59371 2.42739</Total>
<Absorption>0.000143862 0.000228934 0.000336144 0.000895714 0.000445727 0.00164899 0.00330018 0.00606439 0.0117553 0.0218299 0.046624</Absorption>
<NeutronVelocity>1781096158 860807437.4 429191917.5 83824404.64 16460580.2 6403278.479 3456464.106 1924235.165 1000331.11 539639.1972 252825.9622</NeutronVelocity>
<Transport>0.147129 0.291664 0.42756 0.49846 0.536856 0.567987 0.588941 0.628483 0.744354 1.00753 1.74986</Transport>
<Removal>0.111499 0.195588 0.364399 0.1895 0.395632 0.511835 0.687063 0.551905 0.605202 0.42083 1.25883</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
2 11
2 11
3 11
</Profile>
<Value>
0.198791
0.0881553 0.384594
0.017242 0.143745 0.509388
0.00590681 0.051132 0.360749 0.96338
4.82593e-05 0.000430506 0.00295606 0.168707 0.841778 2.67436e-06
4.53848e-06 3.97487e-05 0.000281975 0.0158435 0.314745 0.753935 0.000463098
9.16849e-07 6.65283e-06 4.30698e-05 0.00242624 0.0480384 0.306198 0.590907 0.00103649
4.32943e-07 3.12989e-06 2.10716e-05 0.00124623 0.0245664 0.154578 0.519283 0.747265 0.00967618 3.99688e-05 2.25064e-05
7.73009e-07 5.66529e-06 0.000276523 0.0056012 0.035096 0.116607 0.388582 0.764908 0.113723 0.0627642
3.01019e-07 1.59791e-06 9.83015e-05 0.00191822 0.0123383 0.0408453 0.134414 0.504545 1.17288 1.14982
3.19405e-07 1.56898e-05 0.000311531 0.00195094 0.00657458 0.0217423 0.0790655 0.285186 1.16856
0.102615
0.0476215 0.183525
0.00487332 0.0857457 0.255181
0.000798675 0.0139645 0.187537 0.571709
2.27566e-06 1.9243e-05 0.000185849 0.0793566 0.516824 2.66642e-06
4.85031e-07 2.22423e-06 1.22008e-05 0.0026205 0.166552 0.449341 0.000145408
1.83506e-07 6.44302e-07 2.66274e-06 0.00020825 0.0126488 0.186101 0.33327 0.000349121
1.4978e-07 3.74416e-07 2.06977e-06 7.18361e-05 0.00379188 0.0554222 0.317041 0.433576 0.00555058 1.01618e-05 1.83503e-06
2.32292e-07 6.88298e-07 1.05257e-05 0.000433239 0.00590309 0.0336516 0.205276 0.408467 0.049608 0.00808217
1.5368e-07 2.53789e-07 3.15001e-06 6.777e-05 0.00091058 0.0047398 0.029358 0.199751 0.456658 0.249145
1.71328e-07 5.81749e-07 7.15697e-06 3.10543e-05 0.000186155 0.00140314 0.00918862 0.0611066 0.289368
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310351 0.580155 0.87376 1.15296 1.23741 1.26577 1.27797 1.29916 1.37028 1.59385 2.42635</Total>
<Absorption>0.000143873 0.000228933 0.00033613 0.000896577 0.000445783 0.00164945 0.00329985 0.0060632 0.0117662 0.0218353 0.046597</Absorption>
<NeutronVelocity>1780702879 860844488.4 429217707.8 83794201.44 16459577.75 6401802.748 3456786.709 1924605.504 999410.3479 539508.1843 252973.066</NeutronVelocity>
<Transport>0.147053 0.291532 0.42756 0.49832 0.537139 0.567861 0.588007 0.628497 0.7442 1.00801 1.74743</Transport>
<Removal>0.111476 0.195685 0.364572 0.189526 0.395733 0.512134 0.686852 0.551099 0.605617 0.42059 1.2574</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198875
0.0881374 0.38447
0.017231 0.143801 0.509188
0.00591356 0.0511811 0.360876 0.963434
4.88232e-05 0.00042523 0.00300334 0.168733 0.841677 1.45617e-06
4.80498e-06 4.02805e-05 0.000288777 0.0158275 0.314675 0.753636 0.000427072
6.28529e-07 6.47228e-06 4.40407e-05 0.00243079 0.0481247 0.306611 0.591118 0.00106451
2.91492e-07 3.06866e-06 1.96473e-05 0.00124057 0.0246219 0.154432 0.519133 0.748061 0.00956488 3.76596e-05 1.71291e-05
4.80963e-08 9.91924e-07 4.16533e-06 0.000279686 0.00558353 0.035071 0.116535 0.387798 0.764663 0.113369 0.062847
1.71584e-07 1.84099e-06 0.000101581 0.00196905 0.0123776 0.0408279 0.134648 0.504675 1.17326 1.14825
8.6334e-08 8.1095e-08 1.6561e-05 0.000311907 0.00197755 0.00657188 0.021508 0.0795134 0.285463 1.16895
0.102706
0.0476671 0.183562
0.00486991 0.0857925 0.255095
0.00079987 0.0139741 0.187583 0.571865
2.30515e-06 1.89259e-05 0.000188511 0.0794219 0.516548 1.45054e-06
4.72035e-07 2.31748e-06 1.22564e-05 0.00262069 0.166503 0.449218 0.000157205
1.20216e-07 7.06336e-07 2.38878e-06 0.000208403 0.0126713 0.186363 0.33415 0.000366942
7.67313e-08 6.1601e-07 1.81903e-06 7.1615e-05 0.003805 0.0554638 0.316846 0.434198 0.00548492 1.1418e-05 1.88795e-06
3.06337e-08 2.78022e-07 6.72316e-07 1.13665e-05 0.000428043 0.00586746 0.0336657 0.204726 0.408818 0.0492975 0.00804614
1.25801e-07 2.60145e-07 3.48024e-06 7.49174e-05 0.000882981 0.00485015 0.0293552 0.19976 0.456671 0.249235
3.57118e-08 -3.07885e-08 2.6798e-07 4.45175e-06 3.66e-05 0.000262193 0.00131752 0.00925149 0.0612077 0.290481
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31034 0.580146 0.873763 1.15312 1.23744 1.2662 1.27944 1.30408 1.38763 1.63527 2.57329</Total>
<Absorption>0.000143902 0.000228926 0.000336289 0.000914276 0.000445041 0.00164721 0.00329923 0.00606727 0.0117454 0.0213707 0.0462411</Absorption>
<NeutronVelocity>1780823381 860903776.8 429236131.4 83979979.17 16476066.04 6408489.968 3456965.959 1923036.243 1001049.099 551185.8764 254907.6087</NeutronVelocity>
<Transport>0.147183 0.291449 0.427514 0.498699 0.537528 0.569514 0.591632 0.63801 0.77013 1.05205 1.88212</Transport>
<Removal>0.111493 0.195661 0.364597 0.18884 0.394723 0.510917 0.685748 0.548098 0.591381 0.44917 1.47162</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
3 11
</Profile>
<Value>
0.198847
0.088177 0.384485
0.0172267 0.143832 0.509166
0.00589621 0.0511251 0.360894 0.96428
5.03471e-05 0.000425352 0.00300994 0.168091 0.842717 4.58998e-06
4.89374e-06 4.09214e-05 0.000281111 0.0157751 0.314004 0.755283 0.000627635
9.75971e-07 5.36847e-06 4.17289e-05 0.00243107 0.0479694 0.305917 0.593692 0.00134678
2.78466e-07 3.18378e-06 2.44389e-05 0.00123753 0.024525 0.154396 0.519783 0.755982 0.0134957 0.000230849 0.000188117
9.30382e-08 6.99254e-07 5.22344e-06 0.00027717 0.00559666 0.035077 0.116021 0.388531 0.796249 0.172399 0.119991
1.22849e-07 1.77145e-06 9.6483e-05 0.00189048 0.0120614 0.0399056 0.131793 0.492171 1.1861 1.30513
1.53824e-07 1.46972e-05 0.000291239 0.00183991 0.00611405 0.0203452 0.0739586 0.255114 1.10167
0.102626
0.0476103 0.183599
0.00485877 0.0858244 0.25512
0.000793284 0.0139508 0.1876 0.572062
2.38286e-06 1.89929e-05 0.000188892 0.0790355 0.516921 4.56029e-06
4.74338e-07 2.30383e-06 1.21982e-05 0.00260372 0.165945 0.449763 0.000205148
1.1557e-07 5.6898e-07 2.29683e-06 0.000208784 0.0125808 0.185316 0.335939 0.000481075
7.66853e-08 4.71773e-07 2.06072e-06 7.00281e-05 0.00374813 0.0549724 0.31468 0.43718 0.00787567 6.23483e-05 3.45258e-05
4.64099e-08 2.69005e-07 7.51348e-07 1.23731e-05 0.000411216 0.00573159 0.0323404 0.199005 0.414532 0.0692687 0.0146424
2.11671e-08 6.87434e-07 5.08768e-06 6.9755e-05 0.000810968 0.00442667 0.0273337 0.183553 0.440775 0.267701
1.05673e-07 5.11386e-07 5.38234e-06 3.78146e-05 0.000217929 0.00119533 0.00821786 0.051819 0.266196
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310344 0.58013 0.873784 1.15322 1.23746 1.26621 1.27945 1.30409 1.38822 1.63563 2.57225</Total>
<Absorption>0.000143864 0.000228923 0.000336311 0.000913037 0.00044533 0.00164834 0.00329978 0.00606835 0.0117776 0.0213834 0.0462171</Absorption>
<NeutronVelocity>1780791669 860926012 429199285.8 83868695.17 16469282.32 6404836.933 3456428.265 1922699.778 998322.8177 550860.9957 255039.5821</NeutronVelocity>
<Transport>0.147083 0.291519 0.427605 0.498917 0.537501 0.56964 0.591698 0.63789 0.770474 1.05235 1.88163</Transport>
<Removal>0.111514 0.195695 0.364359 0.189195 0.395073 0.511696 0.685285 0.548746 0.594133 0.44908 1.47057</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 5
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.19883
0.088188 0.384435
0.0172022 0.143741 0.509425
0.00593488 0.0512474 0.360685 0.964025 1.21249e-07
4.78912e-05 0.000429392 0.00298378 0.168347 0.842387 4.6036e-06
3.77947e-06 3.90001e-05 0.000287186 0.0158606 0.313979 0.754514 0.000589112
5.21603e-07 5.19706e-06 4.14642e-05 0.00242751 0.0482414 0.306382 0.594165 0.00135241
3.30656e-07 3.05613e-06 2.02566e-05 0.0012471 0.0246384 0.154744 0.519169 0.755344 0.0131873 0.000229048 0.000150584
4.68578e-08 6.28452e-07 5.45915e-06 0.000282116 0.00556861 0.0350018 0.116144 0.388692 0.794087 0.171546 0.11935
1.66415e-07 1.55932e-06 9.52069e-05 0.00190364 0.0120726 0.0398749 0.132304 0.494735 1.18655 1.30496
1.26262e-07 4.67406e-07 1.31303e-05 0.000298139 0.00186009 0.00618205 0.0203264 0.0743636 0.255942 1.10168
0.102696
0.0476815 0.183573
0.00485665 0.0857291 0.255139
0.000803059 0.0140027 0.187491 0.571774 1.21096e-07
2.29877e-06 1.92447e-05 0.000187518 0.0791944 0.516889 4.58043e-06
3.59568e-07 2.2207e-06 1.20448e-05 0.0026191 0.16592 0.449181 0.000182228
1.00612e-07 5.59688e-07 2.39749e-06 0.000208149 0.0126544 0.185633 0.33603 0.000460678
1.25022e-07 3.45265e-07 1.63369e-06 7.15015e-05 0.00377838 0.05511 0.314303 0.436753 0.00773709 6.28839e-05 7.94271e-06
2.36465e-08 1.51189e-07 6.33655e-07 1.13904e-05 0.000418941 0.0056998 0.0324347 0.199296 0.413108 0.0691035 0.0144429
1.47246e-08 3.65182e-07 3.50524e-06 7.00651e-05 0.000834384 0.00457308 0.0275434 0.185251 0.44074 0.267942
7.95214e-09 -2.89136e-08 9.13824e-07 1.67704e-06 5.28395e-05 0.000212365 0.0012394 0.00831481 0.0518823 0.266985
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310353 0.580143 0.873875 1.15325 1.23748 1.26621 1.27945 1.30413 1.38907 1.6364 2.57092</Total>
<Absorption>0.000143899 0.000228925 0.000336345 0.000913503 0.000445742 0.00164869 0.00330087 0.00607232 0.0118233 0.0214087 0.0461863</Absorption>
<NeutronVelocity>1780712392 860903776.8 429140346.1 83816676.17 16459496.47 6403729.532 3455353.379 1921469.54 994480.6325 550209.3547 255209.4632</NeutronVelocity>
<Transport>0.147153 0.291449 0.427385 0.498588 0.537293 0.569546 0.591735 0.63785 0.772735 1.05334 1.87967</Transport>
<Removal>0.111488 0.195666 0.364519 0.189469 0.39555 0.511722 0.686191 0.548976 0.598633 0.44938 1.47006</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
1 11
2 11
</Profile>
<Value>
0.198865
0.0880953 0.384477
0.0172758 0.143751 0.509356
0.00592566 0.0512095 0.36084 0.963781
4.76609e-05 0.000422787 0.00298997 0.16864 0.84193 3.65688e-06
4.58302e-06 3.89633e-05 0.00028201 0.0158462 0.314422 0.754488 0.00060294
9.14686e-07 6.22268e-06 4.10785e-05 0.0024317 0.0483269 0.306247 0.593259 0.00131217
3.38473e-07 3.73704e-06 2.04234e-05 0.00124607 0.0245876 0.154851 0.519886 0.755154 0.0127834 0.000221844 0.000172524
1.45453e-07 8.14955e-07 5.66281e-06 0.000277075 0.00555217 0.0350931 0.116288 0.389251 0.790437 0.1711 0.119888
4.78435e-08 1.29555e-07 1.5128e-06 9.81863e-05 0.00191223 0.0120335 0.0399539 0.13187 0.499195 1.18702 1.30383
4.26928e-08 1.61509e-07 1.42076e-05 0.000298702 0.00185942 0.00621141 0.0204681 0.0748239 0.256715 1.10086
0.102687
0.0476108 0.183645
0.00487374 0.0857511 0.255359
0.000799534 0.0139877 0.18756 0.571971
2.29151e-06 1.88763e-05 0.000187725 0.079346 0.516687 3.64757e-06
5.02367e-07 2.25478e-06 1.18213e-05 0.00261878 0.166313 0.449299 0.000167961
1.59198e-07 5.83452e-07 2.22915e-06 0.000209132 0.0126817 0.185602 0.335554 0.000463041
1.24321e-07 4.95788e-07 2.01074e-06 7.20734e-05 0.00378565 0.0551405 0.314829 0.436653 0.00745093 6.08769e-05 1.20122e-05
7.98037e-08 3.27907e-07 9.20075e-07 1.2151e-05 0.000417531 0.00573467 0.0325469 0.199567 0.410137 0.0689922 0.0144769
3.48202e-08 4.12971e-08 3.16854e-07 2.02035e-06 6.92392e-05 0.000779516 0.0044549 0.0274346 0.186866 0.440451 0.268007
3.1387e-08 -7.97378e-09 4.41686e-07 7.78641e-06 4.63898e-05 0.000192064 0.00123045 0.00854846 0.0522379 0.26717
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310291 0.580165 0.873843 1.15329 1.23748 1.26622 1.27945 1.30414 1.38936 1.63653 2.57033</Total>
<Absorption>0.000143842 0.000228934 0.000336334 0.000913775 0.000445871 0.00164921 0.00330062 0.00607327 0.0118389 0.0214128 0.0461728</Absorption>
<NeutronVelocity>1781070780 860829667.6 429162446.6 83793499.3 16456814.85 6402048.656 3455604.126 1921174.222 993186.739 550106.4456 255284.3868</NeutronVelocity>
<Transport>0.147049 0.291484 0.427556 0.498828 0.537125 0.569 0.591615 0.638081 0.772835 1.05342 1.8823</Transport>
<Removal>0.111478 0.19574 0.364574 0.189562 0.395612 0.511967 0.685902 0.549338 0.599943 0.44967 1.47064</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
1 1
1 2
1 3
1 4
1 6
1 7
1 8
1 11
1 11
2 11
2 11
</Profile>
<Value>
0.198813
0.0881718 0.384425
0.0172272 0.143808 0.509269
0.00588516 0.051221 0.36088 0.963728
5.02023e-05 0.000428796 0.00299714 0.168688 0.841868 4.88938e-06
5.19409e-06 4.09813e-05 0.000285192 0.0158641 0.314705 0.754253 0.000609897
7.75461e-07 6.21931e-06 4.54664e-05 0.00245632 0.0481694 0.306302 0.593548 0.00135076
5.81282e-07 3.36584e-06 2.1055e-05 0.00124623 0.0245173 0.155019 0.519455 0.754802 0.0127049 0.000224493 0.00019018
4.83553e-08 6.06607e-07 5.29195e-06 0.000280552 0.00556456 0.0351239 0.116363 0.389488 0.789417 0.171369 0.120623
1.73042e-07 1.53137e-06 9.53214e-05 0.00191428 0.0119923 0.0399557 0.131964 0.500358 1.18686 1.30392
8.63406e-08 2.39827e-07 1.29084e-05 0.000289681 0.00187929 0.00619945 0.0203973 0.0751719 0.256689 1.09969
0.102662
0.0476356 0.183594
0.00487003 0.0858051 0.255168
0.000793968 0.0139852 0.187581 0.571771
2.36442e-06 1.92265e-05 0.000188718 0.0793515 0.516819 4.8685e-06
5.12716e-07 2.3504e-06 1.22682e-05 0.00262225 0.166432 0.449624 0.000201637
1.30815e-07 5.97192e-07 2.33897e-06 0.00020968 0.0126372 0.18574 0.336214 0.000450496
2.07324e-07 5.63498e-07 1.95477e-06 6.99878e-05 0.00375888 0.0552303 0.314257 0.436439 0.00738812 5.91558e-05 2.27468e-05
2.00036e-08 2.02779e-07 8.03987e-07 1.38909e-05 0.000419249 0.00569235 0.0324527 0.199634 0.409839 0.0689074 0.0148381
8.53302e-08 3.35494e-07 2.48823e-06 6.66836e-05 0.000806826 0.00450458 0.0274228 0.18749 0.440365 0.266791
2.95056e-08 1.43092e-07 5.96851e-07 3.60935e-06 6.06308e-05 0.000195948 0.00118903 0.00862024 0.0523 0.265196
</Value>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
<Multigroup_Cross_Section_Library ID="1003" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Absorption Scattering Transport Removal NeutronVelocity</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191615 0.323925 0.399249 0.425823 0.429546 0.429656 0.429319 0.428203 0.429154 0.434604 0.456203</Total>
<Absorption>8.56002e-05 2.47622e-06 1.51354e-06 1.29625e-06 4.68669e-06 1.19593e-05 2.21033e-05 3.95738e-05 7.45854e-05 0.00014347 0.000300318</Absorption>
<NeutronVelocity>1781400751 861059447.5 430895184.7 85314040.98 16596766.62 6397788.924 3452645.244 1927900.382 1022334.952 531335.5118 253785.8504</NeutronVelocity>
<Transport>0.161476 0.285002 0.369443 0.401021 0.405513 0.405813 0.405519 0.40454 0.406667 0.418881 0.466029</Transport>
<Removal>0.029206 0.030598 0.038669 0.010755 0.024553 0.039965 0.074286 0.042243 0.058272 0.033694 0.062444</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162409
0.0291008 0.293327
1.87687e-05 0.0305952 0.36058
2.47481e-06 0 0.0386675 0.415068
0.0107533 0.404993
0.0245466 0.389691 9.33126e-05
0.039956 0.355033 0.000334184
0.0741773 0.38596 0.00466908
0.0418355 0.370882 0.0143067 0.00017358
3.31661e-05 0.0532054 0.40091 0.0619965
0.000330954 0.0192405 0.393759
0.030046
-0.00637956 0.043643
1.80316e-06 -0.00859359 0.0409751
-4.76847e-08 0 -0.0114855 0.0279522
-0.00320549 0.0313796
-0.00734778 0.03542 7.75809e-05
-0.0115785 0.0446852 0.000181895
-0.0209627 0.0350308 0.000236778
-0.01154 0.0351053 -0.00246041 -6.48743e-05
-2.20701e-05 -0.0127426 0.0226284 -0.0150512
-0.000129145 -0.00467901 0.00278691
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191616 0.323986 0.399252 0.425826 0.429546 0.429656 0.42932 0.428204 0.42916 0.434659 0.456276</Total>
<Absorption>8.56747e-05 2.47554e-06 1.51339e-06 1.2968e-06 4.68989e-06 1.19675e-05 2.21025e-05 3.95857e-05 7.4783e-05 0.000143852 0.000300102</Absorption>
<NeutronVelocity>1781553087 860725936.3 430848772.1 85239864.98 16584958.11 6393412.228 3452764.456 1927324.45 1019631.994 529924.8567 253967.609</NeutronVelocity>
<Transport>0.161369 0.285082 0.369486 0.400963 0.405329 0.405513 0.405283 0.404794 0.406868 0.418967 0.466192</Transport>
<Removal>0.029151 0.030704 0.038771 0.010794 0.024688 0.040061 0.074094 0.042263 0.059076 0.033621 0.061843</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162465
0.0290468 0.293282
1.93936e-05 0.0307008 0.360481
2.7258e-06 0 0.0387705 0.415032
0.010793 0.404858
0.0246835 0.389595 0.000120194
0.0400493 0.355226 0.000322288
0.073955 0.385941 0.00449806
0.0418668 0.370084 0.0142116 0.000177546
2.93316e-05 0.054159 0.401038 0.0613711
0.000337658 0.019265 0.394433
0.0301513
-0.00639006 0.0436216
2.7467e-06 -0.00862171 0.0409635
-5.74525e-08 0 -0.0115088 0.0280352
-0.00322746 0.0316542
-0.00743851 0.0356715 9.86033e-05
-0.0115311 0.0447515 0.000179085
-0.0208128 0.0348128 0.000219572
-0.0115809 0.0351736 -0.00243252 -6.8642e-05
-1.90899e-05 -0.012996 0.0225741 -0.0148405
-0.000119087 -0.00466947 0.00234945
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191666 0.323973 0.399252 0.425834 0.429546 0.429656 0.429318 0.428204 0.429168 0.434736 0.456249</Total>
<Absorption>8.53807e-05 2.47566e-06 1.51334e-06 1.29769e-06 4.69366e-06 1.1976e-05 2.21121e-05 3.95845e-05 7.50344e-05 0.000144433 0.000300546</Absorption>
<NeutronVelocity>1781457874 860777798.8 430850628.4 85108555.96 16571051.7 6388837.423 3451251.079 1927383.885 1016212.657 527793.6116 253592.7756</NeutronVelocity>
<Transport>0.161421 0.285063 0.369614 0.400947 0.405266 0.405755 0.40515 0.404249 0.407102 0.419073 0.466863</Transport>
<Removal>0.029122 0.03068 0.038825 0.010862 0.024614 0.040293 0.074541 0.042296 0.060045 0.033301 0.062386</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162544
0.0290175 0.293293
1.79619e-05 0.0306785 0.360427
2.4807e-06 0 0.0388234 0.414972
0.0108604 0.404932
0.0246082 0.389363 0.000107479
0.0402808 0.354777 0.000321335
0.0744138 0.385908 0.00442193
0.0419007 0.369123 0.0136581 0.000161198
3.66189e-05 0.0551932 0.401435 0.0619214
0.000344869 0.0195042 0.393863
0.0301611
-0.00635322 0.0436384
2.33275e-06 -0.0085987 0.0408485
1.41921e-07 0 -0.0115265 0.0280801
-0.00324565 0.0316579
-0.00737796 0.0355891 8.86023e-05
-0.0116908 0.045004 0.000176769
-0.0209243 0.0354375 0.000189103
-0.011653 0.0351429 -0.00242704 -6.51269e-05
-2.37983e-05 -0.013147 0.0226381 -0.0151837
-0.000133451 -0.00477661 0.00205155
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191666 0.323972 0.399261 0.425833 0.429546 0.429656 0.429319 0.428204 0.42917 0.434746 0.456362</Total>
<Absorption>8.66044e-05 2.47569e-06 1.51317e-06 1.29758e-06 4.69294e-06 1.1969e-05 2.2109e-05 3.95978e-05 7.50907e-05 0.000144505 0.000300196</Absorption>
<NeutronVelocity>1781121537 860807437.4 430768965.7 85125219.2 16573688.28 6392594.818 3451751.419 1926730.3 1015451.104 527531.8893 253888.2993</NeutronVelocity>
<Transport>0.161485 0.285056 0.369474 0.40105 0.405576 0.405725 0.405251 0.404826 0.406955 0.419445 0.466197</Transport>
<Removal>0.029176 0.030684 0.038916 0.010874 0.024613 0.040165 0.074551 0.04252 0.060331 0.033196 0.062262</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.16249
0.0290697 0.293288
1.75369e-05 0.0306824 0.360345
2.56779e-06 0 0.038915 0.414959
0.0108731 0.404933
0.0246094 0.389491 9.80673e-05
0.0401502 0.354768 0.000333847
0.0744294 0.385684 0.00447896
0.042098 0.368839 0.0135717 0.000171216
3.74095e-05 0.0554557 0.40155 0.0617895
0.000320761 0.019476 0.3941
0.0300912
-0.00635859 0.0436611
2.11018e-06 -0.00861894 0.0409795
2.56671e-07 0 -0.0114988 0.027994
-0.00326097 0.03135
-0.0073804 0.0354903 8.24481e-05
-0.0115609 0.044984 0.000177638
-0.0209991 0.0348888 0.000213226
-0.0116809 0.0351222 -0.00237985 -6.09463e-05
-2.41099e-05 -0.0130034 0.0222935 -0.0151187
-0.000130205 -0.00483621 0.00268389
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191701 0.323951 0.39925 0.425821 0.429549 0.429671 0.429324 0.428259 0.429666 0.43582 0.46442</Total>
<Absorption>8.58761e-05 2.47593e-06 1.51342e-06 1.29622e-06 4.6862e-06 1.19604e-05 2.20979e-05 3.95914e-05 7.53385e-05 0.000140047 0.00029625</Absorption>
<NeutronVelocity>1780433393 860926012 430859910.2 85326416.21 16598033.8 6396847.633 3453253.31 1926964.203 1012103.749 544330.2561 257270.4633</NeutronVelocity>
<Transport>0.161506 0.285042 0.369465 0.400997 0.405517 0.405547 0.405674 0.404831 0.40731 0.419481 0.474431</Transport>
<Removal>0.029267 0.030662 0.038733 0.010733 0.02452 0.039819 0.07432 0.043137 0.064598 0.041966 0.084432</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162434
0.0291584 0.293289
1.80397e-05 0.030659 0.360517
2.22335e-06 0 0.0387319 0.415088
0.0107318 0.405029
0.0245141 0.389852 0.000166386
0.0398038 0.355004 0.000506725
0.0741372 0.385122 0.0059739
0.0425425 0.365068 0.0227671 0.000482584
4.39549e-05 0.0581333 0.393854 0.0836582
0.000414997 0.0190551 0.379988
0.0301216
-0.00641941 0.0436624
2.54737e-06 -0.00864438 0.0409602
4.77939e-07 0 -0.0114885 0.027951
-0.0031792 0.0314016
-0.00737075 0.0356412 0.00013257
-0.0115189 0.0440916 0.000236392
-0.0205731 0.0345262 7.72178e-05
-0.0113204 0.035549 -0.003911 -0.000183127
-2.87611e-05 -0.0131417 0.024504 -0.0200173
-0.00014817 -0.00450015 0.00788169
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.19166 0.323976 0.399252 0.425828 0.429549 0.429671 0.429323 0.428259 0.429677 0.435859 0.464489</Total>
<Absorption>8.47283e-05 2.47566e-06 1.51331e-06 1.29685e-06 4.68969e-06 1.1967e-05 2.21044e-05 3.96083e-05 7.55825e-05 0.000140287 0.000295616</Absorption>
<NeutronVelocity>1780959759 860800027.5 430854341.1 85223883.14 16585040.63 6393289.603 3452251.904 1926140.227 1008835.38 543398.523 257822.3295</NeutronVelocity>
<Transport>0.161525 0.285095 0.369492 0.400997 0.405307 0.405528 0.405076 0.404161 0.407521 0.419709 0.474625</Transport>
<Removal>0.029175 0.030673 0.038738 0.010807 0.024534 0.040031 0.074316 0.04307 0.06542 0.041645 0.084725</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162485
0.0290688 0.293303
1.89527e-05 0.0306707 0.360514
2.5772e-06 0 0.0387378 0.415021
0.010806 0.405015
0.0245293 0.38964 0.000152378
0.0400194 0.355007 0.000505815
0.0741428 0.385189 0.00580764
0.0424789 0.364257 0.022366 0.000487005
4.57481e-05 0.059117 0.394214 0.0839311
0.000418903 0.0191487 0.379764
0.0301612
-0.00640487 0.0436311
2.89861e-06 -0.00862342 0.0409592
-5.57882e-08 0 -0.0115166 0.0279954
-0.00321529 0.0315838
-0.00734328 0.0357586 0.000119416
-0.0116176 0.0446396 0.000240688
-0.0205114 0.0350752 3.91188e-05
-0.0112037 0.0353841 -0.0039873 -0.000173205
-2.75353e-05 -0.0131365 0.0244295 -0.0196268
-0.000144301 -0.00452821 0.00729756
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191616 0.323956 0.399254 0.425834 0.429549 0.429671 0.429324 0.428261 0.429694 0.435917 0.464418</Total>
<Absorption>8.54261e-05 2.47586e-06 1.51334e-06 1.29761e-06 4.69312e-06 1.19756e-05 2.21109e-05 3.9641e-05 7.59603e-05 0.000140659 0.000296522</Absorption>
<NeutronVelocity>1781857836 860874131.6 430835778.3 85115075.58 16572479.74 6388633.344 3451239.167 1924553.648 1003813.487 541961.3582 257033.728</NeutronVelocity>
<Transport>0.161576 0.28498 0.369449 0.401027 0.405459 0.405693 0.405537 0.404261 0.407217 0.419776 0.474755</Transport>
<Removal>0.029133 0.030666 0.038777 0.010854 0.02468 0.04014 0.074332 0.043451 0.06725 0.041668 0.084417</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162483
0.0290255 0.29329
1.86502e-05 0.0306635 0.360477
2.77398e-06 0 0.0387758 0.41498
0.0108534 0.404869
0.0246752 0.389531 0.000146133
0.0401282 0.354992 0.000524868
0.0741655 0.38481 0.00570348
0.0428395 0.362444 0.022076 0.000557464
4.44047e-05 0.061022 0.394249 0.0835461
0.0004416 0.0194589 0.380001
0.02998
-0.00635236 0.043701
1.52097e-06 -0.00861981 0.040989
2.73409e-07 0 -0.0114927 0.0279916
-0.00323746 0.0315028
-0.00741362 0.0356294 0.000118516
-0.0116523 0.0441772 0.000245215
-0.0205086 0.0351806 7.28437e-05
-0.0114125 0.0360361 -0.00382536 -0.000201467
-2.98572e-05 -0.0134877 0.0242885 -0.0194782
-0.000162298 -0.00457214 0.00701999
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191637 0.323973 0.399253 0.425835 0.429549 0.429671 0.429321 0.428261 0.429699 0.435923 0.464463</Total>
<Absorption>8.51638e-05 2.47568e-06 1.51337e-06 1.29803e-06 4.69223e-06 1.197e-05 2.21173e-05 3.96373e-05 7.60631e-05 0.000140708 0.000296355</Absorption>
<NeutronVelocity>1781289689 860800027.5 430828353.7 85069459.21 16575721.21 6391695.909 3450215.121 1924735.156 1002455.012 541767.5709 257179.1561</NeutronVelocity>
<Transport>0.161494 0.28507 0.369564 0.401002 0.40563 0.405761 0.405127 0.404806 0.407622 0.420236 0.475221</Transport>
<Removal>0.029214 0.030661 0.038892 0.010897 0.024629 0.040083 0.074563 0.043448 0.067371 0.041668 0.083544</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162423
0.0291091 0.293312
1.74625e-05 0.0306589 0.360361
2.19558e-06 0 0.0388913 0.414938
0.0108954 0.40492
0.0246237 0.389588 0.000152842
0.0400702 0.354758 0.000504821
0.0743872 0.384813 0.00559559
0.042853 0.362328 0.0220532 0.00051919
4.91427e-05 0.0612603 0.394255 0.0827365
0.000443862 0.0194826 0.380919
0.0300974
-0.00639984 0.0436281
1.65048e-06 -0.00858807 0.0409113
1.91848e-07 0 -0.0115443 0.0280375
-0.00326009 0.0312862
-0.00736807 0.0353456 0.000120299
-0.0114364 0.0446312 0.000245286
-0.0205573 0.0347399 2.64937e-05
-0.011512 0.0357085 -0.00389115 -0.00018448
-3.15057e-05 -0.013509 0.0239492 -0.0195709
-0.000162264 -0.00461845 0.00653867
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191667 0.323967 0.399253 0.425823 0.429551 0.429686 0.429252 0.428082 0.43022 0.437164 0.472877</Total>
<Absorption>8.56865e-05 2.47574e-06 1.51334e-06 1.2962e-06 4.68561e-06 1.19552e-05 2.20981e-05 3.96248e-05 7.57996e-05 0.000137262 0.000293174</Absorption>
<NeutronVelocity>1780867781 860814847.3 430850628.4 85318408.3 16598529.7 6398484.839 3452442.603 1924738.861 1005702.332 555290.2502 259948.2183</NeutronVelocity>
<Transport>0.161504 0.285085 0.369523 0.400918 0.40574 0.405657 0.405317 0.40388 0.408564 0.42066 0.483922</Transport>
<Removal>0.029265 0.030707 0.038765 0.010748 0.024502 0.03967 0.07418 0.043994 0.068735 0.051175 0.105341</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162402
0.0291576 0.29326
1.7988e-05 0.0307044 0.360488
2.29756e-06 0 0.0387628 0.415075
0.0107471 0.405049
0.0244972 0.390016 0.000197879
0.0396589 0.355072 0.000742672
0.0739638 0.384088 0.00719121
0.043149 0.361485 0.0319838 0.00110775
6.12913e-05 0.0609891 0.385989 0.103971
0.000470165 0.0190623 0.367536
0.030097
-0.0063665 0.0436496
1.41035e-06 -0.00863117 0.0409108
2.68678e-07 0 -0.0114972 0.028059
-0.00320651 0.031201
-0.0073909 0.0354133 0.000145274
-0.0113863 0.0441032 0.000326894
-0.0203126 0.0351026 -0.000193475
-0.0112073 0.0351549 -0.00558607 -0.000415609
-4.03371e-05 -0.013141 0.0261155 -0.0234474
-0.000176765 -0.00429919 0.0103933
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191641 0.323967 0.399252 0.425826 0.429551 0.429687 0.429251 0.428085 0.430235 0.437205 0.472909</Total>
<Absorption>8.54512e-05 2.47575e-06 1.51349e-06 1.29709e-06 4.68953e-06 1.19632e-05 2.21048e-05 3.966e-05 7.60441e-05 0.000137508 0.00029333</Absorption>
<NeutronVelocity>1781394404 860829667.6 430843203.2 85207181.26 16584022.95 6394188.961 3451382.106 1923032.545 1002467.071 554296.0717 259809.0923</NeutronVelocity>
<Transport>0.161491 0.285028 0.369434 0.401095 0.405537 0.405711 0.405302 0.404564 0.407864 0.420813 0.48359</Transport>
<Removal>0.029197 0.030671 0.038846 0.010799 0.024572 0.039793 0.074551 0.044473 0.06974 0.05098 0.106129</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162444
0.0290892 0.293296
1.77598e-05 0.0306681 0.360406
2.2881e-06 0 0.0388439 0.415027
0.0107983 0.404979
0.0245673 0.389894 0.000233789
0.0397817 0.3547 0.000742911
0.0742926 0.383612 0.00701981 5.40854e-07
0.0436266 0.360495 0.0316863 0.00106296
6.21768e-05 0.0621545 0.386225 0.104774
0.000491055 0.0191442 0.36678
0.0300966
-0.0063794 0.0436639
1.36876e-06 -0.00860069 0.0410001
1.09343e-08 0 -0.0114971 0.0279196
-0.00324139 0.0314115
-0.00739798 0.0354501 0.000171724
-0.0114768 0.0440591 0.000296386
-0.0202815 0.0345481 -6.68677e-05 -5.30245e-07
-0.0112997 0.0357139 -0.00556166 -0.000380035
-3.91866e-05 -0.0131115 0.0259983 -0.0237248
-0.000178839 -0.00431061 0.0109618
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191649 0.323957 0.399259 0.425834 0.429551 0.429687 0.429249 0.428087 0.430258 0.437258 0.47286</Total>
<Absorption>8.58947e-05 2.47586e-06 1.51338e-06 1.29744e-06 4.69188e-06 1.19712e-05 2.21087e-05 3.968e-05 7.64381e-05 0.000137784 0.000293437</Absorption>
<NeutronVelocity>1781131054 860888953.9 430800513.5 85132466.12 16575418.99 6389858.017 3450762.791 1922064.143 997297.3243 553183.0151 259713.9511</NeutronVelocity>
<Transport>0.161449 0.285085 0.369425 0.40102 0.405535 0.405542 0.405207 0.404365 0.407929 0.420869 0.482698</Transport>
<Removal>0.029122 0.030675 0.038805 0.010821 0.024673 0.040044 0.074597 0.044623 0.071393 0.050869 0.105554</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162527
0.0290167 0.293282
1.8964e-05 0.030673 0.360454
2.7459e-06 0 0.0388031 0.415013
0.01082 0.404878
0.0246673 0.389643 0.000222678
0.0400322 0.354652 0.000704853
0.0743525 0.383464 0.00681795 9.42629e-07
0.0438107 0.358865 0.0314105 0.00112707
6.75781e-05 0.0639777 0.386389 0.104112
0.000510187 0.0193231 0.367306
0.030139
-0.00635081 0.0436159
1.37327e-06 -0.00859164 0.0410226
4.7816e-07 0 -0.0114995 0.0279968
-0.00323523 0.0314308
-0.00741584 0.0356997 0.000168028
-0.011557 0.044173 0.000294852
-0.0202996 0.0348258 -8.56925e-05 -6.15159e-07
-0.0113734 0.0359196 -0.00546853 -0.000376732
-4.29116e-05 -0.0133279 0.0259253 -0.0232522
-0.000190561 -0.00432922 0.0113735
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191659 0.323983 0.399258 0.425836 0.429551 0.429687 0.429249 0.428088 0.430264 0.437273 0.472938</Total>
<Absorption>8.52387e-05 2.47558e-06 1.51345e-06 1.29767e-06 4.69208e-06 1.19674e-05 2.21131e-05 3.96993e-05 7.65458e-05 0.000137865 0.000293856</Absorption>
<NeutronVelocity>1781226232 860762980.3 430822785.4 85100588.9 16574622.26 6391900.184 3450084.182 1921126.241 995896.9048 552858.833 259344.1705</NeutronVelocity>
<Transport>0.161463 0.285115 0.369339 0.401042 0.405595 0.405752 0.405425 0.404077 0.407827 0.420968 0.483484</Transport>
<Removal>0.029121 0.030731 0.038765 0.010879 0.024648 0.040057 0.074485 0.044659 0.0717 0.050825 0.105005</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162538
0.0290114 0.293252
1.92304e-05 0.0307284 0.360493
2.90405e-06 0 0.038763 0.414957
0.0108776 0.404903
0.024643 0.38963 0.000224862
0.0400461 0.354764 0.000712942
0.0742279 0.383429 0.00667355 2.28379e-07
0.0438444 0.358564 0.0312667 0.00118323
6.34307e-05 0.0644211 0.386448 0.103523
0.000530764 0.0194189 0.367933
0.0301665
-0.00636599 0.0436245
1.89746e-06 -0.00864976 0.0411262
3.19043e-07 0 -0.0115149 0.0279734
-0.0032347 0.0313311
-0.00737587 0.0354488 0.000171506
-0.0115152 0.0439935 0.000305496
-0.0203419 0.0351304 -9.69345e-05 -2.00159e-07
-0.0114045 0.03608 -0.00541324 -0.000426723
-4.00131e-05 -0.0133527 0.0258876 -0.0232479
-0.000206212 -0.00443689 0.010702
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191606 0.32397 0.399252 0.425815 0.429546 0.429656 0.429318 0.428203 0.429154 0.434609 0.456269</Total>
<Absorption>8.48259e-05 2.47572e-06 1.51341e-06 1.29525e-06 4.68517e-06 1.19589e-05 2.21029e-05 3.95582e-05 7.46032e-05 0.000143488 0.000299817</Absorption>
<NeutronVelocity>1781699100 860822257.4 430852484.7 85459859.5 16602277.5 6397993.589 3452692.928 1928666.347 1022092.53 531270.5867 254209.0666</NeutronVelocity>
<Transport>0.161554 0.285024 0.369655 0.401032 0.405638 0.405506 0.405145 0.404429 0.406793 0.418807 0.465465</Transport>
<Removal>0.029217 0.030669 0.038837 0.010699 0.02442 0.039919 0.074323 0.042038 0.058152 0.033823 0.062546</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162389
0.0291104 0.293301
1.92536e-05 0.0306666 0.360415
2.29443e-06 0 0.0388362 0.415116
0.0106983 0.405126
0.0244166 0.389737 0.000102131
0.0399073 0.354995 0.000338995
0.0742006 0.386165 0.00461907
0.0416245 0.371002 0.0144259 0.000189979
3.41518e-05 0.0531362 0.400786 0.0620479
0.000326649 0.0192638 0.393723
0.0300271
-0.00636184 0.0436901
1.92717e-06 -0.00861683 0.0407806
3.06801e-07 0 -0.0114987 0.0279176
-0.00318553 0.0312527
-0.00734536 0.0357237 8.51929e-05
-0.011576 0.0448967 0.000188644
-0.0208087 0.035074 0.000221756
-0.011481 0.0349266 -0.00252958 -7.57239e-05
-2.05661e-05 -0.012682 0.0228232 -0.0148878
-0.00012742 -0.00471425 0.00317624
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191652 0.323969 0.39926 0.425826 0.429546 0.429656 0.429318 0.428203 0.429158 0.43466 0.456285</Total>
<Absorption>8.53162e-05 2.47572e-06 1.51324e-06 1.29637e-06 4.68858e-06 1.19683e-05 2.21097e-05 3.95711e-05 7.47383e-05 0.00014388 0.000300484</Absorption>
<NeutronVelocity>1781067608 860807437.4 430787522.7 85286391.7 16589745.55 6392921.757 3451632.277 1928034.196 1020241.593 529823.7806 253645.5202</NeutronVelocity>
<Transport>0.161604 0.285038 0.369423 0.400858 0.405477 0.40593 0.405492 0.404474 0.40653 0.419261 0.466044</Transport>
<Removal>0.029146 0.030672 0.038868 0.010776 0.024586 0.04012 0.074587 0.042269 0.058596 0.033417 0.062102</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162506
0.029041 0.293297
1.74135e-05 0.0306691 0.360392
2.6472e-06 0 0.0388664 0.41505
0.0107748 0.40496
0.0245799 0.389536 0.000112322
0.0401064 0.354731 0.00033373
0.0744549 0.385934 0.00449453
0.0418541 0.370562 0.0139917 0.000188588
3.72913e-05 0.0537109 0.401243 0.0616467
0.000323357 0.0192729 0.394183
0.0300344
-0.00636876 0.0436507
2.5277e-06 -0.00860074 0.0410781
-3.35768e-08 0 -0.0115659 0.028127
-0.00321299 0.0314507
-0.0073823 0.035364 9.34922e-05
-0.0116392 0.0444612 0.000187679
-0.0207281 0.0350101 0.000226438
-0.0114618 0.0352555 -0.00237224 -6.82277e-05
-2.41886e-05 -0.0127531 0.0222558 -0.0149951
-0.000113784 -0.0047102 0.00272573
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191587 0.323996 0.399254 0.425832 0.429546 0.429656 0.429318 0.428204 0.429169 0.434734 0.456297</Total>
<Absorption>8.51733e-05 2.47544e-06 1.51352e-06 1.29697e-06 4.69323e-06 1.19743e-05 2.21115e-05 3.95944e-05 7.50497e-05 0.000144405 0.000300303</Absorption>
<NeutronVelocity>1781905463 860688895.4 430845059.5 85196292.26 16572644.53 6389776.358 3451358.282 1926901.081 1016005.129 527896.7012 253798.0884</NeutronVelocity>
<Transport>0.161395 0.285213 0.369556 0.40104 0.405639 0.405664 0.405286 0.404775 0.407337 0.419332 0.466209</Transport>
<Removal>0.029078 0.030741 0.038763 0.010818 0.024771 0.040328 0.074565 0.042476 0.060387 0.033302 0.062218</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162509
0.0289719 0.293255
1.8587e-05 0.0307378 0.360491
2.36733e-06 0 0.0387614 0.415014
0.0108164 0.404775
0.0247674 0.389328 0.000100262
0.0403165 0.354753 0.00033106
0.0744434 0.385728 0.00443729
0.0420735 0.368782 0.0137323 0.000203679
3.32977e-05 0.0555391 0.401432 0.0616897
0.000338069 0.0194292 0.394079
0.0300823
-0.00632449 0.0435315
1.74473e-06 -0.00861939 0.0409036
-5.63248e-08 0 -0.0115174 0.0279583
-0.0032185 0.0313755
-0.0074689 0.0356077 8.30259e-05
-0.0116182 0.0447869 0.000177559
-0.0208385 0.0347887 0.000199361
-0.0115309 0.0349343 -0.00241308 -8.03102e-05
-2.20324e-05 -0.0131927 0.0223698 -0.0149989
-0.000123984 -0.00476908 0.00256703
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191625 0.32398 0.399263 0.425833 0.429546 0.429656 0.429319 0.428203 0.42917 0.434754 0.45635</Total>
<Absorption>8.47926e-05 2.47561e-06 1.51323e-06 1.29721e-06 4.69314e-06 1.19674e-05 2.21081e-05 3.95762e-05 7.51031e-05 0.00014456 0.00030009</Absorption>
<NeutronVelocity>1781340459 860770389.5 430763398.9 85165092.53 16572919.19 6393412.228 3451882.484 1927788.884 1015283.056 527328.8159 253977.9293</NeutronVelocity>
<Transport>0.161498 0.285188 0.369629 0.400956 0.405497 0.405673 0.405451 0.404502 0.407257 0.41915 0.466572</Transport>
<Removal>0.029077 0.030706 0.038861 0.010808 0.024679 0.040114 0.07436 0.04225 0.060662 0.033227 0.062268</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162548
0.028969 0.293274
1.96736e-05 0.0307037 0.360402
2.64499e-06 0 0.0388605 0.415025
0.0108063 0.404867
0.0246767 0.389542 9.93004e-05
0.0401037 0.354959 0.000339171
0.0742387 0.385953 0.00445995
0.0418431 0.368508 0.0135414 0.000161816
3.07133e-05 0.0557909 0.401527 0.0618081
0.000342889 0.0195501 0.394082
0.0300856
-0.00638444 0.0435441
2.14144e-06 -0.00863031 0.0408159
-2.8844e-08 0 -0.011492 0.0280486
-0.00322633 0.0314288
-0.0073801 0.0355314 8.28148e-05
-0.0115496 0.0446913 0.000188426
-0.0209057 0.0350605 0.000218149
-0.0115386 0.0351692 -0.00235916 -6.52348e-05
-2.01458e-05 -0.0133544 0.0224911 -0.0150455
-0.000138477 -0.00475498 0.00234987
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191661 0.323962 0.399244 0.425819 0.429548 0.429671 0.429325 0.428259 0.429667 0.435813 0.464489</Total>
<Absorption>8.6017e-05 2.47581e-06 1.51356e-06 1.29543e-06 4.68403e-06 1.19611e-05 2.20974e-05 3.95957e-05 7.53543e-05 0.000139981 0.000295919</Absorption>
<NeutronVelocity>1781035886 860859309.8 430904468.5 85421169.07 16605971.84 6396479.378 3453324.861 1926752.574 1011892.776 544585.1895 257558.0407</NeutronVelocity>
<Transport>0.161549 0.284959 0.369358 0.401028 0.405374 0.40566 0.405068 0.404977 0.407483 0.419609 0.474522</Transport>
<Removal>0.029235 0.030655 0.038713 0.010696 0.024375 0.03978 0.074244 0.043028 0.064433 0.042011 0.08432</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162426
0.0291281 0.293307
1.85681e-05 0.0306526 0.360531
2.36445e-06 0 0.0387117 0.415123
0.0106941 0.405173
0.0243724 0.389891 0.000163766
0.0397657 0.355081 0.00050034
0.0740655 0.385231 0.00602061
0.0424388 0.365234 0.0228334 0.000610935
4.91874e-05 0.0579063 0.393802 0.0834568
0.000423439 0.0190374 0.380169
0.0300467
-0.00639343 0.0437226
1.98654e-06 -0.00860239 0.0410872
-8.68382e-08 0 -0.0115107 0.0279311
-0.00319215 0.0315084
-0.00733451 0.0355093 0.000130899
-0.0114997 0.0446159 0.000232042
-0.0204893 0.0343003 6.169e-05
-0.0112367 0.0352377 -0.00400392 -0.000227947
-3.10989e-05 -0.0129814 0.0244837 -0.0195439
-0.000152644 -0.0045246 0.00734554
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191582 0.32398 0.399258 0.425824 0.429549 0.429671 0.429322 0.428259 0.429678 0.435844 0.464637</Total>
<Absorption>8.56761e-05 2.47562e-06 1.51353e-06 1.29627e-06 4.68929e-06 1.19661e-05 2.21163e-05 3.96132e-05 7.55936e-05 0.000140201 0.000296154</Absorption>
<NeutronVelocity>1781492784 860777798.8 430817217.2 85308218.59 16586581.12 6393780.131 3450381.785 1925902.815 1008685.793 543732.3967 257353.225</NeutronVelocity>
<Transport>0.161395 0.285144 0.369577 0.401032 0.405287 0.405362 0.405443 0.404364 0.407413 0.419731 0.475079</Transport>
<Removal>0.029162 0.030671 0.038781 0.010791 0.024537 0.040047 0.074621 0.043232 0.065402 0.041735 0.08445</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.16242
0.0290559 0.293309
1.766e-05 0.0306674 0.360477
2.7954e-06 0 0.038779 0.415033
0.0107897 0.405012
0.0245331 0.389624 0.000150263
0.0400377 0.354701 0.000504039
0.0744458 0.385027 0.00578907
0.0426512 0.364276 0.0224557 0.000545966
4.00895e-05 0.0591327 0.394109 0.0836301
0.000415858 0.0191412 0.380187
0.0300783
-0.00639553 0.0435727
1.89373e-06 -0.00861564 0.0408597
1.19705e-07 0 -0.0114862 0.0279515
-0.00321264 0.0316067
-0.00734604 0.0358523 0.000120307
-0.0115452 0.0445094 0.000240309
-0.0207507 0.0350288 8.62101e-05
-0.011366 0.0354823 -0.00389137 -0.000211266
-2.29046e-05 -0.0131656 0.0242338 -0.0194002
-0.000150295 -0.00446278 0.00673881
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.19158 0.323995 0.399254 0.42583 0.429549 0.429671 0.429323 0.428261 0.429694 0.435912 0.464611</Total>
<Absorption>8.67657e-05 2.47543e-06 1.51352e-06 1.29686e-06 4.69205e-06 1.19726e-05 2.21092e-05 3.96509e-05 7.59572e-05 0.00014064 0.000296153</Absorption>
<NeutronVelocity>1781857836 860666672.4 430852484.7 85214442.14 16576463.08 6390266.346 3451489.318 1924072.26 1003853.795 542034.7986 257354.5496</NeutronVelocity>
<Transport>0.161396 0.285072 0.3695 0.400896 0.405337 0.405839 0.40483 0.404692 0.407351 0.419801 0.474969</Transport>
<Removal>0.02909 0.030751 0.038807 0.010788 0.024605 0.040175 0.074443 0.043508 0.066839 0.041564 0.084062</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.16249
0.0289837 0.293244
1.72116e-05 0.0307484 0.360447
2.92195e-06 0 0.0388049 0.415042
0.0107866 0.404944
0.0245992 0.389496 0.000156783
0.040163 0.35488 0.000503304
0.0742665 0.384753 0.00561024
0.0429111 0.362855 0.0220609 0.000473298
5.35489e-05 0.0607124 0.394348 0.083282
0.000441135 0.0193565 0.380549
0.030101
-0.00633907 0.0436869
1.87926e-06 -0.00863297 0.0409886
8.06939e-08 0 -0.0115561 0.0281023
-0.00322239 0.0315598
-0.00734957 0.0354548 0.000121746
-0.011625 0.0449982 0.000239496
-0.0206261 0.0347789 7.56132e-05
-0.0114282 0.035809 -0.00384283 -0.000172175
-3.52218e-05 -0.0133816 0.0242209 -0.0195666
-0.000172191 -0.00449382 0.00689116
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191659 0.323998 0.399252 0.42583 0.429549 0.429671 0.429323 0.428261 0.4297 0.435926 0.464507</Total>
<Absorption>8.52437e-05 2.47542e-06 1.51335e-06 1.29689e-06 4.69157e-06 1.19672e-05 2.21115e-05 3.96444e-05 7.60815e-05 0.000140723 0.000296175</Absorption>
<NeutronVelocity>1781204023 860688895.4 430835778.3 85211537.64 16578166.89 6393166.983 3451131.971 1924390.69 1002211.882 541711.8093 257335.344</NeutronVelocity>
<Transport>0.161549 0.28516 0.369574 0.400991 0.405541 0.405636 0.405171 0.404427 0.407724 0.420331 0.474829</Transport>
<Removal>0.029124 0.030724 0.038795 0.010787 0.024619 0.039968 0.074293 0.043478 0.067523 0.041509 0.084192</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162535
0.0290188 0.293274
1.93607e-05 0.0307218 0.360457
2.79086e-06 0 0.0387931 0.415043
0.0107859 0.40493
0.024613 0.389703 0.000153695
0.0399534 0.35503 0.000524203
0.0741166 0.384783 0.00559692
0.0428739 0.362177 0.0220889 0.00052993
4.2615e-05 0.0614087 0.394417 0.083359
0.00043114 0.0192777 0.380315
0.0300825
-0.00638551 0.0435659
2.7698e-06 -0.00861494 0.0408998
4.58934e-07 0 -0.0115318 0.0280077
-0.00322138 0.0314454
-0.00743849 0.0355818 0.000118207
-0.0115483 0.0445465 0.000245605
-0.0205122 0.0350928 7.98641e-05
-0.0114869 0.0355941 -0.00389032 -0.000201406
-2.87235e-05 -0.0135633 0.0237201 -0.0193179
-0.00015327 -0.00447019 0.00668646
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191635 0.324004 0.399247 0.425818 0.429551 0.429687 0.42925 0.428084 0.430219 0.437169 0.47293</Total>
<Absorption>8.5796e-05 2.47533e-06 1.51364e-06 1.29526e-06 4.68336e-06 1.19599e-05 2.21003e-05 3.9644e-05 7.57748e-05 0.000137301 0.000293804</Absorption>
<NeutronVelocity>1781162779 860622229.9 430902611.7 85443065.01 16606799.16 6395906.62 3452096.976 1923813.152 1006031.157 555133.0376 259389.9149</NeutronVelocity>
<Transport>0.161549 0.28511 0.369549 0.400967 0.405415 0.405249 0.405028 0.404455 0.407659 0.420562 0.483998</Transport>
<Removal>0.029239 0.030729 0.038769 0.010678 0.024426 0.039841 0.07452 0.044213 0.068723 0.051145 0.106016</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162396
0.0291333 0.293275
1.72362e-05 0.0307266 0.360478
2.54937e-06 0 0.0387669 0.41514
0.0106767 0.405125
0.0244207 0.389846 0.00023043
0.0398285 0.35473 0.000724706
0.0742681 0.383871 0.00724831
0.0433891 0.361496 0.0319654 0.00117022
6.23662e-05 0.0609144 0.386024 0.104552
0.000487952 0.0190349 0.366914
0.029983
-0.00634682 0.0436525
2.51931e-06 -0.00863127 0.040941
6.41457e-08 0 -0.0115613 0.0279712
-0.0031734 0.0314733
-0.00733856 0.035817 0.00017072
-0.0113812 0.0443571 0.000304791
-0.0203055 0.0346889 -9.00788e-05
-0.0113378 0.0358696 -0.00553713 -0.000425505
-4.20843e-05 -0.0130648 0.0261115 -0.0233948
-0.000172087 -0.00424057 0.010284
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191615 0.323971 0.399253 0.425824 0.429551 0.429687 0.42925 0.428084 0.430235 0.4372 0.472923</Total>
<Absorption>8.57648e-05 2.47569e-06 1.51343e-06 1.29615e-06 4.68664e-06 1.19603e-05 2.21064e-05 3.96465e-05 7.60537e-05 0.000137478 0.000293785</Absorption>
<NeutronVelocity>1781235750 860800027.5 430846915.8 85316952.48 16594673.44 6395702.088 3451143.882 1923687.324 1002340.465 554418.9966 259406.7368</NeutronVelocity>
<Transport>0.161457 0.28506 0.369502 0.400932 0.40532 0.40573 0.405414 0.404117 0.408115 0.420549 0.483045</Transport>
<Removal>0.029177 0.030697 0.038823 0.01074 0.024462 0.039665 0.074473 0.044364 0.069497 0.050859 0.10501</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162438
0.0290706 0.293274
1.8501e-05 0.0306942 0.36043
2.39746e-06 0 0.0388211 0.415084
0.0107395 0.405089
0.0244573 0.390022 0.000218501
0.0396541 0.354777 0.000722852
0.0742275 0.38372 0.00689666
0.0435288 0.360738 0.031534 0.00105844
7.03608e-05 0.0620189 0.386341 0.103655
0.000507802 0.0191943 0.367913
0.0300961
-0.00637495 0.04361
1.56996e-06 -0.00860451 0.040966
2.74336e-07 0 -0.011527 0.028042
-0.00320337 0.0315355
-0.00730595 0.0353978 0.000159794
-0.0114423 0.0441715 0.000305915
-0.020495 0.0349147 -0.000146961
-0.0112234 0.0355348 -0.00543272 -0.00039154
-4.5659e-05 -0.0130898 0.0261605 -0.0232972
-0.000192541 -0.00435147 0.0111206
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191656 0.323986 0.399254 0.425831 0.429551 0.429687 0.429248 0.428087 0.430259 0.437259 0.472876</Total>
<Absorption>8.47771e-05 2.47553e-06 1.51337e-06 1.29728e-06 4.69137e-06 1.19688e-05 2.21111e-05 3.96818e-05 7.6466e-05 0.000137786 0.000293613</Absorption>
<NeutronVelocity>1781264306 860718527.8 430839490.7 85163641.94 16577232.5 6391124.007 3450393.69 1921975.483 996929.4573 553176.8949 259558.2319</NeutronVelocity>
<Transport>0.16162 0.285119 0.369507 0.40098 0.405543 0.405566 0.405542 0.404248 0.408224 0.421033 0.483195</Transport>
<Removal>0.029148 0.030747 0.038797 0.010821 0.024678 0.039964 0.0744 0.044559 0.071208 0.050753 0.105321</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162508
0.0290429 0.293239
1.81393e-05 0.0307442 0.360457
2.78787e-06 0 0.0387949 0.41501
0.0108202 0.404873
0.0246743 0.389723 0.000220816
0.0399542 0.354848 0.000736367
0.0741545 0.383528 0.00667071 7.06076e-07
0.043723 0.359051 0.0313136 0.00110719
5.79749e-05 0.063944 0.386506 0.103924
0.000510966 0.019305 0.367555
0.0300219
-0.00635344 0.0436132
1.68679e-06 -0.00863924 0.0409361
2.87263e-08 0 -0.0114947 0.0280173
-0.00322164 0.0314471
-0.0074393 0.0355573 0.000171368
-0.0114379 0.0439758 0.000296772
-0.0204413 0.0349076 -0.000114937 -6.61001e-07
-0.0113471 0.0356294 -0.00545284 -0.000402176
-3.80022e-05 -0.013302 0.0257906 -0.0233065
-0.000192885 -0.00438728 0.0108992
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191633 0.323981 0.399258 0.425832 0.429551 0.429687 0.429248 0.428086 0.430263 0.437276 0.472847</Total>
<Absorption>8.54945e-05 2.4756e-06 1.5133e-06 1.29723e-06 4.69095e-06 1.19679e-05 2.21104e-05 3.96757e-05 7.65353e-05 0.000137868 0.000293482</Absorption>
<NeutronVelocity>1781321420 860755571.2 430809793.2 85162916.66 16578854 6391655.055 3450512.746 1922271.048 996025.8568 552846.6072 259674.8352</NeutronVelocity>
<Transport>0.161548 0.285096 0.369427 0.401049 0.405469 0.405681 0.405265 0.404404 0.407728 0.421214 0.483493</Transport>
<Removal>0.029117 0.030696 0.038801 0.010789 0.024688 0.039962 0.074672 0.04451 0.071537 0.05085 0.105286</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162516
0.0290094 0.293285
1.83786e-05 0.0306928 0.360457
2.1984e-06 0 0.0388004 0.415043
0.0107885 0.404863
0.0246833 0.389725 0.000233969
0.0399507 0.354576 0.000709517
0.0744218 0.383576 0.00660424 4.5557e-07
0.0436971 0.358726 0.031292 0.00109053
6.41903e-05 0.0643525 0.386426 0.103921
0.000503762 0.0194157 0.367561
0.0300354
-0.00635179 0.0436259
1.79778e-06 -0.00861783 0.041021
2.1179e-07 0 -0.0115004 0.0279604
-0.00323183 0.0314856
-0.00740443 0.0355973 0.000167944
-0.0115928 0.0443012 0.000291603
-0.0204857 0.0347542 -0.000104459 -4.02456e-07
-0.0113358 0.0361447 -0.00544545 -0.000396962
-4.18653e-05 -0.01334 0.0256002 -0.0232065
-0.000179816 -0.00435848 0.0105615
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191641 0.323965 0.399241 0.425815 0.429546 0.429656 0.429321 0.428203 0.429153 0.43459 0.456384</Total>
<Absorption>8.54059e-05 2.47575e-06 1.51364e-06 1.29501e-06 4.68312e-06 1.19535e-05 2.20983e-05 3.95701e-05 7.45628e-05 0.000143389 0.000299456</Absorption>
<NeutronVelocity>1781064435 860814847.3 430930465.1 85485429.01 16609860.94 6400942.219 3453408.341 1928086.239 1022645.461 531634.9369 254515.7456</NeutronVelocity>
<Transport>0.161434 0.285182 0.369592 0.401021 0.405385 0.405465 0.405553 0.404488 0.407045 0.419025 0.466787</Transport>
<Removal>0.029214 0.030716 0.03869 0.010669 0.024374 0.039902 0.074148 0.042199 0.058247 0.033549 0.062641</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162427
0.0291087 0.293249
1.77468e-05 0.0307131 0.360551
2.54509e-06 0 0.0386889 0.415146
0.0106676 0.405172
0.0243693 0.389754 9.78226e-05
0.0398861 0.355173 0.000330465
0.0740339 0.386004 0.00464763
0.0417871 0.370906 0.014359 0.000146962
3.48733e-05 0.0531962 0.401041 0.0622185
0.000314527 0.0190381 0.393743
0.0300933
-0.0063853 0.0435471
1.42855e-06 -0.0086141 0.0408081
-1.19971e-08 0 -0.0114608 0.0279247
-0.00318533 0.0315066
-0.00734639 0.0357302 8.2755e-05
-0.0115409 0.0446146 0.000178167
-0.020929 0.0349626 0.0002444
-0.0114178 0.0347928 -0.00247088 -5.69502e-05
-2.26801e-05 -0.0128228 0.0224498 -0.0153424
-0.000121312 -0.00464787 0.00231077
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191623 0.323961 0.399259 0.42582 0.429546 0.429656 0.429316 0.428203 0.42916 0.434657 0.456262</Total>
<Absorption>8.59206e-05 2.47581e-06 1.51331e-06 1.29552e-06 4.68698e-06 1.19603e-05 2.21146e-05 3.95757e-05 7.47835e-05 0.000143854 0.00030102</Absorption>
<NeutronVelocity>1781413445 860859309.8 430813505.1 85408036.9 16595609.8 6397256.856 3450869.964 1927811.182 1019624.717 529916.4322 253193.4018</NeutronVelocity>
<Transport>0.161498 0.284983 0.369653 0.401005 0.405487 0.405687 0.405217 0.404897 0.406696 0.418954 0.466856</Transport>
<Removal>0.029169 0.030656 0.038791 0.010722 0.024482 0.039948 0.074479 0.042148 0.059087 0.033438 0.062179</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162454
0.029061 0.293305
1.79502e-05 0.0306539 0.360468
2.57419e-06 0 0.0387897 0.415098
0.0107204 0.405064
0.024477 0.389708 0.000113932
0.0399363 0.354837 0.00033108
0.0743452 0.386055 0.00454927
0.0417431 0.370073 0.0140857 0.000194338
3.25663e-05 0.0541342 0.401219 0.0617207
0.000330988 0.0192059 0.394083
0.0300477
-0.00638874 0.0437042
1.34509e-06 -0.00860944 0.0408212
-9.73255e-08 0 -0.0115251 0.0279546
-0.0031959 0.031387
-0.00732846 0.0355215 9.46623e-05
-0.011555 0.0447814 0.000179029
-0.0207776 0.0346795 0.000216407
-0.011545 0.0352996 -0.00246757 -6.69527e-05
-2.14032e-05 -0.0129437 0.022677 -0.0149146
-0.000126717 -0.00473609 0.00175455
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191647 0.323956 0.399268 0.425826 0.429546 0.429656 0.429316 0.428204 0.429169 0.434722 0.456293</Total>
<Absorption>8.64557e-05 2.47586e-06 1.5131e-06 1.29643e-06 4.69092e-06 1.19711e-05 2.21222e-05 3.96077e-05 7.50546e-05 0.000144339 0.000300431</Absorption>
<NeutronVelocity>1781137399 860881542.7 430726290.7 85279118.56 16581108.15 6391450.795 3449679.525 1926251.534 1015938.036 528136.4705 253689.9199</NeutronVelocity>
<Transport>0.161571 0.285088 0.369527 0.401085 0.405237 0.405354 0.405232 0.404609 0.406889 0.419014 0.466296</Transport>
<Removal>0.029138 0.030638 0.038806 0.010773 0.024625 0.040204 0.074664 0.042431 0.06015 0.033144 0.062004</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162509
0.0290319 0.293318
1.80253e-05 0.0306362 0.360462
1.99593e-06 0 0.0388044 0.415053
3.71661e-08 0 0 0.0107716 0.404921
0.0246199 0.389452 0.000103241
0.0401943 0.354652 0.000337102
0.0745388 0.385773 0.00441751
0.0420091 0.369019 0.013631 0.000164505
4.20258e-05 0.0553191 0.401578 0.0615268
0.000342061 0.0193672 0.394289
0.0300453
-0.00637858 0.0435933
1.76055e-06 -0.00859106 0.0409561
1.43297e-07 0 -0.0115208 0.0279043
2.45556e-08 0 0 -0.00322037 0.031696
-0.00738772 0.0359136 8.67825e-05
-0.0116133 0.0447938 0.000180741
-0.0207966 0.035065 0.000213919
-0.0116383 0.0353316 -0.00236431 -6.05818e-05
-2.73282e-05 -0.0131573 0.0225343 -0.014739
-0.000127041 -0.00468444 0.0021175
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191663 0.323985 0.399264 0.425826 0.429546 0.429656 0.429317 0.428204 0.429171 0.434752 0.456348</Total>
<Absorption>8.47296e-05 2.47554e-06 1.51306e-06 1.29634e-06 4.69163e-06 1.19634e-05 2.21175e-05 3.9608e-05 7.51086e-05 0.000144529 0.000300386</Absorption>
<NeutronVelocity>1781442006 860725936.3 430733711.8 85292211.12 16578551.66 6395579.376 3450429.406 1926236.692 1015207.813 527442.8516 253727.8971</NeutronVelocity>
<Transport>0.161511 0.285092 0.369622 0.40099 0.405434 0.405637 0.405555 0.404759 0.4072 0.419536 0.465965</Transport>
<Removal>0.029154 0.030706 0.038976 0.010775 0.024655 0.039877 0.074601 0.042612 0.06048 0.033461 0.062494</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162509
0.0290485 0.293279
1.76308e-05 0.0307032 0.360288
2.31253e-06 0 0.0389744 0.415051
0.0107731 0.404891
0.0246512 0.389779 9.88746e-05
0.0398629 0.354716 0.000338406
0.0744742 0.385592 0.00439346
0.0421927 0.368691 0.0137227 0.000183326
3.5575e-05 0.0556707 0.401291 0.0620188
0.000343245 0.019604 0.393854
0.030062
-0.00633818 0.0436376
2.43935e-06 -0.00861543 0.0409244
1.60496e-07 0 -0.0116066 0.0280026
-0.00322194 0.0315107
-0.00740007 0.0356172 8.15145e-05
-0.0116003 0.0445168 0.000185365
-0.0208366 0.0348278 0.000189618
-0.0115638 0.0350496 -0.00241978 -6.29619e-05
-2.46958e-05 -0.0131463 0.0222322 -0.0150153
-0.000135301 -0.00481837 0.00273319
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191681 0.323974 0.399252 0.425815 0.429548 0.429671 0.42932 0.428258 0.429668 0.435804 0.464547</Total>
<Absorption>8.60296e-05 2.47568e-06 1.51351e-06 1.29507e-06 4.68457e-06 1.19558e-05 2.21102e-05 3.95887e-05 7.53793e-05 0.000139935 0.000296686</Absorption>
<NeutronVelocity>1780674341 860807437.4 430848772.1 85479583.2 16604014.19 6399303.756 3451346.37 1927090.46 1011556.016 544763.1914 256892.4237</NeutronVelocity>
<Transport>0.161625 0.285056 0.36963 0.400917 0.40539 0.405985 0.405605 0.404717 0.407203 0.419813 0.474954</Transport>
<Removal>0.029204 0.030676 0.038834 0.010701 0.024433 0.039885 0.074786 0.042781 0.064413 0.041933 0.084031</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162477
0.0290984 0.293298
1.76558e-05 0.0306737 0.360418
2.36016e-06 0 0.038832 0.415114
0.0106998 0.405115
0.0244285 0.389786 0.000143879
0.0398716 0.354534 0.000511871
0.0746161 0.385477 0.00597455
0.0421829 0.365255 0.0229159 0.000494939
4.48438e-05 0.0579927 0.393871 0.0832177
0.000381384 0.0188776 0.380516
0.0300563
-0.0063642 0.0436721
2.55759e-06 -0.00864221 0.0408264
-1.57526e-07 0 -0.0115145 0.0280518
-0.00320847 0.031513
-0.00735579 0.035206 0.000113418
-0.0115225 0.0441479 0.000251904
-0.0205465 0.0346623 8.92548e-05
-0.0113561 0.0355282 -0.00398602 -0.000187281
-2.97357e-05 -0.0130076 0.0241228 -0.0196943
-0.000155604 -0.00439738 0.00712995
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.19164 0.323965 0.399258 0.425819 0.429549 0.429671 0.429322 0.428259 0.42968 0.435851 0.464561</Total>
<Absorption>8.64957e-05 2.47579e-06 1.51327e-06 1.29581e-06 4.68822e-06 1.19604e-05 2.21125e-05 3.96089e-05 7.56343e-05 0.000140239 0.000295973</Absorption>
<NeutronVelocity>1781438833 860866720.6 430794945.9 85378868.73 16590488.67 6396847.633 3450989.053 1926110.547 1008142.769 543584.6144 257511.6138</NeutronVelocity>
<Transport>0.161488 0.285164 0.369463 0.400996 0.405499 0.405501 0.404825 0.404201 0.407398 0.420131 0.474971</Transport>
<Removal>0.029151 0.030643 0.038863 0.010733 0.024608 0.039888 0.074596 0.043156 0.065638 0.041791 0.084058</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162489
0.0290416 0.293322
1.80162e-05 0.0306406 0.360395
3.19241e-06 0 0.0388625 0.415086
0.0107322 0.404941
0.0246031 0.389783 0.000147532
0.0398789 0.354726 0.000516616
0.0744251 0.385103 0.00587871
0.0425497 0.364042 0.0225097 0.000507022
5.36854e-05 0.0592924 0.39406 0.0832512
0.000389581 0.0191348 0.380503
0.0300722
-0.00637904 0.0435336
2.38651e-06 -0.00861634 0.0409978
4.46115e-07 0 -0.0115146 0.0279653
-0.00319804 0.0314359
-0.00738735 0.0357232 0.000115456
-0.0115546 0.0450298 0.00024876
-0.0206491 0.0351389 0.000100262
-0.0113077 0.0355081 -0.00395957 -0.000173856
-3.55344e-05 -0.0132034 0.0239288 -0.0195472
-0.000137284 -0.00449216 0.00690943
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191658 0.323976 0.399262 0.425828 0.429549 0.429671 0.429323 0.42826 0.429696 0.435903 0.464552</Total>
<Absorption>8.58111e-05 2.47565e-06 1.51329e-06 1.29653e-06 4.68929e-06 1.19721e-05 2.21119e-05 3.96323e-05 7.59924e-05 0.000140568 0.00029678</Absorption>
<NeutronVelocity>1781394404 860785208.3 430778244 85258033.44 16586581.12 6390552.208 3451072.421 1924972.28 1003388.443 542311.113 256810.6176</NeutronVelocity>
<Transport>0.161575 0.285036 0.369581 0.401045 0.405406 0.405698 0.405072 0.40465 0.40755 0.419545 0.475945</Transport>
<Removal>0.029132 0.030661 0.038815 0.010792 0.024569 0.040242 0.074331 0.043199 0.067243 0.041494 0.084207</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162526
0.0290219 0.293315
1.93744e-05 0.0306587 0.360447
2.59693e-06 0 0.0388139 0.415036
0.0107908 0.40498
0.0245637 0.389429 0.000167936
0.0402278 0.354992 0.000524571
0.074145 0.385061 0.00559283 2.29215e-07
0.0425853 0.362453 0.0220463 0.000543371
4.69507e-05 0.0611275 0.394409 0.083361
0.000444162 0.019303 0.380345
0.0300261
-0.00637442 0.0436688
2.33626e-06 -0.00860779 0.0408884
1.39998e-07 0 -0.0115105 0.027947
-0.00321577 0.0315277
-0.00738613 0.035647 0.000131106
-0.0116759 0.0446085 0.000249126
-0.0204887 0.0348749 4.88424e-05 -2.22185e-07
-0.0114963 0.0357334 -0.0038339 -0.000194746
-3.04944e-05 -0.0134833 0.0243735 -0.0194797
-0.000168013 -0.00443103 0.00592974
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191639 0.323971 0.399255 0.425828 0.429549 0.429671 0.429321 0.42826 0.429698 0.435918 0.4645</Total>
<Absorption>8.55694e-05 2.47571e-06 1.51343e-06 1.29631e-06 4.69031e-06 1.19701e-05 2.21149e-05 3.96233e-05 7.6047e-05 0.000140678 0.000296161</Absorption>
<NeutronVelocity>1781416618 860807437.4 430824641.4 85284209.63 16582840.41 6391614.202 3450596.09 1925409.631 1002667.094 541885.0012 257347.9267</NeutronVelocity>
<Transport>0.161485 0.285054 0.369578 0.401002 0.405527 0.4055 0.405071 0.404278 0.407322 0.419871 0.475124</Transport>
<Removal>0.029109 0.030729 0.038819 0.010742 0.024627 0.04021 0.074568 0.043474 0.067281 0.041511 0.084252</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.16253
0.0290012 0.293242
1.84789e-05 0.0307265 0.360436
2.68541e-06 0 0.038816 0.415086
0.0107408 0.404922
0.0246222 0.389461 0.000152401
0.0402024 0.354753 0.000499809
0.0743916 0.384786 0.00558302
0.0428776 0.362417 0.0219397 0.000537443
5.05876e-05 0.0611854 0.394407 0.083393
0.000430536 0.0194313 0.380248
0.0300796
-0.00635359 0.0436457
1.82291e-06 -0.00862925 0.0409131
-1.48167e-07 0 -0.0115496 0.0279901
-0.00321903 0.0314254
-0.00740447 0.0358175 0.000121235
-0.0116478 0.0448999 0.000241661
-0.0207711 0.0351191 0.000104907
-0.0113592 0.0358914 -0.00385595 -0.000196031
-3.48444e-05 -0.0134957 0.0242363 -0.0196718
-0.000142262 -0.0045861 0.0068389
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191658 0.323953 0.399247 0.425814 0.429551 0.429686 0.429249 0.428084 0.43022 0.437166 0.4729</Total>
<Absorption>8.55468e-05 2.4759e-06 1.51358e-06 1.29484e-06 4.68553e-06 1.19521e-05 2.21039e-05 3.96433e-05 7.57878e-05 0.000137273 0.000294033</Absorption>
<NeutronVelocity>1780531667 860911188.4 430893328 85504433.4 16598777.67 6400122.882 3451525.056 1923846.462 1005859.129 555244.002 259187.5507</NeutronVelocity>
<Transport>0.161509 0.285097 0.369446 0.401018 0.405667 0.405481 0.405785 0.404333 0.4078 0.420771 0.483106</Transport>
<Removal>0.029263 0.030674 0.038707 0.010649 0.024538 0.039689 0.074455 0.044232 0.068728 0.051336 0.105834</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
8 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
8 11
</Profile>
<Value>
0.162395
0.0291534 0.293279
1.85088e-05 0.0306727 0.36054
2.26084e-06 0 0.0387051 0.415165
0.0106482 0.405013
0.0245332 0.389997 0.000244079
0.03968 0.354794 0.000737796
0.0741877 0.383852 0.00722686
0.0433857 0.361492 0.0320713 0.00112371
7.01409e-05 0.0609386 0.38583 0.104416
3.37714e-07 0.000488893 0.0191398 0.367066
0.0300591
-0.00638943 0.0435745
2.11583e-06 -0.00860182 0.0409607
1.57338e-07 0 -0.0114687 0.0279212
-0.00317985 0.0312779
-0.00739476 0.0356137 0.000185424
-0.0114107 0.0437012 0.000309281
-0.0204225 0.0348031 -0.000133647
-0.0113358 0.035685 -0.00550702 -0.000396601
-4.55345e-05 -0.0129687 0.0259653 -0.0233356
-3.1359e-07 -0.000177181 -0.00433676 0.0110687
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191593 0.323987 0.399252 0.42582 0.429551 0.429687 0.429247 0.428085 0.430236 0.437207 0.473017</Total>
<Absorption>8.67043e-05 2.47553e-06 1.51352e-06 1.29553e-06 4.68692e-06 1.19614e-05 2.21114e-05 3.9656e-05 7.6065e-05 0.000137493 0.000293399</Absorption>
<NeutronVelocity>1781886412 860725936.3 430863623 85405119.18 16593654.59 6395129.469 3450346.07 1923224.863 1002190.789 554354.4542 259748.3558</NeutronVelocity>
<Transport>0.161426 0.285088 0.369645 0.400979 0.405489 0.405319 0.405612 0.404378 0.407887 0.42071 0.483686</Transport>
<Removal>0.029165 0.030696 0.038816 0.010695 0.024575 0.039782 0.074597 0.044509 0.069603 0.051267 0.105558</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162428
0.0290594 0.293291
1.76192e-05 0.0306945 0.360436
2.94159e-06 0 0.0388146 0.415125
0.0106934 0.404976
0.024571 0.389905 0.000218618
0.0397675 0.35465 0.000738564
0.0743536 0.383576 0.00701134 2.73406e-07
0.0436654 0.360633 0.0318398 0.00120194
6.41971e-05 0.0620105 0.38594 0.104067
0.000509958 0.0192879 0.367459
0.030057
-0.00634251 0.0436292
1.56043e-06 -0.00861331 0.0408141
1.34091e-07 0 -0.0115126 0.0279943
-0.00320887 0.0314373
-0.00737652 0.0358145 0.000160683
-0.0114487 0.0438939 0.000309729
-0.0204199 0.0348024 -8.64414e-05 -9.59329e-08
-0.0113824 0.03556 -0.00540653 -0.000431042
-4.08077e-05 -0.012947 0.0260282 -0.0233829
-0.000188551 -0.00439174 0.0105969
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191648 0.323959 0.39926 0.425826 0.429551 0.429687 0.429248 0.428087 0.430258 0.437252 0.472858</Total>
<Absorption>8.54733e-05 2.47583e-06 1.51321e-06 1.29644e-06 4.68903e-06 1.1967e-05 2.21088e-05 3.96843e-05 7.64366e-05 0.000137743 0.000293838</Absorption>
<NeutronVelocity>1781286516 860866720.6 430774532.6 85280573.09 16585865.86 6392104.473 3450750.883 1921857.283 997317.2167 553351.3726 259360.3137</NeutronVelocity>
<Transport>0.161595 0.285036 0.369426 0.401053 0.405403 0.405406 0.405417 0.404168 0.40835 0.4208 0.483527</Transport>
<Removal>0.02913 0.03062 0.038884 0.01076 0.024605 0.039882 0.074571 0.044677 0.071282 0.050836 0.105407</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162518
0.0290189 0.293339
2.06063e-05 0.0306171 0.360376
3.18999e-06 0 0.0388826 0.415066
0.0107585 0.404946
0.0245998 0.389805 0.000232079
0.0398681 0.354677 0.000734935
0.0743151 0.38341 0.00675573 2.37114e-07
0.0438395 0.358976 0.031494 0.00114198
5.97189e-05 0.0639403 0.386416 0.103981
0.000505202 0.0192064 0.367451
0.0300416
-0.00638339 0.0436137
2.40416e-06 -0.00856285 0.0410487
4.39557e-07 0 -0.0115281 0.0279195
-0.00320145 0.0315098
-0.00736238 0.0357387 0.000171227
-0.0114595 0.0441636 0.000306796
-0.0205039 0.0349908 -0.000153259 -1.30261e-07
-0.0113583 0.0355065 -0.00543431 -0.000414657
-4.03172e-05 -0.0132772 0.0259306 -0.0233573
-0.000185247 -0.00431528 0.0106664
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191606 0.323964 0.399266 0.425828 0.429551 0.429687 0.429245 0.428087 0.430264 0.437265 0.472964</Total>
<Absorption>8.66896e-05 2.47578e-06 1.51321e-06 1.29663e-06 4.69151e-06 1.19683e-05 2.21244e-05 3.9686e-05 7.65449e-05 0.000137813 0.000293538</Absorption>
<NeutronVelocity>1781543565 860851899 430752265.8 85244951.37 16576737.86 6391409.945 3448311.534 1921772.335 995906.823 553069.814 259625.6199</NeutronVelocity>
<Transport>0.161535 0.285105 0.369574 0.401049 0.405422 0.40526 0.404661 0.40417 0.408277 0.421331 0.483423</Transport>
<Removal>0.029088 0.030675 0.0389 0.010797 0.024656 0.039829 0.074699 0.044607 0.071596 0.050938 0.105419</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162518
0.0289851 0.293289
1.848e-05 0.0306721 0.360366
2.38018e-06 0 0.038898 0.415031
0.0107958 0.404895
0.0246511 0.389858 0.00023033
0.0398186 0.354546 0.000735223
0.0744455 0.38348 0.00660726 2.28266e-06
0.0437649 0.358668 0.0314217 0.00120009
6.36041e-05 0.0643901 0.386327 0.103913
0.00052169 0.0193692 0.367545
0.0300214
-0.00634213 0.0436026
1.6781e-06 -0.00861344 0.0409167
1.49086e-07 0 -0.0115359 0.0279396
-0.0032135 0.0315309
-0.0074033 0.0358547 0.00017779
-0.0114297 0.0448669 0.000315625
-0.0204601 0.0349039 -0.000107284 -1.40945e-06
-0.0112741 0.0357304 -0.00551501 -0.000434902
-4.46769e-05 -0.0134624 0.0255267 -0.0231051
-0.000187171 -0.00433045 0.0105782
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191691 0.323952 0.399255 0.425811 0.429546 0.429656 0.429317 0.428203 0.429153 0.434581 0.456319</Total>
<Absorption>8.41846e-05 2.47591e-06 1.51334e-06 1.29459e-06 4.68256e-06 1.195e-05 2.21078e-05 3.95616e-05 7.45621e-05 0.00014332 0.000299881</Absorption>
<NeutronVelocity>1780671171 860911188.4 430832066 85548321.97 16611930.36 6402786.493 3451930.147 1928498.972 1022654.873 531895.089 254155.4415</NeutronVelocity>
<Transport>0.161571 0.285026 0.369489 0.400949 0.405694 0.405704 0.405705 0.404525 0.407027 0.41892 0.466402</Transport>
<Removal>0.029311 0.030644 0.038793 0.010646 0.024329 0.03985 0.07468 0.042038 0.058172 0.033524 0.062619</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.16238
0.0292075 0.293308
1.95315e-05 0.0306414 0.360462
1.969e-06 0 0.0387907 0.415165
0.0106448 0.405217
0.024324 0.389806 8.99375e-05
0.0398365 0.354637 0.000328676
0.0745679 0.386165 0.00463025
0.0416399 0.370981 0.0144031 0.000176664
3.38039e-05 0.0531427 0.401057 0.0621592
0.000317265 0.0189803 0.3937
0.0300472
-0.00641572 0.0436506
1.58739e-06 -0.00857812 0.0409752
2.86597e-07 0 -0.0115212 0.0279965
-0.0031853 0.0311518
-0.00730127 0.0354131 7.29542e-05
-0.0114629 0.0444332 0.000172447
-0.0208942 0.034957 0.000212931
-0.0114431 0.034851 -0.0024864 -7.31811e-05
-2.28691e-05 -0.0128282 0.022574 -0.0152336
-0.000125514 -0.00465905 0.00269483
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191629 0.323976 0.399245 0.425819 0.429546 0.429656 0.429318 0.428204 0.429159 0.434651 0.456259</Total>
<Absorption>8.63631e-05 2.47565e-06 1.51376e-06 1.29543e-06 4.68758e-06 1.19584e-05 2.21095e-05 3.95829e-05 7.47388e-05 0.000143793 0.000300416</Absorption>
<NeutronVelocity>1781422965 860777798.8 430921180.2 85422628.45 16593406.78 6398239.205 3451679.933 1927458.184 1020235.348 530143.9871 253702.7923</NeutronVelocity>
<Transport>0.161608 0.285108 0.369411 0.40094 0.405381 0.405757 0.40508 0.404779 0.407082 0.419292 0.465579</Transport>
<Removal>0.029194 0.030708 0.038757 0.010701 0.02454 0.039963 0.07452 0.042462 0.059004 0.033435 0.062063</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162435
0.0290872 0.293268
1.95983e-05 0.0307048 0.360488
2.17619e-06 0 0.0387548 0.415118
0.0106995 0.405006
0.0245361 0.389693 9.55116e-05
0.0399509 0.354798 0.00033269
0.0744003 0.385742 0.00450941
0.0420503 0.370155 0.0140829 0.000204899
3.59327e-05 0.0541078 0.401216 0.0615776
0.000321681 0.0192075 0.394196
0.0300192
-0.00638752 0.0436489
1.62116e-06 -0.00865101 0.0409867
-1.00602e-07 0 -0.0114595 0.0280045
-0.00317722 0.0315132
-0.00734895 0.035496 7.98137e-05
-0.0115993 0.0450034 0.000182816
-0.0208456 0.0347986 0.000180954
-0.0115525 0.0350149 -0.00246236 -8.70124e-05
-2.32076e-05 -0.0130065 0.0223428 -0.015209
-0.000126869 -0.00474277 0.00326442
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191648 0.323968 0.399265 0.425823 0.429546 0.429656 0.429319 0.428204 0.429168 0.434724 0.456228</Total>
<Absorption>8.50153e-05 2.47574e-06 1.51307e-06 1.29614e-06 4.69011e-06 1.1967e-05 2.21113e-05 3.95881e-05 7.50409e-05 0.000144326 0.000300337</Absorption>
<NeutronVelocity>1781048575 860822257.4 430759687.8 85326416.21 16584050.46 6393657.492 3451382.106 1927209.305 1016123.853 528183.8925 253769.7496</NeutronVelocity>
<Transport>0.161501 0.285102 0.369535 0.401037 0.405276 0.405452 0.405539 0.404594 0.406765 0.418975 0.466171</Transport>
<Removal>0.02912 0.030683 0.038835 0.01075 0.024577 0.039891 0.074428 0.042587 0.060281 0.0334 0.062553</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162528
0.029015 0.293285
1.86517e-05 0.0306801 0.36043
2.14655e-06 0 0.0388328 0.415073
0.0107494 0.404969
0.0245715 0.389765 0.000100293
0.0398798 0.354891 0.000350579
0.0743125 0.385617 0.00439287
0.0421547 0.368887 0.0137356 0.000200493
3.96346e-05 0.055466 0.401324 0.0620443
0.000350004 0.0195273 0.393675
0.0301002
-0.00636057 0.04362
2.46867e-06 -0.00864902 0.0409369
2.26928e-07 0 -0.0115191 0.0279422
-0.00321 0.0316286
-0.00736006 0.0356667 8.27359e-05
-0.0114652 0.0445019 0.000192591
-0.0208043 0.0349633 0.000201177
-0.0115357 0.0354191 -0.00240229 -7.20596e-05
-2.63722e-05 -0.0131092 0.0226668 -0.0151533
-0.00012341 -0.00472837 0.00268312
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191629 0.323975 0.399266 0.425824 0.429546 0.429656 0.429316 0.428204 0.429172 0.434734 0.456228</Total>
<Absorption>8.62602e-05 2.47565e-06 1.51328e-06 1.29617e-06 4.69152e-06 1.197e-05 2.2121e-05 3.96028e-05 7.51604e-05 0.000144412 0.000300398</Absorption>
<NeutronVelocity>1781511827 860777798.8 430754121.2 85317680.38 16578936.46 6392022.756 3449881.842 1926489.032 1014507.457 527868.8352 253717.5971</NeutronVelocity>
<Transport>0.161613 0.285005 0.36962 0.401082 0.405605 0.405644 0.405304 0.404849 0.406593 0.419077 0.466415</Transport>
<Removal>0.029104 0.030686 0.038861 0.010734 0.024714 0.040073 0.074802 0.042287 0.060894 0.033355 0.062852</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162525
0.0289979 0.293289
1.82704e-05 0.0306842 0.360405
2.86368e-06 0 0.0388593 0.41509
0.0107328 0.404832
0.0247086 0.389583 9.11305e-05
0.0400576 0.354514 0.000348181
0.0746811 0.385917 0.00436545
0.0418613 0.368278 0.0136158 0.00017107
3.69675e-05 0.0561149 0.401379 0.062388
0.000337308 0.0195964 0.393376
0.029954
-0.00633126 0.0437236
1.5377e-06 -0.00863728 0.0408667
2.24591e-07 0 -0.0115311 0.0278903
-0.0031981 0.0313679
-0.00742774 0.0355866 7.48018e-05
-0.0115766 0.0449275 0.00018978
-0.0209902 0.0345824 0.000203356
-0.0114093 0.0356481 -0.00237608 -5.96855e-05
-2.40792e-05 -0.0131672 0.0226522 -0.0153199
-0.000120637 -0.00485448 0.00257527
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191675 0.32396 0.399254 0.425812 0.429548 0.429671 0.429324 0.428259 0.429667 0.435802 0.464521</Total>
<Absorption>8.50224e-05 2.47583e-06 1.51331e-06 1.29438e-06 4.68294e-06 1.19539e-05 2.21036e-05 3.96101e-05 7.53654e-05 0.000139916 0.000296262</Absorption>
<NeutronVelocity>1780677512 860874131.6 430833922.1 85568818.72 16610026.48 6400327.697 3452359.17 1926054.9 1011742.281 544837.3933 257259.8736</NeutronVelocity>
<Transport>0.16165 0.285036 0.369631 0.400971 0.405482 0.405574 0.405297 0.404407 0.407443 0.419886 0.474665</Transport>
<Removal>0.029247 0.030668 0.038781 0.010627 0.024414 0.039894 0.074204 0.043124 0.064521 0.04187 0.084623</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162428
0.0291408 0.293292
1.84254e-05 0.0306654 0.360473
2.32669e-06 0 0.03878 0.415185
0.0106255 0.405134
0.0244098 0.389777 0.00015603
0.0398832 0.35512 0.000504489
0.0740268 0.385135 0.00602612 2.99587e-07
0.0425297 0.365146 0.0226579 0.000534849
4.8719e-05 0.0580229 0.393932 0.0837794
0.000390793 0.0190642 0.379898
0.0300361
-0.00642291 0.0436459
2.28169e-06 -0.00858745 0.0408427
1.42216e-07 0 -0.0115281 0.0279525
-0.00316258 0.0313899
-0.00732406 0.0355519 0.000125791
-0.0114569 0.0444769 0.000238469
-0.0205755 0.034916 9.52819e-05 -2.14251e-07
-0.0112845 0.0352813 -0.00390113 -0.00018699
-3.06438e-05 -0.0130146 0.0241265 -0.0194005
-0.0001558 -0.00455529 0.0071805
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191632 0.323961 0.39925 0.425817 0.429549 0.429671 0.429322 0.42826 0.429678 0.435846 0.464483</Total>
<Absorption>8.65289e-05 2.47584e-06 1.51338e-06 1.2953e-06 4.68564e-06 1.19601e-05 2.21143e-05 3.9615e-05 7.55931e-05 0.000140204 0.000296414</Absorption>
<NeutronVelocity>1781575305 860888953.9 430865479.5 85443795.07 16600045.15 6396970.395 3450703.253 1925813.801 1008692.916 543717.6148 257128.2376</NeutronVelocity>
<Transport>0.16147 0.28508 0.369479 0.400964 0.405094 0.405739 0.405434 0.404554 0.407597 0.419791 0.475131</Transport>
<Removal>0.029163 0.030636 0.038753 0.010717 0.024479 0.039797 0.074536 0.043164 0.065485 0.041778 0.084617</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162469
0.029056 0.293325
1.58629e-05 0.0306328 0.360497
2.83066e-06 0 0.038751 0.4151
0.0107162 0.40507
0.0244752 0.389874 0.000146781
0.039786 0.354786 0.000502654
0.0743636 0.385096 0.00580175
0.0425789 0.364193 0.0224535 0.000580842
4.66533e-05 0.059197 0.394068 0.0837327
0.000413031 0.0191836 0.379866
0.0300904
-0.00637914 0.0436078
1.5092e-06 -0.00859876 0.040933
-3.49666e-08 0 -0.0114691 0.0279986
-0.00319966 0.0318413
-0.0073882 0.0353513 0.000116969
-0.0114209 0.0445092 0.000239185
-0.0207387 0.0347903 6.27484e-05
-0.0113084 0.0354109 -0.00394249 -0.000203346
-2.98508e-05 -0.0132549 0.0242975 -0.0193925
-0.000152344 -0.00453203 0.00654986
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191619 0.323966 0.39926 0.425821 0.429549 0.429671 0.429318 0.428261 0.429693 0.435901 0.464528</Total>
<Absorption>8.63448e-05 2.47574e-06 1.51328e-06 1.29606e-06 4.68934e-06 1.19635e-05 2.21227e-05 3.96379e-05 7.5934e-05 0.000140569 0.000296892</Absorption>
<NeutronVelocity>1781632439 860814847.3 430791234.3 85343164.87 16586416.06 6395170.367 3449382.043 1924698.111 1004161.244 542308.172 256713.7052</NeutronVelocity>
<Transport>0.161536 0.285066 0.369507 0.400966 0.405512 0.405681 0.406098 0.404662 0.406951 0.419489 0.474525</Transport>
<Removal>0.029109 0.030689 0.038813 0.010766 0.024614 0.03999 0.074992 0.043283 0.066958 0.041524 0.08404</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
8 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
8 11
</Profile>
<Value>
0.16251
0.0290038 0.293277
1.73587e-05 0.0306864 0.360447
2.9654e-06 0 0.0388118 0.415055
0.0107654 0.404935
0.0246094 0.389681 0.000150547
0.0399745 0.354326 0.000519299
0.0748184 0.384978 0.00557955
0.0426708 0.362735 0.0220594 0.000525533
5.06854e-05 0.0608781 0.394377 0.0831959
6.67554e-07 0.000428401 0.0193276 0.380488
0.0299972
-0.00634531 0.043636
2.28642e-06 -0.00861947 0.0409483
4.47229e-07 0 -0.0114994 0.0279994
-0.00319594 0.031429
-0.00739355 0.0355929 0.000120892
-0.0116038 0.0439474 0.000243225
-0.0208479 0.0348066 6.00242e-05
-0.0114289 0.0363002 -0.00385852 -0.000195348
-3.5101e-05 -0.0134759 0.0245664 -0.0193442
-4.63936e-07 -0.000156792 -0.00453741 0.00723228
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191656 0.323976 0.399267 0.425823 0.429549 0.429671 0.429321 0.428261 0.429699 0.435916 0.464587</Total>
<Absorption>8.45373e-05 2.47563e-06 1.51307e-06 1.29581e-06 4.69086e-06 1.19658e-05 2.21163e-05 3.96432e-05 7.6059e-05 0.000140654 0.000296445</Absorption>
<NeutronVelocity>1781238923 860762980.3 430733711.8 85361377.39 16580833.22 6393943.657 3450381.785 1924442.537 1002509.281 541978.9821 257100.4723</NeutronVelocity>
<Transport>0.161524 0.285087 0.369367 0.401085 0.405531 0.405544 0.405118 0.404839 0.407162 0.419928 0.474661</Transport>
<Removal>0.029134 0.030718 0.038829 0.01073 0.024627 0.039993 0.07474 0.043458 0.067634 0.041666 0.084439</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162522
0.0290276 0.293258
1.74891e-05 0.0307157 0.360438
2.75514e-06 0 0.0388269 0.415093
0.0107286 0.404922
0.0246221 0.389678 0.000146985
0.0399819 0.354581 0.000522094
0.0745668 0.384803 0.00562603
0.0428473 0.362065 0.0220523 0.000537242
5.13021e-05 0.0615088 0.39425 0.0836306
0.000424233 0.0194799 0.380148
0.0300945
-0.00639994 0.0436405
1.56743e-06 -0.00862619 0.0411355
-1.94349e-07 0 -0.0115466 0.0278882
-0.00320805 0.0314164
-0.00740005 0.0356006 0.000117801
-0.0114762 0.0445878 0.000246013
-0.0205028 0.034688 0.000122155
-0.0114905 0.0360133 -0.00386646 -0.000183378
-3.45077e-05 -0.0134675 0.0241204 -0.0195963
-0.000149898 -0.00452176 0.00741129
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191654 0.323968 0.399249 0.42581 0.429551 0.429686 0.429248 0.428084 0.430218 0.437168 0.472866</Total>
<Absorption>8.46578e-05 2.47574e-06 1.51339e-06 1.29417e-06 4.683e-06 1.19502e-05 2.21071e-05 3.96479e-05 7.57631e-05 0.000137293 0.000293272</Absorption>
<NeutronVelocity>1781112019 860844488.4 430871048.9 85596651.46 16608095.45 6401106.111 3451024.782 1923620.716 1006187.044 555163.8566 259861.0783</NeutronVelocity>
<Transport>0.161545 0.28501 0.369708 0.401026 0.40568 0.405685 0.405011 0.404346 0.407758 0.421271 0.483254</Transport>
<Removal>0.02925 0.030668 0.038803 0.010623 0.024433 0.039665 0.074674 0.04421 0.068591 0.051262 0.105103</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162404
0.0291437 0.2933
1.93955e-05 0.0306651 0.360446
2.65469e-06 0 0.0388013 0.415187
0.0106216 0.405118
0.0244281 0.390021 0.000228369
0.0396539 0.354574 0.000696726
0.0744224 0.383874 0.00730132 3.06262e-07
0.0434114 0.361627 0.0320966 0.00123177
6.42698e-05 0.0607314 0.385906 0.103582
0.000488265 0.0190294 0.367763
0.0300584
-0.00636038 0.0436891
1.96894e-06 -0.00861114 0.0407121
-4.28855e-08 0 -0.0114827 0.0278895
-0.0031608 0.0312095
-0.00733946 0.0353943 0.000172506
-0.0113945 0.0445727 0.000296961
-0.0205086 0.0347264 -9.70768e-05 -2.4807e-07
-0.0112578 0.0355437 -0.00556131 -0.000410467
-4.34918e-05 -0.0128321 0.0255337 -0.023371
-0.000171541 -0.00433699 0.0110477
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191646 0.323956 0.399265 0.42582 0.429551 0.429686 0.429247 0.428085 0.430234 0.4372 0.472879</Total>
<Absorption>8.44395e-05 2.47585e-06 1.51316e-06 1.29531e-06 4.68573e-06 1.1958e-05 2.21134e-05 3.9663e-05 7.60379e-05 0.000137462 0.000293773</Absorption>
<NeutronVelocity>1780997822 860874131.6 430755976.7 85427736.68 16598088.9 6396929.474 3450036.57 1922888.332 1002549.483 554483.554 259416.831</NeutronVelocity>
<Transport>0.161496 0.285012 0.369558 0.401126 0.405495 0.405497 0.405367 0.404451 0.408016 0.421168 0.483845</Transport>
<Removal>0.029228 0.030652 0.038791 0.010687 0.024588 0.039919 0.074628 0.044362 0.069693 0.05101 0.105253</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162418
0.0291215 0.293304
1.89861e-05 0.0306494 0.360474
2.58074e-06 0 0.0387885 0.415133
0.0106856 0.404963
0.0245836 0.389767 0.000235444
0.0399069 0.354619 0.000733926
0.0743717 0.383723 0.00703284 2.74549e-07
0.0435271 0.360541 0.0317595 0.00126435
6.42606e-05 0.0620831 0.38619 0.103652
0.000506318 0.0191013 0.367626
0.0300546
-0.0063813 0.0436756
2.46339e-06 -0.00859347 0.0409074
1.06097e-08 0 -0.0115067 0.0278298
-0.00318989 0.0314211
-0.00736569 0.0356256 0.00017824
-0.0114377 0.0441638 0.000308891
-0.0204627 0.0346999 -0.000101042 -2.14652e-07
-0.0113567 0.0356121 -0.00545232 -0.000490815
-4.24961e-05 -0.0131283 0.0255998 -0.0235899
-0.000177786 -0.00437314 0.010794
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191644 0.323953 0.399257 0.42582 0.429551 0.429687 0.429247 0.428086 0.430258 0.437243 0.472953</Total>
<Absorption>8.65409e-05 2.47588e-06 1.5133e-06 1.29599e-06 4.69113e-06 1.1961e-05 2.2116e-05 3.96687e-05 7.64393e-05 0.000137689 0.00029362</Absorption>
<NeutronVelocity>1781340459 860881542.7 430811649.1 85353362.92 16578084.44 6395333.964 3449631.924 1922607.363 997277.4326 553565.7941 259552.8424</NeutronVelocity>
<Transport>0.161524 0.285034 0.369612 0.40108 0.405122 0.405885 0.405073 0.404179 0.407785 0.420975 0.48314</Transport>
<Removal>0.029126 0.030698 0.038847 0.010745 0.024646 0.039946 0.074622 0.044533 0.071201 0.050709 0.105368</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162518
0.0290168 0.293255
1.90073e-05 0.030695 0.36041
2.92979e-06 0 0.0388456 0.415075
0.0107441 0.404905
0.0246411 0.389741 0.000231041
0.039931 0.354625 0.00071305
0.0743693 0.383553 0.00666525 4.7763e-07
0.0437161 0.359057 0.0312835 0.00113967
6.23387e-05 0.0639444 0.386534 0.103932
0.000514149 0.0192897 0.367585
0.0300419
-0.00633997 0.0436442
2.121e-06 -0.0086074 0.0408324
1.45266e-07 0 -0.0114962 0.0278888
-0.0032024 0.031832
-0.00740374 0.0353626 0.00017129
-0.0115632 0.044429 0.000293891
-0.0204258 0.0349087 -0.000139839 -1.98522e-07
-0.011268 0.0361045 -0.00540434 -0.000381396
-4.15815e-05 -0.0133161 0.0257976 -0.0229901
-0.000189019 -0.00439144 0.0107508
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191591 0.324013 0.399255 0.425825 0.429551 0.429687 0.429248 0.428087 0.430264 0.437262 0.47294</Total>
<Absorption>8.60087e-05 2.47525e-06 1.5134e-06 1.29615e-06 4.69027e-06 1.19688e-05 2.21137e-05 3.96862e-05 7.65484e-05 0.000137798 0.000294097</Absorption>
<NeutronVelocity>1781838786 860592604.1 430811649.1 85312585.31 16581300.6 6391164.854 3450000.863 1921761.256 995857.2339 553127.9385 259131.8048</NeutronVelocity>
<Transport>0.161475 0.285109 0.369527 0.401043 0.405606 0.405974 0.405092 0.404179 0.407682 0.420995 0.483153</Transport>
<Removal>0.029085 0.030749 0.038894 0.010721 0.024662 0.040133 0.074335 0.044732 0.071553 0.050902 0.105118</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162506
0.0289781 0.293264
1.81303e-05 0.0307467 0.360361
2.64614e-06 0 0.038893 0.415104
0.0107195 0.404889
0.024658 0.389554 0.000225767
0.0401215 0.354913 0.000719364
0.0740824 0.383355 0.00652085 9.14501e-07
0.0439094 0.358711 0.0314209 0.00111514
6.61775e-05 0.0644518 0.38636 0.103726
0.000508169 0.0193443 0.367822
0.0300164
-0.00635641 0.0436442
1.45706e-06 -0.00862291 0.0409353
1.3227e-07 0 -0.011522 0.0279238
-0.00319598 0.031316
-0.0073712 0.0352261 0.000167261
-0.0115159 0.0445689 0.000293415
-0.0205804 0.0350204 -9.58353e-05 -7.20943e-07
-0.0113849 0.036357 -0.00535099 -0.000396618
-4.10379e-05 -0.0135062 0.0257001 -0.0233437
-0.0001839 -0.0043449 0.0111113
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.19167 0.323962 0.399256 0.425805 0.429546 0.429656 0.429318 0.428203 0.429154 0.434583 0.456324</Total>
<Absorption>8.46858e-05 2.47578e-06 1.51326e-06 1.29355e-06 4.68286e-06 1.19485e-05 2.21075e-05 3.95573e-05 7.46148e-05 0.000143306 0.000300291</Absorption>
<NeutronVelocity>1781045402 860837078 430819073.2 85691271.49 16610771.42 6403606.511 3451977.811 1928703.545 1021932.72 531946.0181 253808.395</NeutronVelocity>
<Transport>0.161573 0.285075 0.369583 0.400972 0.405445 0.405714 0.405246 0.404569 0.406729 0.418636 0.466809</Transport>
<Removal>0.029238 0.030648 0.038775 0.010595 0.024426 0.039591 0.074774 0.042096 0.058229 0.033717 0.062358</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162432
0.0291309 0.293314
1.76537e-05 0.0306456 0.360481
3.04935e-06 0 0.0387741 0.41521
0.0105935 0.40512
0.0244205 0.390065 8.89834e-05
0.0395775 0.354544 0.000318337
0.0746617 0.386107 0.00456375
0.0417014 0.370925 0.0144619 0.000164159
3.92067e-05 0.0532686 0.400866 0.0618604
0.000323194 0.0191166 0.393966
0.0300658
-0.00637817 0.0436151
1.99915e-06 -0.00858299 0.0408697
1.35711e-07 0 -0.0115062 0.0279465
-0.00316818 0.0313986
-0.00729887 0.0353452 7.35017e-05
-0.0114063 0.0448167 0.000164887
-0.0208183 0.0349916 0.000232698
-0.0115099 0.035132 -0.00243502 -5.31598e-05
-2.75315e-05 -0.0128371 0.0228702 -0.0152178
-0.000120093 -0.0046959 0.00212429
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191659 0.323976 0.399257 0.425814 0.429546 0.429656 0.429318 0.428204 0.42916 0.434636 0.456264</Total>
<Absorption>8.54665e-05 2.47566e-06 1.5134e-06 1.29477e-06 4.68403e-06 1.19609e-05 2.21115e-05 3.95774e-05 7.47742e-05 0.000143691 0.000300301</Absorption>
<NeutronVelocity>1780988306 860792617.8 430804225.3 85515401.32 16606523.37 6396929.474 3451358.282 1927725.708 1019751.568 530518.0509 253799.3767</NeutronVelocity>
<Transport>0.161526 0.28513 0.369522 0.401059 0.405392 0.405691 0.40546 0.405265 0.406962 0.419092 0.466203</Transport>
<Removal>0.029203 0.030667 0.038884 0.01066 0.024517 0.040029 0.074437 0.04229 0.058872 0.033639 0.062505</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162456
0.0290962 0.293309
1.96155e-05 0.0306635 0.360373
2.17016e-06 0 0.0388836 0.415154
0.010659 0.405029
0.0245123 0.389627 0.000112797
0.0400147 0.354881 0.00035651
0.0743029 0.385914 0.00455965
0.0418428 0.370288 0.0141482 0.0001619
4.5057e-05 0.0538887 0.400997 0.0620029
0.000341832 0.0193477 0.393759
0.0301081
-0.00636516 0.0435941
1.81444e-06 -0.00859163 0.0409642
3.19792e-07 0 -0.0115426 0.027882
-0.00318117 0.0315644
-0.00741255 0.0355663 9.16742e-05
-0.0116026 0.0446495 0.000192937
-0.020883 0.0343293 0.00020341
-0.0115728 0.0349535 -0.0024765 -6.14569e-05
-2.70909e-05 -0.0128554 0.0225254 -0.0151092
-0.000121366 -0.00472926 0.00269173
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.19163 0.323948 0.399269 0.425819 0.429546 0.429656 0.429316 0.428204 0.429169 0.434719 0.456301</Total>
<Absorption>8.46638e-05 2.47594e-06 1.51289e-06 1.2955e-06 4.68841e-06 1.19663e-05 2.21163e-05 3.95955e-05 7.50657e-05 0.000144295 0.000300045</Absorption>
<NeutronVelocity>1781058091 860911188.4 430700318.7 85412413.84 16590323.53 6394025.423 3450619.904 1926845.388 1015788.399 528295.5074 254016.6381</NeutronVelocity>
<Transport>0.161447 0.285094 0.369589 0.401003 0.40539 0.405596 0.405346 0.404856 0.407091 0.419296 0.466599</Transport>
<Removal>0.029164 0.030682 0.038902 0.010731 0.02454 0.040001 0.074583 0.042272 0.06033 0.033454 0.062171</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162466
0.0290557 0.293266
1.91291e-05 0.0306795 0.360367
2.62033e-06 0 0.0389008 0.415088
0.01073 0.405006
0.0245345 0.389655 0.000106523
0.0399913 0.354733 0.000338337
0.0744562 0.385932 0.00438516
0.0418507 0.368839 0.0137272 0.000156522
4.41728e-05 0.0555592 0.401265 0.0617164
0.000314891 0.0195778 0.39413
0.0300908
-0.00635714 0.0435814
1.84317e-06 -0.00860439 0.040891
4.61336e-08 0 -0.0115254 0.0279644
-0.00320344 0.0315074
-0.00735281 0.0355814 8.79734e-05
-0.0115232 0.0447168 0.000183523
-0.0208342 0.034717 0.00018704
-0.0115388 0.0351885 -0.00238191 -6.42493e-05
-2.8261e-05 -0.0131969 0.0223571 -0.0152113
-0.000114774 -0.00478457 0.002321
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191634 0.323994 0.39926 0.425822 0.429546 0.429656 0.429314 0.428204 0.429173 0.434739 0.456322</Total>
<Absorption>8.52064e-05 2.47544e-06 1.51314e-06 1.29541e-06 4.68941e-06 1.19641e-05 2.21232e-05 3.95909e-05 7.51681e-05 0.000144431 0.000300036</Absorption>
<NeutronVelocity>1781635613 860674079.9 430778244 85411684.32 16586691.17 6395211.266 3449524.828 1927068.178 1014403.516 527799.183 254024.3813</NeutronVelocity>
<Transport>0.161522 0.285073 0.369478 0.400897 0.405708 0.405927 0.405578 0.404766 0.407309 0.419127 0.466934</Transport>
<Removal>0.029138 0.030707 0.03888 0.010712 0.024706 0.039944 0.074868 0.042395 0.060901 0.033341 0.062402</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162496
0.0290317 0.293287
1.78806e-05 0.0307047 0.36038
2.67879e-06 0 0.0388784 0.41511
0.0107102 0.40484
0.0247011 0.389712 8.88387e-05
0.0399346 0.354446 0.000350637
0.0747517 0.385809 0.00433904
0.0419745 0.368272 0.0136747 0.00018549
3.41559e-05 0.0561404 0.401398 0.0619083
0.000348436 0.0195139 0.39392
0.030036
-0.00636119 0.0436488
2.03336e-06 -0.00860064 0.0409587
-2.6697e-07 0 -0.0114846 0.0280658
-0.00319409 0.0312605
-0.00742415 0.0353048 7.29078e-05
-0.0115779 0.0446399 0.000187259
-0.0209765 0.0347587 0.00021191
-0.0115009 0.0351725 -0.0024418 -6.24009e-05
-2.35942e-05 -0.0134079 0.0225213 -0.0151711
-0.000128316 -0.00469715 0.00193297
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191685 0.323977 0.399251 0.425809 0.429548 0.429671 0.42932 0.428259 0.429666 0.435798 0.464444</Total>
<Absorption>8.48236e-05 2.47564e-06 1.51341e-06 1.29389e-06 4.6813e-06 1.19563e-05 2.21158e-05 3.96024e-05 7.53367e-05 0.000139909 0.000296045</Absorption>
<NeutronVelocity>1780966103 860792617.8 430854341.1 85636234.4 16616070.73 6399058.059 3450465.123 1926425.94 1012129.358 544864.1109 257448.6326</NeutronVelocity>
<Transport>0.161607 0.28504 0.369535 0.401025 0.405299 0.405713 0.405536 0.404978 0.40785 0.419627 0.475564</Transport>
<Removal>0.029242 0.030665 0.038736 0.010634 0.024437 0.039777 0.074937 0.043084 0.064058 0.041859 0.084905</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162443
0.0291377 0.293312
1.80433e-05 0.0306627 0.360515
2.11718e-06 0 0.0387344 0.415175
0.0106322 0.405111
0.0244322 0.389894 0.00015863
0.0397651 0.354383 0.000512653
0.0747526 0.385175 0.00591704
0.0424797 0.365608 0.0228599 0.000532928
4.90677e-05 0.057646 0.393939 0.0840603
0.000413861 0.018859 0.379539
0.0300426
-0.00639097 0.043636
2.07729e-06 -0.00857869 0.0409214
2.44352e-07 0 -0.0115155 0.0279068
-0.00317709 0.0315591
-0.00731092 0.0354264 0.000125277
-0.0114707 0.0444282 0.000246058
-0.0207699 0.0344584 5.60786e-05
-0.0114042 0.0349567 -0.00397791 -0.000189361
-3.26014e-05 -0.0130589 0.0243379 -0.0195915
-0.000154417 -0.00444352 0.00630292
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191671 0.323955 0.39926 0.425814 0.429549 0.429671 0.429321 0.428259 0.429679 0.435837 0.464485</Total>
<Absorption>8.51734e-05 2.47586e-06 1.5131e-06 1.29444e-06 4.68502e-06 1.19602e-05 2.21115e-05 3.96126e-05 7.56166e-05 0.000140151 0.000296752</Absorption>
<NeutronVelocity>1781051747 860866720.6 430772677 85554177.18 16602332.63 6396929.474 3451131.971 1925928.779 1008379.635 543924.6338 256835.022</NeutronVelocity>
<Transport>0.161462 0.285036 0.369595 0.400977 0.405421 0.405478 0.405528 0.404283 0.407602 0.419841 0.475248</Transport>
<Removal>0.02919 0.030681 0.038872 0.010633 0.024492 0.039911 0.074498 0.043212 0.065596 0.041802 0.084088</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162481
0.0290798 0.293274
1.79833e-05 0.0306782 0.360388
3.04991e-06 0 0.0388699 0.415181
0.0106309 0.405057
0.0244876 0.38976 0.000156114
0.0398974 0.354823 0.000526042
0.0743176 0.385047 0.00585011 2.68549e-07
0.0425963 0.364083 0.0226101 0.000517579
5.50278e-05 0.0592586 0.394035 0.0832527
0.000408973 0.0190517 0.380397
0.0301332
-0.00636256 0.0436526
2.61931e-06 -0.00860721 0.0408921
1.02049e-07 0 -0.0115359 0.0279488
-0.00316537 0.0314668
-0.00733997 0.0356631 0.000125183
-0.0114727 0.0441019 0.00024649
-0.0204336 0.0351227 9.45489e-05 -1.86805e-07
-0.0113725 0.0352565 -0.0038914 -0.000185006
-3.55925e-05 -0.0131374 0.0241283 -0.0193
-0.000150851 -0.00447634 0.00638869
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.19162 0.323987 0.399266 0.425821 0.429549 0.429671 0.42932 0.428261 0.429695 0.435896 0.464555</Total>
<Absorption>8.52026e-05 2.47554e-06 1.5133e-06 1.29542e-06 4.68823e-06 1.19688e-05 2.21176e-05 3.96445e-05 7.59764e-05 0.00014053 0.000296572</Absorption>
<NeutronVelocity>1781753067 860740753.5 430741133.2 85414602.48 16590488.67 6392349.636 3450179.409 1924379.58 1003600.92 542458.2036 256990.792</NeutronVelocity>
<Transport>0.161405 0.285044 0.369499 0.400972 0.405437 0.405784 0.404715 0.403849 0.407364 0.420093 0.474957</Transport>
<Removal>0.029119 0.030695 0.038897 0.010699 0.024542 0.039994 0.074532 0.04339 0.067059 0.041681 0.084816</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162501
0.029014 0.293292
1.6971e-05 0.0306927 0.360369
2.51903e-06 0 0.0388952 0.415122
3.74991e-08 0 0 0.0106969 0.405007
0.0245369 0.389677 0.000165159
0.0399815 0.354788 0.000499953
0.0743453 0.384871 0.00561402
0.0427949 0.362636 0.0222393 0.000530642
5.27635e-05 0.0609316 0.394215 0.084011
0.000435022 0.0193104 0.379739
0.0300795
-0.00636818 0.0437057
2.19126e-06 -0.00862845 0.0409869
4.82508e-08 0 -0.0115342 0.0279821
-1.83224e-08 0 0 -0.00318894 0.0314764
-0.00736524 0.0354911 0.000128833
-0.0116063 0.0451962 0.000238102
-0.0207198 0.0355277 3.1293e-05
-0.0113327 0.0358091 -0.00383861 -0.000186571
-3.68176e-05 -0.0133633 0.0239197 -0.0196912
-0.000161322 -0.00451461 0.00707856
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191626 0.323958 0.399253 0.42582 0.429549 0.429671 0.429322 0.428261 0.429701 0.435912 0.464548</Total>
<Absorption>8.53589e-05 2.47584e-06 1.51333e-06 1.29549e-06 4.68882e-06 1.19653e-05 2.2116e-05 3.96381e-05 7.61022e-05 0.000140625 0.000296119</Absorption>
<NeutronVelocity>1781505479 860866720.6 430835778.3 85412413.84 16588314.53 6394188.961 3450429.406 1924690.702 1001939.755 542090.6267 257384.3572</NeutronVelocity>
<Transport>0.161467 0.285009 0.369345 0.400966 0.40554 0.405775 0.405594 0.404701 0.40706 0.419806 0.475256</Transport>
<Removal>0.029121 0.030647 0.038827 0.010744 0.024559 0.039928 0.074792 0.043461 0.06745 0.041526 0.084831</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162505
0.0290157 0.293311
1.90231e-05 0.0306452 0.360426
2.72234e-06 0 0.0388261 0.415076
0.0107431 0.40499
0.0245541 0.389743 0.000162354
0.0399167 0.35453 0.000494898
0.0746093 0.3848 0.00548403
0.0428762 0.362251 0.0220335 0.000503658
5.00754e-05 0.0614296 0.394386 0.0839965
0.000459706 0.0193457 0.379717
0.0300687
-0.006359 0.0436833
2.72825e-06 -0.0086238 0.0410894
2.66944e-07 0 -0.0115015 0.0279977
-0.0031983 0.0313808
-0.00737271 0.0354806 0.000130615
-0.0115867 0.0444716 0.000240329
-0.0208743 0.034731 7.90771e-06
-0.0113923 0.0362363 -0.00386854 -0.000175184
-3.4068e-05 -0.0134524 0.0243028 -0.0196563
-0.000163728 -0.00455573 0.00678951
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191669 0.323957 0.399247 0.425807 0.429551 0.429686 0.429246 0.428085 0.430219 0.437165 0.472793</Total>
<Absorption>8.48442e-05 2.47585e-06 1.51346e-06 1.29394e-06 4.68195e-06 1.19483e-05 2.21113e-05 3.96637e-05 7.57795e-05 0.000137262 0.000293097</Absorption>
<NeutronVelocity>1780658488 860874131.6 430891471.4 85637701.14 16611902.76 6402171.617 3450369.88 1922851.358 1005968.411 555290.2502 260015.809</NeutronVelocity>
<Transport>0.161513 0.285077 0.36954 0.400931 0.405588 0.405726 0.404842 0.404715 0.408076 0.42108 0.483753</Transport>
<Removal>0.02927 0.030707 0.038798 0.010623 0.024346 0.039615 0.074434 0.044516 0.068555 0.051137 0.105687</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.162399
0.0291616 0.29325
1.92493e-05 0.0307043 0.360449
2.11519e-06 0 0.0387959 0.415184
0.0106221 0.405205
0.0243406 0.390071 0.000227836
0.0396052 0.354812 0.000727309
0.0741842 0.383569 0.00729769
0.0436826 0.361664 0.031991 0.0011925
6.7104e-05 0.0607212 0.386028 0.104219
0.000472823 0.0190198 0.367106
0.0300773
-0.00635865 0.0436488
2.28665e-06 -0.00864028 0.0409318
3.34661e-07 0 -0.0115431 0.0279908
-0.00316956 0.0313029
-0.0073404 0.0353505 0.000174778
-0.0113926 0.0444676 0.000289204
-0.0202381 0.0344197 -0.000119752
-0.0113139 0.0352858 -0.0055101 -0.000406245
-4.63886e-05 -0.0128565 0.0255788 -0.0239001
-0.000181359 -0.00424906 0.0109734
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191638 0.32399 0.399257 0.425811 0.429551 0.429686 0.429246 0.428086 0.430234 0.437202 0.472981</Total>
<Absorption>8.54802e-05 2.47548e-06 1.51328e-06 1.29469e-06 4.68541e-06 1.19556e-05 2.21155e-05 3.96694e-05 7.60344e-05 0.000137458 0.000293776</Absorption>
<NeutronVelocity>1781112019 860696303.3 430800513.5 85536613.95 16599218.51 6398239.205 3449703.326 1922574.096 1002594.715 554498.927 259415.485</NeutronVelocity>
<Transport>0.161555 0.28509 0.369452 0.400952 0.405537 0.405232 0.405124 0.404336 0.408191 0.420902 0.48279</Transport>
<Removal>0.029183 0.030718 0.03882 0.010676 0.024545 0.039759 0.074842 0.044575 0.069553 0.051059 0.104802</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162455
0.0290746 0.293272
1.83095e-05 0.0307156 0.360437
2.50484e-06 0 0.0388194 0.415135
0.0106754 0.405006
0.0245397 0.389927 0.000210065
0.039747 0.354404 0.000728922
0.0746048 0.383511 0.0070363 8.18027e-07
0.0437337 0.360681 0.0316971 0.00130387
6.81793e-05 0.0619591 0.386143 0.103238
0.000479231 0.0192253 0.368179
0.0300414
-0.00638645 0.0436483
1.7007e-06 -0.00861609 0.0409787
2.5177e-07 0 -0.0114911 0.0279862
-0.00318285 0.0313971
-0.00738394 0.0358379 0.000162199
-0.0113853 0.0443807 0.000302118
-0.0204214 0.0348613 -0.000123848 -4.72212e-07
-0.0113891 0.0355695 -0.00544353 -0.000440278
-4.17402e-05 -0.0132438 0.0258519 -0.0231276
-0.000173227 -0.00436853 0.0112363
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191621 0.323953 0.399259 0.425825 0.429551 0.429687 0.429244 0.428088 0.430257 0.437257 0.472916</Total>
<Absorption>8.58565e-05 2.47588e-06 1.51331e-06 1.2956e-06 4.68709e-06 1.19614e-05 2.21229e-05 3.96988e-05 7.64315e-05 0.000137765 0.00029419</Absorption>
<NeutronVelocity>1781410271 860874131.6 430809793.2 85373037.49 16593048.84 6395088.572 3448561.26 1921152.076 997386.8465 553259.5285 259049.2375</NeutronVelocity>
<Transport>0.161511 0.285207 0.369402 0.401 0.405733 0.405999 0.40507 0.404164 0.408287 0.420677 0.48449</Transport>
<Removal>0.029109 0.030744 0.038781 0.010713 0.024619 0.039869 0.074697 0.044744 0.071157 0.050684 0.105677</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162512
0.0290022 0.293209
1.72536e-05 0.0307424 0.360478
2.48874e-06 0 0.0387795 0.415112
0.010711 0.404932
0.0246153 0.389818 0.000220039
0.0398555 0.354547 0.000719313
0.0744592 0.383344 0.00662095 7.09208e-07
0.0439055 0.3591 0.031309 0.00112235
7.91139e-05 0.0639139 0.386573 0.10425
0.000549206 0.019236 0.367239
0.0300706
-0.00635644 0.0434946
1.54594e-06 -0.00862755 0.0410242
-1.4419e-07 0 -0.0114727 0.0279545
-0.00318393 0.0312248
-0.00740792 0.0351708 0.000166465
-0.0114849 0.0444534 0.000300348
-0.0204457 0.0349617 -0.000120045 -3.07202e-07
-0.011305 0.0356942 -0.00543647 -0.000414683
-4.96371e-05 -0.0134201 0.0260826 -0.0235566
-0.000197613 -0.0043175 0.009964
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.191589 0.323953 0.399263 0.42582 0.429551 0.429687 0.429245 0.42809 0.430265 0.437265 0.472897</Total>
<Absorption>8.56052e-05 2.4759e-06 1.5133e-06 1.29536e-06 4.69137e-06 1.19641e-05 2.21202e-05 3.97145e-05 7.65648e-05 0.000137824 0.000293704</Absorption>
<NeutronVelocity>1781489610 860903776.8 430767110.1 85424087.88 16577259.98 6393657.492 3448977.551 1920395.755 995649.0138 553023.9349 259478.7591</NeutronVelocity>
<Transport>0.161469 0.284929 0.369541 0.401007 0.405786 0.40562 0.40477 0.40441 0.408252 0.420921 0.483845</Transport>
<Removal>0.029076 0.030602 0.038904 0.010696 0.024695 0.039898 0.074809 0.044856 0.071631 0.050699 0.105443</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.162513
0.0289703 0.293351
1.73747e-05 0.0305997 0.360359
2.41815e-06 0 0.0389019 0.415124
0.0106951 0.404856
0.0246903 0.389789 0.000231328
0.0398873 0.354436 0.000717246
0.0745543 0.383234 0.00660518 1.14704e-06
0.0440437 0.358634 0.0313496 0.00111871
5.67623e-05 0.0644025 0.386566 0.10402
0.000547983 0.0192149 0.367454
0.0300674
-0.00637848 0.0437241
1.88088e-06 -0.00856295 0.0409576
-4.10301e-08 0 -0.0115599 0.0279598
-0.00319985 0.031218
-0.00745351 0.0355785 0.000171203
-0.0115143 0.0447957 0.000296343
-0.0204921 0.0348106 -9.52417e-05 -7.8195e-07
-0.0114065 0.0358153 -0.00538982 -0.000422245
-3.65294e-05 -0.0135132 0.0257406 -0.0232826
-0.000208533 -0.0042897 0.0103043
</Value>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
<Multigroup_Cross_Section_Library ID="1004" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Absorption Scattering Transport Removal NeutronVelocity</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857138 0.100882 0.129548 0.301118 0.301499 0.251781 0.247806 0.251828 0.259502 0.274594 0.310754</Total>
<Absorption>0.000339836 0.000132705 0.000241458 0.00107212 0.00270865 0.00529462 0.00450344 0.00806271 0.0152213 0.0292071 0.0607998</Absorption>
<NeutronVelocity>1776924854 860940836.1 431305908 85050647.66 16558731.34 6389123.157 3453038.674 1928313.035 1021381.602 532147.0003 255599.5471</NeutronVelocity>
<Transport>0.0616861 0.0856131 0.120442 0.250818 0.288508 0.248287 0.24483 0.24863 0.256136 0.27122 0.305328</Transport>
<Removal>0.0108109 0.003679 0.006292 0.002573 0.006024 0.01101 0.016191 0.015906 0.032258 0.045607 0.09866</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
4 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
4 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749029
0.00923997 0.097203
0.000993463 0.00353526 0.123256
0.000240412 1.2695e-05 0.00604775 0.298545
7.94039e-08 0 0 0.0015063 0.295475
0.00331643 0.240771 0.000212291
3.57569e-08 0 0.00573354 0.231615 0.000502243
0.0114931 0.235922 0.00289687
0.00729383 0.227244 0.00617996
0.0140695 0.228987 0.0380862
0.0103011 0.212094
0.024112
-0.000326079 0.0153455
6.0893e-06 -0.00129119 0.00812085
8.09753e-06 -3.8939e-07 -0.00211744 0.00657833
-1.02637e-08 0 0 -0.000494605 0.00498387
-0.00108484 0.00502645 8.27669e-05
-2.19252e-08 0 -0.0017919 0.00628486 5.03568e-05
-0.00339189 0.00499263 -0.000234373
-0.0018722 0.00659603 -0.000994749
-0.0030433 0.006091 -0.00680636
-0.00189842 0.0101929
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.085721 0.100873 0.129579 0.301248 0.301416 0.251838 0.247805 0.251834 0.259541 0.27469 0.310695</Total>
<Absorption>0.000340681 0.000132875 0.00024174 0.00107663 0.00271402 0.0053177 0.00450276 0.00806883 0.0152574 0.029295 0.0607568</Absorption>
<NeutronVelocity>1777376486 861089105.5 431214775.1 84945167.89 16552673.92 6386430.113 3453551.46 1926849.101 1018961.861 530549.0121 255780.6425</NeutronVelocity>
<Transport>0.0617226 0.0855781 0.120528 0.250864 0.288462 0.248342 0.244451 0.248662 0.256385 0.271137 0.305326</Transport>
<Removal>0.010821 0.0036652 0.006286 0.002577 0.006081 0.011107 0.016371 0.01601 0.03263 0.045645 0.098531</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749
0.00926574 0.0972078
0.000986201 0.00351975 0.123293
0.000229081 1.3836e-05 0.00604052 0.298671
8.12512e-08 0 6.79434e-08 0.00149974 0.295335
0.00334796 0.240731 0.000203509
0.00574699 0.231434 0.000519519
0.0116863 0.235824 0.0028915
0.00743056 0.226911 0.00595296
0.0144509 0.229045 0.038053
0.010435 0.212164
0.0240916
-0.00033037 0.0153573
7.90844e-06 -0.00127959 0.0080768
6.00844e-06 3.24543e-08 -0.00211791 0.00654858
2.35414e-08 0 -3.60621e-08 -0.000490975 0.00497232
-0.00107129 0.00506302 8.07846e-05
-0.00181712 0.00667774 5.70107e-05
-0.00340414 0.00496275 -0.000247921
-0.00187182 0.00645344 -0.000970982
-0.00309351 0.00633331 -0.00681089
-0.00197824 0.010244
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857278 0.100894 0.129595 0.301252 0.301127 0.251744 0.247805 0.251832 0.259589 0.274793 0.310732</Total>
<Absorption>0.000339889 0.000132896 0.000241122 0.00108019 0.00270656 0.00528167 0.00450236 0.00806721 0.0153025 0.0293895 0.0607827</Absorption>
<NeutronVelocity>1776928011 860874131.6 431235230.2 84855067.54 16529854.57 6382761.438 3453861.59 1927235.304 1015956.615 528843.1028 255671.4315</NeutronVelocity>
<Transport>0.0616502 0.0856245 0.120428 0.250856 0.288157 0.248363 0.244493 0.248412 0.256215 0.271187 0.305526</Transport>
<Removal>0.0108077 0.0036725 0.006278 0.002587 0.006007 0.010957 0.016353 0.015827 0.033108 0.045795 0.098822</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749201
0.00926038 0.0972215
0.000983053 0.00352735 0.123317
0.000231196 1.27638e-05 0.00603416 0.298665
8.29521e-08 0 0 0.00151126 0.29512
0.00335991 0.240787 0.000235938
0.0057239 0.231452 0.000496115
0.0115488 0.236005 0.00284224
0.00733505 0.226481 0.0056549
0.0148513 0.228998 0.0383391
0.0106275 0.21191
0.0241824
-0.000342725 0.0153375
4.41672e-06 -0.00128149 0.0081871
6.36731e-06 2.2529e-07 -0.00209854 0.00651805
-2.85803e-08 0 0 -0.000496975 0.00507841
-0.00109233 0.00494028 7.88038e-05
-0.0018202 0.00649932 5.15187e-05
-0.00326698 0.00517712 -0.000239325
-0.00184139 0.00672208 -0.000937663
-0.00315461 0.00633429 -0.00672536
-0.00196634 0.00995856
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857337 0.100902 0.129543 0.30138 0.301258 0.251707 0.247809 0.251835 0.259611 0.274845 0.310719</Total>
<Absorption>0.000339132 0.000132707 0.000241326 0.00107616 0.00270874 0.0052674 0.00450597 0.00806921 0.0153227 0.0294373 0.060776</Absorption>
<NeutronVelocity>1776476607 860911188.4 431203618.7 84824836.71 16530401.06 6384472.962 3451096.241 1926759.999 1014613.478 527985.8922 255699.5428</NeutronVelocity>
<Transport>0.0616782 0.0855797 0.120441 0.250791 0.288484 0.248237 0.24467 0.24872 0.256091 0.271439 0.305124</Transport>
<Removal>0.0108191 0.0036742 0.006287 0.002597 0.006098 0.010954 0.016203 0.015922 0.033255 0.045716 0.098857</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
3 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
3 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749146
0.0092585 0.0972278
0.000983487 0.00352765 0.123256
0.000233601 1.38612e-05 0.00604896 0.298783
1.24134e-07 3.60288e-08 0 0.00151747 0.29516
6.88127e-08 0 0.00338464 0.240753 0.000243483
0.00567962 0.231606 0.000520221
0.0115576 0.235913 0.00273451
0.00738623 0.226356 0.00557044
0.0151186 0.229129 0.0379537
0.010714 0.211862
0.0241608
-0.000339675 0.0154003
3.42832e-06 -0.00128306 0.00812898
8.17378e-06 -2.5774e-07 -0.00212051 0.00657736
-5.96723e-08 -1.87183e-08 0 -0.0004901 0.00487409
-6.29278e-08 0 -0.00108853 0.00495073 8.30813e-05
-0.00173465 0.00644372 4.44494e-05
-0.00338565 0.00491536 -0.000242351
-0.00187045 0.00688135 -0.00092313
-0.00315601 0.00617872 -0.00672679
-0.00202617 0.0103516
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.085723 0.100852 0.129578 0.30101 0.301305 0.251935 0.247814 0.251857 0.259744 0.274111 0.311074</Total>
<Absorption>0.000339601 0.00013301 0.000241866 0.00108547 0.00271056 0.0053537 0.00450428 0.00806929 0.0153728 0.0285094 0.0599771</Absorption>
<NeutronVelocity>1776583913 861192924.4 431132974.3 85087555.09 16554564.67 6390429.692 3452299.577 1926674.617 1011292.087 545173.0379 259106.2906</NeutronVelocity>
<Transport>0.0616717 0.0855443 0.12051 0.250662 0.288509 0.248726 0.244371 0.24855 0.256681 0.270791 0.305929</Transport>
<Removal>0.0107684 0.0036704 0.006323 0.002588 0.006035 0.011031 0.016643 0.016495 0.034652 0.046478 0.105486</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749546
0.00922439 0.0971816
0.000986229 0.00353264 0.123255
0.000227436 1.08527e-05 0.00608294 0.298422
1.60162e-07 0 0 0.0014931 0.29527
0.00332277 0.240904 0.000323625
0.00571361 0.231171 0.000681258
0.0118306 0.235362 0.00333862
0.00775424 0.225092 0.00858291
0.0159368 0.227633 0.0455564
0.00928213 0.205588
0.024136
-0.000341207 0.0153783
1.07575e-05 -0.0012884 0.00805898
6.76075e-06 -3.99428e-07 -0.00213713 0.00651453
-7.58263e-08 0 0 -0.00049732 0.00486965
-0.00107658 0.00467862 0.00010035
-0.00173011 0.00673063 4.06443e-05
-0.00338827 0.00519126 -0.000320858
-0.00195235 0.00669612 -0.00146264
-0.00336006 0.0063403 -0.00833368
-0.00171526 0.0113975
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857025 0.100899 0.129509 0.301056 0.301282 0.251855 0.24781 0.251857 0.259792 0.274181 0.310954</Total>
<Absorption>0.00033961 0.000133035 0.000242247 0.00108657 0.00270957 0.0053223 0.00450136 0.00806967 0.0154166 0.0285722 0.0598806</Absorption>
<NeutronVelocity>1776337760 861022378 431229651.4 84963932.81 16542460.36 6390307.182 3454541.686 1926585.532 1008415.225 543971.9746 259523.8775</NeutronVelocity>
<Transport>0.061705 0.0856729 0.120341 0.250834 0.288392 0.248237 0.244576 0.248502 0.256595 0.270982 0.306241</Transport>
<Removal>0.0108253 0.0036683 0.0063 0.002578 0.006032 0.011062 0.016767 0.01634 0.035034 0.046482 0.105555</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748772
0.00926936 0.0972307
0.000996702 0.00352519 0.123209
0.000229496 1.31272e-05 0.0060559 0.298478
1.20727e-07 0 0 0.00149722 0.29525
0.00335036 0.240793 0.000306819
0.00572158 0.231043 0.000670538
0.0118897 0.235517 0.00319084
0.00769133 0.224758 0.00845499
0.0163616 0.227699 0.0457736
0.00940991 0.205399
0.024105
-0.000345659 0.0152962
3.46766e-06 -0.00128381 0.00815926
6.93925e-06 -3.11327e-07 -0.00212426 0.0065269
-3.69579e-08 0 0 -0.000496258 0.00501891
-0.00109274 0.00515456 9.23042e-05
-0.00178908 0.00652668 3.07497e-05
-0.00338513 0.00523627 -0.000361254
-0.0019358 0.0068652 -0.00145073
-0.0033481 0.00623063 -0.00816376
-0.00174738 0.010825
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857033 0.100914 0.129562 0.301378 0.301229 0.251872 0.247813 0.251868 0.259874 0.274242 0.311075</Total>
<Absorption>0.000340685 0.000132994 0.000241716 0.00108666 0.00271461 0.00533096 0.00450335 0.00808008 0.0154922 0.0286272 0.05998</Absorption>
<NeutronVelocity>1777164853 860963073.3 431207337.4 84851467.51 16533407.4 6383820.844 3453014.827 1924101.877 1003491.146 542926.4823 259093.5354</NeutronVelocity>
<Transport>0.0616578 0.0856162 0.120503 0.251126 0.288417 0.248453 0.244385 0.248928 0.25681 0.271072 0.306264</Transport>
<Removal>0.0108029 0.0036753 0.006283 0.002591 0.006095 0.011115 0.016408 0.016619 0.035552 0.046485 0.105468</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749004
0.00924781 0.0972387
0.00099024 0.00353248 0.123279
0.000235166 1.33154e-05 0.00604686 0.298787
4.13928e-08 0 0 0.00150577 0.295134
0.00335612 0.240757 0.000325216
0.00580815 0.231405 0.000661402
0.0117064 0.235249 0.0031396
0.0078838 0.224322 0.00830052
0.0168985 0.227757 0.0457318
0.00960086 0.205607
0.0241295
-0.000330177 0.0153798
3.90918e-06 -0.0012966 0.00807272
1.00004e-05 1.08613e-07 -0.00211398 0.00648296
3.52355e-08 0 0 -0.00049818 0.00492842
-0.0010788 0.00495296 9.51543e-05
-0.00180078 0.00667966 3.44616e-05
-0.00334576 0.00481059 -0.000313846
-0.00193372 0.00678068 -0.00140796
-0.00343674 0.00619233 -0.00818582
-0.00179311 0.0110386
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857096 0.100954 0.129534 0.30136 0.300981 0.251866 0.247816 0.251867 0.259894 0.274277 0.311096</Total>
<Absorption>0.000340103 0.0001333 0.000241282 0.00108788 0.00270842 0.00532785 0.00450588 0.00807875 0.0155111 0.0286587 0.0600005</Absorption>
<NeutronVelocity>1776950114 861133596.3 431339395.1 84865149.28 16532560.05 6384839.836 3451072.421 1924420.316 1002260.097 542328.7597 259005.6256</NeutronVelocity>
<Transport>0.0616119 0.0856927 0.120317 0.250987 0.288054 0.248426 0.244198 0.248481 0.256733 0.271067 0.306447</Transport>
<Removal>0.0108137 0.0036868 0.006246 0.002605 0.006042 0.011104 0.016526 0.016611 0.035732 0.046527 0.10623</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748959
0.00925206 0.0972672
0.00099499 0.0035382 0.123288
0.000229 1.30035e-05 0.00600818 0.298755
8.30607e-08 0 0 0.00150913 0.294939
0.0033348 0.240762 0.000327889
0.00574851 0.23129 0.000688459
0.0117775 0.235256 0.00302997
0.00778054 0.224162 0.00826236
0.0171082 0.22775 0.0459992
0.00960575 0.204866
0.024164
-0.00031739 0.0153319
1.01849e-05 -0.00129868 0.00818793
6.87452e-06 -4.58107e-07 -0.00212639 0.00646289
6.54753e-08 0 0 -0.000493078 0.00503238
-0.00106836 0.00492141 8.62925e-05
-0.00174999 0.00685582 3.99772e-05
-0.00332285 0.00520182 -0.000302552
-0.00188186 0.00698345 -0.00139096
-0.00355218 0.0061943 -0.00821913
-0.00176594 0.0108095
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857022 0.100899 0.129597 0.301237 0.301516 0.252036 0.247816 0.251886 0.259929 0.273789 0.311712</Total>
<Absorption>0.000340382 0.000133183 0.000242985 0.0010862 0.00271962 0.00539244 0.00450104 0.00807563 0.0154698 0.0279771 0.0594617</Absorption>
<NeutronVelocity>1777016425 860977898.7 431341255.6 85015940.49 16555551.32 6390797.252 3454470.084 1924872.237 1004820.122 555515.435 261340.2048</NeutronVelocity>
<Transport>0.0617248 0.0856072 0.120516 0.250934 0.288649 0.24858 0.244848 0.248623 0.257019 0.270171 0.306991</Transport>
<Removal>0.0108149 0.0036551 0.006276 0.002577 0.006009 0.011086 0.016836 0.016945 0.036118 0.048025 0.112158</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.0748873
0.00924886 0.0972439
0.000993963 0.00351075 0.123321
0.000235007 1.40022e-05 0.00603576 0.29866
7.96358e-08 0 0 0.0014868 0.295507
3.51722e-08 0.00332047 0.24095 0.000432314
0.00573874 0.23098 0.000845457
0.011947 0.234941 0.00360713
0.0081262 0.223811 0.0113907
0.0170047 0.225764 0.0526028
7.74766e-07 0.00874144 0.199554
0.0240858
-0.000350935 0.0153587
5.12622e-06 -0.00128564 0.00811057
4.52968e-06 8.57497e-08 -0.0021278 0.00650741
-2.30144e-09 0 0 -0.000482853 0.00494233
3.15624e-08 -0.00107119 0.00491872 0.000105006
-0.0017393 0.00619493 4.70755e-05
-0.0033315 0.00516173 -0.000396787
-0.00196947 0.0067583 -0.00194921
-0.00349926 0.00701756 -0.00909158
-5.08816e-07 -0.0016255 0.0117172
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857096 0.100894 0.129589 0.301303 0.30134 0.251939 0.247818 0.251895 0.259979 0.273821 0.311718</Total>
<Absorption>0.000339642 0.000133022 0.000241421 0.00108977 0.00271461 0.00535504 0.00450257 0.0080839 0.0155149 0.0280053 0.0594644</Absorption>
<NeutronVelocity>1776798564 860844488.4 431233370.6 84904058.41 16550482.28 6391736.763 3453301.01 1922906.82 1001896.59 554957.4348 261328.5946</NeutronVelocity>
<Transport>0.0616703 0.0856588 0.120436 0.250906 0.288601 0.248521 0.244314 0.248672 0.256449 0.270318 0.306319</Transport>
<Removal>0.0108056 0.0036825 0.006277 0.002591 0.006063 0.011113 0.016929 0.017272 0.036386 0.047983 0.111021</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
2 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
2 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.074904
0.00925222 0.0972115
0.000987544 0.00354021 0.123312
0.000227471 1.19603e-05 0.00603038 0.298712
3.47184e-08 6.6524e-08 0.001503 0.295277
0.00333479 0.240826 0.000410917
0.0057822 0.230889 0.000839044
0.0120195 0.234623 0.00351046
0.00817566 0.223593 0.011261
0.0174375 0.225838 0.0522299
0.00881295 0.200697
0.0241246
-0.00033047 0.0152989
2.6595e-06 -0.00127571 0.0081602
8.90803e-06 -3.93783e-07 -0.00210416 0.00654348
-3.20047e-09 -4.68253e-08 -0.000492563 0.00482069
-0.00107158 0.00489671 9.69099e-05
-0.00175484 0.00681679 3.83613e-05
-0.00340957 0.00513868 -0.000415992
-0.00198267 0.00736795 -0.00199846
-0.00344899 0.00696095 -0.00940386
-0.00163036 0.0126596
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857245 0.100891 0.129618 0.301451 0.301325 0.251954 0.247825 0.2519 0.260062 0.273855 0.311662</Total>
<Absorption>0.000340114 0.000133209 0.000243978 0.00109385 0.00271563 0.00536097 0.00450781 0.00808867 0.0155904 0.0280356 0.0594312</Absorption>
<NeutronVelocity>1776858550 860992724.6 431225932.2 84910546.74 16540408.22 6387041.969 3449274.962 1921772.335 997038.7948 554357.5273 261474.8226</NeutronVelocity>
<Transport>0.0616832 0.0856058 0.120515 0.251013 0.288425 0.248562 0.244734 0.248498 0.25699 0.270526 0.306859</Transport>
<Removal>0.0108291 0.0036673 0.006275 0.002608 0.00605 0.0112 0.017007 0.017172 0.037045 0.047848 0.111843</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748954
0.00927576 0.0972237
0.000988326 0.00352395 0.123343
0.000228006 1.26636e-05 0.00603219 0.298843
8.06833e-08 0 0 0.0015023 0.295275
0.00333325 0.240754 0.000421536
0.00573272 0.230818 0.000850354
0.0120827 0.234728 0.00335002
0.0081457 0.223017 0.0110688
0.0181492 0.226007 0.0521588
0.00878856 0.199819
0.0241301
-0.000335958 0.0153358
1.03522e-05 -0.00127169 0.00811434
6.80205e-06 2.74597e-07 -0.0021132 0.00655594
2.18536e-08 0 0 -0.000494695 0.00497352
-0.00109314 0.00485324 0.000108333
-0.00173324 0.00636927 4.96374e-05
-0.00338639 0.0053069 -0.000405259
-0.00198378 0.00710404 -0.00202485
-0.00366463 0.00681305 -0.00918055
-0.00163669 0.0119223
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857038 0.10086 0.129624 0.301389 0.301046 0.251908 0.247823 0.251899 0.260088 0.273896 0.31184</Total>
<Absorption>0.000338846 0.000132966 0.000242175 0.00109462 0.00271052 0.00534324 0.00450642 0.008088 0.015615 0.0280718 0.059556</Absorption>
<NeutronVelocity>1776498699 861230008.7 431251967.6 84909104.8 16527259.24 6387776.351 3450334.165 1921931.156 995470.6087 553642.4134 260926.9692</NeutronVelocity>
<Transport>0.0616773 0.0856389 0.120612 0.25099 0.288218 0.24811 0.244572 0.248602 0.256739 0.270376 0.306951</Transport>
<Removal>0.0107896 0.0036587 0.00631 0.002614 0.006107 0.011079 0.016828 0.017235 0.037199 0.048112 0.111706</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
3 5
4 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
3 5
4 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749142
0.00923766 0.0972013
0.000982072 0.0035171 0.123314
0.000232896 1.16471e-05 0.00606917 0.298775
6.97572e-08 0.00151608 0.294939
3.68325e-08 0.0033925 0.240829 0.000400352
0.00573223 0.230995 0.000841488
0.0119771 0.234664 0.00333224
0.00830948 0.222889 0.0111064
0.0182675 0.225784 0.0520972
0.00888641 0.200134
0.0241318
-0.00034111 0.0153016
4.79076e-06 -0.00128486 0.00803825
1.1499e-05 2.01229e-07 -0.00214381 0.00648549
6.48568e-08 -0.000500699 0.00491104
-2.05042e-08 -0.00109726 0.00524261 9.25783e-05
-0.00173854 0.00651846 3.32593e-05
-0.00335882 0.00520833 -0.00041225
-0.00196895 0.00730319 -0.00195673
-0.00357221 0.00697248 -0.00914991
-0.0016747 0.0119964
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.085708 0.100904 0.129496 0.301038 0.301382 0.251775 0.247805 0.251827 0.259512 0.274609 0.310666</Total>
<Absorption>0.000339232 0.000132736 0.000240816 0.00107515 0.00270949 0.00529318 0.00450252 0.00806243 0.0152302 0.0292204 0.0607342</Absorption>
<NeutronVelocity>1775937118 861007551 431302187.6 85201373.45 16565808.5 6392921.757 3453742.302 1928379.968 1020784.187 531903.5765 255875.5421</NeutronVelocity>
<Transport>0.0617441 0.0856193 0.120468 0.250747 0.288673 0.248282 0.244607 0.24863 0.256151 0.270968 0.305823</Transport>
<Removal>0.010813 0.0036804 0.006264 0.002559 0.006027 0.010944 0.016245 0.015763 0.032238 0.045373 0.099125</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.074895
0.00926134 0.0972236
0.000979061 0.00354012 0.123232
0.000232163 1.32809e-05 0.00602672 0.298479
1.19999e-07 0 0 0.00148918 0.295355
0.00332329 0.240831 0.000214794
0.00561604 0.23156 0.000495738
0.011562 0.236064 0.00290218
0.00724754 0.227274 0.00603759
0.0140769 0.229236 0.0387382
0.0103191 0.211541
0.0240933
-0.000356177 0.0153503
4.25813e-07 -0.00128628 0.00800109
7.01604e-06 4.36101e-07 -0.00209863 0.00656435
-4.16305e-08 0 0 -0.000488361 0.00475779
-0.0010733 0.00496088 7.07812e-05
-0.00174467 0.00646132 4.22074e-05
-0.00333383 0.0049495 -0.000239885
-0.00182202 0.00651137 -0.000957622
-0.00295743 0.00635713 -0.00707133
-0.00194027 0.0099388
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.085714 0.100908 0.129544 0.301221 0.301348 0.251775 0.247806 0.251831 0.259546 0.274675 0.310824</Total>
<Absorption>0.000339782 0.000132756 0.000241579 0.00107794 0.00270634 0.00529364 0.00450301 0.00806636 0.0152617 0.0292815 0.0608547</Absorption>
<NeutronVelocity>1776688076 860955660.8 431292886.7 85027506.4 16557552.4 6388347.654 3453360.638 1927439.608 1018675.376 530794.0148 255369.1361</NeutronVelocity>
<Transport>0.0616793 0.0856249 0.120425 0.250889 0.288439 0.248462 0.244448 0.248648 0.256421 0.271443 0.306128</Transport>
<Removal>0.0107991 0.0036803 0.00627 0.002581 0.005993 0.011024 0.016068 0.015878 0.03256 0.04582 0.099005</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749149
0.00924696 0.0972277
0.000985545 0.00353473 0.123274
0.000231682 1.20667e-05 0.00603509 0.29864
7.97978e-08 0 0 0.00149897 0.295355
0.00331837 0.240751 0.00021596
0.00575971 0.231738 0.000506781
0.0113571 0.235953 0.00288406
0.00733399 0.226986 0.00595389
0.0144281 0.228855 0.0381666
0.010427 0.211819
0.0241427
-0.000344587 0.0153604
6.84747e-06 -0.00129146 0.00811567
5.05003e-06 -4.64152e-09 -0.00210525 0.00646782
-1.33236e-08 0 0 -0.000485653 0.00495354
-0.00107207 0.00487223 7.31504e-05
-0.00181513 0.00659093 4.8569e-05
-0.00330654 0.00497627 -0.000279087
-0.00186657 0.00645669 -0.000977911
-0.00308777 0.00598428 -0.00693213
-0.00195041 0.00970679
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.085726 0.100907 0.129544 0.301169 0.301051 0.251808 0.247809 0.251837 0.259591 0.274795 0.310661</Total>
<Absorption>0.000339452 0.000132888 0.000241191 0.00107993 0.00270756 0.00530564 0.00450596 0.00807184 0.015304 0.0293914 0.0607241</Absorption>
<NeutronVelocity>1776789093 860992724.6 431203618.7 85027506.4 16532696.71 6387409.139 3451096.241 1926132.807 1015853.408 528809.544 255918.7611</NeutronVelocity>
<Transport>0.0617431 0.0855867 0.12036 0.250744 0.288149 0.248484 0.244529 0.248507 0.256453 0.271448 0.30577</Transport>
<Removal>0.0108293 0.003659 0.006267 0.002585 0.006099 0.011053 0.016219 0.016021 0.033081 0.045637 0.09923</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748967
0.00925881 0.097248
0.0010024 0.00351701 0.123277
0.000228423 1.1909e-05 0.00602702 0.298584
1.23334e-07 3.55101e-08 0 0.00151011 0.294952
0.00338425 0.240755 0.000196076
0.00574823 0.23159 0.000485475
0.0116641 0.235816 0.00280038
0.00743259 0.22651 0.00572795
0.0148778 0.229158 0.0383764
0.0105633 0.211431
0.0240475
-0.000314318 0.0153907
6.07254e-06 -0.00127588 0.00817854
8.17115e-06 -4.34012e-07 -0.0021139 0.00661379
-3.61861e-09 2.00101e-08 0 -0.000491496 0.00505201
-0.00109441 0.00487112 7.73047e-05
-0.00179861 0.00659248 4.90162e-05
-0.00338738 0.00520489 -0.000241332
-0.00194564 0.00648936 -0.000948278
-0.00315119 0.00612813 -0.00687499
-0.00201614 0.00976301
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857128 0.10092 0.129569 0.301298 0.301152 0.251733 0.247808 0.251838 0.259613 0.274824 0.310637</Total>
<Absorption>0.000339917 0.00013267 0.000241464 0.00107832 0.00270832 0.00527554 0.00450535 0.00807257 0.0153248 0.0294183 0.0607096</Absorption>
<NeutronVelocity>1777243815 860866720.6 431222213.1 84916314.97 16539833.71 6388102.797 3451572.709 1925954.744 1014471.435 528326.2097 255979.6855</NeutronVelocity>
<Transport>0.0616925 0.0856775 0.120452 0.250959 0.288222 0.24807 0.244359 0.248522 0.256511 0.271484 0.305591</Transport>
<Removal>0.0107787 0.0036506 0.006287 0.002589 0.006044 0.010978 0.016297 0.016007 0.033116 0.045739 0.099324</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
1 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
1 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749341
0.00922223 0.0972694
0.000991141 0.00350627 0.123282
0.0002258 1.26627e-05 0.00604653 0.298709
1.24414e-07 0 6.98869e-08 0.0015086 0.295108
0.00334214 0.240755 0.000199763
4.16862e-08 0 0 0 0 0.00574637 0.231511 0.000482822
0.0115351 0.235831 0.00285634
0.00744259 0.226497 0.00564103
0.0151097 0.229085 0.0382241
0.0106612 0.211313
0.0240918
-0.000319694 0.0152929
1.13428e-05 -0.00127659 0.00811059
8.93831e-06 -2.03029e-07 -0.00212123 0.00641555
1.84395e-10 0 -4.09458e-08 -0.000496339 0.00503943
-0.00107158 0.00518828 7.38474e-05
-7.2759e-09 0 0 0 0 -0.00176691 0.00672485 6.03497e-05
-0.00334985 0.00514396 -0.000251271
-0.00191401 0.00654286 -0.000940352
-0.00323953 0.00609009 -0.00684676
-0.00199023 0.0098842
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857201 0.10088 0.129581 0.301107 0.30148 0.251848 0.247812 0.251859 0.25975 0.274102 0.311068</Total>
<Absorption>0.000339599 0.000132889 0.000242124 0.00108745 0.0027157 0.0053193 0.00450288 0.00807118 0.0153785 0.0285014 0.0599742</Absorption>
<NeutronVelocity>1776410337 861059447.5 431207337.4 85141888.96 16568168.9 6388021.183 3453372.564 1926225.561 1010918.935 545324.659 259118.3756</NeutronVelocity>
<Transport>0.0617149 0.0855929 0.120504 0.250823 0.288558 0.24812 0.244295 0.24878 0.256728 0.27078 0.306359</Transport>
<Removal>0.0107899 0.003651 0.006316 0.002586 0.005981 0.010995 0.016754 0.016442 0.034834 0.046395 0.105499</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749302
0.00923676 0.097229
0.000991423 0.0035096 0.123265
0.000231858 1.21096e-05 0.00606642 0.298521
7.90345e-08 3.43693e-08 0 0.00148698 0.295499
0.00327012 0.240853 0.000317615
0.00572548 0.231058 0.000687231
0.0118746 0.235417 0.00340509
0.00776233 0.224916 0.00867431
0.0159712 0.227707 0.0457239
0.00927286 0.205569
0.0240974
-0.00033984 0.0153588
9.30189e-06 -0.00127641 0.00805741
7.73165e-06 4.62408e-09 -0.00213502 0.00645682
-7.4906e-08 -9.98609e-09 0 -0.00049963 0.00497516
-0.00106383 0.00523548 9.11337e-05
-0.0017643 0.00687473 2.96618e-05
-0.00344981 0.00497373 -0.000366774
-0.00194652 0.0066976 -0.00149257
-0.00334725 0.00636889 -0.0081798
-0.0017289 0.0108142
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.085703 0.100849 0.129569 0.301116 0.301323 0.251913 0.247811 0.25186 0.259798 0.274146 0.311008</Total>
<Absorption>0.000340394 0.000132924 0.000241558 0.00108789 0.00271709 0.00534535 0.00450237 0.00807252 0.0154228 0.028541 0.0599351</Absorption>
<NeutronVelocity>1776700702 861207757.8 431393357.4 85077420.45 16544595.13 6386797.213 3453766.159 1925906.524 1008005.58 544567.3957 259287.6849</NeutronVelocity>
<Transport>0.0616513 0.0855982 0.120464 0.250706 0.288265 0.248507 0.244584 0.248701 0.25659 0.270831 0.305747</Transport>
<Removal>0.0108085 0.0036753 0.006262 0.002572 0.00601 0.011091 0.016483 0.016475 0.034939 0.046384 0.105499</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748945
0.00925995 0.0971737
0.000981096 0.00353234 0.123307
0.000231616 1.17396e-05 0.00602706 0.298544
1.20831e-07 0 0 0.00148181 0.295313
0.00331274 0.240822 0.000304251
0.0057198 0.231328 0.000655122
0.011741 0.235385 0.00323272
0.00775342 0.224859 0.0084273
0.0162412 0.227762 0.0455257
0.00947037 0.205509
0.0241425
-0.000339062 0.0153128
2.07275e-05 -0.00128308 0.00812421
8.09591e-06 9.06036e-07 -0.00211116 0.00656853
5.00403e-08 0 0 -0.000488491 0.00511612
-0.00106883 0.00488594 0.000100818
-0.00174615 0.00652228 4.86107e-05
-0.00339518 0.00502778 -0.000314299
-0.00194515 0.00683608 -0.00144919
-0.0033546 0.00636718 -0.00817808
-0.00175994 0.0113957
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857102 0.100931 0.129622 0.301317 0.301308 0.251903 0.247812 0.251866 0.259873 0.274245 0.311081</Total>
<Absorption>0.000339941 0.000132896 0.000242331 0.00108886 0.00271424 0.00534197 0.00450261 0.00807776 0.0154917 0.0286303 0.0599923</Absorption>
<NeutronVelocity>1776826978 860851899 431302187.6 84997152.6 16543746.63 6389408.916 3453587.241 1924657.363 1003520.349 542867.5349 259040.5139</NeutronVelocity>
<Transport>0.0616482 0.085634 0.120569 0.25086 0.288405 0.248546 0.244547 0.248307 0.256648 0.270831 0.305838</Transport>
<Removal>0.0108118 0.0036816 0.00626 0.00259 0.006095 0.011081 0.016557 0.016613 0.035738 0.04648 0.105537</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748984
0.00925508 0.0972494
0.000992311 0.00353671 0.123362
0.000227472 1.37008e-05 0.00602441 0.298727
0.00149563 0.295213
0.00335734 0.240822 0.000316583
0.00577817 0.231255 0.000669009
0.0117298 0.235253 0.00320274
0.00783312 0.224135 0.00827634
0.0169758 0.227765 0.045746
0.00959012 0.205544
0.0241658
-0.000347107 0.0153597
2.63298e-06 -0.00128686 0.00807392
6.88003e-06 5.38859e-08 -0.00211418 0.00656861
-0.000492293 0.00501777
-0.00108879 0.00490939 9.41238e-05
-0.00181078 0.0065872 4.9851e-05
-0.0034169 0.00540816 -0.000359288
-0.00192732 0.00697438 -0.00143269
-0.00342873 0.006389 -0.00812181
-0.00170714 0.0113391
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857207 0.100912 0.129588 0.30129 0.301262 0.251858 0.247814 0.251865 0.259907 0.274253 0.311062</Total>
<Absorption>0.000340348 0.000133019 0.000241513 0.00108645 0.00271333 0.00532477 0.00450448 0.00807721 0.0155231 0.0286372 0.0599662</Absorption>
<NeutronVelocity>1777073267 860977898.7 431305908 84921362.82 16538274.53 6385002.905 3452144.645 1924787.022 1001486.206 542737.8956 259153.2944</NeutronVelocity>
<Transport>0.0616778 0.0855654 0.120613 0.250859 0.288582 0.248444 0.244983 0.248606 0.256485 0.270908 0.305306</Transport>
<Removal>0.0107952 0.0036588 0.006279 0.002597 0.006037 0.010993 0.016655 0.016674 0.035831 0.046461 0.105535</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749255
0.00923548 0.0972532
0.000993578 0.00351383 0.123309
0.000227194 1.24366e-05 0.00603704 0.298693
4.13317e-08 0 0 0.00151091 0.295225
0.00332576 0.240865 0.000297882
0.00576396 0.231159 0.000664889
0.0118417 0.235191 0.0030647
0.00792303 0.224076 0.00823822
0.017217 0.227792 0.0459521
0.0095959 0.205527
0.0241431
-0.000346779 0.0154073
3.84176e-06 -0.00128205 0.00796009
8.05667e-06 4.49743e-07 -0.00212172 0.00652734
-1.83685e-08 0 0 -0.000493029 0.0047122
-0.00108884 0.00490021 8.9599e-05
-0.00175606 0.00621897 3.87655e-05
-0.00347804 0.00514079 -0.000310583
-0.001948 0.00723099 -0.00145551
-0.00354407 0.00638493 -0.00815315
-0.00175877 0.0118304
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857089 0.100905 0.129604 0.30112 0.301505 0.252055 0.247819 0.251893 0.25993 0.273763 0.311717</Total>
<Absorption>0.000339544 0.000133064 0.000242129 0.00108807 0.00271998 0.00540005 0.00450317 0.0080821 0.01547 0.027954 0.0594716</Absorption>
<NeutronVelocity>1776647041 860674079.9 431350558.6 85174522.6 16561254.28 6390470.53 3452835.987 1923332.134 1004804.977 555975.626 261297.1837</NeutronVelocity>
<Transport>0.0616494 0.0856034 0.120536 0.250853 0.288627 0.248597 0.244948 0.248877 0.256601 0.270355 0.306252</Transport>
<Removal>0.0107963 0.0036983 0.006285 0.002574 0.006033 0.011172 0.016766 0.017057 0.036243 0.047945 0.112265</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749126
0.00923912 0.0972067
0.000987469 0.00354909 0.123319
0.000226883 1.25391e-05 0.0060445 0.298546
7.93786e-08 0 0 0.00148382 0.295472
0.00333115 0.240883 0.000403624
0.00580415 0.231053 0.000872131
0.0119225 0.234836 0.00359772
0.00808672 0.223687 0.0113922
0.0170559 0.225818 0.0523559
0.00861854 0.199452
0.024145
-0.000330012 0.0153813
8.045e-06 -0.00130078 0.00809072
8.64251e-06 -2.83038e-07 -0.00212594 0.00650624
3.62034e-08 0 0 -0.00048972 0.00497004
-0.00107993 0.00495935 7.01918e-05
-0.00178133 0.00613857 2.31602e-05
-0.00333739 0.00494187 -0.000405612
-0.00197425 0.00708688 -0.00197018
-0.00339386 0.00684353 -0.00925179
-0.00164127 0.0125588
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857026 0.100925 0.129626 0.301315 0.301271 0.252013 0.247821 0.251894 0.259993 0.27382 0.31175</Total>
<Absorption>0.000340317 0.000133072 0.000242735 0.00109589 0.00271549 0.00538286 0.00450488 0.00808348 0.0155279 0.0280043 0.0594892</Absorption>
<NeutronVelocity>1776972217 860844488.4 431302187.6 85090451.15 16547442.34 6386838.004 3451525.056 1923002.961 1001059.121 554975.914 261219.372</NeutronVelocity>
<Transport>0.0616687 0.0856428 0.12048 0.250952 0.288408 0.248375 0.244254 0.248845 0.256947 0.270872 0.306661</Transport>
<Removal>0.0108277 0.0036791 0.006289 0.00259 0.006094 0.011216 0.016878 0.017156 0.03637 0.047854 0.111804</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
4 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
4 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748749
0.0092601 0.0972459
0.000994463 0.00353131 0.123337
0.000229379 1.35528e-05 0.00605244 0.298725
4.06397e-08 0 0 0.00149188 0.295177
4.01118e-08 0 0 0 0.00335015 0.240797 0.000429196
0.00582245 0.230943 0.000864053
3.6226e-08 0 0 0.0119509 0.234738 0.00346729
0.00821464 0.223623 0.0112068
0.0175075 0.225966 0.0521937
0.00876355 0.199946
0.0241133
-0.00033396 0.015354
6.76615e-06 -0.00128396 0.00813511
7.31117e-06 -7.54068e-08 -0.00212765 0.00650257
-2.18272e-08 0 0 -0.000487038 0.00497133
-4.86051e-09 0 0 0 -0.00110512 0.00516919 0.000108561
-0.00180054 0.00677704 2.36012e-05
5.40414e-09 0 0 -0.00331821 0.00492288 -0.000435412
-0.00191957 0.00694212 -0.00189369
-0.00349706 0.00624234 -0.00940379
-0.00156345 0.0123742
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0856954 0.100901 0.129595 0.301466 0.301338 0.252002 0.247822 0.251895 0.260067 0.273883 0.311766</Total>
<Absorption>0.00033947 0.000133155 0.000242313 0.00109666 0.00271488 0.00538024 0.00450544 0.00808476 0.0155953 0.0280606 0.0595032</Absorption>
<NeutronVelocity>1776555508 860637043.5 431224072.7 84922083.99 16549907.07 6387857.96 3451096.241 1922699.778 996730.7232 553863.1958 261157.9745</NeutronVelocity>
<Transport>0.0617311 0.0856548 0.120436 0.251227 0.288467 0.248734 0.244903 0.248451 0.256628 0.270303 0.307202</Transport>
<Removal>0.010801 0.0036502 0.00627 0.002597 0.006105 0.011215 0.017097 0.017306 0.036968 0.047966 0.111781</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748944
0.00924179 0.0972508
0.00098881 0.00350718 0.123325
0.000231008 1.22343e-05 0.00602828 0.298869
1.65062e-07 0 0 0.00149724 0.295233
0.00337797 0.240787 0.000417475
0.00581497 0.230725 0.000866013
0.012157 0.234589 0.00333541
0.00834241 0.223099 0.0110718
0.0181774 0.225917 0.0523608
0.00891016 0.199985
0.0240632
-0.000348925 0.0153062
1.25369e-05 -0.00126946 0.00817478
7.79968e-06 -1.62645e-07 -0.00213009 0.00632273
-1.11415e-07 0 0 -0.000487662 0.00498122
-0.00109861 0.00480214 0.000105223
-0.00180663 0.00616932 3.61592e-05
-0.00335619 0.00539736 -0.000339998
-0.0020109 0.00735103 -0.00191334
-0.00360572 0.00697111 -0.00941983
-0.00165293 0.0118932
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857189 0.100897 0.129558 0.301319 0.301337 0.251954 0.247823 0.251901 0.260085 0.273909 0.311794</Total>
<Absorption>0.000339899 0.000133416 0.000244666 0.00109416 0.00271655 0.00536017 0.00450615 0.00809028 0.0156114 0.0280839 0.0595257</Absorption>
<NeutronVelocity>1776637571 861052033.4 431212915.7 84942281.72 16536742.99 6386185.404 3450548.465 1921388.318 995698.5821 553403.4311 261059.7984</NeutronVelocity>
<Transport>0.0617881 0.0856333 0.120503 0.250975 0.288634 0.248896 0.244616 0.24894 0.256867 0.270172 0.306753</Transport>
<Removal>0.0108408 0.0036768 0.006284 0.002603 0.006057 0.011256 0.016875 0.017319 0.037316 0.048013 0.111994</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
3 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
3 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748781
0.0092836 0.0972202
0.000988777 0.00353455 0.123274
0.000229573 1.22534e-05 0.00604384 0.298716
8.30133e-08 0 0 0.00150275 0.29528
6.88422e-08 0 0.0033268 0.240698 0.000418271
0.00585012 0.230948 0.000829487
0.0119031 0.234582 0.00334871
0.00838175 0.222769 0.0109825
0.0183611 0.225896 0.0527636
0.00893359 0.1998
0.0240359
-0.000344597 0.0153411
5.4503e-06 -0.00128394 0.00807278
7.20675e-06 6.02159e-07 -0.00211564 0.0064567
5.1175e-08 0 0 -0.000498391 0.00485764
-3.03237e-08 0 -0.00107869 0.00461553 9.95006e-05
-0.0018192 0.00641515 2.59195e-05
-0.00330851 0.00494426 -0.000387724
-0.00203675 0.00724278 -0.00189683
-0.00367485 0.00709807 -0.00939529
-0.00164439 0.0123576
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0856982 0.100865 0.129529 0.301086 0.301782 0.251773 0.247804 0.251832 0.259498 0.274565 0.310699</Total>
<Absorption>0.000339524 0.000132761 0.000241284 0.00107922 0.00271544 0.00529193 0.00450164 0.00806677 0.0152176 0.0291802 0.0607597</Absorption>
<NeutronVelocity>1776208399 860859309.8 431400801.5 85242771.41 16575089.3 6392758.283 3454422.351 1927343.023 1021627.862 532637.3539 255768.2126</NeutronVelocity>
<Transport>0.061657 0.0855548 0.120406 0.250669 0.2889 0.248163 0.244354 0.248562 0.256668 0.271466 0.305375</Transport>
<Removal>0.0108121 0.003663 0.006286 0.002563 0.005999 0.01095 0.01625 0.015883 0.032102 0.045654 0.099296</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748861
0.00926296 0.097202
0.000986276 0.00352133 0.123243
0.000225119 1.30815e-05 0.00604269 0.298523
4.0236e-08 0 0 0.0014896 0.295783
0.00330025 0.240823 0.000197488
0.00566009 0.231554 0.000480962
0.0114506 0.235949 0.00297352
0.00733713 0.227396 0.00619674
0.0139389 0.228911 0.0380633
0.0102338 0.211403
0.0241124
-0.000324337 0.015372
1.18266e-05 -0.00127773 0.00812093
8.78373e-06 -3.20346e-07 -0.00211315 0.00651276
-2.2337e-08 0 0 -0.000490279 0.00483802
-0.00107005 0.00513159 6.98863e-05
-0.00177261 0.00674887 7.15778e-05
-0.00337038 0.00512251 -0.000267457
-0.00195112 0.00611764 -0.0010405
-0.0030684 0.00591573 -0.00675457
-0.0019562 0.0100841
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857217 0.100869 0.12949 0.301223 0.301295 0.251783 0.247806 0.251833 0.259541 0.274665 0.310768</Total>
<Absorption>0.000340077 0.000132725 0.000241396 0.00107538 0.0027068 0.00529614 0.00450364 0.00806757 0.0152572 0.0292721 0.0608139</Absorption>
<NeutronVelocity>1776599695 860874131.6 431358001.3 85157114.88 16557497.57 6389735.529 3452883.676 1927153.594 1018973.283 530963.114 255540.7626</NeutronVelocity>
<Transport>0.061711 0.0856091 0.120367 0.250923 0.288309 0.248295 0.24506 0.248343 0.256126 0.271197 0.305323</Transport>
<Removal>0.0107926 0.0036697 0.006266 0.00259 0.006009 0.010964 0.01627 0.015766 0.032488 0.045741 0.09919</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749291
0.00924227 0.0971993
0.000980356 0.00352675 0.123224
0.000230334 1.21613e-05 0.00603039 0.298633
4.00099e-08 0 0 0.00150935 0.295286
4.05273e-08 0 0 0 0.0033008 0.240819 0.000198742
0.00570053 0.231536 0.000496471
0.0115962 0.236067 0.00290826
0.00725257 0.227053 0.00599877
0.0143461 0.228924 0.0381719
0.0104251 0.211578
0.0241154
-0.000353044 0.0153135
6.89746e-06 -0.00127501 0.0081023
8.75793e-06 1.24508e-07 -0.00211396 0.00643329
-3.33874e-08 0 0 -0.000496369 0.00506584
3.60224e-08 0 0 0 -0.00107133 0.0050007 7.97119e-05
-0.0017668 0.00598852 5.37594e-05
-0.00332109 0.00526633 -0.000241655
-0.00185738 0.00665302 -0.000941382
-0.00304139 0.00622232 -0.00667603
-0.00198805 0.0100674
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0856938 0.100882 0.129528 0.301361 0.301379 0.251757 0.247807 0.251835 0.259603 0.274775 0.310788</Total>
<Absorption>0.000339497 0.00013278 0.000240882 0.00108129 0.00270751 0.00528644 0.00450406 0.00806932 0.0153148 0.0293735 0.0608247</Absorption>
<NeutronVelocity>1776486075 861014964.4 431255687.2 85020277.34 16546703.07 6386266.972 3452549.881 1926734.012 1015136.703 529131.3251 255495.06</NeutronVelocity>
<Transport>0.0617328 0.0855673 0.120392 0.250853 0.28864 0.248408 0.244531 0.248528 0.2562 0.271354 0.306063</Transport>
<Removal>0.0107829 0.0036727 0.00629 0.00258 0.006103 0.010923 0.016132 0.015855 0.033131 0.045797 0.098554</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749109
0.0092318 0.0972093
0.000978354 0.00352619 0.123238
0.000231441 1.25772e-05 0.00604115 0.298781
4.05622e-08 0 0 0.00149058 0.295276
0.00338237 0.240834 0.000203227
0.0057243 0.231675 0.000521579
0.0114835 0.23598 0.00284251
0.00735311 0.226472 0.00570038
0.0149467 0.228978 0.0380711
0.0106705 0.212234
0.0240664
-0.000336592 0.0153781
8.19526e-07 -0.00127735 0.00813202
8.08253e-06 -2.43523e-07 -0.00209886 0.00652269
-4.43363e-09 0 0 -0.000486492 0.00481996
-0.00108684 0.00487369 7.93147e-05
-0.00178329 0.00660945 6.13547e-05
-0.00341223 0.00508644 -0.000261738
-0.00186371 0.00685482 -0.00093051
-0.00323407 0.00617376 -0.00690814
-0.00199242 0.00959751
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857164 0.100929 0.129577 0.301237 0.301251 0.251774 0.247808 0.251838 0.259616 0.274818 0.310724</Total>
<Absorption>0.000339111 0.00013303 0.000241754 0.00107597 0.00271272 0.00529236 0.00450521 0.00807269 0.015327 0.029413 0.0607744</Absorption>
<NeutronVelocity>1776501855 860785208.3 431175730 85076696.64 16537153.2 6389408.916 3451679.933 1925928.779 1014328.403 528421.1305 255706.7351</NeutronVelocity>
<Transport>0.0617527 0.0856882 0.120381 0.250868 0.288362 0.248524 0.244744 0.248782 0.256348 0.271473 0.305589</Transport>
<Removal>0.0107643 0.0036812 0.006304 0.002565 0.006083 0.010989 0.016242 0.015999 0.033381 0.045919 0.099148</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749521
0.00922498 0.0972478
0.000973115 0.0035377 0.123273
0.000231648 1.12976e-05 0.00605253 0.298672
8.2438e-08 0 6.86559e-08 0.00149492 0.295168
3.7129e-08 0.00337434 0.240785 0.000221227
0.00573289 0.231566 0.000505028
0.0115419 0.235839 0.00282415
0.00741294 0.226235 0.00567303
0.0150716 0.228899 0.0385238
0.010729 0.211576
0.0240484
-0.000333664 0.0153006
9.15229e-06 -0.0012816 0.00815652
7.60489e-06 1.95689e-07 -0.0021107 0.00657737
-5.51182e-08 0 5.75184e-08 -0.000489139 0.00499173
1.23018e-08 -0.00109621 0.00477586 8.49494e-05
-0.00178621 0.00630698 5.22292e-05
-0.00332693 0.00488309 -0.00024271
-0.00190628 0.00663409 -0.000988162
-0.00316717 0.00614426 -0.00695078
-0.00196771 0.0100659
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857216 0.100869 0.129588 0.301143 0.301703 0.251876 0.247813 0.251862 0.259756 0.274098 0.310996</Total>
<Absorption>0.000340101 0.000132788 0.000242358 0.00108222 0.00272109 0.00533124 0.00450399 0.00807398 0.0153841 0.0284971 0.0599193</Absorption>
<NeutronVelocity>1776710172 860792617.8 431242668.9 85260214.17 16569706.27 6392349.636 3452526.041 1925554.223 1010551.165 545404.9632 259356.2777</NeutronVelocity>
<Transport>0.0616555 0.0856028 0.12051 0.250773 0.288611 0.248456 0.244443 0.248581 0.256436 0.27063 0.306195</Transport>
<Removal>0.0108281 0.0036943 0.006296 0.002563 0.006047 0.010958 0.016698 0.016533 0.034736 0.046766 0.105377</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748935
0.00927705 0.0971747
0.000981998 0.00354729 0.123292
0.000226085 1.18632e-05 0.00605567 0.29858
7.99992e-08 0 0 0.0014708 0.295656
0.00331223 0.240918 0.00029832
0.0056697 0.231115 0.000675146
0.0118247 0.235329 0.00330889
0.00779032 0.22502 0.00860991
0.0159147 0.227332 0.0454827
0.00934713 0.205619
0.0241611
-0.00034053 0.0153429
8.77741e-06 -0.00128669 0.00809186
8.85733e-06 3.14368e-07 -0.00213284 0.00648442
1.18301e-08 0 0 -0.000484113 0.00506536
-0.00107162 0.00491076 7.99076e-05
-0.00175533 0.00665811 4.40085e-05
-0.0033687 0.00512832 -0.000332862
-0.00191503 0.00693334 -0.00147683
-0.00331908 0.00651666 -0.00803566
-0.00175268 0.0109169
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857095 0.100896 0.129616 0.301131 0.301213 0.251905 0.247816 0.251859 0.259802 0.274155 0.311059</Total>
<Absorption>0.000338836 0.000133029 0.000242327 0.00108602 0.00271138 0.00534294 0.00450576 0.00807151 0.0154257 0.0285489 0.0599638</Absorption>
<NeutronVelocity>1776571288 861126180.8 431172011.8 85125943.83 16555414.28 6391655.055 3451167.703 1926147.647 1007818.657 544416.1953 259164.0405</NeutronVelocity>
<Transport>0.061731 0.0856083 0.120508 0.250864 0.288454 0.248475 0.244696 0.248687 0.256292 0.270547 0.306688</Transport>
<Removal>0.010823 0.0036626 0.00631 0.002566 0.00604 0.010968 0.016622 0.01645 0.035071 0.0463 0.105587</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.0748865
0.00926074 0.0972334
0.00099627 0.00351918 0.123306
0.000232271 1.26034e-05 0.00606451 0.298565
4.05738e-08 0 0 0.00149061 0.295173
3.62777e-08 0.00331229 0.240937 0.000292135
0.00563927 0.231194 0.000665512
0.0118564 0.235409 0.00320247
0.00773632 0.224731 0.00850435
0.0164067 0.227855 0.0456649
4.2799e-07 0.00936622 0.205472
0.0240736
-0.000333568 0.0153514
2.29974e-06 -0.00128388 0.00812968
8.27584e-06 2.11801e-07 -0.00213449 0.00651011
-1.00396e-08 0 0 -0.000489742 0.00494399
1.86534e-08 -0.00107766 0.00489512 7.95077e-05
-0.00173253 0.006369 3.46455e-05
-0.00332825 0.00500673 -0.000349254
-0.00189432 0.00713361 -0.00152863
-0.00331716 0.00671079 -0.0083353
-2.45326e-07 -0.00175678 0.0107263
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857192 0.100854 0.129513 0.30134 0.301426 0.251869 0.247817 0.251865 0.259875 0.274232 0.311069</Total>
<Absorption>0.000340396 0.000132961 0.000242728 0.00108965 0.00271285 0.00532939 0.00450649 0.00807742 0.0154933 0.028618 0.0599778</Absorption>
<NeutronVelocity>1777183803 860881542.7 431320790.5 85089003.1 16540079.92 6384839.836 3450607.997 1924738.861 1003415.627 543103.4015 259102.9338</NeutronVelocity>
<Transport>0.0616865 0.085588 0.120385 0.251045 0.288548 0.248099 0.24413 0.248619 0.257114 0.271008 0.306331</Transport>
<Removal>0.0108136 0.0036688 0.006249 0.002584 0.006083 0.011103 0.016633 0.016546 0.035742 0.046465 0.105303</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749056
0.00925547 0.0971852
0.000988721 0.00352179 0.123264
0.000229636 1.17772e-05 0.00600908 0.298756
4.1547e-08 0 6.89351e-08 0.00150183 0.295343
3.67291e-08 0.00337809 0.240766 0.000322329
0.00572214 0.231184 0.000662661
0.0118008 0.235319 0.0031192
0.00785872 0.224133 0.00828185
0.0171052 0.227767 0.0454094
0.00959795 0.205766
0.0241282
-0.000336939 0.0153565
-1.29355e-06 -0.00129193 0.008135
6.18028e-06 6.88638e-08 -0.00211847 0.00647308
3.27338e-08 0 2.15036e-08 -0.000494422 0.0049402
-3.41493e-08 -0.00110427 0.00528005 9.346e-05
-0.00178059 0.00700998 6.69982e-05
-0.00341676 0.0051355 -0.000324211
-0.00198299 0.00655111 -0.00146728
-0.00350119 0.00628465 -0.00801398
-0.00177263 0.0107552
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0856986 0.100913 0.129524 0.301387 0.301215 0.251892 0.24782 0.25187 0.259901 0.274264 0.311017</Total>
<Absorption>0.000339597 0.000132834 0.000242048 0.00108965 0.00271227 0.00533772 0.00450904 0.00808206 0.0155177 0.0286473 0.0599349</Absorption>
<NeutronVelocity>1776394559 861052033.4 431384052.6 85002932.6 16537180.54 6385859.153 3448656.403 1923631.817 1001834.359 542546.4962 259288.3572</NeutronVelocity>
<Transport>0.0617433 0.0855858 0.120398 0.250972 0.288253 0.248533 0.244746 0.248507 0.256577 0.270766 0.305456</Transport>
<Removal>0.0108102 0.0036877 0.006251 0.002607 0.006052 0.011045 0.016781 0.016618 0.035859 0.046491 0.105815</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748884
0.0092538 0.0972253
0.000983444 0.00354395 0.123273
0.000233069 1.27921e-05 0.00601808 0.29878
4.11741e-08 0 0 0.00150764 0.295163
0.00334142 0.240847 0.000311845
0.00573292 0.231039 0.000673934
0.0119654 0.235252 0.00317091
0.00789707 0.224042 0.00823679
0.0172434 0.227773 0.0459446
0.00966047 0.205202
0.0240714
-0.000364652 0.0153964
8.73024e-06 -0.00128796 0.00812083
8.67856e-06 -4.28899e-07 -0.00210156 0.00650516
3.39295e-08 0 0 -0.000501773 0.00504622
-0.00107926 0.00484832 9.45216e-05
-0.00177291 0.0064217 3.91015e-05
-0.00344285 0.00524625 -0.000341452
-0.00194567 0.00712858 -0.00141247
-0.00349263 0.00654518 -0.00814731
-0.0018033 0.0116574
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0856957 0.100906 0.129625 0.301365 0.301557 0.252035 0.247817 0.251889 0.25992 0.273767 0.311781</Total>
<Absorption>0.000339013 0.000133089 0.000242889 0.00109224 0.00272094 0.00539218 0.00450169 0.00807903 0.0154615 0.0279575 0.059519</Absorption>
<NeutronVelocity>1775968658 860881542.7 431203618.7 85236232.22 16553331.52 6393207.856 3453968.956 1924064.856 1005360.583 555907.6304 261089.1071</NeutronVelocity>
<Transport>0.0617455 0.0856884 0.120515 0.250949 0.288543 0.248938 0.244269 0.248516 0.256587 0.270287 0.30753</Transport>
<Removal>0.0108196 0.0036688 0.006299 0.002564 0.006045 0.011171 0.016936 0.017025 0.035895 0.047876 0.110908</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.0748761
0.00925406 0.0972372
0.000992813 0.00352047 0.123326
0.000236135 1.29139e-05 0.00605326 0.298801
7.95582e-08 0 6.54118e-08 0.00147425 0.295512
0.00334502 0.240864 0.000427558
0.00575631 0.230881 0.000806035
0.0119812 0.234864 0.00362455
0.0081653 0.224025 0.0114039
0.0169282 0.225891 0.0516909
3.90382e-07 0.00861373 0.200873
0.0240656
-0.000361956 0.0152937
1.19388e-05 -0.0012806 0.00810866
8.1112e-06 4.54263e-07 -0.00213139 0.00652664
-2.28459e-08 0 -5.86413e-08 -0.000481925 0.00504064
-0.00107086 0.00463153 0.00010036
-0.00180163 0.00681927 1.9467e-05
-0.00337175 0.00529744 -0.000406618
-0.00196729 0.0070873 -0.00206399
-0.00338596 0.00693515 -0.00928155
-2.02008e-07 -0.00155914 0.0115351
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857112 0.100879 0.129599 0.30131 0.301621 0.251998 0.247822 0.251896 0.259983 0.273819 0.311677</Total>
<Absorption>0.000340909 0.000133174 0.000242968 0.00109493 0.00272505 0.00537823 0.00450511 0.00808506 0.0155183 0.0280041 0.059443</Absorption>
<NeutronVelocity>1777108006 861207757.8 431337534.6 85152764.06 16562845.23 6389082.336 3451346.37 1922629.542 1001678.814 554982.0741 261422.189</NeutronVelocity>
<Transport>0.0617268 0.0855531 0.120368 0.250935 0.288581 0.248681 0.244673 0.248743 0.256774 0.270422 0.306233</Transport>
<Removal>0.0107847 0.0036649 0.006305 0.00258 0.006058 0.011137 0.016961 0.017182 0.036667 0.047901 0.111819</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749265
0.00923919 0.0972141
0.000978598 0.00351831 0.123294
0.000233988 1.35245e-05 0.00605779 0.29873
4.00158e-08 0 6.71837e-08 0.0014847 0.295563
3.60949e-08 0.00332591 0.240861 0.000401733
0.00575664 0.230861 0.000872695
0.0120222 0.234714 0.0035189
0.00819078 0.223316 0.0111866
0.0175182 0.225918 0.0523074
0.00875282 0.199858
0.0240604
-0.000332853 0.0153832
6.10422e-06 -0.00127768 0.00821305
9.15352e-06 1.13808e-07 -0.00211214 0.00648319
1.22447e-08 0 -2.23013e-08 -0.000487998 0.0050867
-3.30552e-08 -0.00108768 0.00481907 0.000100742
-0.00177834 0.00636209 1.19744e-05
-0.00331498 0.00511996 -0.000433416
-0.00200729 0.0071102 -0.0019818
-0.0035073 0.0068391 -0.00886787
-0.00163437 0.0122768
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857228 0.100877 0.129578 0.301355 0.301683 0.251932 0.247823 0.251899 0.260069 0.273879 0.311683</Total>
<Absorption>0.000340403 0.000133142 0.000242698 0.00109848 0.00272588 0.00535353 0.00450608 0.00808831 0.0155973 0.0280567 0.0594449</Absorption>
<NeutronVelocity>1777073267 860807437.4 431318930.2 85001487.53 16543062.42 6381580.207 3450607.997 1921853.589 996601.5886 553939.8975 261413.9883</NeutronVelocity>
<Transport>0.061648 0.0856236 0.120472 0.250986 0.288626 0.248305 0.244585 0.248631 0.257083 0.27045 0.306596</Transport>
<Removal>0.0108026 0.0036844 0.006245 0.002607 0.006048 0.011202 0.017058 0.017296 0.037179 0.048043 0.111664</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749202
0.00924911 0.0971926
0.00098778 0.00353955 0.123333
0.000228425 1.2677e-05 0.00600068 0.298748
1.23765e-07 0 1.3647e-07 0.00151177 0.295635
0.00334235 0.24073 0.000423974
0.00582676 0.230765 0.000857048
0.0121464 0.234603 0.00335351
0.00838931 0.22289 0.0111689
0.0182137 0.225836 0.0520954
0.00879466 0.200019
0.024149
-0.000327553 0.0153256
6.16342e-06 -0.00128167 0.00811063
1.07831e-05 8.97758e-08 -0.00210007 0.00654366
-3.14656e-08 0 -6.48169e-09 -0.000494997 0.00500379
-0.00107449 0.00513012 8.75558e-05
-0.00176869 0.00658934 2.6193e-05
-0.00343886 0.00525114 -0.000391287
-0.00203104 0.007015 -0.00201069
-0.00367425 0.00689371 -0.00929923
-0.00161318 0.0123287
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857107 0.100889 0.129559 0.301289 0.301425 0.251948 0.247824 0.251902 0.260087 0.273884 0.311762</Total>
<Absorption>0.000340279 0.000132938 0.000242697 0.00109915 0.00271756 0.0053588 0.00450686 0.00809091 0.0156134 0.0280613 0.0595022</Absorption>
<NeutronVelocity>1777354372 860992724.6 431276146.1 85000042.5 16545169.97 6386022.274 3450000.863 1921236.969 995569.7148 553847.858 261162.7488</NeutronVelocity>
<Transport>0.0616587 0.0856458 0.120394 0.250988 0.288437 0.248429 0.244301 0.248678 0.257022 0.270613 0.306248</Transport>
<Removal>0.0108173 0.0036645 0.006266 0.002593 0.006051 0.011075 0.017164 0.017294 0.037246 0.047979 0.11094</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
1 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
1 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748934
0.00926018 0.0972245
0.000985296 0.00351561 0.123293
0.000230597 1.28354e-05 0.00602426 0.298696
0.00150042 0.295374
4.21656e-08 0 0 0 0.00333188 0.240873 0.000451098
0.00576704 0.23066 0.000858005
0.0121717 0.234608 0.0033346
0.00831256 0.222841 0.0110949
0.0183804 0.225905 0.0517212
0.00891734 0.200822
0.0241528
-0.000343407 0.0153217
6.33609e-06 -0.00128317 0.00815089
8.51511e-06 2.48566e-07 -0.00211165 0.00644481
-0.000498389 0.00503446
-3.40594e-08 0 0 0 -0.00107158 0.00500762 0.000113295
-0.00176934 0.00682453 4.72289e-05
-0.00341509 0.00515416 -0.000408872
-0.00200011 0.00712987 -0.00197155
-0.00369176 0.00670923 -0.00900565
-0.00163649 0.0124859
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857037 0.100859 0.129598 0.301022 0.301632 0.25182 0.247806 0.251824 0.259497 0.274562 0.310652</Total>
<Absorption>0.000339901 0.000132677 0.000241597 0.00107841 0.0027111 0.0053103 0.00450351 0.00805965 0.0152166 0.0291775 0.0607179</Absorption>
<NeutronVelocity>1776416648 861052033.4 431114387.6 85343164.87 16572232.56 6395047.675 3452979.058 1929045.836 1021699.884 532685.5877 255944.3065</NeutronVelocity>
<Transport>0.0616337 0.0855736 0.120532 0.250809 0.288705 0.248424 0.244753 0.248447 0.256113 0.271095 0.305065</Transport>
<Removal>0.0107948 0.0036518 0.006316 0.00256 0.006051 0.010971 0.01627 0.015726 0.032216 0.045739 0.09876</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
4 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
4 7
4 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749089
0.00924256 0.0972072
0.000991123 0.00350477 0.123282
0.000229214 1.21438e-05 0.00607438 0.298462
7.92679e-08 0 0 0.00148214 0.295581
3.61171e-08 0.00333701 0.240849 0.00018463
3.58624e-08 0 0.00566824 0.231536 0.000465962
0.0115473 0.236098 0.00294889
0.00725779 0.227281 0.00611072
0.0141219 0.228823 0.0384832
0.0103156 0.211892
0.024165
-0.000333947 0.0153461
-2.3517e-06 -0.00128089 0.00809478
9.67702e-06 3.94004e-07 -0.00212608 0.00641786
4.17826e-08 0 0 -0.000486488 0.0049177
-1.80025e-08 -0.00107928 0.00490393 5.75936e-05
7.27262e-09 0 -0.00176072 0.00634043 4.27195e-05
-0.0033456 0.00516358 -0.000231986
-0.00185586 0.00666782 -0.00099734
-0.00310009 0.00624784 -0.00691553
-0.00196653 0.010519
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857052 0.100847 0.129472 0.301042 0.301314 0.25179 0.247808 0.251834 0.259541 0.274659 0.310665</Total>
<Absorption>0.000340295 0.000132729 0.000241175 0.001078 0.00271253 0.00529847 0.00450485 0.00806858 0.0152573 0.0292671 0.0607337</Absorption>
<NeutronVelocity>1776969059 860903776.8 431436164.7 85192663.21 16545498.47 6394352.508 3451953.979 1926908.507 1018969.129 531056.1645 255878.1611</NeutronVelocity>
<Transport>0.0616655 0.0855922 0.120374 0.250705 0.288322 0.248253 0.244628 0.248578 0.256152 0.271168 0.305783</Transport>
<Removal>0.01082 0.0036876 0.006308 0.002589 0.006074 0.010995 0.016452 0.015934 0.032656 0.045841 0.098985</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748852
0.0092539 0.0971594
0.000995636 0.00353855 0.123164
0.000229 1.29234e-05 0.00606956 0.298453
4.04078e-08 0 0 0.00150316 0.29524
0.00335855 0.240795 0.000182826
0.00573429 0.231356 0.000479678
0.0117589 0.2359 0.0029601
0.0073622 0.226885 0.00602173
0.0144355 0.228818 0.0381342
0.0104048 0.21168
0.0241312
-0.000335139 0.0153271
7.61571e-06 -0.00127773 0.00812384
7.56037e-06 4.85662e-07 -0.0021306 0.00654123
-3.81579e-08 0 0 -0.00049749 0.00502446
-0.00108718 0.00510504 5.98497e-05
-0.00181447 0.00659471 5.42093e-05
-0.00347479 0.00509923 -0.000239579
-0.00192472 0.00665359 -0.00102671
-0.00306325 0.00626344 -0.00684429
-0.00191775 0.00979499
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857265 0.100871 0.129505 0.301387 0.301233 0.251765 0.247809 0.251831 0.259599 0.274779 0.310789</Total>
<Absorption>0.000340035 0.000132699 0.00024221 0.00108129 0.00270663 0.00528889 0.00450572 0.00806624 0.0153112 0.0293772 0.0608254</Absorption>
<NeutronVelocity>1776596538 860903776.8 431196181.3 85094071.5 16548756.77 6385410.614 3451286.812 1927469.329 1015375.836 529064.1384 255492.4489</NeutronVelocity>
<Transport>0.0616578 0.0856118 0.120373 0.250953 0.288157 0.248315 0.244514 0.248685 0.256193 0.271555 0.305256</Transport>
<Removal>0.0108231 0.0036803 0.006278 0.00258 0.006056 0.010922 0.016346 0.015982 0.032786 0.045996 0.099296</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749034
0.00927469 0.0971907
0.000978761 0.00353512 0.123227
0.000229727 1.3379e-05 0.00603941 0.298807
8.16102e-08 0 0 0.00149157 0.295177
0.00334591 0.240843 0.000191324
0.00567543 0.231463 0.000499161
0.0116694 0.235849 0.00286979
0.0073432 0.226813 0.00571691
0.0147942 0.228783 0.038366
0.0107441 0.211493
0.0241482
-0.000330886 0.0153443
1.46532e-05 -0.00129418 0.00815667
9.20985e-06 -4.25818e-08 -0.00211974 0.00651743
-3.44717e-08 0 0 -0.000480018 0.00509543
-0.00107394 0.00495036 7.37374e-05
-0.00175911 0.00663383 5.05376e-05
-0.00341273 0.0049094 -0.000240302
-0.00183977 0.00675754 -0.000914069
-0.00314556 0.00597578 -0.0067779
-0.00201942 0.0102899
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857119 0.100937 0.129608 0.301215 0.301411 0.251769 0.247811 0.251835 0.25962 0.274821 0.310779</Total>
<Absorption>0.000340238 0.00013303 0.000241923 0.00107618 0.00270969 0.00529077 0.00450751 0.00806971 0.0153308 0.0294151 0.0608225</Absorption>
<NeutronVelocity>1776811192 860851899 431172011.8 85073077.77 16554318.03 6385084.443 3449905.645 1926641.209 1014075.366 528382.0414 255504.1992</NeutronVelocity>
<Transport>0.0616404 0.0856597 0.120571 0.250807 0.288326 0.248021 0.244318 0.248654 0.256509 0.271389 0.305857</Transport>
<Removal>0.0107752 0.0036779 0.006247 0.002568 0.006056 0.01098 0.016247 0.016012 0.033425 0.045794 0.099383</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749367
0.00923238 0.0972591
0.000980126 0.00353073 0.123361
0.00023144 1.24306e-05 0.00601459 0.298647
8.1572e-08 0 0 0.00148753 0.295355
0.00334505 0.240789 0.000209473
0.00573898 0.231564 0.000510835
0.0115052 0.235823 0.00287773
0.00738879 0.226195 0.00563415
0.0150592 0.229027 0.0379191
0.0106822 0.211396
0.0241864
-0.000354709 0.015346
2.92079e-06 -0.0012815 0.0080575
7.18916e-06 -3.38841e-07 -0.00210966 0.00651972
3.65352e-08 0 0 -0.000482744 0.00508672
-0.00109248 0.00525685 7.65068e-05
-0.00176582 0.00677191 5.58088e-05
-0.0033552 0.00499322 -0.000240654
-0.0018942 0.00655352 -0.000925988
-0.00324305 0.00619419 -0.00681877
-0.00201005 0.00969927
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857125 0.100881 0.129559 0.301162 0.301525 0.251923 0.247814 0.251859 0.259761 0.27409 0.311057</Total>
<Absorption>0.000339482 0.000132876 0.000242454 0.00108646 0.0027147 0.00534876 0.00450423 0.00807176 0.0153881 0.0284897 0.0599711</Absorption>
<NeutronVelocity>1776315673 861178091.6 431309628.6 85290028.74 16569678.81 6393902.774 3452347.251 1926088.288 1010282.657 545547.7845 259131.8048</NeutronVelocity>
<Transport>0.0618034 0.0856293 0.120419 0.250897 0.288518 0.248483 0.244405 0.248781 0.25646 0.270853 0.305826</Transport>
<Removal>0.0108076 0.0036646 0.006283 0.002572 0.006047 0.011113 0.0168 0.01652 0.03477 0.046564 0.105326</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749049
0.0092607 0.0972164
0.000986393 0.00352421 0.123276
0.000231804 1.21495e-05 0.00603321 0.29859
0.00147755 0.295478
0.00334464 0.24081 0.000295604
0.00568022 0.231014 0.000666484
0.0120093 0.235339 0.0033392
0.00771744 0.224991 0.00870071
0.0160088 0.227526 0.0453985
0.009366 0.205731
0.0240122
-0.000343727 0.0153242
8.037e-06 -0.0012852 0.00813855
5.17195e-06 3.29454e-07 -0.0021229 0.00648361
-0.000479545 0.00499671
-0.0010574 0.00489315 8.92298e-05
-0.00171725 0.0067302 3.74062e-05
-0.00341087 0.00497018 -0.000337972
-0.00195794 0.0068929 -0.00150087
-0.00329772 0.00635518 -0.00823518
-0.00178807 0.0115212
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857166 0.100891 0.129525 0.301115 0.301506 0.251977 0.247816 0.25186 0.259808 0.274143 0.31133</Total>
<Absorption>0.000340325 0.000132927 0.000242416 0.00108467 0.00271499 0.00537064 0.00450583 0.00807214 0.0154317 0.0285381 0.0601743</Absorption>
<NeutronVelocity>1776814350 860985311.6 431294746.8 85189034.47 16552317.74 6393616.613 3451120.061 1925995.547 1007423.705 544620.7806 258257.126</NeutronVelocity>
<Transport>0.0617407 0.085657 0.120379 0.250756 0.288654 0.248503 0.244622 0.248521 0.256415 0.27077 0.305595</Transport>
<Removal>0.0108426 0.0036795 0.006295 0.002581 0.006067 0.011049 0.016582 0.016461 0.035233 0.04653 0.105229</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.074874
0.00928047 0.0972115
0.000984416 0.003532 0.12323
0.00023477 1.24177e-05 0.00604671 0.298534
0.00149218 0.295439
0.00334636 0.240928 0.000333997
0.0056909 0.231234 0.000683258
0.0117662 0.235399 0.0032855
0.00771975 0.224575 0.00857375
0.0164475 0.227613 0.0453669
0.0093798 0.206101
0.0240792
-0.000343075 0.0153159
1.17461e-05 -0.00128873 0.00813833
6.06199e-06 6.2642e-07 -0.00211931 0.00657835
-0.000492479 0.00488459
-0.0010697 0.00496299 9.21882e-05
-0.00176148 0.00638892 7.07524e-05
-0.00328712 0.00516968 -0.00030946
-0.00192805 0.00708873 -0.00143572
-0.00343735 0.00636897 -0.00791588
-0.00174303 0.0116514
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857286 0.100952 0.129615 0.301222 0.30161 0.251863 0.247815 0.251865 0.259885 0.274224 0.311199</Total>
<Absorption>0.000340233 0.000132972 0.000242126 0.00109001 0.00271992 0.00532545 0.00450562 0.00807738 0.0155024 0.0286114 0.0600825</Absorption>
<NeutronVelocity>1776801721 861074276.3 431214775.1 85113626.69 16550098.8 6386348.541 3451274.901 1924746.27 1002827.975 543227.3135 258651.9063</NeutronVelocity>
<Transport>0.061741 0.085652 0.120517 0.250888 0.288496 0.248373 0.244577 0.248449 0.256738 0.27112 0.305961</Transport>
<Removal>0.0108472 0.0036481 0.0063 0.002594 0.006125 0.011131 0.016775 0.016597 0.035706 0.046434 0.10566</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
4 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748814
0.0092796 0.0973039
0.00099859 0.00349903 0.123315
0.000230789 1.17307e-05 0.00605294 0.298628
8.22459e-08 0 6.95358e-08 0.00150318 0.295485
1.10629e-07 0.00339114 0.240732 0.000331572
0.00575506 0.23104 0.000689029
0.0119065 0.235268 0.00309799
0.00783989 0.224179 0.00829926
0.0170639 0.22779 0.0452017
0.00959588 0.205539
0.0240877
-0.000348946 0.0153662
1.04988e-05 -0.00127627 0.00812282
6.36808e-06 1.80237e-07 -0.00211581 0.00644329
4.85248e-08 0 -6.23459e-08 -0.00049526 0.00515571
2.38969e-08 -0.00108844 0.00502036 9.80927e-05
-0.00178622 0.00652792 5.96606e-05
-0.00338768 0.00529046 -0.000298696
-0.00195926 0.00695935 -0.001459
-0.00356148 0.00615533 -0.00779831
-0.00177234 0.0109774
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857188 0.100927 0.129575 0.301331 0.301531 0.25182 0.247816 0.251864 0.259905 0.274248 0.311126</Total>
<Absorption>0.0003403 0.000132977 0.000242468 0.00108795 0.00271708 0.00530924 0.00450602 0.00807625 0.015521 0.0286331 0.0600213</Absorption>
<NeutronVelocity>1776937484 860903776.8 431185025.8 85091899.25 16549085.41 6388919.059 3450965.235 1925016.748 1001622.629 542817.4396 258915.7643</NeutronVelocity>
<Transport>0.0617402 0.0855689 0.120441 0.250854 0.288584 0.247997 0.244276 0.248788 0.25652 0.271124 0.305732</Transport>
<Removal>0.0107991 0.0036671 0.006282 0.002584 0.00606 0.011015 0.016508 0.016624 0.035942 0.046466 0.105476</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
4 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
4 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749197
0.00923831 0.0972599
0.000991605 0.00351964 0.123293
0.0002343 1.194e-05 0.00604527 0.298747
8.27501e-08 0 6.91362e-08 0.00149524 0.295471
0.0033526 0.240805 0.00031219
3.71395e-08 0 0.00567312 0.231308 0.000662164
0.0117558 0.23524 0.00312465
0.00787792 0.223963 0.00828144
0.0173429 0.227782 0.0452998
0.00955701 0.20565
0.0240606
-0.000334887 0.0154295
7.84244e-06 -0.00127737 0.00813327
4.8044e-06 -1.38451e-07 -0.00211717 0.00653295
-6.89388e-08 0 6.41269e-08 -0.000490684 0.00496256
-0.00109289 0.00532955 8.51186e-05
1.88831e-08 0 -0.00176574 0.0068257 4.1961e-05
-0.00337028 0.00494957 -0.000318353
-0.0019434 0.00723901 -0.00148083
-0.00358217 0.00619182 -0.00794111
-0.00174865 0.0112628
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857275 0.100873 0.129586 0.301191 0.30167 0.252012 0.247819 0.251894 0.259923 0.273757 0.311723</Total>
<Absorption>0.000340052 0.00013317 0.00024349 0.00109142 0.00272284 0.00538255 0.00450306 0.00808354 0.0154643 0.0279486 0.0594742</Absorption>
<NeutronVelocity>1776959587 860963073.3 431264986.5 85386158.9 16572809.32 6394843.198 3452919.443 1922988.17 1005178.681 556080.7429 261285.5773</NeutronVelocity>
<Transport>0.0617226 0.0855965 0.120448 0.250976 0.288976 0.248412 0.244668 0.248269 0.256564 0.270526 0.306702</Transport>
<Removal>0.0108291 0.0036687 0.006306 0.002565 0.006032 0.011056 0.016963 0.017145 0.036013 0.047988 0.112155</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748984
0.00926294 0.0972043
0.000992125 0.00351983 0.12328
0.000229913 1.29254e-05 0.00606213 0.298626
1.59792e-07 0 6.62004e-08 0.00147082 0.295638
0.0033132 0.240956 0.000435902
0.00567605 0.230856 0.000867538
0.0120063 0.234749 0.00358556
0.00821028 0.22391 0.0113943
0.0170679 0.225769 0.0525432
0.00867833 0.199568
0.0240844
-0.000337933 0.0153417
1.7007e-05 -0.0012773 0.0081518
6.70335e-06 4.73393e-07 -0.00212562 0.00644156
1.41459e-08 0 5.41129e-08 -0.000485756 0.00477177
-0.00107793 0.00504449 9.47543e-05
-0.00171989 0.00640846 5.33731e-05
-0.00335266 0.00553424 -0.00042218
-0.00198997 0.00717985 -0.00198539
-0.00343167 0.00667184 -0.0091402
-0.00163413 0.0120886
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857188 0.100888 0.129619 0.301047 0.301575 0.251981 0.247822 0.251901 0.25998 0.273809 0.31179</Total>
<Absorption>0.000340063 0.000133258 0.000242826 0.00108751 0.00272072 0.00537157 0.00450576 0.0080898 0.0155164 0.0279947 0.0595238</Absorption>
<NeutronVelocity>1776833292 861074276.3 431240809.2 85220978 16558073.3 6388061.99 3450846.147 1921502.769 1001802.242 555166.9387 261067.9769</NeutronVelocity>
<Transport>0.0616898 0.0856203 0.120452 0.250671 0.28869 0.24847 0.24433 0.248886 0.256769 0.270135 0.306656</Transport>
<Removal>0.0108081 0.0036735 0.00632 0.002582 0.006025 0.011195 0.017121 0.017166 0.03684 0.047985 0.111507</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749107
0.00925759 0.0972145
0.000981726 0.0035259 0.123299
0.000229488 1.20821e-05 0.00607572 0.298465
1.21426e-07 0 6.66809e-08 0.00149158 0.29555
4.08285e-08 0 0 0 0.00334026 0.240786 0.000421328
0.00582212 0.230701 0.000848179
0.0121015 0.234735 0.00358579
0.00832822 0.22314 0.0112381
0.0176155 0.225824 0.0519746
0.00875891 0.200283
0.0241334
-0.000351825 0.0153192
8.75196e-06 -0.00127888 0.00819721
9.19598e-06 -1.15145e-08 -0.00212479 0.00650161
-2.09344e-08 0 2.74865e-08 -0.0004881 0.00492806
3.26472e-09 0 0 0 -0.00105745 0.00502786 9.65679e-05
-0.00177176 0.00675931 2.952e-05
-0.00336463 0.00497454 -0.000413011
-0.00201434 0.00713466 -0.00192198
-0.00355302 0.0069999 -0.00920245
-0.00158302 0.0123242
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857165 0.100878 0.129594 0.301142 0.301259 0.251956 0.247823 0.251897 0.26007 0.27387 0.311692</Total>
<Absorption>0.000339488 0.000133287 0.000242938 0.00109384 0.00271826 0.00536146 0.00450628 0.00808629 0.0155979 0.0280489 0.059449</Absorption>
<NeutronVelocity>1776353537 860918600.1 431296607 85128117.82 16540627.09 6390103.008 3450453.217 1922333.867 996561.8616 554093.3647 261396.2218</NeutronVelocity>
<Transport>0.0617449 0.0856345 0.120513 0.25082 0.288463 0.248547 0.244788 0.248923 0.257018 0.270507 0.306836</Transport>
<Removal>0.0108125 0.0036641 0.006334 0.002586 0.006064 0.011208 0.016952 0.017248 0.037228 0.047913 0.11172</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
9 11
10 11
</Profile>
<Value>
0.074904
0.00925278 0.0972139
0.000988183 0.00351758 0.12326
0.000232482 1.24879e-05 0.00608953 0.298556
4.1405e-08 0 0 0.00148948 0.295195
0.0033642 0.240748 0.000417518
0.00578855 0.230871 0.000810125
0.0119998 0.234649 0.00327746
0.00829871 0.222842 0.0111285 1.55421e-06
0.0182376 0.225957 0.0518609
0.00880881 0.199972
0.024074
-0.000342855 0.0153148
5.48182e-06 -0.00128271 0.00811144
8.95403e-06 3.90479e-07 -0.00214648 0.00650354
2.84354e-08 0 0 -0.000491409 0.00495422
-0.00108665 0.00490722 9.73574e-05
-0.00177951 0.00629899 1.87126e-05
-0.00336193 0.00495829 -0.000377672
-0.00202482 0.00708173 -0.00196325 -9.56192e-07
-0.00369568 0.00675845 -0.00904836
-0.00160789 0.0118734
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857296 0.100912 0.129547 0.301307 0.301431 0.251953 0.247822 0.251902 0.260089 0.273871 0.311745</Total>
<Absorption>0.000340605 0.00013308 0.000241682 0.00109478 0.00271899 0.00536039 0.00450514 0.00809046 0.0156159 0.0280501 0.059488</Absorption>
<NeutronVelocity>1777474422 860866720.6 431196181.3 85021000.19 16545744.85 6386389.327 3451322.547 1921344.019 995411.1546 554068.8043 261224.831</NeutronVelocity>
<Transport>0.061588 0.085635 0.120435 0.251011 0.28852 0.248292 0.244477 0.248938 0.256755 0.270516 0.307165</Transport>
<Removal>0.0107672 0.0036647 0.0063 0.002602 0.006118 0.01115 0.016973 0.017331 0.037202 0.047982 0.111796</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749624
0.00920333 0.0972473
0.000988893 0.00351786 0.123247
0.000236026 1.10785e-05 0.00606577 0.298705
0.00150632 0.295313
0.00339071 0.240803 0.000443378
0.00575412 0.230849 0.00088316
0.0119879 0.234571 0.00329081
0.00828298 0.222887 0.0110464
0.0183932 0.225889 0.0523751
0.00886988 0.199949
0.0242143
-0.000327256 0.0153392
9.51555e-06 -0.00126917 0.00809946
9.41311e-06 -3.34273e-07 -0.00211686 0.0064493
-0.000492359 0.00499681
-0.00109535 0.00513618 0.000100773
-0.00175988 0.00662379 3.19691e-05
-0.00337992 0.00492339 -0.000384354
-0.00201415 0.0073673 -0.00198194
-0.00368964 0.00680584 -0.00941614
-0.00166192 0.0119389
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857055 0.100894 0.12956 0.301122 0.301446 0.251868 0.247808 0.251828 0.259508 0.274574 0.310693</Total>
<Absorption>0.00034001 0.000132658 0.000241305 0.00107385 0.00270841 0.00532853 0.00450501 0.00806333 0.0152268 0.0291885 0.0607557</Absorption>
<NeutronVelocity>1776669136 861029791.6 431235230.2 85427006.89 16573550.93 6393861.893 3451822.908 1928164.31 1021009.309 532484.1985 255785.2223</NeutronVelocity>
<Transport>0.0616767 0.0856588 0.120423 0.250814 0.288769 0.248419 0.244122 0.248548 0.256188 0.271082 0.305642</Transport>
<Removal>0.0108408 0.003681 0.006278 0.002557 0.005983 0.010971 0.016177 0.015891 0.032282 0.045645 0.0992</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748647
0.0092731 0.097213
0.000997155 0.00353347 0.123282
0.000228226 1.36834e-05 0.00603176 0.298565
4.02049e-08 0 0 0.00147488 0.295463
0.00330569 0.240897 0.000207358
0.00564724 0.231631 0.000482778
0.0115781 0.235937 0.00298194
0.00732516 0.227226 0.0061309
0.0140305 0.228929 0.0381079
0.0102287 0.211493
0.0241277
-0.000344991 0.0153097
5.61828e-06 -0.00128759 0.00813588
1.07806e-05 -2.36062e-07 -0.00210768 0.00651208
-2.39259e-08 0 0 -0.0004787 0.00470989
-0.00105353 0.0049688 7.79207e-05
-0.00178038 0.00699816 5.27698e-05
-0.00338879 0.0050829 -0.000255053
-0.00188068 0.00659924 -0.000981378
-0.00306911 0.00619324 -0.00673506
-0.00188834 0.00974715
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857156 0.100895 0.129566 0.301089 0.301678 0.251776 0.247806 0.251834 0.259543 0.274657 0.310707</Total>
<Absorption>0.000339247 0.000132984 0.000241526 0.00107986 0.00271309 0.00529326 0.00450313 0.0080688 0.0152593 0.0292652 0.0607737</Absorption>
<NeutronVelocity>1776672293 861014964.4 431274286.1 85236232.22 16563531.08 6390266.346 3453277.16 1926860.239 1018835.206 531090.0091 255709.3505</NeutronVelocity>
<Transport>0.061707 0.0856018 0.120527 0.250754 0.288769 0.248411 0.244263 0.248704 0.255987 0.271235 0.30539</Transport>
<Removal>0.0107977 0.0036722 0.006293 0.002567 0.006012 0.011 0.016121 0.015954 0.032337 0.045623 0.098857</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
2 7
4 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
2 7
4 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749179
0.00925432 0.0972228
0.000985051 0.00352749 0.123273
0.000225047 1.06776e-05 0.00605811 0.298522
1.22195e-07 0 6.72193e-08 0.00148251 0.295666
3.45513e-08 0 0 0.00330216 0.240776 0.000184437
3.60229e-08 0 0.00570107 0.231685 0.000504555
0.0114307 0.23588 0.00288031
0.00737993 0.227206 0.00593593
0.0143767 0.229034 0.0381254
0.0104733 0.21185
0.0240932
-0.000339522 0.0153652
7.27035e-06 -0.00129164 0.00809156
9.44771e-06 5.26391e-07 -0.00213153 0.00656474
2.37822e-08 0 -5.89351e-08 -0.000484967 0.00490327
-3.04727e-08 0 0 -0.00105396 0.00488004 7.02948e-05
-3.18086e-08 0 -0.001782 0.00672354 5.74731e-05
-0.0032513 0.00494742 -0.000227545
-0.00190458 0.00680336 -0.000988131
-0.00305372 0.00616269 -0.00674238
-0.00193032 0.0101186
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857015 0.100896 0.129636 0.30125 0.30137 0.251758 0.247811 0.251833 0.259608 0.274763 0.31076</Total>
<Absorption>0.000339856 0.000132687 0.00024169 0.0010795 0.00271411 0.00528628 0.00450751 0.00806752 0.0153198 0.0293625 0.0608097</Absorption>
<NeutronVelocity>1776776466 861089105.5 431225932.2 85175248.07 16547853.08 6388429.277 3449917.547 1927164.736 1014804.99 529327.3837 255558.3951</NeutronVelocity>
<Transport>0.0617067 0.0856418 0.120639 0.250906 0.288341 0.248151 0.245092 0.248743 0.256178 0.27142 0.305303</Transport>
<Removal>0.0108041 0.0036699 0.006284 0.002572 0.006034 0.011037 0.016524 0.01585 0.033068 0.045655 0.098332</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
3 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
3 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748974
0.00924889 0.0972261
0.000986851 0.00352406 0.123352
0.000231554 1.30748e-05 0.00604118 0.298678
4.09288e-08 0 0 0.00149355 0.295336
6.88593e-08 0 0.00333931 0.240721 0.000216994
0.00574734 0.231287 0.000517168
0.0117379 0.235983 0.00277817
0.00737626 0.22654 0.00573816
0.0150175 0.229108 0.0375901
0.0106487 0.212428
0.0240891
-0.000333997 0.0153215
2.50776e-06 -0.00127979 0.00804129
7.04488e-06 -8.61819e-08 -0.00211783 0.00648375
-8.5501e-10 0 0 -0.000493392 0.00503416
-5.08669e-08 0 -0.00106648 0.00512777 7.24414e-05
-0.00179811 0.00608156 6.30952e-05
-0.00343571 0.00494744 -0.00023344
-0.00194444 0.00675648 -0.000956095
-0.0031367 0.00612839 -0.0066491
-0.00200402 0.0100641
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857358 0.100938 0.129525 0.301184 0.30139 0.251757 0.247812 0.251829 0.259618 0.274807 0.310768</Total>
<Absorption>0.000340142 0.00013297 0.000242405 0.00107522 0.00271245 0.00528596 0.00450779 0.00806405 0.015329 0.0294025 0.0608154</Absorption>
<NeutronVelocity>1777152220 860814847.3 431216634.6 85133915.65 16554071.39 6389163.978 3449691.425 1927993.306 1014194.669 528608.2801 255534.2326</NeutronVelocity>
<Transport>0.0617366 0.0857164 0.120486 0.250867 0.288368 0.248264 0.244577 0.248649 0.256587 0.271485 0.305726</Transport>
<Removal>0.0108283 0.0036849 0.006283 0.002563 0.006022 0.010996 0.016548 0.016022 0.033428 0.045799 0.099084</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749075
0.00927356 0.0972531
0.00099243 0.00353809 0.123242
0.000229092 1.30135e-05 0.00603816 0.298621
4.16674e-08 0 6.91146e-08 0.00150453 0.295368
0.00330767 0.240761 0.000214584
0.0057146 0.231264 0.000508265
0.0117636 0.235807 0.00283134
0.007465 0.22619 0.00566099
0.0151829 0.229008 0.0381256
0.0106637 0.211684
0.0241032
-0.000348702 0.0153012
6.94019e-06 -0.00129083 0.00805544
6.0746e-06 -1.85691e-07 -0.00212403 0.00649842
-3.89606e-08 0 -4.43131e-08 -0.000496679 0.00511398
-0.00106653 0.0049866 6.85612e-05
-0.00175849 0.00653448 5.13207e-05
-0.00336932 0.00499105 -0.000228014
-0.00188366 0.00652888 -0.000963627
-0.00332192 0.00615442 -0.00699143
-0.00204788 0.0100593
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857125 0.100885 0.129638 0.301039 0.301799 0.251906 0.247814 0.251859 0.259755 0.27409 0.311105</Total>
<Absorption>0.000339781 0.000132851 0.000243303 0.00109003 0.00271975 0.00534185 0.00450483 0.00807131 0.015383 0.0284898 0.0600055</Absorption>
<NeutronVelocity>1776792250 861103935.2 431194322 85343164.87 16568498.31 6394229.847 3451882.484 1926192.168 1010620.612 545544.8083 258983.4898</NeutronVelocity>
<Transport>0.0617083 0.0856109 0.120622 0.250785 0.289 0.248183 0.244518 0.248731 0.256369 0.270465 0.307069</Transport>
<Removal>0.0108141 0.0036796 0.006315 0.002561 0.006038 0.011039 0.016568 0.016543 0.03471 0.046523 0.105598</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748984
0.00927073 0.0972054
0.000977654 0.00353785 0.123323
0.000229327 1.25086e-05 0.00606693 0.298478
7.88513e-08 0 0 0.00146745 0.295761
0.00334095 0.240867 0.000316186
0.00567768 0.231246 0.000685661
0.0117262 0.235316 0.00337057
0.00776181 0.225045 0.00866268
0.0160009 0.227567 0.0454292
0.00935642 0.205507
0.0241032
-0.000347642 0.0153408
9.21814e-06 -0.00129266 0.00803138
7.93722e-06 -3.44752e-07 -0.00211325 0.00646914
2.05221e-08 0 0 -0.000481527 0.00470221
-0.00107373 0.00520906 9.56433e-05
-0.00176075 0.00648029 4.88468e-05
-0.00328014 0.00497706 -0.000360133
-0.00192405 0.00707828 -0.00148843
-0.00337532 0.00668775 -0.00839737
-0.00174616 0.0103961
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857086 0.100856 0.129548 0.301028 0.301659 0.251914 0.247817 0.251857 0.259807 0.274139 0.311163</Total>
<Absorption>0.00033979 0.000132862 0.000241874 0.00108154 0.00272 0.00534498 0.00450652 0.00806927 0.0154312 0.0285347 0.0600506</Absorption>
<NeutronVelocity>1776034896 860851899 431324511.3 85340979.89 16561418.85 6388714.974 3450584.184 1926682.042 1007460.243 544686.043 258789.1257</NeutronVelocity>
<Transport>0.0616927 0.0856442 0.120458 0.25074 0.288719 0.248419 0.24457 0.248516 0.256383 0.270692 0.306715</Transport>
<Removal>0.0108149 0.0036934 0.006287 0.002569 0.006133 0.011028 0.016802 0.016521 0.034912 0.046396 0.10533</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748937
0.00925834 0.0971626
0.000983575 0.00354709 0.123261
0.000229178 1.15545e-05 0.0060489 0.298459
8.1378e-08 0 6.63187e-08 0.00148804 0.295526
0.00336575 0.240886 0.000299942
0.00570643 0.231015 0.000682683
0.0119343 0.235336 0.00318999
0.0077654 0.224895 0.00850456
0.0163525 0.227743 0.0453387
0.00938464 0.205833
0.0240951
-0.000337297 0.01529
9.50637e-06 -0.00129398 0.00808774
7.05308e-06 7.35401e-08 -0.00211454 0.00647144
-3.77828e-08 0 -3.97391e-08 -0.000489316 0.00499758
-0.00108855 0.00494467 8.86426e-05
-0.0017295 0.00649355 4.4244e-05
-0.00333691 0.00518595 -0.000300519
-0.00191292 0.00701631 -0.00148731
-0.00333061 0.00647121 -0.00833903
-0.00169965 0.0108169
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857239 0.100865 0.129664 0.301313 0.30158 0.251889 0.247819 0.251865 0.25988 0.274218 0.311172</Total>
<Absorption>0.000339775 0.000133149 0.000242929 0.00109179 0.00271897 0.0053368 0.00450873 0.00807654 0.0154983 0.0286053 0.0600583</Absorption>
<NeutronVelocity>1777123796 861178091.6 431173870.9 85183229.13 16554016.58 6388878.241 3448894.284 1924946.342 1003094.547 543342.4253 258755.6441</NeutronVelocity>
<Transport>0.0616717 0.0855949 0.120688 0.250857 0.288383 0.248244 0.244733 0.248361 0.256741 0.270992 0.306222</Transport>
<Removal>0.0108293 0.0036643 0.006338 0.002588 0.006111 0.011014 0.016835 0.016493 0.035695 0.046517 0.10599</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.0748946
0.00927564 0.0972007
0.000980717 0.00351591 0.123326
0.000231211 1.07047e-05 0.00609102 0.298725
8.25334e-08 3.57874e-08 0 0.00149064 0.295469
0.00337852 0.240875 0.000310056
0.00568548 0.230984 0.000667347
0.0120679 0.235372 0.00316509
0.00781107 0.224185 0.00832923
0.0171197 0.227701 0.0457702
4.12439e-07 0.00952658 0.205182
0.0241486
-0.000341244 0.0153342
5.76013e-06 -0.00128236 0.00799725
7.12254e-06 8.72355e-07 -0.00212873 0.00654927
-1.18309e-08 -2.28651e-09 0 -0.000488786 0.00521473
-0.00109487 0.00513625 8.79472e-05
-0.00175669 0.0064055 4.56498e-05
-0.00340581 0.00536188 -0.000372306
-0.00192776 0.0069473 -0.00147498
-0.00347562 0.00631064 -0.00811451
-3.08751e-07 -0.00177624 0.0110634
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857212 0.100907 0.129581 0.301298 0.301332 0.251838 0.247818 0.251871 0.259909 0.274244 0.311061</Total>
<Absorption>0.000339758 0.000133461 0.000242817 0.00109149 0.00271429 0.00531709 0.00450747 0.00808249 0.0155246 0.0286296 0.0599724</Absorption>
<NeutronVelocity>1777063793 860829667.6 431237089.8 85147688.67 16547387.58 6387286.744 3449858.038 1923528.212 1001394.943 542882.2706 259126.433</NeutronVelocity>
<Transport>0.0616531 0.0856299 0.120457 0.25091 0.288466 0.248104 0.244594 0.248773 0.256792 0.270926 0.305356</Transport>
<Removal>0.0107989 0.0036651 0.006277 0.002585 0.006049 0.011058 0.016726 0.016562 0.035914 0.046431 0.105255</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
2 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
2 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749223
0.00923911 0.0972419
0.000993861 0.00352331 0.123304
0.000233989 1.30916e-05 0.00603934 0.298713
4.14955e-08 0 6.88432e-08 0.00149031 0.295283
3.58072e-08 0 7.52559e-08 0.00333725 0.24078 0.000337655
0.00581196 0.231092 0.000667586
0.0118525 0.235309 0.00306964
0.00786669 0.223995 0.00826967
0.017392 0.227813 0.0452258
0.00960485 0.205806
0.0241635
-0.000338562 0.0153429
4.89092e-06 -0.00128316 0.00812331
3.75278e-06 6.72532e-07 -0.00212055 0.00651906
4.10514e-08 0 -2.92027e-08 -0.00049038 0.00489894
3.71139e-09 0 5.35444e-08 -0.00108946 0.00527545 0.000108288
-0.00178663 0.0064914 3.53889e-05
-0.00337605 0.00496514 -0.000291141
-0.00193003 0.00689039 -0.00143019
-0.00352551 0.00633372 -0.00785623
-0.00176583 0.0114939
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0856881 0.100871 0.129569 0.30097 0.301754 0.251995 0.247823 0.251891 0.259931 0.273766 0.31157</Total>
<Absorption>0.000340152 0.000133039 0.000243578 0.00108357 0.00272505 0.00537396 0.00450641 0.0080805 0.0154711 0.027957 0.0593617</Absorption>
<NeutronVelocity>1776672293 861007551 431294746.8 85431385.78 16576820.3 6399713.293 3450346.07 1923713.228 1004734.308 555913.8111 261780.79</NeutronVelocity>
<Transport>0.061619 0.0856231 0.120384 0.250798 0.288957 0.248556 0.244756 0.248736 0.25681 0.27035 0.306794</Transport>
<Removal>0.0108207 0.0036595 0.006272 0.002548 0.006014 0.011055 0.017035 0.017088 0.036072 0.048222 0.111643</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0748674
0.00926893 0.0972115
0.000986148 0.00351735 0.123297
0.000229764 1.29557e-05 0.00602823 0.298422
3.91191e-08 0 6.56518e-08 0.00147304 0.29574
0.00332542 0.24094 0.000442218
0.00570534 0.230788 0.000814646
0.0120259 0.234803 0.00361095
0.00818444 0.223859 0.0115664
0.017143 0.225544 0.0520206
0.00863111 0.199927
0.0241704
-0.000345079 0.0153169
8.35553e-06 -0.00127835 0.00816865
8.81666e-06 3.4096e-07 -0.00211618 0.00646463
1.53728e-08 0 5.67505e-08 -0.0004844 0.00482627
-0.00107634 0.0048984 0.000103553
-0.00172745 0.00641139 3.52347e-05
-0.00344843 0.00507677 -0.000413026
-0.00198234 0.0069652 -0.00203584
-0.0034684 0.00685756 -0.00910536
-0.00157462 0.0117557
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0856926 0.100866 0.129615 0.301231 0.301651 0.251987 0.247822 0.251897 0.259969 0.273817 0.311814</Total>
<Absorption>0.000339409 0.000133145 0.000243406 0.00109618 0.00272384 0.00537281 0.00450572 0.00808646 0.0155059 0.0280025 0.0595403</Absorption>
<NeutronVelocity>1776094829 860963073.3 431281726.2 85315496.71 16567427.77 6392308.774 3450881.873 1922296.914 1002479.131 555012.8763 260995.751</NeutronVelocity>
<Transport>0.0617091 0.085544 0.12054 0.251022 0.288705 0.248613 0.244502 0.248721 0.256667 0.270347 0.306571</Transport>
<Removal>0.0108046 0.0036585 0.006277 0.002561 0.006087 0.01114 0.016955 0.017208 0.036434 0.048045 0.111734</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.074888
0.00925817 0.0972075
0.000980319 0.00351179 0.123338
0.00022842 1.2391e-05 0.00603973 0.29867
4.05571e-08 0 0 0.00147177 0.295564
0.00338335 0.240847 0.000435801
0.00577676 0.230867 0.000833541
0.0120432 0.234689 0.00351203
0.00824107 0.223535 0.0112015
0.0174054 0.225772 0.051989
0.00877631 0.20008
0.024063
-0.000329616 0.0153839
3.6474e-06 -0.0012698 0.00809077
5.40063e-06 -4.78991e-08 -0.00211887 0.00637833
-3.37468e-08 0 0 -0.000484705 0.00499568
-0.00109685 0.00484208 9.89061e-05
-0.00175142 0.00662961 3.39259e-05
-0.00340798 0.00512121 -0.000417135
-0.00200662 0.00720671 -0.00197553
-0.00352872 0.00693113 -0.00950418
-0.00166638 0.0127532
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857155 0.100904 0.12969 0.301414 0.301342 0.251968 0.247826 0.251898 0.260064 0.273878 0.311616</Total>
<Absorption>0.00034032 0.000132978 0.000243014 0.00109447 0.002718 0.00536631 0.00450861 0.00808714 0.0155923 0.0280563 0.0593967</Absorption>
<NeutronVelocity>1777221705 860918600.1 431080935.4 85124494.57 16539587.5 6385002.905 3448656.403 1922134.338 996919.5187 553949.1032 261626.6901</NeutronVelocity>
<Transport>0.061689 0.085593 0.120629 0.251008 0.288553 0.248619 0.244615 0.248697 0.256742 0.27043 0.306575</Transport>
<Removal>0.0108023 0.0036593 0.006307 0.002587 0.006116 0.011176 0.016939 0.01703 0.037184 0.048349 0.112008</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.0749132
0.00925184 0.0972447
0.00098463 0.00351458 0.123383
0.000228421 1.21006e-05 0.0060653 0.298827
8.22086e-08 0 0 0.00148815 0.295226
0.00338745 0.240792 0.000408554
0.00583816 0.230887 0.000833089
0.0120271 0.234868 0.00332988
0.00821122 0.22288 0.0111264
0.0182818 0.225529 0.0527503
0.00889751 0.199608
0.0241073
-0.000322039 0.0153872
6.09251e-06 -0.00127879 0.00804654
3.88882e-06 -1.81798e-08 -0.00210623 0.00657564
2.74403e-09 0 0 -0.000487693 0.00482355
-0.00108679 0.00485743 9.04548e-05
-0.00178273 0.00643113 3.20472e-05
-0.00331028 0.00512759 -0.000371569
-0.00198288 0.00729306 -0.00194722
-0.00363563 0.00683786 -0.0092723
-0.00162672 0.0123072
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.0857042 0.100929 0.129608 0.301329 0.301418 0.252014 0.247824 0.251903 0.260084 0.273885 0.311804</Total>
<Absorption>0.000340196 0.000133116 0.000242918 0.00109607 0.00271964 0.00538316 0.00450681 0.00809145 0.0156109 0.0280625 0.0595354</Absorption>
<NeutronVelocity>1776918539 861118765.5 431253827.4 85163641.94 16533380.07 6387857.96 3450048.473 1921107.788 995728.3255 553826.3865 261016.8695</NeutronVelocity>
<Transport>0.0616421 0.085676 0.120494 0.250923 0.288463 0.248356 0.244915 0.248391 0.256952 0.270373 0.3069</Transport>
<Removal>0.0108274 0.0036533 0.006309 0.002583 0.006082 0.011196 0.017076 0.017281 0.037492 0.047913 0.111297</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.0748768
0.00926385 0.0972757
0.000995489 0.00351368 0.123299
0.000230938 1.24629e-05 0.00605928 0.298746
4.15559e-08 3.60165e-08 0 0.00148653 0.295336
4.1555e-08 0 0 0 0.00339085 0.240818 0.000425982
0.00581032 0.230748 0.000844938
0.0121247 0.234622 0.00330572
0.00834492 0.222592 0.0110793
0.0184787 0.225972 0.0519058
6.89404e-07 0.00889133 0.200507
0.0241295
-0.000314087 0.015327
5.59923e-06 -0.0012786 0.00811113
5.98771e-06 5.03112e-07 -0.00211484 0.00650103
2.45436e-08 1.65924e-08 0 -0.000494906 0.004981
2.96291e-08 0 0 0 -0.00110644 0.00513206 0.000103212
-0.0017674 0.00622062 2.90635e-05
-0.00341564 0.00546515 -0.000371868
-0.00200782 0.00721525 -0.00190309
-0.00375304 0.00684931 -0.00883508
-5.45672e-07 -0.00160127 0.011671
</Value>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
<Multigroup_Cross_Section_Library ID="1005" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Absorption Scattering Transport Removal NeutronVelocity</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31013 0.492571 0.651085 0.748916 0.762085 0.762441 0.762653 0.762744 0.7643 0.768721 0.806667</Total>
<Absorption>0.00383321 1.18323e-06 7.17123e-07 3.51112e-06 1.6998e-05 4.32682e-05 7.9401e-05 0.000143143 0.000289718 0.000533555 0.00109043</Absorption>
<NeutronVelocity>1734015842 834445927.9 421254833.9 79083892.19 16144395.47 6322311.437 3441523.356 1910913.225 944608.1765 512930.9903 250794.3912</NeutronVelocity>
<Transport>0.212601 0.436985 0.593936 0.692714 0.705563 0.705975 0.705653 0.707105 0.713126 0.730413 0.825378</Transport>
<Removal>0.064249 0.075354 0.103221 0.030757 0.066943 0.096327 0.169449 0.109993 0.204719 0.089889 0.183516</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.245881
0.0671144 0.417217
0.00242372 0.0753535 0.547864
0.000712026 0 0.10322 0.718159
1.10467e-06 0 0 0.0307529 0.695142
0.0669282 0.666114 0.000130995
0.0962853 0.593204 0.000449287
0.169253 0.652751 0.00414757
0.109296 0.559581 0.024866 0.000302872
0.000102739 0.199367 0.678832 0.18213
0.000916076 0.0644885 0.623151
0.0895364
-0.00595958 0.0729418
0.00048547 -0.0199136 0.0834486
0.000249849 0 -0.0279898 0.0646278
-1.80786e-07 0 0 -0.00870701 0.0755176
-0.0189953 0.0836837 0.000114962
-0.0272206 0.103924 0.000305544
-0.0470376 0.0829553 0.000627899
-0.0275568 0.0855658 -0.00342914 -0.000148897
-7.74152e-05 -0.034562 0.0547685 -0.037098
-0.000468948 -0.0131951 0.000936926
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309888 0.492371 0.651051 0.749092 0.762087 0.762441 0.762653 0.762744 0.764309 0.768726 0.806507</Total>
<Absorption>0.00382754 1.18214e-06 7.17039e-07 3.54536e-06 1.70488e-05 4.33024e-05 7.94084e-05 0.000143192 0.000290464 0.000533805 0.00109087</Absorption>
<NeutronVelocity>1733009145 834884827.6 421309852.3 78307309.2 16096164.93 6317279.022 3441203.595 1910259.814 942178.5051 512691.6826 250695.052</NeutronVelocity>
<Transport>0.212792 0.436655 0.59371 0.692843 0.705449 0.705773 0.705826 0.70717 0.712614 0.730427 0.825115</Transport>
<Removal>0.063694 0.075035 0.10307 0.031702 0.067893 0.096759 0.169819 0.110328 0.20674 0.089852 0.183788</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246194
0.0665415 0.417336
0.00233364 0.0750334 0.547981
0.00067344 0 0.10307 0.71739
5.75141e-07 0 0 0.0316983 0.694194
0.0678764 0.665682 0.000120063
0.0967133 0.592834 0.000439775
0.169618 0.652416 0.00395347 1.77076e-08
0.109647 0.557569 0.0247347 0.00029788
9.61377e-05 0.201582 0.678874 0.18241
0.000910976 0.0645842 0.622719
0.0896073
-0.00621237 0.0728468
0.000468191 -0.0196661 0.0835244
0.00023085 0 -0.0278931 0.0649449
-1.8636e-07 0 0 -0.0089691 0.0757792
-0.0191419 0.0838923 0.000104273
-0.0272254 0.104134 0.00029459
-0.0474105 0.0829853 0.000612107 -1.59977e-08
-0.0276445 0.086142 -0.00340797 -0.000150083
-7.0939e-05 -0.0346021 0.0547634 -0.0371586
-0.000464888 -0.0132178 0.00110922
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309572 0.492194 0.651054 0.749229 0.762089 0.762442 0.762653 0.762745 0.76431 0.768725 0.80652</Total>
<Absorption>0.00384856 1.18905e-06 7.17027e-07 3.57482e-06 1.71083e-05 4.33603e-05 7.94464e-05 0.000143255 0.000290483 0.000533765 0.00109048</Absorption>
<NeutronVelocity>1734879226 835407929.7 421318727.6 77651809.29 16040035.93 6308790.037 3439558.361 1909424.538 942116.3702 512728.4846 250784.9569</NeutronVelocity>
<Transport>0.212603 0.436712 0.593904 0.692775 0.705148 0.705793 0.70585 0.707058 0.712642 0.73049 0.825261</Transport>
<Removal>0.063199 0.074763 0.103164 0.032512 0.068918 0.097541 0.170398 0.11092 0.206684 0.089892 0.183687</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246373
0.0659138 0.417431
0.00237833 0.0747612 0.54789
0.000679596 0 0.103163 0.716717
1.08845e-06 0 0 0.0325087 0.693171
0.0689008 0.664901 0.000125218
0.0974968 0.592255 0.0004431
0.170189 0.651825 0.00398382
0.110228 0.557626 0.0247523 0.000306586
0.000103323 0.201482 0.678833 0.182297
0.000932652 0.0646041 0.622833
0.0894703
-0.00604474 0.072669
0.000482219 -0.0197633 0.0833777
0.000217418 0 -0.0279389 0.0653483
-6.79724e-08 0 0 -0.00916714 0.0764299
-0.0194899 0.0842645 0.000109109
-0.0276159 0.104103 0.000296036
-0.04741 0.0831621 0.000610339
-0.0277027 0.0863339 -0.00343456 -0.000151246
-7.57917e-05 -0.0348115 0.0547537 -0.0371404
-0.00047272 -0.0132484 0.00101427
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309616 0.492214 0.651046 0.749265 0.762089 0.762442 0.762652 0.762745 0.764302 0.768718 0.806554</Total>
<Absorption>0.00384645 1.1893e-06 7.17017e-07 3.58246e-06 1.71317e-05 4.33921e-05 7.9461e-05 0.000143312 0.000289882 0.000533451 0.00109055</Absorption>
<NeutronVelocity>1734241382 835393971.8 421325828.1 77483941.45 16018017.07 6304176.517 3438931.455 1908670.134 944073.109 513030.9871 250767.3481</NeutronVelocity>
<Transport>0.21287 0.436767 0.593658 0.693022 0.705312 0.705745 0.705793 0.706873 0.712683 0.730424 0.825317</Transport>
<Removal>0.063223 0.074722 0.103068 0.032752 0.069419 0.097955 0.17064 0.11107 0.20469 0.089927 0.183662</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246393
0.0660251 0.417492
0.00235783 0.0747193 0.547978
0.000713165 0 0.103067 0.716513
6.14373e-07 0 0 0.0327498 0.69267
2.07105e-07 0 0 0 0.0694044 0.664487 0.000125171
0.0979129 0.592012 0.000424888
0.170436 0.651675 0.00404071
0.110397 0.559612 0.0248713 0.000305421
0.000107074 0.199442 0.678791 0.182269
0.000916483 0.0645217 0.622892
0.0893706
-0.0060621 0.0725596
0.000445509 -0.0196611 0.0835424
0.000244565 0 -0.0278568 0.0652075
-2.68228e-08 0 0 -0.00924163 0.0763777
1.92526e-07 0 0 0 -0.0196008 0.0843101 0.000110324
-0.027613 0.104261 0.000285912
-0.0475115 0.0834206 0.000619262
-0.0277621 0.0860659 -0.00341687 -0.000153995
-7.90141e-05 -0.034609 0.0547525 -0.0371513
-0.000465642 -0.0132085 0.00106336
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310213 0.492518 0.651037 0.74892 0.762091 0.762478 0.762782 0.763173 0.765983 0.773488 0.827697</Total>
<Absorption>0.00383209 1.18106e-06 7.16985e-07 3.51194e-06 1.69964e-05 4.32634e-05 7.93971e-05 0.000143419 0.000293168 0.000515487 0.00107512</Absorption>
<NeutronVelocity>1733369619 834515563.7 421347131 79063883.62 16145438.11 6322631.226 3441547.044 1907224.95 933488.9148 530903.917 254382.3723</NeutronVelocity>
<Transport>0.213119 0.43721 0.593698 0.692525 0.704972 0.705448 0.706399 0.707858 0.71437 0.734434 0.846705</Transport>
<Removal>0.064274 0.075344 0.10304 0.030765 0.066875 0.096098 0.169275 0.112098 0.21119 0.104763 0.240314</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245939
0.0671854 0.417174
0.00235393 0.0753436 0.547997
0.000708227 0 0.103038 0.718155
3.61796e-07 0 0 0.0307622 0.695216
0.066861 0.66638 0.000169242
0.0960519 0.593507 0.000705234
0.169028 0.651075 0.0044302 2.04529e-07
0.111068 0.554793 0.0437542 0.00107211
0.000183029 0.205181 0.668725 0.238169
0.00128851 0.0604934 0.587383
0.0893874
-0.00615609 0.0725772
0.000479313 -0.019787 0.0835012
0.000231636 0 -0.0279046 0.0648268
1.89501e-08 0 0 -0.0087221 0.0760145
-0.0188965 0.0839951 0.000143
-0.0269665 0.10293 0.00042756
-0.0466896 0.0819083 0.000367405 -1.42064e-07
-0.0268999 0.0842999 -0.00602049 -0.0005244
-0.000134556 -0.0324408 0.056431 -0.0453275
-0.000624173 -0.011594 0.0106901
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309748 0.492389 0.651075 0.749087 0.762093 0.762479 0.762782 0.763174 0.765997 0.7735 0.827705</Total>
<Absorption>0.00383533 1.18481e-06 7.17102e-07 3.54515e-06 1.70478e-05 4.33067e-05 7.94164e-05 0.000143487 0.000293798 0.000515792 0.00107554</Absorption>
<NeutronVelocity>1733751283 834849977.5 421267256.2 78311601.86 16096709.03 6316281.479 3440706.308 1906319.64 931480.3085 530591.2378 254282.7573</NeutronVelocity>
<Transport>0.212627 0.436932 0.593755 0.692729 0.705112 0.705586 0.706292 0.707731 0.714226 0.734249 0.847129</Transport>
<Removal>0.063763 0.075112 0.103094 0.031688 0.067803 0.096625 0.169581 0.112379 0.212791 0.104768 0.240124</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245985
0.0665915 0.417277
0.00235241 0.0751105 0.547981
0.00071003 0 0.103094 0.717399
1.14187e-06 0 0 0.0316843 0.69429
0.0677844 0.665854 0.000178703
0.0965775 0.593201 0.000697629
0.169327 0.650795 0.00423342 1.89184e-07
0.111352 0.553206 0.0435701 0.00104985
0.00018446 0.206941 0.668732 0.238004
0.00132746 0.0606792 0.587581
0.0894737
-0.00609661 0.0726982
0.000475401 -0.0197747 0.0835433
0.000251861 0 -0.0279002 0.0650115
-1.08704e-07 0 0 -0.00892775 0.0762218
-0.0192419 0.0840567 0.000151448
-0.0271658 0.103162 0.000422534
-0.046823 0.0821457 0.000388837 -1.07313e-07
-0.027005 0.0845288 -0.00600054 -0.000505016
-0.000130481 -0.0325137 0.0566294 -0.0454709
-0.000642207 -0.0116143 0.0104532
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309688 0.492197 0.651045 0.749229 0.762095 0.762479 0.762782 0.763177 0.765998 0.773497 0.827631</Total>
<Absorption>0.00384396 1.18819e-06 7.17009e-07 3.57374e-06 1.71088e-05 4.33609e-05 7.94563e-05 0.000143636 0.000293858 0.000515739 0.00107536</Absorption>
<NeutronVelocity>1734433889 835400950.7 421331153.6 77675332.64 16039109.77 6308352.258 3438990.587 1904344.763 931289.4634 530644.7334 254325.4399</NeutronVelocity>
<Transport>0.212896 0.436637 0.593996 0.69288 0.70524 0.705555 0.705933 0.707474 0.714676 0.734179 0.846935</Transport>
<Removal>0.063448 0.074787 0.10312 0.032485 0.068931 0.097296 0.169838 0.112918 0.213075 0.104701 0.240525</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.24624
0.0662211 0.41741
0.00236224 0.0747866 0.547925
0.000704497 0 0.103118 0.716744
6.44915e-07 0 0 0.0324806 0.693164
0.0689151 0.665183 0.000173398
0.0972513 0.592944 0.000693113
0.169584 0.650259 0.00425195 2.00329e-07
0.111893 0.552923 0.0435693 0.00105041
0.000189785 0.207218 0.668796 0.2384
0.0013081 0.0606188 0.587106
0.0892602
-0.00603048 0.0727088
0.000474065 -0.0197064 0.0832668
0.000236261 0 -0.0279117 0.0652452
1.25118e-07 0 0 -0.00915973 0.0763304
-0.0194761 0.084185 0.000144905
-0.0272615 0.10356 0.000418386
-0.0468563 0.0824557 0.00036667 -1.32123e-07
-0.027039 0.084193 -0.00596056 -0.000505993
-0.000138026 -0.0326082 0.056664 -0.045496
-0.000637804 -0.0116213 0.0106111
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309561 0.492168 0.651051 0.749274 0.762095 0.762479 0.762782 0.763177 0.765986 0.773488 0.827659</Total>
<Absorption>0.00384472 1.18749e-06 7.17051e-07 3.58337e-06 1.71302e-05 4.33846e-05 7.94768e-05 0.000143677 0.000293309 0.000515529 0.00107533</Absorption>
<NeutronVelocity>1734512108 835526590.6 421302752.4 77462933.99 16018992.12 6304891.966 3438103.817 1903808.188 933036.0059 530861.6415 254330.6145</NeutronVelocity>
<Transport>0.212951 0.436558 0.594163 0.692973 0.704989 0.70574 0.705811 0.707642 0.714245 0.7342 0.846922</Transport>
<Removal>0.063314 0.074693 0.103192 0.032754 0.069358 0.097735 0.170161 0.113196 0.211405 0.104748 0.240544</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246247
0.0661175 0.417475
0.00235587 0.0746917 0.547859
0.000689385 0 0.103191 0.71652
8.21034e-07 0 0 0.0327496 0.692737
2.03909e-07 0 0 0 0.0693402 0.664744 0.000175452
0.0976924 0.592621 0.000675036
0.169903 0.649981 0.00436943 1.004e-07
0.1122 0.554581 0.0436961 0.00106579
0.000177827 0.205439 0.66874 0.238408
0.00130472 0.0605361 0.587115
0.0892039
-0.00617232 0.0727142
0.000472687 -0.0196613 0.0831412
0.000228769 0 -0.0279465 0.0652286
1.33469e-07 0 0 -0.00919745 0.0766545
1.84042e-07 0 0 0 -0.0195481 0.0842749 0.00014699
-0.0275363 0.10354 0.000413818
-0.0467164 0.0824446 0.000394836 -8.31e-08
-0.0272018 0.084373 -0.00596332 -0.000511779
-0.000127671 -0.0323989 0.0566144 -0.0454754
-0.000636573 -0.0115972 0.010586
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310206 0.492545 0.651095 0.748913 0.762098 0.762515 0.762902 0.763585 0.767597 0.777952 0.84813</Total>
<Absorption>0.00383281 1.18062e-06 7.1715e-07 3.51115e-06 1.69987e-05 4.32563e-05 7.93999e-05 0.000144083 0.000292177 0.000502884 0.00106519</Absorption>
<NeutronVelocity>1733498825 834418076.8 421235314.7 79079514.45 16141789.48 6322511.301 3440694.47 1898019.417 936513.734 544158.4589 256747.3196</NeutronVelocity>
<Transport>0.212921 0.437048 0.593892 0.69262 0.705221 0.70583 0.706045 0.708057 0.715913 0.738098 0.866392</Transport>
<Removal>0.064207 0.075342 0.103122 0.030754 0.066894 0.095928 0.168801 0.116402 0.205191 0.122298 0.292779</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245999
0.0670056 0.417203
0.00245275 0.0753409 0.547973
0.000706254 0 0.103121 0.718159
0.0307507 0.695204
0.0668771 0.666587 0.00025739
0.0958815 0.594101 0.00103117
0.168472 0.647183 0.00536519 1.85842e-06
0.114937 0.562406 0.064071 0.00259883
0.000291262 0.197891 0.655654 0.289099
0.00163037 0.05772 0.555351
0.0897433
-0.00622032 0.0728241
0.000474606 -0.0198753 0.0834519
0.00022359 0 -0.0279183 0.0647065
-0.00869846 0.0757742
-0.0188981 0.083641 0.000207812
-0.0269575 0.102719 0.000559287
-0.0460695 0.0814263 0.000144772 -1.3624e-06
-0.0262738 0.081729 -0.00863135 -0.00121875
-0.000198008 -0.0294414 0.0584829 -0.0514872
-0.000762219 -0.0103163 0.0178406
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309756 0.492328 0.651085 0.749085 0.762099 0.762516 0.762902 0.763587 0.767616 0.77796 0.848172</Total>
<Absorption>0.0038334 1.18637e-06 7.17129e-07 3.54429e-06 1.70471e-05 4.32968e-05 7.94116e-05 0.000144198 0.000292749 0.000503001 0.00106521</Absorption>
<NeutronVelocity>1734075980 835017284.9 421247735.8 78328163.67 16095802.21 6316600.658 3440185.495 1896511.178 934684.2637 544031.1621 256743.3645</NeutronVelocity>
<Transport>0.212549 0.436689 0.594137 0.692687 0.705141 0.705982 0.70632 0.708211 0.715841 0.738128 0.866377</Transport>
<Removal>0.063691 0.074958 0.103227 0.031666 0.067839 0.096442 0.169236 0.116874 0.206753 0.122286 0.293036</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246065
0.0665726 0.41737
0.00239535 0.0749562 0.547858
0.000697802 0 0.103226 0.717419
1.70569e-06 0 0 0.0316629 0.69426
2.8502e-07 0 0 0 0.0678224 0.666074 0.000264984
0.0963982 0.593666 0.00100251
0.168883 0.646713 0.00518064 1.47267e-06
0.115426 0.560863 0.0639972 0.00262651
0.00030131 0.199624 0.655674 0.289338
0.0016558 0.0577805 0.555136
0.0895178
-0.00604456 0.072908
0.0005244 -0.0198287 0.0831813
0.000229074 0 -0.0279066 0.0650423
2.44011e-09 0 0 -0.00891779 0.0760854
2.43926e-07 0 0 0 -0.0191283 0.0837066 0.000213455
-0.0271743 0.102565 0.000545036
-0.0461971 0.0814227 0.000121081 -1.02273e-06
-0.0263922 0.081995 -0.00862537 -0.00122191
-0.000210449 -0.0295815 0.0584515 -0.0515296
-0.000771243 -0.0103141 0.0179339
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309616 0.492228 0.651043 0.749224 0.762101 0.762516 0.762902 0.763589 0.767615 0.77796 0.848264</Total>
<Absorption>0.00384397 1.18709e-06 7.17006e-07 3.57312e-06 1.71065e-05 4.33518e-05 7.94433e-05 0.000144289 0.000292739 0.000503011 0.00106549</Absorption>
<NeutronVelocity>1734313567 835240465.7 421331153.6 77686194.39 16039701.47 6308551.241 3438825.022 1895314.215 934719.2103 544022.2832 256676.1466</NeutronVelocity>
<Transport>0.212858 0.436762 0.593856 0.692816 0.705235 0.705769 0.706368 0.707732 0.71588 0.738207 0.866412</Transport>
<Removal>0.063277 0.074802 0.10316 0.03251 0.068974 0.097196 0.16966 0.11741 0.206636 0.122333 0.292858</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246339
0.0660376 0.417426
0.00239088 0.0748002 0.547883
0.000697605 0 0.10316 0.716714
8.66445e-07 0 0 0.0325061 0.693127
0.0689576 0.66532 0.000262234
0.0971506 0.593242 0.000991225
0.169322 0.646179 0.0051723 1.69781e-06
0.115983 0.560979 0.0640191 0.00258844
0.000293509 0.19952 0.655627 0.289186
0.00165308 0.057805 0.555406
0.0893211
-0.00607559 0.0725971
0.000475818 -0.0196622 0.0833443
0.000230249 0 -0.0278621 0.0653184
1.57781e-07 0 0 -0.00919087 0.0763515
-0.0194866 0.0839065 0.000212879
-0.0271601 0.102888 0.000537878
-0.046567 0.0819821 0.000119659 -1.18102e-06
-0.0264626 0.0819308 -0.00861886 -0.00119942
-0.000207427 -0.0295563 0.058409 -0.0513901
-0.000769709 -0.0103584 0.0177195
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30967 0.492158 0.651064 0.74927 0.762102 0.762517 0.762902 0.76359 0.767602 0.777952 0.848277</Total>
<Absorption>0.0038402 1.19211e-06 7.17074e-07 3.58287e-06 1.71293e-05 4.33727e-05 7.94571e-05 0.000144349 0.000292343 0.000502874 0.00106545</Absorption>
<NeutronVelocity>1734124094 835498667.4 421285003.5 77471335.61 16018350.62 6305488.297 3438222.027 1894527.846 935987.7947 544170.3035 256685.3705</NeutronVelocity>
<Transport>0.212698 0.436519 0.593886 0.692962 0.705109 0.705603 0.706595 0.708023 0.715763 0.738187 0.866641</Transport>
<Removal>0.063299 0.074704 0.103191 0.032766 0.069378 0.097519 0.169821 0.117539 0.20566 0.122376 0.29277</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246371
0.0660704 0.417454
0.00236091 0.0747026 0.547873
0.000699733 0 0.10319 0.716504
1.42098e-06 0 0 0.0327628 0.692724
0.0693615 0.664998 0.000263044
0.0974765 0.593081 0.000967465
0.169473 0.646051 0.0053165 1.80001e-06
0.11613 0.561942 0.0640928 0.00258556
0.000297153 0.198416 0.655576 0.289105
0.00163803 0.0577743 0.555507
0.089436
-0.00610958 0.072754
0.000473232 -0.0196896 0.0833627
0.00023265 0 -0.0278698 0.0652957
2.87679e-07 0 0 -0.00926746 0.0766234
-0.0196314 0.084267 0.000213831
-0.0273545 0.1026 0.000530471
-0.0465071 0.0818245 0.000139599 -1.21579e-06
-0.0265834 0.0818907 -0.00863019 -0.00119991
-0.000209667 -0.0294442 0.0584368 -0.0514872
-0.000756266 -0.0103625 0.0176226
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310172 0.492534 0.651092 0.748909 0.762085 0.762441 0.762653 0.762743 0.764301 0.768718 0.806449</Total>
<Absorption>0.00383264 1.1824e-06 7.17152e-07 3.51068e-06 1.69995e-05 4.32604e-05 7.94046e-05 0.000143103 0.000289772 0.000533515 0.0010907</Absorption>
<NeutronVelocity>1733841464 834404152 421233540.3 79093900.28 16142936.01 6323430.841 3441357.547 1911457.467 944438.6729 512970.458 250732.7665</NeutronVelocity>
<Transport>0.212645 0.436982 0.593939 0.692701 0.705426 0.705313 0.706171 0.707022 0.712753 0.730432 0.825331</Transport>
<Removal>0.064288 0.075386 0.103213 0.030731 0.066948 0.096165 0.169737 0.110114 0.204639 0.089887 0.183637</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.245884
0.0671987 0.417148
0.0024156 0.0753837 0.547879
0.000710044 0 0.103212 0.718178
3.67885e-07 0 0 0.0307261 0.695137
0.066931 0.666276 0.000116283
0.096117 0.592916 0.000439652
0.169543 0.652629 0.00411419
0.109433 0.559662 0.0249249 0.000301647
0.000100539 0.199318 0.678831 0.182257
0.000929976 0.0644274 0.622812
0.0898533
-0.00621806 0.072869
0.000506718 -0.0198789 0.083399
0.000252362 0 -0.0279385 0.064641
1.5279e-07 0 0 -0.0087203 0.0755955
-0.018937 0.0843074 0.000102562
-0.0271814 0.103643 0.000290482
-0.0472634 0.0830858 0.000624505
-0.0275893 0.0859185 -0.00343499 -0.000154946
-7.52169e-05 -0.0345309 0.0547957 -0.037199
-0.000472194 -0.0132333 0.000883686
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309877 0.492373 0.651094 0.749077 0.762087 0.762441 0.762653 0.762744 0.76431 0.768726 0.806537</Total>
<Absorption>0.00383475 1.186e-06 7.17166e-07 3.54388e-06 1.70516e-05 4.33066e-05 7.94064e-05 0.00014315 0.000290495 0.000533823 0.00109068</Absorption>
<NeutronVelocity>1733444736 834968479.9 421224668.6 78341049.93 16093548.58 6316640.558 3441286.491 1910821.94 942080.8682 512673.2836 250738.4247</NeutronVelocity>
<Transport>0.213028 0.436685 0.59399 0.69263 0.705346 0.705655 0.705881 0.706819 0.712844 0.730558 0.825318</Transport>
<Removal>0.063853 0.074958 0.103205 0.031634 0.067908 0.096751 0.169834 0.110284 0.20658 0.089876 0.183772</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246024
0.066712 0.417415
0.0023799 0.0749569 0.547889
0.000706148 0 0.103204 0.717443
8.58915e-07 0 0 0.0316299 0.694179
0.0678918 0.66569 0.000113001
0.0967105 0.592819 0.000442652
0.169642 0.65246 0.00398909
0.109566 0.55773 0.0246863 0.000303635
0.000114812 0.20137 0.67885 0.182374
0.000930444 0.0646609 0.622765
0.0893728
-0.00616366 0.0728679
0.000489038 -0.0197232 0.0833354
0.000222411 0 -0.0279149 0.0650926
7.55574e-08 0 0 -0.00892021 0.0759556
-0.0192153 0.0840334 9.94171e-05
-0.027248 0.104099 0.000298923
-0.0474269 0.083273 0.000630906
-0.0275718 0.086236 -0.00340604 -0.000156088
-8.42559e-05 -0.0349361 0.0546639 -0.03721
-0.000474458 -0.0132548 0.00101951
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309628 0.492246 0.651046 0.749223 0.762089 0.762442 0.762653 0.762745 0.764309 0.768723 0.806596</Total>
<Absorption>0.00384743 1.18985e-06 7.17015e-07 3.57308e-06 1.71075e-05 4.33578e-05 7.94384e-05 0.000143253 0.000290447 0.000533671 0.00109045</Absorption>
<NeutronVelocity>1734737777 835275348.5 421325828.1 77690419.22 16040756.35 6309148.265 3439901.481 1909453.705 942231.7702 512820.5128 250790.6174</NeutronVelocity>
<Transport>0.212679 0.436668 0.593878 0.692866 0.705384 0.705505 0.705336 0.706908 0.712676 0.73049 0.825332</Transport>
<Removal>0.063291 0.074802 0.103111 0.032476 0.068955 0.09746 0.170182 0.110676 0.206453 0.089829 0.183675</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246337
0.0660871 0.417444
0.00239421 0.0748015 0.547935
0.000714841 0 0.103111 0.716747
6.45679e-07 0 0 0.0324728 0.693134
0.0689376 0.664982 0.000110583
0.0974126 0.592471 0.000438618
0.169996 0.652069 0.00396092 1.21487e-08
0.109991 0.557856 0.0247396 0.000299284
0.000101824 0.201274 0.678894 0.182287
0.000929479 0.0645541 0.622921
0.0894648
-0.00602533 0.0726759
0.000475883 -0.0196183 0.0833914
0.000245851 0 -0.0278906 0.065238
2.98335e-07 0 0 -0.00915311 0.0761564
-0.0194515 0.0843427 9.73611e-05
-0.0274077 0.104476 0.000299716
-0.0472559 0.0832163 0.000622847 -1.141e-08
-0.027612 0.0863599 -0.0034223 -0.000151634
-7.49452e-05 -0.034885 0.05472 -0.0371186
-0.00047233 -0.0132279 0.00103191
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309605 0.492187 0.651059 0.749273 0.762089 0.762442 0.762652 0.762745 0.764302 0.768719 0.806552</Total>
<Absorption>0.00384254 1.18983e-06 7.17069e-07 3.58369e-06 1.71286e-05 4.33872e-05 7.94598e-05 0.000143318 0.000289876 0.000533447 0.00109042</Absorption>
<NeutronVelocity>1734370718 835463765.9 421290328 77456933.94 16020891.24 6304891.966 3438978.761 1908582.706 944090.9348 513036.2511 250798.1652</NeutronVelocity>
<Transport>0.212626 0.436729 0.593674 0.692994 0.70508 0.705872 0.70579 0.707185 0.712721 0.730478 0.825367</Transport>
<Removal>0.063238 0.074691 0.103058 0.032771 0.069324 0.097912 0.170617 0.111103 0.204737 0.089901 0.183702</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246367
0.0660137 0.417496
0.00233755 0.0746907 0.548001
0.000701113 0 0.103057 0.716502
1.0168e-06 0 0 0.0327678 0.692765
1.99152e-07 0 0 0 0.0693068 0.66453 0.000115504
0.0978658 0.592035 0.000425961
0.170416 0.651642 0.00405494
0.11043 0.559565 0.0248473 0.000300841
0.000105658 0.199475 0.678818 0.182317
0.000920191 0.0645149 0.62285
0.0894686
-0.00608765 0.072607
0.000470518 -0.0196885 0.0834994
0.000242959 0 -0.0277907 0.0652458
4.80747e-08 0 0 -0.00924038 0.076544
1.91089e-07 0 0 0 -0.0195356 0.084105 0.000100824
-0.0275366 0.104264 0.000285316
-0.0475034 0.0832002 0.000618554
-0.0278532 0.0859775 -0.00343315 -0.000149793
-7.93326e-05 -0.0345542 0.0547386 -0.0371949
-0.000467734 -0.0132279 0.00101104
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310135 0.49251 0.65108 0.748913 0.762091 0.762478 0.762782 0.763174 0.765984 0.773487 0.827634</Total>
<Absorption>0.00382192 1.1818e-06 7.17096e-07 3.51078e-06 1.69955e-05 4.32611e-05 7.94127e-05 0.000143452 0.00029322 0.000515485 0.00107556</Absorption>
<NeutronVelocity>1732597788 834418076.8 421270805.5 79090772.48 16146324.45 6322951.048 3440872.055 1906781.277 933323.3779 530906.7356 254276.9381</NeutronVelocity>
<Transport>0.212576 0.436699 0.593773 0.692824 0.705313 0.705619 0.705625 0.707797 0.714032 0.734354 0.847114</Transport>
<Removal>0.064199 0.075294 0.103062 0.030751 0.066882 0.096046 0.168947 0.111975 0.211386 0.104826 0.240401</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245936
0.0670734 0.417216
0.00234974 0.0752932 0.548018
0.000719925 0 0.103062 0.718162
7.30793e-07 0 0 0.0307476 0.695209
0.0668696 0.666432 0.000171428
0.0960044 0.593835 0.000708422
0.168702 0.651199 0.00439989 1.28466e-07
0.110948 0.554598 0.0437669 0.00104661
0.000181237 0.205399 0.668661 0.238243
0.00129642 0.0605378 0.587233
0.0897807
-0.0061122 0.0730342
0.000495995 -0.0197326 0.0835779
0.000242478 0 -0.0279446 0.0645093
-3.96729e-07 0 0 -0.00870203 0.0757251
-0.0189472 0.0839598 0.000143337
-0.027102 0.103384 0.000429855
-0.0463701 0.0819412 0.000387253 -1.09826e-07
-0.0268741 0.0845625 -0.00600222 -0.000503866
-0.000131366 -0.0323867 0.0565141 -0.0456517
-0.000622155 -0.0116143 0.0105474
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309919 0.492286 0.651078 0.749081 0.762093 0.762479 0.762782 0.763175 0.765997 0.773499 0.827633</Total>
<Absorption>0.00383894 1.18443e-06 7.17104e-07 3.54358e-06 1.70481e-05 4.3306e-05 7.94349e-05 0.000143542 0.000293807 0.000515778 0.00107522</Absorption>
<NeutronVelocity>1733838458 835010312.4 421267256.2 78347187.73 16096424.02 6316401.167 3439913.314 1905589.475 931454.2796 530605.3145 254358.4317</NeutronVelocity>
<Transport>0.21276 0.436852 0.594127 0.692573 0.705237 0.70567 0.706113 0.707534 0.714257 0.734353 0.846816</Transport>
<Removal>0.063595 0.074966 0.103165 0.031623 0.067855 0.096616 0.169405 0.112447 0.213118 0.104753 0.24042</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246324
0.0664487 0.41732
0.00239767 0.0749653 0.547913
0.000702889 0 0.103164 0.717458
1.70604e-06 0 0 0.0316207 0.694238
0.0678396 0.665863 0.000189536
0.0965677 0.593377 0.000684919
0.169139 0.650728 0.00426156 1.53608e-07
0.111432 0.552879 0.0435755 0.00105098
0.000189628 0.20723 0.668746 0.238279
0.00132326 0.0606603 0.587213
0.0896643
-0.00601037 0.0727252
0.000476538 -0.019838 0.0831993
0.000249668 0 -0.0279495 0.065098
-2.07041e-07 0 0 -0.00886421 0.0761208
-0.0192662 0.084022 0.000160323
-0.0272147 0.103419 0.000419161
-0.0469098 0.0822151 0.000384167 -1.18009e-07
-0.0268672 0.0845508 -0.00594743 -0.000515046
-0.000137166 -0.0325671 0.0564856 -0.045441
-0.000639143 -0.0116272 0.0107049
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309624 0.492209 0.651055 0.749226 0.762095 0.762479 0.762782 0.763176 0.765998 0.773496 0.827668</Total>
<Absorption>0.0038455 1.18935e-06 7.17043e-07 3.57382e-06 1.7108e-05 4.33573e-05 7.94468e-05 0.000143606 0.000293849 0.000515691 0.0010755</Absorption>
<NeutronVelocity>1734665556 835407929.7 421308077.3 77672919.34 16039881.56 6308909.442 3439392.741 1904743.764 931324.1567 530695.4233 254292.4567</NeutronVelocity>
<Transport>0.212528 0.436676 0.593792 0.69278 0.705099 0.705618 0.706002 0.707668 0.71449 0.734309 0.847195</Transport>
<Removal>0.063271 0.074747 0.103074 0.03248 0.068905 0.097308 0.169973 0.112823 0.213007 0.104733 0.240354</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246353
0.0660296 0.417462
0.00238733 0.0747458 0.547981
0.000708907 0 0.103073 0.716746
8.52494e-07 0 0 0.0324768 0.69319
0.068886 0.665171 0.0001881
0.0972642 0.592809 0.000701764
0.169705 0.650353 0.00424511 1.29726e-07
0.111796 0.552991 0.0436277 0.00105852
0.0001818 0.207152 0.668763 0.238221
0.00131822 0.0605871 0.587314
0.0895734
-0.00607739 0.0726538
0.000495207 -0.019672 0.083519
0.000240437 0 -0.0279579 0.0653537
-1.04036e-07 0 0 -0.00918196 0.0764607
-0.0194652 0.0842044 0.000159102
-0.0273443 0.103565 0.00043077
-0.0469433 0.0822137 0.000354606 -1.03594e-07
-0.0270125 0.0842756 -0.00598195 -0.000511597
-0.000131532 -0.0324873 0.0565532 -0.0455075
-0.000642396 -0.0116266 0.0104095
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309663 0.492236 0.651021 0.749264 0.762095 0.762479 0.762782 0.763177 0.765985 0.77349 0.827684</Total>
<Absorption>0.0038491 1.18834e-06 7.16946e-07 3.5824e-06 1.71281e-05 4.33829e-05 7.94697e-05 0.000143695 0.000293263 0.000515543 0.00107533</Absorption>
<NeutronVelocity>1734668566 835303256.8 421373762.7 77484541.83 16020993.91 6305130.485 3438411.179 1903565.378 933184.0239 530847.5512 254330.6145</NeutronVelocity>
<Transport>0.21247 0.436643 0.594147 0.693011 0.705228 0.705447 0.706113 0.707765 0.714538 0.734338 0.846925</Transport>
<Removal>0.063245 0.074747 0.103141 0.032761 0.069318 0.097658 0.170356 0.11323 0.211349 0.104782 0.240272</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246418
0.06598 0.417489
0.00238993 0.0747466 0.54788
0.000693449 0 0.10314 0.716503
6.05834e-07 0 0 0.0327582 0.692777
2.07027e-07 0 0 0 0.069301 0.664821 0.000190542
0.0976185 0.592426 0.000696575
0.170091 0.649947 0.00440404 2.35662e-07
0.112209 0.554636 0.0436548 0.00106766
0.000185344 0.205355 0.668708 0.238112
0.00129808 0.0606152 0.587412
0.0895484
-0.00603402 0.0727515
0.000518078 -0.0196806 0.0830605
0.000228467 0 -0.0279125 0.0652149
1.895e-07 0 0 -0.00923721 0.0764909
1.86895e-07 0 0 0 -0.0196236 0.0844384 0.000162056
-0.0274067 0.103461 0.000421191
-0.0469535 0.0821676 0.000393292 -1.64382e-07
-0.0270497 0.0841804 -0.0059954 -0.000517628
-0.000132403 -0.0324996 0.0565285 -0.04536
-0.00063415 -0.0116173 0.0104911
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310059 0.492475 0.651057 0.748926 0.762097 0.762515 0.762902 0.763585 0.7676 0.777951 0.848198</Total>
<Absorption>0.00383657 1.18143e-06 7.17053e-07 3.51161e-06 1.69954e-05 4.32535e-05 7.9398e-05 0.000144089 0.000292262 0.000502867 0.00106543</Absorption>
<NeutronVelocity>1733892571 834529492.3 421299202.5 79068884.81 16144942.84 6322951.048 3440777.34 1897947.37 936241.9249 544176.226 256690.6416</NeutronVelocity>
<Transport>0.212565 0.436699 0.594155 0.692534 0.705132 0.70571 0.706296 0.707523 0.715839 0.738023 0.866424</Transport>
<Removal>0.064052 0.07522 0.103172 0.030769 0.066857 0.095947 0.168849 0.116428 0.205549 0.12229 0.29285</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246007
0.066887 0.417255
0.00236217 0.0752185 0.547885
0.000712187 0 0.10317 0.718157
3.58969e-07 0 0 0.0307651 0.69524
0.0668415 0.666568 0.000275784
0.0959053 0.594053 0.000982589
0.168493 0.647157 0.00538222 1.7102e-06
0.115014 0.562051 0.0640535 0.00259065
0.000288664 0.198235 0.655661 0.289199
0.00164732 0.0577395 0.555348
0.0897705
-0.00610832 0.0730366
0.000497689 -0.0197872 0.0831952
0.000237331 0 -0.0279986 0.0648481
1.30874e-07 0 0 -0.00874392 0.0758182
-0.0188539 0.083745 0.000222198
-0.0269426 0.10288 0.000533485
-0.0464965 0.0821313 0.0001248 -1.23564e-06
-0.0264204 0.081856 -0.00859839 -0.00121683
-0.000196743 -0.0294525 0.0584856 -0.0513364
-0.000777192 -0.0102869 0.0175483
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309655 0.492349 0.651051 0.74908 0.762099 0.762516 0.762902 0.763587 0.767614 0.777961 0.848261</Total>
<Absorption>0.00383914 1.18522e-06 7.17041e-07 3.54378e-06 1.7046e-05 4.33045e-05 7.94158e-05 0.000144212 0.000292712 0.000503023 0.00106542</Absorption>
<NeutronVelocity>1734647502 834912709.9 421308077.3 78339822.48 16096890.4 6315443.786 3440007.981 1896331.357 934806.5885 544007.4855 256691.9594</NeutronVelocity>
<Transport>0.21262 0.436775 0.593965 0.692764 0.705204 0.705558 0.706095 0.708196 0.715986 0.738292 0.866524</Transport>
<Removal>0.063628 0.07506 0.103124 0.031665 0.067836 0.096394 0.169153 0.117078 0.206674 0.122291 0.292701</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246027
0.0663802 0.417289
0.00242618 0.0750579 0.547927
0.000714039 0 0.103124 0.717415
1.14795e-06 0 0 0.0316622 0.694263
5.73258e-07 0 0 0 0.0678219 0.666122 0.000272163
0.0963486 0.593749 0.000995455
0.168804 0.646509 0.00520523 1.57481e-06
0.115635 0.56094 0.0639713 0.00255962
0.00030233 0.199521 0.65567 0.289077
0.00165361 0.0578164 0.55556
0.0893943
-0.0060783 0.072712
0.000477483 -0.0196841 0.0832796
0.000235623 0 -0.0278836 0.0649799
3.25779e-07 0 0 -0.0089386 0.076097
5.13686e-07 0 0 0 -0.0192035 0.0839604 0.000222366
-0.0270033 0.102906 0.00054249
-0.0463218 0.0814821 0.000121573 -1.08193e-06
-0.0264282 0.0817841 -0.00858542 -0.00118845
-0.00021525 -0.0295198 0.0582757 -0.0513419
-0.000769735 -0.0103438 0.0175083
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309669 0.492227 0.651037 0.749231 0.762101 0.762516 0.762902 0.763589 0.767615 0.777962 0.848211</Total>
<Absorption>0.00384771 1.18745e-06 7.16976e-07 3.57386e-06 1.71026e-05 4.33487e-05 7.94463e-05 0.000144297 0.000292726 0.000503032 0.00106538</Absorption>
<NeutronVelocity>1734611395 835275348.5 421350681.7 77669902.91 16043407.04 6308989.048 3438694.946 1895213.638 934754.1597 543998.6074 256701.8434</NeutronVelocity>
<Transport>0.212621 0.4365 0.594073 0.692866 0.705182 0.705627 0.706366 0.707689 0.715875 0.738161 0.866427</Transport>
<Removal>0.063407 0.074729 0.103104 0.03249 0.068885 0.097162 0.169615 0.117316 0.206672 0.12235 0.292749</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
6 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
6 10
8 11
8 11
9 11
</Profile>
<Value>
0.246262
0.0661716 0.417498
0.00242953 0.0747271 0.547933
0.000697286 0 0.103104 0.716741
6.52975e-07 0 0 0.0324856 0.693216
0.0688675 0.665354 0.000260522
0.097118 0.593287 0.000979618
1.13461e-07 0.169278 0.646273 0.00517181 1.92364e-06
0.115901 0.560943 0.0640154 0.00260321
0.00029109 0.199559 0.655612 0.289093
0.00165181 0.0578319 0.555462
0.0895201
-0.00605062 0.072815
0.000472639 -0.0196243 0.083233
0.000236986 0 -0.0279868 0.0652511
4.50232e-07 0 0 -0.00916183 0.0764092
-0.0194915 0.0841381 0.000211557
-0.0272493 0.102774 0.000532436
-1.10149e-07 -0.0464497 0.0820932 0.000111593 -1.32791e-06
-0.0265314 0.0819366 -0.0086217 -0.00120818
-0.000203037 -0.0295488 0.058452 -0.0513772
-0.000770028 -0.0103488 0.0176799
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30965 0.492147 0.651048 0.749268 0.762101 0.762517 0.762901 0.763591 0.767602 0.777948 0.848233</Total>
<Absorption>0.0038418 1.19016e-06 7.17028e-07 3.58252e-06 1.7126e-05 4.33727e-05 7.94672e-05 0.000144382 0.000292322 0.000502819 0.00106533</Absorption>
<NeutronVelocity>1733979761 835561497.3 421316952.5 77478538.44 16021404.6 6305488.297 3437784.692 1894093.648 936049.1239 544229.5342 256715.0232</NeutronVelocity>
<Transport>0.212641 0.436651 0.594382 0.692912 0.705105 0.705319 0.705995 0.708025 0.71585 0.73812 0.866754</Transport>
<Removal>0.06326 0.074685 0.103169 0.032763 0.069311 0.097492 0.169955 0.117596 0.205692 0.12231 0.29303</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.24639
0.0660249 0.417462
0.0023611 0.0746835 0.547879
0.00071593 0 0.103168 0.716505
4.03441e-07 0 0 0.0327589 0.69279
0.0692957 0.665025 0.000256407
0.097447 0.592946 0.000968893
0.169617 0.645995 0.00533917 1.32281e-06
0.116186 0.56191 0.0641177 0.00262198
0.000293691 0.19841 0.655638 0.289347
0.00164853 0.0576862 0.555203
0.0895438
-0.00605471 0.0726308
0.000489663 -0.0196794 0.0829298
0.000244715 0 -0.027953 0.0653115
2.49109e-07 0 0 -0.00923652 0.0765731
-0.0195776 0.084479 0.000207327
-0.0272822 0.103077 0.000525257
-0.0463781 0.081744 0.000136058 -9.2826e-07
-0.0265044 0.0818418 -0.00865009 -0.00122566
-0.00020503 -0.0294671 0.0584897 -0.0515412
-0.000769584 -0.0103334 0.0175265
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310185 0.492521 0.651094 0.748913 0.762085 0.762441 0.762653 0.762743 0.7643 0.768719 0.806593</Total>
<Absorption>0.00383761 1.18075e-06 7.17139e-07 3.51106e-06 1.6998e-05 4.32673e-05 7.93992e-05 0.000143093 0.000289734 0.000533511 0.00109059</Absorption>
<NeutronVelocity>1734009828 834466817.4 421242412.4 79085143.07 16144369.41 6322431.354 3441594.422 1911589.008 944554.6425 512973.0894 250758.5446</NeutronVelocity>
<Transport>0.212697 0.436703 0.593957 0.692423 0.705522 0.70573 0.705677 0.707001 0.71231 0.730538 0.825502</Transport>
<Removal>0.064154 0.075249 0.103148 0.030715 0.066879 0.096208 0.169643 0.109961 0.204273 0.089964 0.183746</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246031
0.0670109 0.417272
0.00241134 0.0752484 0.547946
0.000710627 0 0.103148 0.718198
0.0307125 0.695206
0.066864 0.666233 0.000109978
0.0961641 0.59301 0.000441696
0.169448 0.652782 0.00408298
0.109268 0.560027 0.0248397 0.000301556
9.59754e-05 0.199001 0.678755 0.182359
0.000907973 0.0645882 0.622847
0.0897888
-0.00612132 0.0731064
0.000510945 -0.019839 0.0834505
0.000250103 0 -0.0279991 0.0648803
-0.00866413 0.0755192
-0.018957 0.0838776 9.69352e-05
-0.0271676 0.104185 0.000298975
-0.0473069 0.0831332 0.000599217
-0.0276337 0.0862138 -0.00341278 -0.0001511
-7.04292e-05 -0.0343698 0.0546695 -0.0371882
-0.000462026 -0.0132393 0.00086957
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309879 0.492355 0.651089 0.749073 0.762087 0.762441 0.762653 0.762744 0.76431 0.768725 0.806587</Total>
<Absorption>0.00383537 1.18477e-06 7.17161e-07 3.54256e-06 1.70482e-05 4.33054e-05 7.94132e-05 0.000143173 0.000290476 0.00053377 0.00109093</Absorption>
<NeutronVelocity>1733363609 834940594 421228217.2 78370520.15 16096734.94 6316840.064 3440990.455 1910511.635 942142.9985 512723.2269 250679.9694</NeutronVelocity>
<Transport>0.212889 0.436495 0.594268 0.692832 0.705415 0.705478 0.705477 0.707028 0.713033 0.730493 0.825428</Transport>
<Removal>0.063734 0.074892 0.103251 0.031627 0.067864 0.096724 0.169778 0.110271 0.206809 0.089916 0.183689</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246145
0.066586 0.417463
0.00232815 0.0748901 0.547838
0.000684054 0 0.103251 0.717446
1.44071e-06 0 0 0.0316233 0.694223
0.0678492 0.665717 0.000124072
0.0966819 0.592875 0.000463839
0.169579 0.652473 0.00395506
0.10956 0.557501 0.0247437 0.000307279
9.86165e-05 0.201646 0.678809 0.182297
0.000925117 0.064637 0.622898
0.0894855
-0.00613294 0.0730325
0.000498999 -0.0196944 0.0830487
0.000233381 0 -0.0279046 0.0648916
6.83009e-07 0 0 -0.00893057 0.0758301
-0.0191591 0.0841696 0.000108573
-0.0272074 0.104183 0.000313033
-0.0471149 0.0830911 0.000615215
-0.0276264 0.0860632 -0.00341974 -0.000154418
-7.26477e-05 -0.0349447 0.0547433 -0.0371974
-0.000466199 -0.0132551 0.000879121
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309609 0.492261 0.651047 0.749236 0.762089 0.762442 0.762653 0.762745 0.764309 0.768726 0.806607</Total>
<Absorption>0.00384651 1.18781e-06 7.17013e-07 3.57527e-06 1.71057e-05 4.33553e-05 7.94429e-05 0.00014326 0.000290427 0.000533775 0.00109055</Absorption>
<NeutronVelocity>1734590333 835289302.4 421327603.3 77642162.8 16042480.49 6309546.344 3439712.165 1909366.205 942302.7996 512720.598 250767.3481</NeutronVelocity>
<Transport>0.212785 0.436725 0.593924 0.692909 0.705141 0.705594 0.705542 0.706828 0.712797 0.730454 0.825547</Transport>
<Removal>0.063213 0.074776 0.103131 0.032506 0.068893 0.097459 0.170325 0.110718 0.206427 0.089811 0.183555</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246396
0.065992 0.417485
0.00236534 0.0747747 0.547916
0.00068949 0 0.103131 0.71673
1.07706e-06 0 0 0.0325027 0.693196
0.0688761 0.664983 0.000112297
0.0974154 0.592328 0.000448658
0.170132 0.652027 0.00394935 1.20819e-08
0.110025 0.557882 0.0246874 0.00030097
0.000102868 0.201231 0.678915 0.182168
0.000953988 0.0645935 0.623052
0.0893685
-0.00609509 0.0727055
0.000456869 -0.0197107 0.0833541
0.000226232 0 -0.0279449 0.065196
4.77503e-07 0 0 -0.00913735 0.076395
-0.0194478 0.0842095 9.76081e-05
-0.0273621 0.1042 0.000300403
-0.047187 0.0834721 0.000610606 -1.12467e-08
-0.0277878 0.0860822 -0.0034153 -0.000151506
-7.4269e-05 -0.0347086 0.0547247 -0.0370802
-0.00048001 -0.0131965 0.000757346
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309472 0.492176 0.651079 0.749269 0.762089 0.762442 0.762653 0.762745 0.764303 0.768717 0.806501</Total>
<Absorption>0.00385228 1.19286e-06 7.1712e-07 3.58309e-06 1.7128e-05 4.33909e-05 7.94482e-05 0.000143319 0.000289918 0.000533433 0.00109059</Absorption>
<NeutronVelocity>1735333826 835526590.6 421256608.5 77470135.26 16021481.6 6304335.492 3439475.549 1908575.42 943957.2576 513049.4118 250758.5446</NeutronVelocity>
<Transport>0.212406 0.436685 0.594062 0.69283 0.705182 0.705746 0.705815 0.707146 0.712687 0.730465 0.825229</Transport>
<Removal>0.06306 0.07471 0.103201 0.032744 0.069331 0.097942 0.170665 0.111121 0.204883 0.089882 0.18359</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246412
0.0657893 0.417466
0.00238637 0.0747084 0.547878
0.000678243 0 0.1032 0.716525
1.01941e-06 0 0 0.0327408 0.692758
2.04924e-07 0 0 0 0.069313 0.6645 0.000119017
0.0978971 0.591988 0.000440334
0.170462 0.651624 0.00404719
0.110432 0.55942 0.0248779 0.000313018
0.000109053 0.199639 0.678835 0.18219
0.000907797 0.0644699 0.622911
0.0894983
-0.00605007 0.0725572
0.000480092 -0.0196101 0.0832515
0.00023545 0 -0.0279273 0.0653689
4.08132e-07 0 0 -0.00919775 0.0765106
1.82609e-07 0 0 0 -0.019604 0.0841678 0.000104748
-0.0274734 0.104179 0.000297494
-0.0474466 0.0831536 0.000621499
-0.0277781 0.08612 -0.00343356 -0.000157017
-7.99966e-05 -0.0346716 0.0547468 -0.0372161
-0.000462354 -0.0132229 0.0010762
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310057 0.492481 0.651091 0.748907 0.762091 0.762478 0.762782 0.763174 0.765985 0.773489 0.827551</Total>
<Absorption>0.0038313 1.18333e-06 7.17156e-07 3.51001e-06 1.69979e-05 4.32641e-05 7.94113e-05 0.000143447 0.000293255 0.000515533 0.00107495</Absorption>
<NeutronVelocity>1733790360 834585211.2 421231765.9 79108291.34 16144030.58 6322511.301 3440931.254 1906850.36 933210.1496 530856.0053 254421.8518</NeutronVelocity>
<Transport>0.212911 0.436936 0.593984 0.692571 0.705143 0.705362 0.705714 0.707704 0.71427 0.734264 0.846759</Transport>
<Removal>0.064252 0.075316 0.103191 0.030718 0.066836 0.096036 0.169185 0.112183 0.211224 0.104678 0.240489</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245805
0.0670719 0.417165
0.00240492 0.0753134 0.5479
0.000729088 0 0.103189 0.718189
3.63576e-07 0 0 0.0307141 0.695255
0.0668186 0.666442 0.00019194
0.0959916 0.593597 0.000711116
0.168913 0.650991 0.00440001 2.28933e-07
0.111144 0.554761 0.0436468 0.00107052
0.000186747 0.205209 0.668811 0.238359
0.00132275 0.0605175 0.587062
0.0895018
-0.00611923 0.0728043
0.000506007 -0.0197947 0.0832279
0.000227047 0 -0.0277903 0.0647311
-2.26413e-07 0 0 -0.00867479 0.0758442
-0.0188971 0.08424 0.000160704
-0.0271252 0.103597 0.000429888
-0.0466889 0.0821493 0.000383016 -1.92518e-07
-0.026992 0.0843278 -0.00597297 -0.000521266
-0.000131941 -0.0323642 0.0565807 -0.0454904
-0.000642903 -0.0116194 0.010795
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309759 0.492324 0.651084 0.749073 0.762093 0.762479 0.762782 0.763175 0.765998 0.773499 0.827577</Total>
<Absorption>0.00384579 1.18723e-06 7.17149e-07 3.54262e-06 1.7048e-05 4.33116e-05 7.94254e-05 0.000143507 0.00029384 0.000515788 0.00107525</Absorption>
<NeutronVelocity>1734623431 835024257.5 421235314.7 78368063.45 16096527.66 6315563.443 3440315.683 1906050.758 931350.1784 530594.0531 254351.3151</NeutronVelocity>
<Transport>0.212578 0.436841 0.593883 0.692523 0.705268 0.705653 0.706398 0.70795 0.714416 0.734164 0.846998</Transport>
<Removal>0.063555 0.07503 0.103197 0.03162 0.067843 0.096594 0.169588 0.112468 0.213066 0.104688 0.240422</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246204
0.0663613 0.417294
0.00240081 0.0750289 0.547887
0.000676219 0 0.103196 0.717453
8.51857e-07 0 0 0.0316173 0.69425
2.79921e-07 0 0 0 0.0678274 0.665885 0.000179967
0.0965498 0.593194 0.000721058
0.169321 0.650707 0.00422163 1.89271e-07
0.111427 0.552932 0.0435594 0.00104602
0.000175164 0.207249 0.668811 0.23831
0.00130638 0.0606196 0.587155
0.0895022
-0.00602382 0.0726888
0.00048222 -0.0197717 0.0833878
0.000232435 0 -0.0278565 0.0651828
-1.64641e-08 0 0 -0.00891061 0.0759994
2.49359e-07 0 0 0 -0.0191748 0.083963 0.000153551
-0.0271386 0.103217 0.000442616
-0.0469873 0.0818536 0.000379221 -1.38186e-07
-0.0269545 0.0844195 -0.00594839 -0.000503259
-0.000126688 -0.032594 0.0566773 -0.0454599
-0.000632225 -0.011632 0.0105211
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309637 0.492193 0.651049 0.74922 0.762095 0.762479 0.762782 0.763176 0.765998 0.773495 0.827581</Total>
<Absorption>0.00384894 1.18866e-06 7.1703e-07 3.573e-06 1.71047e-05 4.33499e-05 7.94519e-05 0.000143628 0.000293859 0.000515682 0.00107534</Absorption>
<NeutronVelocity>1734596351 835421888.1 421316952.5 77691626.4 16042943.75 6309984.288 3439179.824 1904453.565 931289.4634 530703.8725 254328.674</NeutronVelocity>
<Transport>0.212787 0.436856 0.594131 0.692893 0.705402 0.705506 0.705961 0.707652 0.714355 0.734267 0.846848</Transport>
<Removal>0.063223 0.074751 0.103143 0.032469 0.068898 0.097233 0.169912 0.112902 0.213124 0.104795 0.240486</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246414
0.0659544 0.417442
0.0023947 0.0747501 0.547906
0.000706976 0 0.103142 0.716751
8.52497e-07 0 0 0.0324656 0.693197
0.0688825 0.665246 0.000181661
0.0971936 0.59287 0.00069096
0.169652 0.650274 0.00426033 2.12399e-07
0.111879 0.552874 0.043649 0.00106054
0.00018742 0.20724 0.6687 0.238342
0.00132935 0.0606333 0.587095
0.0893963
-0.00606048 0.0725078
0.000489398 -0.0197298 0.0831077
0.000235917 0 -0.0278754 0.0652111
-3.56265e-07 0 0 -0.0091636 0.0761617
-0.019469 0.0843003 0.000153724
-0.0273279 0.103575 0.000417361
-0.046908 0.0822282 0.000359889 -1.44468e-07
-0.026996 0.0844699 -0.00597541 -0.000516474
-0.000132286 -0.032548 0.0565739 -0.0454551
-0.000646289 -0.0116073 0.0106305
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309555 0.492192 0.651042 0.749262 0.762095 0.762479 0.762782 0.763177 0.765986 0.773487 0.827617</Total>
<Absorption>0.0038478 1.18842e-06 7.17003e-07 3.58199e-06 1.71278e-05 4.33842e-05 7.9465e-05 0.000143684 0.000293297 0.000515496 0.00107535</Absorption>
<NeutronVelocity>1734578298 835484706.5 421334704.1 77492948.14 16021276.25 6304971.47 3438612.176 1903710.331 933079.5357 530895.4614 254328.0272</NeutronVelocity>
<Transport>0.212939 0.436624 0.594138 0.692864 0.70515 0.705556 0.706087 0.707386 0.714244 0.734321 0.846968</Transport>
<Removal>0.06327 0.074676 0.103201 0.032748 0.069348 0.097704 0.170155 0.11326 0.2116 0.104691 0.240467</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246285
0.06596 0.417516
0.00240894 0.0746741 0.547841
0.000699962 0 0.103201 0.716514
4.08363e-07 0 0 0.0327452 0.692747
0.0693315 0.664775 0.000179541
0.097664 0.592627 0.000694209
0.169902 0.649917 0.00441074 7.74695e-08
0.112235 0.554386 0.0436691 0.00106079
0.000182961 0.205597 0.668796 0.238323
0.00129701 0.060507 0.58715
0.0892606
-0.00608595 0.0727013
0.000457083 -0.0196935 0.0830664
0.000231515 0 -0.0278504 0.0653523
-2.51029e-09 0 0 -0.00923541 0.0764831
-0.0195386 0.0843303 0.000150143
-0.0274074 0.103553 0.000425928
-0.0470079 0.0825944 0.00038118 -5.98563e-08
-0.0271051 0.0844036 -0.00598353 -0.000518426
-0.000132129 -0.032419 0.0565131 -0.0454019
-0.000632989 -0.011601 0.01053
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310112 0.492477 0.651024 0.74891 0.762097 0.762515 0.762902 0.763585 0.767598 0.777951 0.848211</Total>
<Absorption>0.00383575 1.18269e-06 7.16927e-07 3.50967e-06 1.69947e-05 4.32666e-05 7.9401e-05 0.000144119 0.000292218 0.000502854 0.00106509</Absorption>
<NeutronVelocity>1733922636 834578245.9 421384416.4 79113298.15 16145620.58 6320992.649 3440647.117 1897547.609 936382.1938 544191.0328 256771.0527</NeutronVelocity>
<Transport>0.212555 0.436917 0.594112 0.692523 0.705044 0.705631 0.706372 0.707433 0.715747 0.738137 0.866409</Transport>
<Removal>0.064208 0.075254 0.103094 0.030706 0.066827 0.095897 0.168965 0.116354 0.205534 0.122363 0.292852</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245904
0.0671541 0.417223
0.0023398 0.0752528 0.54793
0.000716086 0 0.103093 0.718204
1.4627e-06 0 0 0.0307025 0.69527
0.0668119 0.666618 0.000255533
0.0958526 0.593937 0.00101477
0.168629 0.647231 0.00536027 1.80095e-06
0.114897 0.562064 0.0640733 0.00258617
0.000299444 0.198243 0.655588 0.289214
0.00164072 0.0577865 0.555359
0.0897877
-0.00613939 0.0727569
0.0004686 -0.0197181 0.0831912
0.000246557 0 -0.0279977 0.0648167
-3.67464e-07 0 0 -0.00870824 0.0759815
-0.0189287 0.0836505 0.000205594
-0.0267687 0.102667 0.000562229
-0.0463424 0.0820923 0.000137399 -1.21256e-06
-0.0263089 0.0819086 -0.00861592 -0.00119961
-0.000207188 -0.0294434 0.0584684 -0.0514516
-0.000762425 -0.0103589 0.0177604
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309888 0.492345 0.651082 0.749084 0.762099 0.762516 0.762902 0.763586 0.767616 0.777962 0.848245</Total>
<Absorption>0.00384302 1.18513e-06 7.17111e-07 3.54406e-06 1.70432e-05 4.32983e-05 7.94135e-05 0.000144171 0.000292749 0.000503045 0.00106561</Absorption>
<NeutronVelocity>1734268451 834822099.4 421260157.6 78333072.22 16099456 6316361.271 3440114.487 1896870.922 934684.2637 543983.811 256645.8441</NeutronVelocity>
<Transport>0.212592 0.436793 0.59391 0.692703 0.705363 0.705922 0.706388 0.708152 0.715973 0.738157 0.866561</Transport>
<Removal>0.06359 0.075028 0.103145 0.031627 0.067807 0.096504 0.169095 0.116823 0.206718 0.122369 0.292638</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246298
0.0663814 0.417317
0.00234106 0.075028 0.547937
0.000708542 0 0.103144 0.717457
8.45634e-07 0 0 0.0316226 0.694292
0.0677889 0.666012 0.000253358
0.0964529 0.593807 0.00100408
0.168756 0.646763 0.00516751 1.59249e-06
0.115378 0.560898 0.0639949 0.00259912
0.000302982 0.199615 0.655593 0.288971
0.00163885 0.0578696 0.555607
0.0896891
-0.00599974 0.0727222
0.000486001 -0.0196927 0.0833751
0.000233281 0 -0.0278602 0.0650553
5.4159e-07 0 0 -0.00895197 0.0759387
-0.0192047 0.0837678 0.00020759
-0.0271764 0.102731 0.000544444
-0.0464255 0.0815041 0.000130136 -1.09733e-06
-0.0264103 0.0819522 -0.00862683 -0.0012023
-0.000213631 -0.0296831 0.058489 -0.0515966
-0.000768136 -0.0103795 0.0177527
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309725 0.492191 0.651036 0.749227 0.762101 0.762516 0.762902 0.763589 0.767615 0.77796 0.848164</Total>
<Absorption>0.00384058 1.18947e-06 7.16976e-07 3.57444e-06 1.71017e-05 4.33454e-05 7.9443e-05 0.000144307 0.000292714 0.000503012 0.00106514</Absorption>
<NeutronVelocity>1734021856 835421888.1 421352457.1 77656633.43 16044282.22 6309466.724 3438836.848 1895084.341 934797.85 544019.3236 256759.8448</NeutronVelocity>
<Transport>0.212755 0.436578 0.593978 0.69286 0.70516 0.705443 0.706255 0.708042 0.715919 0.73819 0.866412</Transport>
<Removal>0.063323 0.074756 0.103129 0.032506 0.068869 0.097069 0.16949 0.117464 0.206613 0.122308 0.292808</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
6 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
6 10
8 11
8 11
9 11
</Profile>
<Value>
0.246402
0.0661218 0.417435
0.00238881 0.0747557 0.547907
0.000698261 0 0.103128 0.716721
4.30727e-07 0 0 0.0325024 0.693232
0.0688525 0.665447 0.000263257
0.0970276 0.593412 0.000995064
1.11796e-07 0.169145 0.646125 0.00519395 1.53117e-06
0.116025 0.561002 0.0640091 0.00258622
0.000297454 0.19947 0.655652 0.289156
0.00165312 0.0577906 0.555356
0.0895209
-0.00613713 0.0726946
0.000472952 -0.0196265 0.0832513
0.000233667 0 -0.0278978 0.0652591
-2.0677e-07 0 0 -0.00916382 0.0763499
-0.0194106 0.084256 0.000214479
-0.0271836 0.102828 0.000541808
-1.10635e-07 -0.0463953 0.0817679 0.000118153 -1.0444e-06
-0.0265642 0.0819025 -0.00860039 -0.00120959
-0.000206253 -0.0295673 0.0583984 -0.0513903
-0.000769453 -0.0103536 0.0177397
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309599 0.492261 0.651065 0.749257 0.762101 0.762517 0.762902 0.76359 0.767602 0.77795 0.848196</Total>
<Absorption>0.00384818 1.19008e-06 7.17074e-07 3.58095e-06 1.71259e-05 4.33722e-05 7.94586e-05 0.00014435 0.000292337 0.000502856 0.00106521</Absorption>
<NeutronVelocity>1734488040 835331167 421286778.3 77513371.06 16021481.6 6305567.816 3438162.921 1894524.257 936005.3165 544188.0714 256742.7053</NeutronVelocity>
<Transport>0.212707 0.436861 0.593847 0.692957 0.705018 0.70564 0.706685 0.708055 0.71589 0.738138 0.866547</Transport>
<Removal>0.063165 0.07477 0.103132 0.032736 0.069313 0.097512 0.170012 0.117562 0.20561 0.122357 0.292714</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246434
0.0659222 0.417491
0.00239782 0.0747687 0.547933
0.000692866 0 0.103132 0.716521
6.10115e-07 0 0 0.032731 0.692788
2.04613e-07 0 0 0 0.0692958 0.665005 0.000266272
0.097467 0.59289 0.000992706
0.169664 0.646028 0.00532434 1.72566e-06
0.116127 0.561992 0.0641477 0.00259086
0.00029873 0.198355 0.655593 0.289068
0.00164145 0.057702 0.555482
0.0894396
-0.00600484 0.0725701
0.000495061 -0.0197027 0.0833817
0.000231831 0 -0.0278668 0.0652548
-6.76741e-08 0 0 -0.0092354 0.0765786
1.94452e-07 0 0 0 -0.0194956 0.084301 0.000215724
-0.0274255 0.102581 0.000535707
-0.0465802 0.0818215 0.000126214 -1.20525e-06
-0.0266187 0.0818974 -0.00861586 -0.00120987
-0.000209681 -0.0295574 0.0584237 -0.0514267
-0.000764075 -0.0103168 0.0176143
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310269 0.492508 0.651077 0.748918 0.762085 0.762441 0.762653 0.762743 0.764301 0.768718 0.806518</Total>
<Absorption>0.00383278 1.18205e-06 7.17108e-07 3.51111e-06 1.69932e-05 4.32709e-05 7.93977e-05 0.000143114 0.000289755 0.000533539 0.00109032</Absorption>
<NeutronVelocity>1733619034 834515563.7 421263706.9 79083892.19 16148984.07 6321871.78 3441665.491 1911307.678 944492.1938 512946.7766 250822.0693</NeutronVelocity>
<Transport>0.2129 0.437188 0.594006 0.692697 0.70495 0.705962 0.705294 0.706942 0.712471 0.730478 0.825153</Transport>
<Removal>0.064245 0.07535 0.103209 0.030736 0.06685 0.096315 0.169467 0.109989 0.204385 0.089888 0.183655</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246024
0.0671867 0.417158
0.00235354 0.0753493 0.547868
0.000724562 0 0.103209 0.718182
2.18614e-06 0 0 0.0307326 0.695235
0.0668357 0.666126 0.000121117
0.0962712 0.593186 0.00044237
0.169276 0.652754 0.00409607
0.109293 0.559916 0.0248297 0.000309736
0.000108041 0.199078 0.67883 0.182261
0.000907701 0.0645276 0.622863
0.0897181
-0.00608267 0.0726777
0.000457298 -0.0199059 0.0832831
0.000243297 0 -0.0279309 0.0646453
2.65285e-07 0 0 -0.00869784 0.0760744
-0.0189407 0.0836622 0.000107178
-0.0271851 0.104263 0.000295534
-0.047011 0.0832302 0.000620404
-0.0276578 0.0863274 -0.00342484 -0.000157961
-7.92186e-05 -0.0346696 0.0547119 -0.0372256
-0.000461233 -0.0132116 0.00124515
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309855 0.492361 0.651068 0.749081 0.762087 0.762441 0.762653 0.762744 0.76431 0.768726 0.806513</Total>
<Absorption>0.00383045 1.18696e-06 7.17077e-07 3.54426e-06 1.70459e-05 4.33064e-05 7.94235e-05 0.000143191 0.000290507 0.000533759 0.00109026</Absorption>
<NeutronVelocity>1733495820 834989395.6 421283228.7 78332458.62 16098885.8 6316680.458 3440552.415 1910285.358 942045.3689 512733.7425 250834.6523</NeutronVelocity>
<Transport>0.212738 0.436767 0.594022 0.692509 0.705187 0.705763 0.706045 0.707055 0.712586 0.730431 0.825312</Transport>
<Removal>0.063799 0.075038 0.10313 0.031636 0.067838 0.096721 0.16998 0.110258 0.206837 0.089856 0.183603</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246056
0.0665817 0.417323
0.00238101 0.0750362 0.547938
0.000666825 0 0.10313 0.717445
8.56453e-07 0 0 0.0316323 0.694249
0.0678226 0.66572 0.000118069
0.0966798 0.592673 0.000439824
0.169778 0.652486 0.00398572
0.10957 0.557473 0.0247178 0.000308929
9.8309e-05 0.201639 0.67887 0.182198
0.000925525 0.0645978 0.62291
0.089477
-0.00617224 0.072745
0.00048367 -0.0197007 0.0833479
0.00022752 0 -0.0279992 0.0652636
-1.88563e-07 0 0 -0.00896629 0.0761128
-0.0192138 0.0839942 0.000103844
-0.027316 0.103789 0.000299661
-0.0472849 0.0830695 0.000624416
-0.0276194 0.0863507 -0.0034006 -0.000157074
-7.2092e-05 -0.0347892 0.0547767 -0.0371376
-0.000471764 -0.013246 0.000981949
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309586 0.492209 0.65105 0.749225 0.762089 0.762442 0.762653 0.762745 0.764309 0.768725 0.806619</Total>
<Absorption>0.00384653 1.18799e-06 7.17017e-07 3.57328e-06 1.71073e-05 4.336e-05 7.94393e-05 0.000143255 0.000290464 0.000533743 0.00109093</Absorption>
<NeutronVelocity>1734482023 835400950.7 421325828.1 77686194.39 16040910.74 6308869.64 3439865.983 1909420.892 942178.5051 512749.5167 250679.341</NeutronVelocity>
<Transport>0.212481 0.436593 0.593994 0.692963 0.705109 0.705642 0.705612 0.70679 0.712358 0.730618 0.825439</Transport>
<Removal>0.063077 0.074731 0.103142 0.032469 0.068891 0.097485 0.170339 0.110711 0.206541 0.089815 0.18365</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246509
0.0658237 0.417478
0.00241681 0.0747292 0.547908
0.000703772 0 0.103141 0.716756
6.49709e-07 0 0 0.0324656 0.693198
0.0688752 0.664957 0.000114037
0.0974396 0.592314 0.000451971
0.170145 0.652034 0.00394543 1.2213e-08
0.110004 0.557768 0.0247188 0.00030696
9.85009e-05 0.201394 0.67891 0.182245
0.000917567 0.0645665 0.622969
0.0895917
-0.00601742 0.0727283
0.000494776 -0.0196537 0.083298
0.000244891 0 -0.0279515 0.065155
-1.13056e-07 0 0 -0.00916774 0.0764153
-0.0194364 0.0842614 0.000100366
-0.0274626 0.104348 0.000301218
-0.0474073 0.0833348 0.000587215 -1.06785e-08
-0.027615 0.0864087 -0.00342064 -0.000154354
-7.2404e-05 -0.0345857 0.0545936 -0.0371575
-0.000465453 -0.0132276 0.000946882
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309584 0.492222 0.651047 0.749267 0.762089 0.762442 0.762652 0.762745 0.764303 0.768716 0.806498</Total>
<Absorption>0.00384105 1.18995e-06 7.17021e-07 3.58231e-06 1.71253e-05 4.33838e-05 7.94577e-05 0.000143329 0.000289932 0.000533402 0.00109078</Absorption>
<NeutronVelocity>1734000808 835442826.5 421322277.8 77486943.45 16024023.22 6305369.022 3439061.549 1908444.293 943912.707 513078.3676 250713.9079</NeutronVelocity>
<Transport>0.21257 0.436626 0.594056 0.692937 0.70521 0.70554 0.706062 0.707277 0.712591 0.730515 0.825415</Transport>
<Removal>0.063125 0.074689 0.103158 0.032747 0.069268 0.097862 0.170755 0.111198 0.205014 0.089898 0.183673</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246459
0.0658896 0.417533
0.00235154 0.0746882 0.547889
0.000712512 0 0.103158 0.71652
1.2174e-06 0 0 0.032744 0.692821
2.018e-07 0 0 0 0.0692487 0.66458 0.000122911
0.0978186 0.591897 0.000448418
0.170546 0.651547 0.00404037
0.110505 0.559289 0.0248999 0.000297289
0.000100516 0.199749 0.678818 0.182274
0.000923747 0.0644655 0.622825
0.0895528
-0.00605377 0.0727521
0.000467833 -0.0196822 0.0832881
0.00023573 0 -0.0280091 0.0652762
1.26118e-07 0 0 -0.00922234 0.0764223
1.94799e-07 0 0 0 -0.0195439 0.0844447 0.000107379
-0.0275428 0.10395 0.000305635
-0.0474677 0.0830283 0.000616705
-0.0277977 0.0860719 -0.00343759 -0.000149067
-7.35601e-05 -0.0345153 0.0547066 -0.0372101
-0.00046925 -0.0132316 0.000941562
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310101 0.492487 0.651071 0.748913 0.762091 0.762478 0.762782 0.763174 0.765984 0.773488 0.827652</Total>
<Absorption>0.00383148 1.18011e-06 7.17077e-07 3.51036e-06 1.69943e-05 4.32637e-05 7.94032e-05 0.000143442 0.000293213 0.000515541 0.0010755</Absorption>
<NeutronVelocity>1733279486 834564315.7 421285003.5 79100156.62 16147471.63 6322591.251 3441286.491 1906912.175 933340.8001 530847.5512 254292.4567</NeutronVelocity>
<Transport>0.21255 0.436679 0.593861 0.69241 0.705171 0.705283 0.706296 0.707383 0.714327 0.734367 0.84697</Transport>
<Removal>0.064154 0.07525 0.103157 0.030707 0.066836 0.096014 0.169174 0.112088 0.211231 0.104832 0.240232</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245947
0.0669889 0.417237
0.0023327 0.0752481 0.547914
0.000683037 0 0.103157 0.718206
1.45713e-06 0 0 0.0307031 0.695255
0.0668182 0.666464 0.000176841
0.0959716 0.593608 0.00069893
0.168927 0.651086 0.00440005 1.02916e-07
0.111049 0.554753 0.0437469 0.00107404
0.000185436 0.205257 0.668656 0.238082
0.00128262 0.0605702 0.58742
0.089821
-0.00605427 0.0729952
0.000467854 -0.0197426 0.0834292
0.000222013 0 -0.027929 0.0648921
4.69729e-07 0 0 -0.00867628 0.0759691
-0.0190495 0.0842619 0.000146795
-0.0270698 0.103079 0.00041967
-0.0467386 0.0822695 0.00041052 -6.99571e-08
-0.0267816 0.0842534 -0.0059873 -0.000523173
-0.000129305 -0.0323922 0.0564687 -0.0455937
-0.000625595 -0.0115991 0.0106991
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309864 0.492353 0.651062 0.749089 0.762093 0.762479 0.762782 0.763175 0.765998 0.773499 0.827634</Total>
<Absorption>0.003836 1.18337e-06 7.17074e-07 3.54472e-06 1.70503e-05 4.33078e-05 7.94195e-05 0.000143524 0.000293834 0.000515771 0.00107545</Absorption>
<NeutronVelocity>1733805391 834843007.8 421286778.3 78321415.42 16094299.72 6316121.901 3440576.09 1905829.169 931367.5269 530610.9454 254302.8034</NeutronVelocity>
<Transport>0.212487 0.437042 0.593724 0.692724 0.705404 0.705695 0.705655 0.707535 0.714436 0.734295 0.846668</Transport>
<Removal>0.06371 0.075065 0.103095 0.031654 0.067872 0.096603 0.169375 0.11238 0.213075 0.104757 0.240426</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246154
0.0664939 0.417288
0.0023882 0.075064 0.547967
0.000679723 0 0.103095 0.717435
8.51796e-07 0 0 0.03165 0.694221
0.0678562 0.665876 0.00017843
0.0965561 0.593407 0.000706118
0.169121 0.650795 0.00422724 1.19953e-07
0.111341 0.552923 0.0435698 0.00105574
0.000177702 0.207236 0.668742 0.238292
0.00132218 0.0606719 0.587208
0.0896157
-0.00599563 0.0725053
0.000479035 -0.0197146 0.0836203
0.000218756 0 -0.0279745 0.0650079
1.37727e-07 0 0 -0.00892299 0.0759545
-0.0192665 0.0838739 0.00014795
-0.0270916 0.103906 0.000434805
-0.0469265 0.0821851 0.00036479 -7.06637e-08
-0.0268612 0.0843576 -0.00598289 -0.000503963
-0.000128771 -0.0325253 0.0565578 -0.0454132
-0.000644402 -0.0116095 0.0107732
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30959 0.49219 0.651044 0.74922 0.762095 0.762479 0.762782 0.763177 0.765998 0.773495 0.827585</Total>
<Absorption>0.00384195 1.18826e-06 7.17009e-07 3.57258e-06 1.71056e-05 4.33535e-05 7.9446e-05 0.00014364 0.000293829 0.000515649 0.00107521</Absorption>
<NeutronVelocity>1734587324 835421888.1 421331153.6 77700681.43 16042068.72 6309426.915 3439428.229 1904293.993 931384.8762 530737.6723 254361.0197</NeutronVelocity>
<Transport>0.212608 0.436638 0.594003 0.692848 0.705444 0.705689 0.706053 0.707426 0.714832 0.734435 0.846748</Transport>
<Removal>0.063238 0.07473 0.103143 0.032443 0.068919 0.097335 0.169975 0.112924 0.213189 0.104704 0.24051</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246352
0.0660153 0.41746
0.0024069 0.0747278 0.547901
0.000697955 0 0.103142 0.716777
8.5912e-07 0 0 0.0324403 0.693176
0.0689006 0.665144 0.000177612
0.0972957 0.592807 0.000717138
0.169722 0.650253 0.00426123 2.01332e-07
0.111882 0.552809 0.043641 0.00106336
0.000184012 0.207306 0.668791 0.238355
0.00132667 0.0605488 0.587075
0.0893848
-0.0060565 0.0726214
0.000502564 -0.0196182 0.0832616
0.000239074 0 -0.0279321 0.0652382
5.9443e-07 0 0 -0.00914497 0.0761484
-0.0194983 0.0841733 0.000149659
-0.0273835 0.103551 0.000437254
-0.0469715 0.0823227 0.000372851 -1.21729e-07
-0.0268818 0.0841293 -0.00598785 -0.000513318
-0.000132784 -0.0326948 0.0564347 -0.045425
-0.000649717 -0.0116266 0.0106943
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309642 0.49219 0.651033 0.749264 0.762095 0.762479 0.762782 0.763177 0.765987 0.773489 0.827581</Total>
<Absorption>0.00384017 1.18865e-06 7.16973e-07 3.58237e-06 1.71277e-05 4.33882e-05 7.94715e-05 0.000143692 0.000293332 0.000515546 0.00107528</Absorption>
<NeutronVelocity>1734424865 835477726.2 421354232.5 77485142.22 16021327.59 6304375.236 3438328.422 1903601.614 932966.3666 530841.9153 254342.9051</NeutronVelocity>
<Transport>0.212666 0.436862 0.593756 0.692941 0.705234 0.706052 0.706132 0.707625 0.71453 0.734279 0.846877</Transport>
<Removal>0.063278 0.07471 0.103105 0.032736 0.069301 0.097763 0.170144 0.113204 0.211508 0.104736 0.24055</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246364
0.0660674 0.41748
0.00238242 0.0747099 0.547928
0.000699526 0 0.103104 0.716528
4.08517e-07 0 0 0.0327322 0.692794
0.069285 0.664716 0.000187806
0.097715 0.592638 0.000692148
0.169872 0.649973 0.00437012 1.11472e-07
0.112182 0.554479 0.0436665 0.00105939
0.000187368 0.205531 0.668753 0.238418
0.00130937 0.0605553 0.587031
0.0894555
-0.00611021 0.0723941
0.000490143 -0.0195797 0.083465
0.000231665 0 -0.0279044 0.065275
-2.85215e-09 0 0 -0.00922666 0.0764625
-0.0196012 0.0839873 0.000156058
-0.0275615 0.103415 0.000423807
-0.0469218 0.0824035 0.00039541 -8.41457e-08
-0.0271464 0.0842151 -0.00598656 -0.000515187
-0.000135578 -0.0325257 0.0565547 -0.0454816
-0.000637776 -0.0115961 0.0106434
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310237 0.49248 0.651078 0.748915 0.762097 0.762515 0.762902 0.763585 0.767599 0.777955 0.848157</Total>
<Absorption>0.00382827 1.18518e-06 7.17092e-07 3.5095e-06 1.69934e-05 4.32566e-05 7.93972e-05 0.0001441 0.000292235 0.000502929 0.00106518</Absorption>
<NeutronVelocity>1733348587 834724540.9 421274354.9 79117053.68 16146819.8 6322471.328 3440812.858 1897803.293 936329.588 544111.0857 256749.9564</NeutronVelocity>
<Transport>0.212364 0.437185 0.593924 0.692787 0.704709 0.705811 0.705935 0.707583 0.71596 0.73816 0.866462</Transport>
<Removal>0.064242 0.075254 0.103116 0.030726 0.066796 0.09595 0.168613 0.11628 0.205474 0.122342 0.292728</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245995
0.067169 0.417226
0.00239393 0.0752525 0.547962
0.00069371 0 0.103115 0.718189
3.68147e-07 0 0 0.0307237 0.695301
0.0667795 0.666565 0.000252687
0.0959061 0.594289 0.000971954
0.168285 0.647305 0.00539718 1.82846e-06
0.114868 0.562125 0.0640857 0.00262564
0.000290251 0.198148 0.655613 0.28901
0.00163179 0.0577522 0.555429
0.0901133
-0.00610426 0.0725905
0.000508215 -0.0198441 0.0834183
0.000215945 0 -0.027969 0.0645451
-1.08503e-07 0 0 -0.00870184 0.0761935
-0.0188068 0.0835871 0.000201804
-0.0268848 0.103008 0.000520609
-0.0462437 0.0819623 0.000134655 -1.19811e-06
-0.026298 0.0818067 -0.00864972 -0.00122321
-0.000198185 -0.0295542 0.0584434 -0.0514516
-0.000762428 -0.0103158 0.0177749
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309799 0.492348 0.651069 0.749083 0.762099 0.762516 0.762902 0.763587 0.767616 0.777961 0.84837</Total>
<Absorption>0.00383556 1.18484e-06 7.17073e-07 3.54393e-06 1.70482e-05 4.32923e-05 7.94144e-05 0.000144189 0.000292765 0.000503023 0.00106572</Absorption>
<NeutronVelocity>1734069966 834968479.9 421286778.3 78336140.38 16094714.17 6317239.114 3440067.15 1896637.073 934631.8485 544007.4855 256621.4756</NeutronVelocity>
<Transport>0.212498 0.436714 0.593824 0.692836 0.705547 0.705788 0.706232 0.708606 0.715873 0.738107 0.866875</Transport>
<Removal>0.06371 0.074974 0.103064 0.031642 0.067899 0.096357 0.169171 0.117003 0.206773 0.122274 0.292978</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246089
0.0665612 0.417374
0.00236029 0.0749726 0.548005
0.000710355 0 0.103064 0.717441
1.1389e-06 0 0 0.0316381 0.6942
0.0678821 0.666159 0.000275397
0.0963142 0.593731 0.000988566
0.168816 0.646584 0.00518842 1.71835e-06
0.115569 0.560843 0.0639833 0.00259261
0.000300515 0.199637 0.655687 0.289333
0.00165577 0.0577879 0.555392
0.0896353
-0.00607797 0.072866
0.000455802 -0.0197607 0.0834748
0.000230918 0 -0.0279214 0.0649122
6.67247e-07 0 0 -0.00893794 0.0758186
-0.0192676 0.0837958 0.000222339
-0.0270696 0.102888 0.000527892
-0.0464408 0.0811411 0.000113838 -1.17849e-06
-0.0264892 0.0818513 -0.0086207 -0.00119397
-0.000210427 -0.0294666 0.058506 -0.0515422
-0.000764593 -0.0103497 0.0174653
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309639 0.49217 0.651057 0.74922 0.762101 0.762516 0.762902 0.763589 0.767615 0.777958 0.84823</Total>
<Absorption>0.00384396 1.18642e-06 7.17042e-07 3.57259e-06 1.71004e-05 4.33432e-05 7.94415e-05 0.000144288 0.000292731 0.000502982 0.00106535</Absorption>
<NeutronVelocity>1734466981 835380014.4 421306302.3 77697662.85 16045440.69 6309785.215 3438895.977 1895335.768 934745.4221 544051.8808 256709.0921</NeutronVelocity>
<Transport>0.212815 0.436362 0.594073 0.692801 0.705221 0.705991 0.70625 0.708152 0.715853 0.738052 0.866696</Transport>
<Removal>0.063352 0.074715 0.103143 0.032454 0.068886 0.097199 0.169541 0.117395 0.206798 0.122247 0.292766</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
</Profile>
<Value>
0.246287
0.066125 0.417455
0.00237257 0.074714 0.547914
0.000705409 0 0.103142 0.716766
1.70291e-06 0 0 0.0324513 0.693215
0.0688656 0.665317 0.000265371
0.097154 0.593361 0.000985534
0.169207 0.646194 0.00518909 1.5713e-06
0.115975 0.560817 0.0639893 0.00259255
0.000291475 0.199672 0.655711 0.289111
1.26312e-07 0.00164542 0.0577544 0.555464
0.0893571
-0.00611134 0.0728804
0.000476968 -0.0196304 0.0832048
0.000247378 0 -0.0279043 0.065293
-1.25734e-07 0 0 -0.00914427 0.0763449
-0.0194659 0.0838116 0.000214184
-0.027288 0.102811 0.000542856
-0.0463731 0.0816167 0.000110983 -1.15485e-06
-0.0265292 0.082065 -0.00862977 -0.00120664
-0.000200976 -0.0296515 0.0585116 -0.051488
-9.59127e-08 -0.000773111 -0.010299 0.0175502
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309498 0.492181 0.651047 0.749265 0.762101 0.762516 0.762901 0.76359 0.767602 0.777953 0.848165</Total>
<Absorption>0.00384443 1.18945e-06 7.17008e-07 3.58145e-06 1.71242e-05 4.33678e-05 7.9471e-05 0.000144349 0.000292322 0.00050289 0.00106506</Absorption>
<NeutronVelocity>1734512108 835400950.7 421329378.5 77501956.92 16023047.55 6306204.044 3437631.06 1894531.435 936049.1239 544152.5368 256780.2834</NeutronVelocity>
<Transport>0.212691 0.436797 0.593743 0.692885 0.705097 0.705853 0.706261 0.70815 0.715993 0.738072 0.866302</Transport>
<Removal>0.063234 0.07473 0.103074 0.032735 0.06927 0.097509 0.16983 0.117612 0.20561 0.122403 0.292754</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
</Profile>
<Value>
0.246264
0.0659555 0.417451
0.00240819 0.074729 0.547973
0.000699524 0 0.103074 0.71653
1.00684e-06 0 0 0.032732 0.692831
0.0692543 0.665007 0.000257768
0.0974668 0.593071 0.000998573
0.169491 0.645978 0.00532465 1.55981e-06
0.116168 0.561992 0.0641174 0.00258184
0.000294683 0.198353 0.65555 0.289103
1.14285e-07 0.00164294 0.0577823 0.555411
0.089329
-0.00610448 0.072555
0.000493708 -0.0196987 0.0835672
0.000229495 0 -0.0279775 0.0653161
6.1156e-08 0 0 -0.00921238 0.0765739
-0.0195698 0.0840146 0.000208936
-0.0273525 0.102867 0.000545358
-0.0464355 0.0818067 0.000137522 -1.011e-06
-0.0267157 0.0817214 -0.00862583 -0.00119484
-0.000204867 -0.0294918 0.0585017 -0.0514019
-8.2668e-08 -0.00076881 -0.0103131 0.0178096
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31011 0.492473 0.651061 0.74891 0.762085 0.762441 0.762653 0.762743 0.764301 0.768719 0.806565</Total>
<Absorption>0.00384254 1.18224e-06 7.17033e-07 3.51079e-06 1.69961e-05 4.32643e-05 7.94002e-05 0.000143074 0.000289758 0.000533438 0.00109046</Absorption>
<NeutronVelocity>1734584316 834536456.7 421315177.5 79091398.02 16146246.24 6322871.089 3441547.044 1911841.18 944474.3528 513044.1474 250788.7306</NeutronVelocity>
<Transport>0.212857 0.436818 0.593891 0.692659 0.704934 0.705682 0.706107 0.707179 0.712394 0.730324 0.825379</Transport>
<Removal>0.06417 0.075216 0.10305 0.030732 0.066825 0.096223 0.169671 0.110091 0.204159 0.089899 0.183831</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.24594
0.0670828 0.417257
0.00241229 0.0752149 0.548011
0.00070563 0 0.103049 0.718178
7.13976e-07 0 0 0.0307283 0.69526
0.0668095 0.666218 0.000120131
0.096177 0.592982 0.000441438
0.169465 0.652652 0.00408494
0.109409 0.560142 0.0248605 0.00030348
9.9479e-05 0.198864 0.67882 0.182426
0.00092371 0.0645078 0.622734
0.0896382
-0.00612581 0.0728581
0.000495841 -0.0197648 0.0833999
0.000236321 0 -0.0279268 0.0646664
-5.4161e-07 0 0 -0.00870149 0.0760272
-0.0188766 0.083927 0.00010646
-0.0271708 0.103629 0.000303738
-0.0471895 0.0828888 0.000645774
-0.0275698 0.0861004 -0.00342001 -0.000153438
-7.32222e-05 -0.0343757 0.0548594 -0.0371913
-0.000474603 -0.0132096 0.000925205
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309912 0.492322 0.651101 0.749074 0.762087 0.762441 0.762653 0.762744 0.764309 0.768723 0.80658</Total>
<Absorption>0.00383831 1.18439e-06 7.17183e-07 3.54294e-06 1.70447e-05 4.33081e-05 7.941e-05 0.000143182 0.00029045 0.000533752 0.00109067</Absorption>
<NeutronVelocity>1734054931 834877857.4 421214023.1 78361922.37 16100078.09 6316441.064 3441132.546 1910394.84 942231.7702 512741.6295 250739.6821</NeutronVelocity>
<Transport>0.212854 0.436823 0.594046 0.692758 0.705689 0.705421 0.705785 0.707202 0.712354 0.730454 0.825208</Transport>
<Removal>0.063789 0.075026 0.103215 0.031614 0.067794 0.096696 0.169929 0.110359 0.206679 0.089913 0.183652</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246123
0.0665669 0.417296
0.00238266 0.0750246 0.547886
0.000688491 0 0.103213 0.71746
5.6642e-07 0 0 0.0316105 0.694293
2.89591e-07 0 0 0 0.067776 0.665745 0.000109369
0.0966515 0.592724 0.000460329
0.169739 0.652385 0.00398096
0.109667 0.55763 0.0247447 0.000296564
9.38588e-05 0.201463 0.67881 0.182272
0.000945127 0.0646434 0.622928
0.0895108
-0.00612026 0.0727209
0.00049513 -0.0197942 0.0831913
0.000228971 0 -0.0278038 0.0649599
2.50245e-07 0 0 -0.00891821 0.0756283
2.40347e-07 0 0 0 -0.0192317 0.0842516 9.46658e-05
-0.0272322 0.10391 0.000311469
-0.0471376 0.082893 0.000608305
-0.0276002 0.0864226 -0.00341992 -0.000148413
-7.0439e-05 -0.0346088 0.0547452 -0.0371771
-0.000475463 -0.0132169 0.0010867
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309658 0.492235 0.651049 0.749217 0.762089 0.762442 0.762653 0.762745 0.764308 0.768724 0.806596</Total>
<Absorption>0.00384427 1.18963e-06 7.17034e-07 3.57189e-06 1.71085e-05 4.336e-05 7.94504e-05 0.000143263 0.000290382 0.000533749 0.00109086</Absorption>
<NeutronVelocity>1734205292 835400950.7 421313402.4 77716985.82 16039830.11 6308829.838 3439380.911 1909315.167 942444.8905 512744.2585 250696.309</NeutronVelocity>
<Transport>0.212846 0.436698 0.593655 0.692936 0.705123 0.705776 0.705905 0.707114 0.712379 0.73058 0.825419</Transport>
<Removal>0.06332 0.074725 0.103093 0.03246 0.0689 0.097495 0.170426 0.110738 0.206475 0.089928 0.183635</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246338
0.0660872 0.41751
0.00242771 0.074724 0.547956
0.000710447 0 0.103093 0.716757
1.08322e-06 0 0 0.0324574 0.693189
0.068881 0.664947 0.00011569
0.097453 0.592227 0.000436113
0.170235 0.652007 0.00395771
0.110057 0.557833 0.0247824 0.000303652
9.97303e-05 0.201294 0.678796 0.182239
0.000931658 0.0646113 0.622961
0.0894725
-0.0060959 0.072628
0.000488421 -0.0196262 0.083545
0.000211728 0 -0.0278312 0.0651607
3.54435e-07 0 0 -0.00915734 0.07638
-0.0194151 0.0841888 0.000101555
-0.0275237 0.10407 0.00029456
-0.0474233 0.0831328 0.000615562
-0.0277302 0.0865392 -0.0034288 -0.000152614
-7.21428e-05 -0.0347634 0.0546295 -0.03716
-0.000471642 -0.0132194 0.000854432
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309585 0.492169 0.651065 0.74926 0.762089 0.762442 0.762652 0.762745 0.764302 0.768718 0.806534</Total>
<Absorption>0.00384534 1.19075e-06 7.17067e-07 3.58156e-06 1.71276e-05 4.33889e-05 7.94572e-05 0.000143317 0.000289892 0.000533488 0.00109082</Absorption>
<NeutronVelocity>1734388767 835666234.9 421292102.9 77503758.93 16021866.64 6304613.716 3439085.203 1908597.276 944046.3716 512996.7733 250706.9937</NeutronVelocity>
<Transport>0.212665 0.436637 0.59393 0.692888 0.705123 0.70567 0.705566 0.707084 0.712785 0.730383 0.825442</Transport>
<Removal>0.063171 0.074603 0.10316 0.032717 0.069319 0.097898 0.170632 0.111049 0.204974 0.089903 0.183898</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246414
0.0659962 0.417566
0.00235483 0.0746014 0.547905
0.000712694 0 0.103159 0.716543
1.20945e-06 0 0 0.032713 0.69277
2.04344e-07 0 0 0 0.0693009 0.664544 0.000112027
0.0978548 0.59202 0.00044594
0.170439 0.651696 0.00404737
0.110343 0.559328 0.0248888 0.000300742
0.000114379 0.199723 0.678815 0.182503
0.000913249 0.0644805 0.622636
0.0894749
-0.00608649 0.0726491
0.000476937 -0.0196922 0.0833888
0.000224774 0 -0.0279536 0.0653178
4.95156e-07 0 0 -0.0092229 0.0765202
1.78091e-07 0 0 0 -0.0195545 0.0842992 9.79936e-05
-0.0275281 0.104235 0.000299576
-0.0472462 0.0830898 0.000628075
-0.0276505 0.0860397 -0.0034276 -0.00015054
-8.46832e-05 -0.0346958 0.0548378 -0.0371537
-0.000462619 -0.0132394 0.000796393
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310011 0.492454 0.651071 0.748915 0.762091 0.762478 0.762782 0.763174 0.765984 0.773484 0.827508</Total>
<Absorption>0.0038281 1.18299e-06 7.17078e-07 3.51013e-06 1.69966e-05 4.32605e-05 7.94192e-05 0.000143431 0.000293226 0.000515414 0.00107515</Absorption>
<NeutronVelocity>1733507840 834536456.7 421283228.7 79105788.17 16145307.77 6323070.989 3440587.928 1907064.913 933305.9564 530980.0298 254373.9602</NeutronVelocity>
<Transport>0.212616 0.436825 0.593855 0.692526 0.705218 0.705714 0.706018 0.707986 0.714486 0.734194 0.846759</Transport>
<Removal>0.064179 0.075323 0.103071 0.030715 0.066807 0.09606 0.169184 0.112153 0.21118 0.104749 0.240588</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245832
0.0670409 0.417131
0.00241199 0.0753218 0.548
0.000703629 0 0.10307 0.7182
3.61924e-07 0 0 0.030711 0.695284
0.0667921 0.666418 0.000173926
0.0960167 0.593598 0.000686636
0.168926 0.651021 0.00438343 2.08042e-07
0.111145 0.554804 0.0437973 0.00105592
0.000186152 0.205196 0.668735 0.238448
0.00130287 0.0604364 0.58692
0.089511
-0.00610083 0.0728733
0.000514048 -0.019796 0.0834509
0.000259726 0 -0.0279128 0.0648135
-2.67574e-07 0 0 -0.00871772 0.0757702
-0.018898 0.0839219 0.000146999
-0.0271594 0.103335 0.000413439
-0.0467179 0.0818755 0.000378729 -1.65852e-07
-0.0269856 0.0841288 -0.00598216 -0.000517587
-0.000133776 -0.0323832 0.0566353 -0.0456825
-0.000635076 -0.0116027 0.0109857
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309941 0.492357 0.651072 0.749085 0.762093 0.762479 0.762782 0.763175 0.765999 0.773499 0.827533</Total>
<Absorption>0.00383062 1.18555e-06 7.17115e-07 3.54393e-06 1.70487e-05 4.33033e-05 7.94229e-05 0.000143536 0.000293864 0.000515793 0.00107523</Absorption>
<NeutronVelocity>1732819957 834940594 421258383 78339208.77 16095828.12 6316800.162 3440434.045 1905676.63 931272.1177 530588.4226 254357.1378</NeutronVelocity>
<Transport>0.212884 0.436743 0.594171 0.692962 0.705193 0.705369 0.706185 0.707772 0.714314 0.734219 0.847033</Transport>
<Removal>0.063797 0.075046 0.103194 0.031647 0.067849 0.096554 0.169463 0.112556 0.213234 0.104737 0.24047</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246144
0.0665347 0.417311
0.0023946 0.0750449 0.547878
0.000721704 0 0.103193 0.717438
0.0316427 0.694244
0.0678302 0.665925 0.000173388
0.0965116 0.593319 0.000705549
0.169206 0.650619 0.00427445 2.56317e-07
0.111518 0.552765 0.0435637 0.00105071
0.000190014 0.207368 0.668762 0.238364
0.00130173 0.0606589 0.587063
0.0895689
-0.00611327 0.0727284
0.000503686 -0.0196718 0.0832228
0.000244513 0 -0.0280355 0.0648321
-0.00898103 0.0761748
-0.0192761 0.084274 0.000146491
-0.027166 0.103262 0.000426916
-0.0468118 0.0821721 0.000370526 -1.83155e-07
-0.027071 0.0845315 -0.00595064 -0.000508721
-0.000133882 -0.0325866 0.056634 -0.0454815
-0.000639125 -0.0116405 0.010433
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309526 0.492189 0.651045 0.74923 0.762095 0.762479 0.762782 0.763177 0.765998 0.773499 0.827591</Total>
<Absorption>0.00384835 1.18853e-06 7.17019e-07 3.5742e-06 1.71042e-05 4.33595e-05 7.94486e-05 0.00014364 0.000293825 0.000515754 0.00107532</Absorption>
<NeutronVelocity>1735071875 835393971.8 421324053 77665077.12 16043458.52 6308551.241 3439321.766 1904293.993 931393.551 530627.8389 254333.8488</NeutronVelocity>
<Transport>0.212629 0.436694 0.593981 0.693092 0.705321 0.705899 0.706289 0.707821 0.714182 0.734288 0.846739</Transport>
<Removal>0.063248 0.074779 0.103133 0.032504 0.068895 0.097341 0.170018 0.112843 0.212864 0.104755 0.240568</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246278
0.0660769 0.41741
0.00239114 0.0747772 0.547912
0.000705705 0 0.103133 0.716726
6.50275e-07 0 0 0.0325006 0.6932
0.0688794 0.665138 0.000189574
0.0972971 0.592764 0.000673602
0.169743 0.650334 0.00425108 1.99509e-07
0.111831 0.553134 0.0436087 0.00105752
0.000182374 0.207005 0.668744 0.238419
0.00131314 0.0606303 0.587023
0.0894275
-0.00609123 0.0726051
0.000487523 -0.0196548 0.0833063
0.000231479 0 -0.0279488 0.0650378
-1.03337e-07 0 0 -0.00917749 0.0762084
-0.0194348 0.083916 0.000160585
-0.0273368 0.103287 0.00041422
-0.0469549 0.0820217 0.000391575 -1.49109e-07
-0.0269551 0.0846933 -0.00598239 -0.000510231
-0.000131323 -0.032645 0.0565931 -0.0453853
-0.00063295 -0.0116369 0.0106546
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309588 0.492176 0.651062 0.749267 0.762095 0.762479 0.762782 0.763177 0.765985 0.773488 0.827622</Total>
<Absorption>0.00385078 1.19019e-06 7.17072e-07 3.58188e-06 1.71283e-05 4.33801e-05 7.94684e-05 0.000143693 0.000293274 0.000515506 0.00107536</Absorption>
<NeutronVelocity>1734852139 835519609.6 421288553.2 77495950.84 16020762.91 6305567.816 3438458.47 1903590.743 933149.1919 530884.1876 254324.7931</NeutronVelocity>
<Transport>0.212602 0.436554 0.593879 0.692763 0.705355 0.705648 0.706133 0.70787 0.714153 0.734294 0.846615</Transport>
<Removal>0.063194 0.074636 0.103152 0.032723 0.069358 0.097666 0.170249 0.113228 0.21155 0.104782 0.240633</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246394
0.0658442 0.41754
0.00240812 0.0746351 0.54791
0.000692328 0 0.103151 0.716544
1.60291e-06 0 0 0.032719 0.692737
0.0693391 0.664813 0.000192064
0.0976265 0.592533 0.00070269
0.169977 0.649949 0.00438367 1.77764e-07
0.112199 0.554435 0.0437169 0.00105316
0.000177565 0.20557 0.668706 0.238497
0.00130168 0.0605513 0.586989
0.0895001
-0.0061011 0.0727547
0.000488443 -0.0196731 0.0834515
0.000235438 0 -0.0279732 0.0654707
3.05371e-08 0 0 -0.00924431 0.0762589
-0.0195194 0.0841893 0.000161435
-0.0273587 0.103491 0.000424207
-0.0470035 0.082201 0.000400637 -1.31268e-07
-0.0271987 0.0844226 -0.00599468 -0.000511554
-0.00012707 -0.0323728 0.0565718 -0.0454023
-0.000626305 -0.0116199 0.0107857
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310102 0.492515 0.651092 0.748903 0.762097 0.762515 0.762902 0.763585 0.767598 0.777947 0.848266</Total>
<Absorption>0.00383375 1.17945e-06 7.1714e-07 3.50895e-06 1.69919e-05 4.32571e-05 7.93905e-05 0.000144117 0.000292211 0.000502802 0.0010655</Absorption>
<NeutronVelocity>1733456755 834411114.4 421240637.9 79129574.68 16148227.81 6322391.381 3441097.022 1897576.415 936408.4988 544247.306 256672.1937</NeutronVelocity>
<Transport>0.212953 0.437061 0.593905 0.692487 0.705384 0.705572 0.706144 0.707452 0.715634 0.738022 0.866484</Transport>
<Removal>0.064246 0.075299 0.103163 0.030722 0.06688 0.095909 0.168877 0.116395 0.2052 0.122414 0.292835</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.245856
0.0670949 0.417216
0.00242007 0.0752982 0.547929
0.000721954 0 0.103161 0.718181
7.24881e-07 0 0 0.0307184 0.695217
0.0668618 0.666606 0.000287572
0.0958687 0.594025 0.00100159
0.168512 0.64719 0.00539129 1.59556e-06
0.114952 0.562398 0.0641595 0.00260754
0.000302043 0.197876 0.655533 0.289129
0.00164649 0.0577478 0.555431
0.0895248
-0.00619025 0.0727703
0.000494272 -0.0198385 0.0834186
0.000243958 0 -0.0278952 0.0647926
6.6327e-08 0 0 -0.00866315 0.0756298
-0.0189177 0.0838183 0.000230937
-0.026876 0.103038 0.00055185
-0.046511 0.0820573 0.000159334 -1.04469e-06
-0.0262739 0.0819925 -0.00861788 -0.00120204
-0.00021426 -0.0294345 0.058556 -0.0512819
-0.000766255 -0.0103329 0.0175678
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.30988 0.492394 0.651038 0.749081 0.762099 0.762516 0.762902 0.763587 0.767615 0.777961 0.848082</Total>
<Absorption>0.00383684 1.18156e-06 7.16968e-07 3.54378e-06 1.7043e-05 4.3296e-05 7.94131e-05 0.000144199 0.000292724 0.000503028 0.00106517</Absorption>
<NeutronVelocity>1733835452 834752412.4 421356007.9 78339822.48 16099741.12 6316680.458 3440126.321 1896493.194 934762.8974 544004.5261 256753.9116</NeutronVelocity>
<Transport>0.212754 0.437045 0.594133 0.692824 0.705384 0.705682 0.706386 0.708456 0.715898 0.738287 0.866591</Transport>
<Removal>0.063676 0.075137 0.103159 0.031652 0.067782 0.096452 0.169148 0.116994 0.206632 0.122283 0.292932</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246204
0.0664765 0.417257
0.00239265 0.0751363 0.547879
0.000711606 0 0.103159 0.717429
5.75211e-07 0 0 0.0316473 0.694317
0.0677612 0.666064 0.000262324
0.0964113 0.593754 0.000970709
0.168806 0.646593 0.00518795 1.54361e-06
0.115579 0.560983 0.0639947 0.00259889
0.000293164 0.199498 0.655678 0.289274
0.00165176 0.0577831 0.55515
0.0895892
-0.00617415 0.0725922
0.0004729 -0.0197759 0.083244
0.000228167 0 -0.0280773 0.0649491
3.15324e-07 0 0 -0.00897418 0.0759222
-0.0192085 0.0839962 0.000214456
-0.0271635 0.102721 0.000534785
-0.0464201 0.0813562 0.00012378 -1.1611e-06
-0.0265683 0.0819507 -0.00865554 -0.00120105
-0.000202972 -0.0296009 0.058335 -0.0514213
-0.000767564 -0.0103242 0.0175529
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309678 0.492209 0.651052 0.749225 0.762101 0.762516 0.762902 0.763589 0.767616 0.777961 0.84823</Total>
<Absorption>0.00384289 1.18886e-06 7.17045e-07 3.57251e-06 1.7105e-05 4.33438e-05 7.94548e-05 0.000144278 0.000292753 0.000503024 0.00106552</Absorption>
<NeutronVelocity>1734280482 835352100.9 421304527.3 77699473.97 16041142.32 6309705.589 3438328.422 1895468.693 934675.5274 544007.4855 256667.5821</NeutronVelocity>
<Transport>0.212498 0.436656 0.593725 0.692953 0.705404 0.705746 0.706281 0.707864 0.715744 0.738004 0.866527</Transport>
<Removal>0.063324 0.07474 0.103136 0.032442 0.068888 0.097133 0.169539 0.11737 0.206678 0.122356 0.292777</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246354
0.0660957 0.417469
0.00237124 0.0747395 0.547916
0.000714879 0 0.103135 0.716783
4.2752e-07 0 0 0.0324381 0.693213
0.0688731 0.665383 0.000252036
0.0970914 0.593363 0.000978553
0.169199 0.646219 0.00516697 1.45126e-06
0.115937 0.560938 0.0640069 0.00260495
0.000304839 0.199573 0.655605 0.289105
0.00164724 0.0578455 0.555453
0.0896072
-0.006017 0.0726633
0.000510018 -0.019635 0.0835093
0.000250015 0 -0.02789 0.0651672
5.35526e-08 0 0 -0.00916414 0.0761418
-0.0194458 0.0839728 0.000204577
-0.0272036 0.102701 0.000524686
-0.046286 0.0819782 0.000114065 -9.78421e-07
-0.0265749 0.0820931 -0.0086306 -0.00122071
-0.000211489 -0.0295825 0.058574 -0.051406
-0.000764098 -0.0103068 0.0176451
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309664 0.492205 0.651044 0.74926 0.762101 0.762517 0.762901 0.763589 0.767603 0.777949 0.848166</Total>
<Absorption>0.00384122 1.18798e-06 7.17007e-07 3.58128e-06 1.71257e-05 4.33763e-05 7.94659e-05 0.000144305 0.000292348 0.000502824 0.00106537</Absorption>
<NeutronVelocity>1734106051 835359079.1 421331153.6 77506161.74 16021712.62 6304971.47 3437843.784 1895109.48 935970.2736 544223.6106 256704.4792</NeutronVelocity>
<Transport>0.212852 0.436526 0.593956 0.692953 0.705069 0.705898 0.706079 0.708341 0.715919 0.738057 0.866609</Transport>
<Removal>0.06322 0.074729 0.103152 0.032728 0.069286 0.097549 0.169816 0.117626 0.205707 0.122371 0.292833</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246444
0.0660266 0.417476
0.00235018 0.0747285 0.547892
0.000708929 0 0.103151 0.716532
4.02226e-07 0 0 0.0327241 0.692815
0.0692692 0.664968 0.000271309
0.0975062 0.593085 0.000970322
0.169468 0.645963 0.00532593 1.74098e-06
0.116213 0.561896 0.0641612 0.0025784
0.000306133 0.198442 0.655578 0.289186
0.00164446 0.0577076 0.555333
0.0894405
-0.00616027 0.0728062
0.000476637 -0.0196551 0.083321
0.000231301 0 -0.0279051 0.0652553
2.6229e-08 0 0 -0.00922608 0.0765541
-0.0195224 0.0839597 0.000218844
-0.0273422 0.102946 0.0005286
-0.0463419 0.0815689 0.000129929 -1.23364e-06
-0.0266431 0.0819156 -0.00861546 -0.00119831
-0.000214234 -0.0296053 0.0584933 -0.0514282
-0.000767455 -0.0103092 0.0175419
</Value>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
<Multigroup_Cross_Section_Library ID="1006" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Absorption Scattering Transport Removal NeutronVelocity</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.1424 0.205179 0.249901 0.425689 1.25794 2.27762 3.24178 6.50773 17.2766 22.5631 46.4715</Total>
<Absorption>0.00468162 0.0120905 0.0280121 0.144015 0.899818 2.00067 2.99824 6.26679 16.9794 22.3381 46.2315</Absorption>
<NeutronVelocity>1739463202 837527952.5 424666318.4 96767950.45 17799136.74 6634599.436 3476181.206 1907468.694 1107744.798 530298.6111 280726.1825</NeutronVelocity>
<Transport>0.110498 0.168943 0.233707 0.375101 1.20701 2.23054 3.23073 6.08357 11.4977 22.0874 45.5441</Transport>
<Removal>0.028203 0.034737 0.050568 0.147313 0.908745 2.008906 3.027432 6.292303 16.995158 22.36645 46.294749</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114197
0.0213319 0.170442
0.00169774 0.0218749 0.199333
0.000257955 0.000491908 0.0222798 0.278376
0.00318261 0.349195
0.00841317 0.268714 0.000250197
0.0139825 0.214348 0.000373299
0.030419 0.215427 0.00349638
0.0188333 0.281442 0.0072417
0.0209107 0.19665 0.0860579
0.0162873 0.176751
0.031271
-0.00291925 0.0347986
-8.18328e-06 -0.00555821 0.0219482
-3.02912e-06 1.47686e-05 -0.0066863 0.0144468
-0.000978769 0.0147625
-0.00248355 0.0140616 7.91511e-05
-0.00420653 0.0210727 2.03381e-05
-0.0102229 0.0118094 -0.00105235
-0.00790403 0.00986984 -0.00194072
-0.00724121 0.00987131 -0.0111289
-0.00305452 0.0132005
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14296 0.205636 0.250149 0.431001 1.26225 2.28061 3.23164 6.54529 18.1716 22.6007 46.4821</Total>
<Absorption>0.00467321 0.0121075 0.0280993 0.148234 0.903979 2.00426 2.98858 6.30438 17.8718 22.3757 46.2421</Absorption>
<NeutronVelocity>1732201628 837100284.6 423292965.3 94335172.87 17710493.64 6593044.338 3469463.517 1901220.203 1093710.182 527643.2288 280685.2087</NeutronVelocity>
<Transport>0.110887 0.170461 0.233231 0.379564 1.21494 2.2329 3.21139 6.11981 11.6704 22.1109 46.48</Transport>
<Removal>0.027686 0.034486 0.051382 0.151185 0.909852 2.014447 3.016802 6.330811 17.914753 22.400518 46.312438</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.115274
0.0210722 0.17115
0.00158248 0.0218798 0.198767
0.000291739 0.000464902 0.0230573 0.279816
0.00354769 0.352398
0.0084375 0.266163 0.000164356
0.0126545 0.214838 0.0012373
0.029905 0.214479 0.0035282
0.0226032 0.256847 0.00618763
0.0183985 0.200182 0.0734143
0.0189419 0.169662
0.031426
-0.00313611 0.034228
-3.23605e-05 -0.00566074 0.0228614
5.05161e-06 -4.8729e-05 -0.00694948 0.0143509
-0.00102855 0.0113811
-0.00230453 0.0137672 0.000115573
-0.00289531 0.0315274 -0.000317677
-0.0105623 0.0146142 -0.000141995
-0.00831673 -0.00236708 -0.0013167
-0.0046991 0.012523 0.00137001
-0.000848791 0.0224408
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144413 0.20588 0.250503 0.446383 1.27755 2.30586 3.24967 6.53095 21.1411 22.6053 46.6195</Total>
<Absorption>0.00471014 0.0122425 0.0282274 0.160599 0.919723 2.02996 3.00675 6.29008 20.8318 22.3805 46.3794</Absorption>
<NeutronVelocity>1710647412 830744180.6 421302752.4 87840271.25 17382174.93 6541035.184 3452657.165 1894840.161 1052085.602 524995.0125 280090.077</NeutronVelocity>
<Transport>0.112643 0.172156 0.233436 0.392191 1.22533 2.25334 3.23141 6.17337 15.0817 22.1071 47.9377</Transport>
<Removal>0.028728 0.036022 0.052479 0.165176 0.92641 2.047241 3.038084 6.304968 20.858999 22.403425 46.487234</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.115685
0.0218986 0.169858
0.00163934 0.0236636 0.198024
0.000289924 0.000360369 0.0238622 0.281207
0.00396998 0.35114
0.00940321 0.258619 0.000405313
0.0130314 0.211586 0.00199665
0.0289565 0.225982 0.00199491
0.0140414 0.282101 0.00807322
0.0254063 0.201875 0.0598467
0.0196413 0.132266
0.0303006
-0.00353727 0.033093
0.000101278 -0.00588044 0.0226961
-7.98813e-05 4.03044e-05 -0.00678703 0.0140224
-0.00115163 0.0159136
-0.00348202 0.0183295 0.000375644
-0.00425963 0.028818 0.00101898
-0.0111776 0.019717 0.00192003
-0.00467449 0.0104418 -0.00116195
-0.00970979 0.0199967 -0.0113913
-0.00340745 0.0172753
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144544 0.206831 0.250131 0.459032 1.29713 2.30782 3.22699 6.50083 24.2516 22.62 46.6084</Total>
<Absorption>0.0047473 0.0123066 0.028097 0.17053 0.940324 2.03154 2.98457 6.26088 23.9337 22.3954 46.3683</Absorption>
<NeutronVelocity>1717174492 828143633.2 423321635.5 83238995.8 16958206.5 6488029.585 3442909.672 1879815.853 1009328.211 522875.817 280125.3841</NeutronVelocity>
<Transport>0.107756 0.169183 0.233976 0.405561 1.23351 2.26307 3.21426 7.07991 19.2106 22.1012 45.3346</Transport>
<Removal>0.028046 0.034558 0.05089 0.179061 0.947709 2.036984 3.024373 6.286813 24.009183 22.417463 46.437238</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116498
0.0215845 0.172273
0.00120818 0.0221475 0.199241
0.000552671 0.000466738 0.0220156 0.279971
0.00545025 0.349421
0.0124807 0.270836
0.012055 0.202617
0.0372482 0.214017 0.00152566
0.0179894 0.242417 0.00791335
0.039702 0.202537 0.0767159
0.019607 0.171162
0.0274973
-0.00351669 0.0338138
-4.75184e-05 -0.0060059 0.0198635
-0.000374689 -0.000226183 -0.00619271 0.010767
-0.00182598 0.0221403
-0.00296811 0.00987555
-0.0040796 0.0193647
-0.00983681 0.0286711 -0.000351145
-0.00172753 0.0369078 -0.00153994
-0.00247654 0.0110571 -0.00524684
-0.00235705 0.0127073
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142635 0.205458 0.249872 0.426614 1.26522 2.29828 3.25331 6.53578 18.9287 22.3948 45.8012</Total>
<Absorption>0.00466961 0.0121117 0.0280027 0.144726 0.905531 2.02044 3.00979 6.2942 18.6229 22.1681 45.5581</Absorption>
<NeutronVelocity>1740771301 836722057.7 424814250 96354894.35 17826646.56 6627783.669 3474357.504 1908163.888 1086309.459 545342.5024 283611.509</NeutronVelocity>
<Transport>0.110843 0.169714 0.233127 0.376905 1.21281 2.25119 3.24356 6.11476 12.1393 21.95 47.2335</Transport>
<Removal>0.028008 0.034296 0.050242 0.148251 0.914335 2.029154 3.035652 6.315237 18.645516 22.185672 45.63618</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114627
0.0213257 0.171162
0.00165489 0.0218276 0.19963
0.00027243 0.000461883 0.022292 0.278363
0.00337399 0.350885
0.00786947 0.269126 0.000254656
0.0124557 0.217658 0.000738715
0.0319602 0.220543 0.00512329
0.018275 0.283184 0.00908471
0.0182584 0.209128 0.0928006
0.0181663 0.16502
0.031286
-0.00298686 0.0343599
-1.53307e-05 -0.00548486 0.0223998
-1.87928e-05 8.32927e-06 -0.00667188 0.0137977
-0.00102437 0.0132773
-0.00240683 0.0142425 -9.63255e-05
-0.00404125 0.0190418 3.22952e-05
-0.009109 0.0186726 -0.000689823
-0.00563411 0.0216609 -0.00159576
-0.00336708 0.0119756 -0.00827461
-0.00295671 0.0206591
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142891 0.205417 0.250163 0.430621 1.26714 2.31218 3.25271 6.58048 20.2169 22.4109 45.7399</Total>
<Absorption>0.00468286 0.0121054 0.0281042 0.148025 0.908289 2.03454 3.00902 6.33861 19.9059 22.1843 45.4968</Absorption>
<NeutronVelocity>1736889093 837002192.9 423210559.9 94457248.65 17715042.91 6576264.945 3472342.79 1902225.604 1069755.55 543085.7044 283885.2536</NeutronVelocity>
<Transport>0.110638 0.170228 0.233804 0.379033 1.21214 2.25936 3.24499 6.14759 12.521 21.9127 50.406</Transport>
<Removal>0.027125 0.034113 0.051231 0.151651 0.915319 2.045515 3.036199 6.374364 19.948295 22.214742 45.570504</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
3 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
3 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.115766
0.0209113 0.171304
0.00164591 0.0217724 0.198932
0.000208402 0.000375382 0.0232476 0.27897
4.06868e-06 0.00359383 0.351821
0.00771692 0.266665 0.000172554
0.0125008 0.216511 0.000237543
0.0312077 0.206116 0.0039752
0.0181232 0.268605 0.0130771
0.0245127 0.196158 0.0923562
0.0138173 0.169396
0.0316782
-0.00272445 0.0340595
9.17918e-06 -0.005564 0.0222553
9.88057e-06 2.70866e-06 -0.00684391 0.0141736
-1.21502e-06 -0.00105598 0.0154968
-0.00237223 0.0170415 -7.97242e-05
-0.00360456 0.0185139 -0.000189561
-0.0111453 0.0169742 0.000554083
-0.00534441 0.00832063 -0.00159813
-0.00143806 0.0137184 -0.0109314
-0.00223948 0.00481594
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144539 0.205627 0.250683 0.447578 1.28275 2.32621 3.25752 6.53842 23.1625 22.4095 45.9025</Total>
<Absorption>0.00469574 0.0121933 0.0282879 0.161546 0.923989 2.04874 3.01401 6.29749 22.8406 22.183 45.6593</Absorption>
<NeutronVelocity>1713937051 833173641.7 420376489.2 87380507.16 17428525.62 6552693.485 3456619.426 1894000.375 1028905.029 541559.2574 283164.9917</NeutronVelocity>
<Transport>0.110683 0.170422 0.234301 0.395116 1.2297 2.27849 3.25049 6.20733 14.7954 21.9104 51.0324</Transport>
<Removal>0.028265 0.036486 0.051318 0.16619 0.936818 2.060817 3.050365 6.319015 22.874257 22.208117 45.76188</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116274
0.0213649 0.169141
0.00206758 0.0232181 0.199365
0.000161616 0.000396202 0.0242271 0.281388
0.00426937 0.345932
0.0102771 0.265393
0.0120401 0.207155 0.00143418
0.0289007 0.219405 0.00273188
0.0186492 0.288243 0.0108011
0.0423553 0.201383 0.0912156
0.013861 0.14062
0.0322098
-0.00252689 0.0342184
-2.30454e-05 -0.00581707 0.0221198
2.92938e-05 3.38117e-05 -0.00668537 0.0123154
-0.00124887 0.0129055
-0.00278535 0.0139205
-0.00319867 0.0174878 0.000821107
-0.010675 0.0151985 -0.000129346
-0.00784108 0.0202979 -0.00131759
0.00255812 0.0146184 -0.00753532
-0.00163785 0.0168717
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144273 0.203911 0.250257 0.455888 1.31089 2.33968 3.23763 6.49954 26.464 22.4231 45.8856</Total>
<Absorption>0.0047355 0.0119497 0.0281391 0.168481 0.953178 2.06307 2.9952 6.26021 26.1299 22.1967 45.6424</Absorption>
<NeutronVelocity>1697691988 843319643.4 422782926.3 84174375.64 16850193.36 6472575.697 3447455.605 1876535.24 990099.0099 539639.1972 283245.9992</NeutronVelocity>
<Transport>0.10272 0.165841 0.225919 0.400866 1.25928 2.28251 3.22187 6.50358 17.4064 21.9289 53.1363</Transport>
<Removal>0.028042 0.033419 0.050568 0.174418 0.949409 2.079876 3.047501 6.287444 26.139828 22.22495 45.756758</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
2 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
2 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116231
0.0232668 0.170492
0.00101007 0.0217932 0.199689
0.000181191 0.0227942 0.28147
0.00564973 0.361481
0.00845461 0.259804
0.00995466 0.190129
0.0374452 0.212096 0.00191686
0.0199056 0.324172 0.0120505
0.0481828 0.19815 0.0689869
0.0155586 0.128842
0.0348004
-0.00291799 0.0343383
-8.12449e-05 -0.00538715 0.0293611
0.000109225 -0.00691472 0.0137705
-0.00204153 0.0122436
-0.00211063 0.018984
-0.00291914 0.0190646
-0.00342899 0.00521524 7.90876e-05
-0.00864457 0.0114616 -0.0023505
-0.00743266 0.0110574 -0.00376673
-0.00266387 0.000832391
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142528 0.205296 0.249926 0.425816 1.26543 2.31879 3.27224 6.57883 19.7865 22.3318 45.3907</Total>
<Absorption>0.00467374 0.0120927 0.0280206 0.144098 0.905775 2.03937 3.02845 6.33701 19.4732 22.1037 45.1445</Absorption>
<NeutronVelocity>1739457150 837612135.3 424532907.7 96721152.92 17834467.61 6625983.13 3468585.025 1896806.158 1078350.813 556012.7216 285387.3134</NeutronVelocity>
<Transport>0.1098 0.169796 0.233497 0.375844 1.20979 2.26678 3.26132 6.14512 12.4077 21.8455 50.5455</Transport>
<Removal>0.028323 0.034476 0.050261 0.148001 0.910925 2.053349 3.056039 6.356289 19.511629 22.12668 45.241752</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114205
0.0215127 0.17082
0.00178205 0.0218702 0.199665
0.000249216 0.000497004 0.0227095 0.277815
0.00330108 0.354505
0.00792335 0.265441 0.000253372
0.0130555 0.216201 0.00109143
0.0330092 0.222541 0.00577234
0.0188085 0.274871 0.0148752
0.0187457 0.20512 0.0913048
0.0163254 0.148948
0.032174
-0.00292705 0.0343424
-4.82143e-05 -0.00558581 0.0221477
8.14111e-06 5.54671e-06 -0.00669083 0.0140669
-0.000995717 0.0150338
-0.00224976 0.0160986 9.10868e-05
-0.00378881 0.020394 0.000124062
-0.00943226 0.0172493 0.000889849
-0.00507598 0.0143442 -0.0026384
-0.00415128 0.0142547 0.00209327
-0.0017866 0.032684
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142687 0.205402 0.250087 0.430384 1.27013 2.33212 3.28183 6.56116 20.8334 22.361 45.4018</Total>
<Absorption>0.00467791 0.0121211 0.0280776 0.147774 0.910641 2.05247 3.03754 6.3194 20.5163 22.1328 45.1555</Absorption>
<NeutronVelocity>1736714137 836316194.4 423642649 94584113.65 17734772.92 6586009.998 3468837.697 1897464.797 1063583.126 554763.4766 285334.3834</NeutronVelocity>
<Transport>0.110046 0.169386 0.233834 0.378622 1.21922 2.28252 3.27321 6.12924 13.2305 21.8644 50.5839</Transport>
<Removal>0.027927 0.03484 0.051602 0.151815 0.921611 2.061598 3.081713 6.341494 20.553494 22.169022 45.238023</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.11476
0.0213342 0.170562
0.00164064 0.0224123 0.198485
0.000265254 0.000382478 0.022903 0.278569
0.00335479 0.348519
0.00794849 0.270522 0.000163593
0.0146944 0.200117 0.000948956
0.0318593 0.219666 0.00433784
0.0223963 0.279906 0.01268
0.0271393 0.191978 0.0960317
0.000391618 0.0149529 0.163777
0.0319015
-0.00270268 0.0348701
4.09486e-07 -0.00596614 0.0217053
-2.71666e-05 -6.58014e-06 -0.0064223 0.0150513
-0.00102269 0.0114528
-0.00257133 0.0174176 -0.000125038
-0.00415049 0.0175175 -0.0002609
-0.00914173 0.013169 -7.43705e-06
-0.0039364 0.01161 -0.00368274
-0.00614504 0.019582 -0.0109584
-0.000367532 -0.00221273 0.0445646
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144094 0.205116 0.25085 0.445458 1.28423 2.34108 3.27488 6.5933 23.3824 22.3474 45.4766</Total>
<Absorption>0.00470675 0.0121454 0.0283487 0.159925 0.924588 2.06171 3.03115 6.35191 23.0535 22.1194 45.2302</Absorption>
<NeutronVelocity>1713605168 835470746 419441974.4 88139118.79 17453834.61 6548488.281 3451751.419 1886888.577 1031245.714 552996.4111 284997.72</NeutronVelocity>
<Transport>0.112712 0.168582 0.234526 0.390946 1.22592 2.28678 3.26149 6.2099 14.2615 21.8567 56.0107</Transport>
<Removal>0.028421 0.034887 0.054081 0.164918 0.928641 2.084095 3.075655 6.376914 23.111081 22.157169 45.332967</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.115673
0.0216285 0.170229
0.00173214 0.022441 0.196769
0.000356322 0.000532362 0.0248638 0.28054
0.00452608 0.355589
0.00873968 0.256985
0.0153406 0.199225 0.000486501
0.0433579 0.216386 0.00394585
0.023825 0.271319 0.016086
0.0297873 0.190231 0.0676302
0.0141456 0.143633
0.0305346
-0.00280175 0.0351827
-4.10751e-05 -0.00524493 0.0224535
1.72344e-05 -0.000104782 -0.00719962 0.0135719
-0.00147819 0.016888
-0.00305384 0.0175517
-0.00432255 0.0268774 0.000296875
-0.0141923 0.012985 -0.00106384
-0.0048674 0.0271532 -0.00335309
-0.00661104 0.0146122 -0.008826
-0.00100137 0.0160102
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.146697 0.204682 0.251183 0.455893 1.30155 2.37784 3.26979 6.62053 25.983 22.3504 45.2411</Total>
<Absorption>0.00472728 0.0121278 0.0284687 0.168329 0.942598 2.09653 3.02718 6.37912 25.6433 22.1224 44.995</Absorption>
<NeutronVelocity>1715371790 835868802 417696985.9 84260195.48 17081432.31 6450905.385 3461093.844 1866117.282 1001013.025 552327.5081 286064.1012</NeutronVelocity>
<Transport>0.102308 0.169192 0.232663 0.395062 1.24421 2.31999 3.25204 7.16204 17.3336 21.8575 48.6037</Transport>
<Removal>0.027244 0.037538 0.053193 0.176064 0.941201 2.109734 3.056641 6.421239 25.678339 22.147755 45.077488</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.119453
0.0203489 0.167144
0.000759413 0.0239059 0.19799
0.000322106 0.000287338 0.0231576 0.279829
0.00374985 0.360349
0.0106738 0.268106
0.0173851 0.213149
0.0281578 0.199291 0.00636201
0.0267781 0.304661 0.012462
0.0434341 0.202645 0.0880289
0.0158358 0.163612
0.0328278
-0.004108 0.0333296
-7.40648e-06 -0.0067125 0.0230812
6.28665e-05 0.000185001 -0.00628016 0.0168572
-0.00105306 0.0149252
-0.00339878 0.0223411
-0.00488218 0.026687
-0.0108626 0.0255519 -0.00143063
-0.0075868 0.0126546 -0.00122148
-0.00371681 0.0174907 -0.00732946
-0.000994438 0.0120067
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14251 0.205252 0.249933 0.425991 1.25702 2.27361 3.24068 6.5175 17.2919 22.5579 46.4794</Total>
<Absorption>0.0046789 0.0120707 0.0280234 0.144237 0.898943 1.99686 2.99712 6.27639 16.995 22.3328 46.2394</Absorption>
<NeutronVelocity>1739469253 838623650.9 424482449.8 96636097.45 17807536.15 6625456.328 3479991.787 1906076.19 1107402.543 530430.8159 280708.846</NeutronVelocity>
<Transport>0.110119 0.169145 0.233833 0.375908 1.20713 2.22584 3.2281 6.09499 11.2887 22.0358 48.0042</Transport>
<Removal>0.028078 0.033948 0.050482 0.147347 0.903143 2.007555 3.030964 6.284909 16.998662 22.35523 46.315978</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114432
0.0214994 0.171304
0.00175838 0.021408 0.199451
0.000233719 0.000457224 0.0224421 0.278644
0.00323234 0.353877
0.00764915 0.266055
0.0136678 0.209716
0.0315953 0.232591 0.00352671
0.0169683 0.293238 0.00541238
0.0175528 0.20267 0.05327
0.0173101 0.163422
0.0319157
-0.00282021 0.0343788
-1.24976e-05 -0.00529877 0.021684
5.40552e-06 -1.6487e-05 -0.00653106 0.0143307
-0.000946453 0.0136013
-0.00214267 0.0161699
-0.00386458 0.0210854
-0.00812352 0.0171757 0.000801041
-0.00637545 0.0110532 -0.00010222
-0.00408301 0.0126436 0.00406479
-0.00236093 0.0274483
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142606 0.205567 0.249896 0.430773 1.26345 2.28601 3.2299 6.51677 18.2405 22.5619 46.4768</Total>
<Absorption>0.00467307 0.0121328 0.0280104 0.148082 0.905326 2.00921 2.9871 6.27565 17.941 22.3369 46.2368</Absorption>
<NeutronVelocity>1736472876 835952651.6 424704193.5 94417115.93 17691099.25 6614325.306 3472656.304 1906715.835 1092148.978 528854.2901 280705.6941</NeutronVelocity>
<Transport>0.110462 0.170389 0.232135 0.379805 1.21195 2.23287 3.21686 6.11309 11.6423 22.1166 48.0623</Transport>
<Removal>0.027729 0.034887 0.049651 0.151856 0.913575 2.026847 3.021619 6.304391 17.948304 22.353896 46.293342</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114877
0.0211567 0.17068
0.0016522 0.0223896 0.200245
0.000305977 0.000427817 0.0220856 0.278917
0.00346584 0.349875
0.00785556 0.259163 0.000167799
0.015601 0.208281 0.000994886
0.0297964 0.212379 0.00538686
0.017247 0.292196 0.00675552
0.0179551 0.208004 0.0653721
0.0172578 0.183458
0.0313324
-0.00256924 0.034028
2.85364e-05 -0.0057431 0.0228925
4.01316e-06 6.38961e-07 -0.00611156 0.0138353
-0.00106763 0.0143278
-0.00231246 0.0176881 0.000138648
-0.00488973 0.0223173 0.000562516
-0.00935324 0.0175885 0.00105765
-0.00710906 0.0120872 0.000156374
-0.00482321 0.00679048 0.00233913
-0.00264261 -0.0059819
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.143333 0.205196 0.250611 0.446904 1.27397 2.27875 3.23962 6.53117 20.8422 22.6066 46.6724</Total>
<Absorption>0.00474144 0.0121614 0.0282634 0.161039 0.915705 2.00368 2.99662 6.29024 20.5342 22.3818 46.4323</Absorption>
<NeutronVelocity>1724179549 834397189.8 420753232.4 87610937.35 17491446.68 6569784.248 3455245.927 1891324.495 1055325.436 524912.3396 279860.4056</NeutronVelocity>
<Transport>0.108844 0.171046 0.232699 0.394562 1.22269 2.21783 3.22679 6.18336 13.4294 22.1784 47.8223</Transport>
<Removal>0.027913 0.034744 0.052356 0.16485 0.925922 2.02286 3.033198 6.306291 20.586795 22.418201 46.494281</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.11542
0.0216741 0.170452
0.00164891 0.0229079 0.198255
0.000183241 0.000396773 0.0236566 0.282054
0.00413756 0.348048
0.00952238 0.25589 0.00033603
0.0149595 0.206422
0.0294575 0.224879 0.0037462
0.0201066 0.255405 0.00609032
0.0288432 0.188399 0.0870972
0.0192401 0.178119
0.0329943
-0.00234763 0.0336537
0.000199549 -0.00549185 0.023386
5.53084e-05 -5.1543e-05 -0.0061916 0.0123418
-0.00141393 0.0133462
-0.0023162 0.0255562 9.02827e-05
-0.00480924 0.0183668
-0.00716602 0.0143332 0.00124274
-0.00817667 0.0230281 -0.000589465
-0.00697663 0.0179611 -0.0131289
-0.00206172 0.0171483
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.145706 0.205746 0.250115 0.457388 1.29085 2.32156 3.23223 6.50868 24.7159 22.6314 46.705</Total>
<Absorption>0.00477591 0.0120736 0.0280931 0.169236 0.934778 2.0479 2.9897 6.26863 24.3968 22.4068 46.4648</Absorption>
<NeutronVelocity>1733051193 838792474.4 423352101.9 83794201.44 16983753.34 6447245.414 3441440.449 1890620.067 1002003.004 522479.6886 279712.4556</NeutronVelocity>
<Transport>0.105955 0.168042 0.234241 0.402165 1.23944 2.26566 3.19485 7.11388 18.8454 22.0929 46.4011</Transport>
<Removal>0.028619 0.036635 0.055291 0.178177 0.946048 2.064124 3.026525 6.278965 24.461702 22.432488 46.538479</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
2 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
2 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.117087
0.0209475 0.169111
0.00156848 0.024155 0.194824
0.000637301 0.0260559 0.279211
0.00494824 0.344802
0.010359 0.257436
0.0174455 0.205705
0.0270463 0.229715 0.0046764
0.0231256 0.254198 0.00487397
0.0280543 0.198912 0.0728994
0.0174891 0.166521
0.0309112
-0.00323162 0.0360779
-0.000356602 -0.006353 0.0229537
0.000116959 -0.00911916 0.0149954
-0.0015891 0.0152929
-0.00279401 0.0173682
-0.00355103 0.0355523
-0.00281347 0.0186614 -0.00121909
-0.00594882 0.0102706 -0.00111496
-0.00916265 0.0281425 0.00225304
-0.0024492 0.0129169
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14258 0.205497 0.24989 0.42626 1.26161 2.31049 3.25181 6.55648 19.085 22.4017 45.8053</Total>
<Absorption>0.00467361 0.012097 0.0280084 0.144503 0.902302 2.0317 3.00799 6.31457 18.7783 22.175 45.5622</Absorption>
<NeutronVelocity>1736870992 837520938 424718623.9 96493428.8 17852775.3 6623306.089 3475637.519 1903489.286 1085515.853 545327.6328 283588.1846</NeutronVelocity>
<Transport>0.109993 0.168975 0.232816 0.376863 1.20963 2.26319 3.24091 6.10764 12.0872 22.0292 51.3938</Transport>
<Removal>0.028114 0.03405 0.050405 0.147046 0.909393 2.04569 3.037865 6.332698 18.805686 22.218707 45.653101</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114466
0.0214915 0.171447
0.00178237 0.0216958 0.199485
0.000266392 0.000449246 0.022002 0.279214
0.00328047 0.352217
0.00732326 0.2648 0.000253974
0.014279 0.213945 0.000561448
0.0319785 0.223782 0.00557097
0.0200003 0.279314 0.0124963
0.0206021 0.182993 0.0892092
0.0152832 0.152199
0.0319179
-0.00288424 0.0350637
-1.48946e-05 -0.0053494 0.0225374
4.8868e-06 -4.01012e-06 -0.00636229 0.0134774
-0.000977506 0.0140601
-0.00223395 0.0135419 -0.000125721
-0.00482905 0.0209186 4.25516e-05
-0.00954772 0.0149579 -0.00106972
-0.00575914 0.0179772 -0.00147929
-0.00632523 0.0145414 -0.000794752
-0.00106187 0.00984066
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.143098 0.205267 0.250091 0.431056 1.27043 2.30517 3.25507 6.5283 20.1127 22.4047 45.8833</Total>
<Absorption>0.00468815 0.0120939 0.0280795 0.148269 0.911299 2.02804 3.01133 6.28697 19.8018 22.1781 45.6401</Absorption>
<NeutronVelocity>1736466846 837534967.1 423622907.8 94299589.8 17676682.86 6594305.158 3473488.598 1902605.618 1069817.35 543898.0082 283265.2553</NeutronVelocity>
<Transport>0.11146 0.169994 0.233132 0.379938 1.2147 2.25339 3.24542 6.10914 13.2345 21.9093 49.1325</Transport>
<Removal>0.027868 0.03492 0.050764 0.151889 0.921524 2.040579 3.051836 6.313245 19.822659 22.212379 45.719318</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.11523
0.0211553 0.170347
0.00177565 0.0218927 0.199327
0.00031022 0.000498623 0.0223214 0.279167
0.00354616 0.348906
0.00816427 0.264591 0.000174684
0.015244 0.203234 0.000474506
0.0294649 0.215055 0.00386604
0.0185804 0.290041 0.0120072
0.0257631 0.192321 0.0812187
0.0171797 0.163982
0.0314485
-0.00315965 0.0337708
-3.04855e-05 -0.00558578 0.0225905
-8.19583e-06 3.84172e-05 -0.00658149 0.014206
-0.0011151 0.0160784
-0.00238513 0.0173294 -8.97568e-06
-0.00427368 0.0183908 0.000140613
-0.0088293 0.021535 0.000221275
-0.00621904 0.021646 -0.00268391
-0.00468212 0.0121406 -0.0109127
-0.00196482 0.0384091
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144754 0.204981 0.250711 0.447825 1.28268 2.32811 3.26056 6.58026 22.9827 22.4038 45.8222</Total>
<Absorption>0.00470758 0.0121455 0.0283 0.161952 0.923928 2.05171 3.01704 6.33892 22.6614 22.1774 45.579</Absorption>
<NeutronVelocity>1715148189 835463765.9 420180425.5 87215133.57 17404471.21 6512621.46 3460506.964 1890684.409 1032849.787 541556.3246 283527.0768</NeutronVelocity>
<Transport>0.111088 0.168747 0.234056 0.392626 1.22808 2.27952 3.25614 6.21039 14.4305 21.8995 47.5023</Transport>
<Removal>0.027459 0.035501 0.053129 0.165879 0.9377 2.071801 3.059906 6.353334 22.727163 22.202125 45.669323</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.117295
0.0211701 0.16948
0.00161809 0.023208 0.197582
0.000337913 0.000271698 0.0248699 0.281946
0.00435981 0.34498
0.00817061 0.256309 0.00109353
0.0146946 0.200654 0.000965453
0.0347402 0.226926 0.0040639
0.02239 0.255537 0.0147658
0.0282033 0.201675 0.111912
0.0108301 0.152877
0.030943
-0.0027584 0.0348388
6.03624e-05 -0.0060173 0.0222081
0.000117639 2.81085e-05 -0.00702979 0.0143391
-0.00151229 0.0155772
-0.00284621 0.0121146 -7.31113e-05
-0.00372577 0.0145984 0.000392844
-0.00964353 0.020031 0.000247216
-0.0096391 0.0266488 -0.00332737
0.00199204 0.0170004 -0.027727
-0.000628686 0.0355686
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144739 0.204081 0.250677 0.461185 1.2798 2.31941 3.24603 6.60694 26.4292 22.4147 45.9433</Total>
<Absorption>0.00470172 0.0118856 0.0282859 0.172287 0.923767 2.04456 3.00196 6.3657 26.0956 22.1884 45.7001</Absorption>
<NeutronVelocity>1711147958 845437175.6 420441884.4 82540940.31 17250748.25 6460908.274 3451274.901 1882565.56 990197.0492 539653.7581 282985.497</NeutronVelocity>
<Transport>0.102033 0.163566 0.228231 0.401709 1.2275 2.28045 3.22944 7.04364 17.6642 21.9192 50.6993</Transport>
<Removal>0.026978 0.035274 0.047912 0.180392 0.940251 2.052251 3.056997 6.384517 26.111996 22.207142 45.822407</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 11
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 11
9 11
10 11
</Profile>
<Value>
0.117761
0.0194738 0.168807
0.00219112 0.0223707 0.202765
0.000197406 0.00036815 0.0229281 0.280793
0.00423289 0.339549
0.00995687 0.267159
0.0163812 0.189033
0.0298919 0.222423 0.00384726
0.0289238 0.317204 0.0106077 0.00154731
0.0418591 0.207558 0.064166
0.0179295 0.120893
0.0338924
-0.00200064 0.0338105
0.000437179 -0.00539955 0.0271062
0.000120515 5.46198e-05 -0.00685704 0.0157994
-0.00116964 0.014366
-0.00316564 0.00962296
-0.00609244 0.0278273
-0.0131878 -0.00799549 0.00134535
-0.00870814 0.0270118 -0.00273074 -0.00134004
-0.00578272 0.0123293 -0.00650049
-0.00377613 0.00500469
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14242 0.205291 0.249904 0.426057 1.26369 2.32745 3.27934 6.57389 19.6195 22.3471 45.3513</Total>
<Absorption>0.00467982 0.0120944 0.0280127 0.144208 0.904368 2.04709 3.03499 6.33219 19.3077 22.119 45.1051</Absorption>
<NeutronVelocity>1739650817 837598103.7 424653694.9 96651975.57 17840958.56 6622384.986 3475939.546 1896158.762 1079497.429 555960.171 285555.1907</NeutronVelocity>
<Transport>0.109956 0.169749 0.233098 0.375481 1.2092 2.27988 3.26548 6.13382 12.2389 21.8591 63.9999</Transport>
<Removal>0.02786 0.034558 0.05038 0.147295 0.913171 2.058823 3.064768 6.350982 19.359771 22.148701 45.225374</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.11456
0.0212726 0.170733
0.00169203 0.0219644 0.199524
0.000241523 0.000429883 0.0222552 0.278762
0.00318729 0.350519
0.00797767 0.268627
0.0155218 0.214572 0.000187298
0.0322844 0.222908 0.00825265
0.0191148 0.259729 0.0168046
0.0207692 0.198399 0.106889
0.0155957 0.125926
0.0321466
-0.00314017 0.0342646
-5.01826e-05 -0.00532916 0.0222478
-7.34002e-06 2.65829e-06 -0.00648043 0.0146637
-0.000989108 0.0145455
-0.00245582 0.0141929
-0.00513041 0.0241264 4.66563e-05
-0.00955986 0.0170957 0.000766825
-0.00366093 0.0119067 -0.00169024
-0.00421015 0.013359 -0.00712157
-0.00204386 0.0113714
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14273 0.20546 0.250085 0.431071 1.26816 2.33691 3.27533 6.55652 20.6764 22.3376 45.3619</Total>
<Absorption>0.0046763 0.0121128 0.0280777 0.148229 0.908812 2.05628 3.03156 6.315 20.3597 22.1095 45.1156</Absorption>
<NeutronVelocity>1733180351 836659053.1 423648033.2 94315598.86 17749882.85 6594870.51 3463083.53 1898149.115 1066095.808 555117.6294 285519.3168</NeutronVelocity>
<Transport>0.110793 0.170237 0.233633 0.381059 1.21172 2.28352 3.26161 6.12385 12.8834 21.851 51.5238</Transport>
<Removal>0.028034 0.034748 0.050473 0.151461 0.917152 2.068726 3.055849 6.334021 20.388253 22.136788 45.205294</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114696
0.0215046 0.170712
0.00153272 0.0221391 0.199612
0.00021777 0.000425687 0.0226339 0.27961
0.00357733 0.351008
0.0081932 0.268184 0.000695913
0.015972 0.219481 0.000723828
0.0324839 0.222499 0.00474483
0.0192399 0.288147 0.0155883
0.0228335 0.200812 0.109992
0.0147618 0.156606
0.0320933
-0.00312761 0.0343913
2.09466e-06 -0.00574367 0.022115
-1.05345e-05 -1.10759e-05 -0.00665326 0.0132177
-0.00111767 0.0161711
-0.00244988 0.0206328 -5.28743e-05
-0.0053176 0.0237729 -0.000104147
-0.00943024 0.0115883 0.000288449
-0.00478826 0.014578 -0.0023144
-0.00412 0.0136012 -0.0187585
-0.00227345 0.0422109
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144102 0.205331 0.250735 0.447387 1.27903 2.3371 3.29092 6.52285 23.3546 22.335 45.2918</Total>
<Absorption>0.00472687 0.0121636 0.0283103 0.161435 0.919858 2.05809 3.04652 6.28219 23.026 22.107 45.0457</Absorption>
<NeutronVelocity>1725539188 834264929.2 420065698.3 87433222.88 17524490.48 6542789.846 3463143.495 1880020.831 1031620.19 553271.7726 285827.8002</NeutronVelocity>
<Transport>0.107609 0.17005 0.234574 0.393893 1.22166 2.28134 3.28571 6.32101 14.9728 21.8481 57.045</Transport>
<Removal>0.026925 0.035388 0.053423 0.164425 0.932905 2.07463 3.096543 6.308989 23.061521 22.141298 45.184424</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.117177
0.020051 0.169943
0.00181031 0.02221 0.197312
0.000207139 0.000386696 0.0256748 0.282962
0.0040963 0.346125
0.0079557 0.26247
0.0143031 0.194377
0.0321896 0.213861 0.00589134
0.0209456 0.293079 0.0142735
0.0339213 0.193702 0.0735774
0.0151561 0.107376
0.03362
-0.00279869 0.033692
-1.46066e-05 -0.00560921 0.0222319
1.10467e-05 -6.99928e-05 -0.00735038 0.0130321
-0.00114891 0.0148836
-0.00251399 0.0161156
-0.00311 0.0151214
-0.00955916 0.0143533 0.000818076
-0.00355722 0.0124066 -0.00348002
-0.0032155 0.0164309 0.00356611
-0.00284948 0.0257613
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14706 0.204872 0.25051 0.454501 1.29397 2.36804 3.30275 6.60471 26.0576 22.3358 45.4122</Total>
<Absorption>0.00472284 0.0120414 0.0282335 0.167283 0.936085 2.09046 3.05825 6.3641 25.7172 22.1079 45.1659</Absorption>
<NeutronVelocity>1700521210 839694015.5 421283228.7 84731401.46 17160223.29 6442883.835 3450881.873 1867818.239 1001130.276 552031.7529 285289.6117</NeutronVelocity>
<Transport>0.111124 0.166856 0.234688 0.39533 1.2433 2.31551 3.285 6.53138 16.9091 21.8557 63.0192</Transport>
<Removal>0.02799 0.036103 0.050006 0.173581 0.947124 2.098575 3.074081 6.385906 25.761587 22.136281 45.246192</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.11907
0.0204512 0.168769
0.00239341 0.02156 0.200504
0.000373369 0.000174993 0.0238398 0.28092
0.0049783 0.346846
0.00927958 0.269465 0.000891906
0.0179323 0.228669 0.00226763
0.0311153 0.218804 0.00193297
0.0181312 0.296013 0.0143839
0.0318296 0.199519 0.0734194
0.0181615 0.166008
0.0312907
-0.00424052 0.0345845
-0.000186358 -0.00534304 0.0194198
3.86629e-05 -7.7208e-05 -0.00583992 0.0146357
-0.00194514 0.0119627
-0.00375596 0.0124307 0.000704568
-0.0043171 0.0283065 0.000998881
-0.00889427 0.0030882 -0.00113761
-0.00914448 0.0166996 -0.00169652
-0.00503655 0.0118596 -0.00741808
-0.00414312 0.01322
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142501 0.205338 0.250007 0.425786 1.25806 2.27164 3.23358 6.52696 17.4273 22.5595 46.5558</Total>
<Absorption>0.00467307 0.0120963 0.0280485 0.144123 0.899982 1.99579 2.99057 6.28554 17.1297 22.3344 46.3158</Absorption>
<NeutronVelocity>1735433208 837556011.6 424099001.7 96715540.25 17800720.93 6624051.933 3477897.958 1908630.062 1106231.401 530841.9153 280349.9889</NeutronVelocity>
<Transport>0.110333 0.168785 0.233167 0.375399 1.20796 2.21731 3.22295 6.10068 11.218 22.0369 49.1987</Transport>
<Removal>0.028076 0.034527 0.050108 0.147276 0.907472 2.000935 3.015986 6.311272 17.131826 22.353343 46.403867</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114425
0.0214158 0.170811
0.00170758 0.0217747 0.199899
0.00020656 0.00046666 0.0224351 0.27851
0.00323577 0.350588
0.0083075 0.270705
0.0134957 0.217594 0.000575019
0.0301624 0.215688 0.0040794
0.0162015 0.295474 0.00520501
0.0182218 0.206157 0.0744297
0.0168045 0.151933
0.0318456
-0.00288578 0.0350634
1.97781e-05 -0.00547488 0.0223397
-3.06317e-05 -5.00201e-06 -0.00637287 0.0143939
-0.000957739 0.013399
-0.0025376 0.0194912
-0.00373623 0.0210033 5.54111e-05
-0.010243 0.0221696 0.00101766
-0.00491116 0.0196013 -0.00102405
-0.00288395 0.0180644 -0.0074442
-0.00248057 0.0213069
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14244 0.20551 0.250007 0.430642 1.25995 2.28829 3.22553 6.48635 18.3123 22.5792 46.4395</Total>
<Absorption>0.00468496 0.0121253 0.0280488 0.14805 0.901954 2.01152 2.98247 6.24572 18.0119 22.3543 46.1995</Absorption>
<NeutronVelocity>1741347246 836253250.9 424077419.6 94435840.29 17736031.1 6585012.512 3474260.938 1904058.31 1091623.211 528016.5586 280864.1629</NeutronVelocity>
<Transport>0.110312 0.170081 0.233698 0.379396 1.20823 2.2422 3.21801 6.06003 11.8367 22.0542 46.9488</Transport>
<Removal>0.028055 0.034552 0.050079 0.151 0.910451 2.025042 3.015847 6.264495 18.030892 22.380001 46.265959</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114385
0.0214874 0.170958
0.00170002 0.0222354 0.199928
0.000206788 0.000426336 0.0223673 0.279642
0.0033662 0.349499
0.00812062 0.263248 0.000171343
0.0138395 0.209683 0.000241596
0.0365926 0.221855 0.00296726
0.0260368 0.281408 0.00680283
0.0153411 0.199199 0.0688023
0.0183241 0.173541
0.0318253
-0.00315902 0.0346661
-1.54707e-05 -0.00562143 0.0216797
2.61526e-05 1.72876e-05 -0.00616377 0.0138904
-0.00101542 0.0159303
-0.00241159 0.0144086 7.07443e-05
-0.0039995 0.0194733 -1.51396e-05
-0.0121917 0.0178231 0.000728417
-0.0101279 0.0141629 -0.000984975
-0.00338525 0.0187767 -0.00714341
-0.00255099 0.0193464
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.143828 0.206185 0.250585 0.448249 1.2778 2.28105 3.261 6.51908 20.8366 22.6056 46.6589</Total>
<Absorption>0.00471574 0.0122769 0.0282534 0.162065 0.919702 2.00776 3.01752 6.2783 20.5285 22.3808 46.4188</Absorption>
<NeutronVelocity>1716773564 829558840.6 420919709.6 87129264.98 17424395.55 6541463.064 3463107.516 1893742.129 1054004.003 525014.3066 279912.8911</NeutronVelocity>
<Transport>0.109585 0.172527 0.23284 0.394208 1.22455 2.22578 3.24511 6.15425 13.9188 22.1023 46.2653</Transport>
<Removal>0.027641 0.036534 0.050307 0.166742 0.921883 2.020256 3.048364 6.292897 20.556869 22.402219 46.501894</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116187
0.0216037 0.169651
0.0016755 0.0233822 0.200278
0.000201785 0.000441475 0.0231758 0.281507
0.00472002 0.355917
0.00868703 0.260794
0.0142832 0.212636
0.0342564 0.226183 0.00378371
0.0176967 0.279731 0.00487953
0.0223846 0.203381 0.0779938
0.0184981 0.157006
0.0323051
-0.00303263 0.0326161
5.27136e-05 -0.00593619 0.023063
1.38454e-05 0.00014534 -0.00645003 0.0148584
-0.00123964 0.0130941
-0.0021465 0.0177857
-0.00445409 0.0223559
-0.00825629 0.0249558 -0.00017709
-0.00569462 0.0165434 -0.000540233
-0.0062219 0.0224483 -0.00497994
-0.00388995 0.0162389
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.145148 0.207089 0.251013 0.460296 1.28991 2.29161 3.22214 6.50578 24.5591 22.624 46.6619</Total>
<Absorption>0.00473708 0.0122457 0.0284015 0.172008 0.933386 2.01809 2.97898 6.2653 24.2404 22.3994 46.4218</Absorption>
<NeutronVelocity>1708624796 831898308.8 418646515.8 82633018.5 17065661.84 6535221.577 3460159.721 1895633.976 1004258.054 522526.1002 279903.4893</NeutronVelocity>
<Transport>0.105634 0.169219 0.233478 0.406258 1.23623 2.24655 3.2121 6.50145 19.3461 22.1498 46.3518</Transport>
<Removal>0.02773 0.037518 0.054154 0.178527 0.949011 2.049395 3.00656 6.286529 24.302259 22.430711 46.482147</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.117418
0.0193868 0.169571
0.00227735 0.0246364 0.196859
0.000375948 0.000632227 0.025753 0.281769
0.0050866 0.340899
0.0128477 0.242215
0.0148618 0.21558
0.036963 0.219251 0.00300762
0.0275546 0.256841 0.00642401
0.0338182 0.193289 0.0779411
0.0177982 0.179753
0.0299029
-0.00177434 0.0349453
-0.000478276 -0.00620704 0.0231546
-0.000203341 0.000183454 -0.008988 0.0129827
-0.00115376 0.0163546
-0.00436377 0.0065458
-0.00534468 0.0260715
-0.0160122 0.0131556 -0.000503054
-0.0090946 0.012745 -0.00128986
0.000756162 0.012684 -0.0158242
-0.00336693 0.00670311
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142473 0.205641 0.249855 0.425343 1.26157 2.30091 3.25748 6.55957 18.9994 22.3907 45.8877</Total>
<Absorption>0.00467624 0.0120891 0.0279964 0.143737 0.902521 2.023 3.0137 6.31773 18.6932 22.164 45.6445</Absorption>
<NeutronVelocity>1739635685 837885846.4 424926169.1 96940556.05 17838858.03 6622735.852 3474876.642 1904511.598 1086494.761 545057.1492 283237.9765</NeutronVelocity>
<Transport>0.110079 0.170187 0.232565 0.37565 1.20835 2.24847 3.24494 6.12084 11.9585 21.8954 52.4447</Transport>
<Removal>0.027981 0.034122 0.050221 0.147488 0.909194 2.037268 3.047415 6.333624 18.716972 22.188085 45.726005</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.114492
0.0215006 0.171519
0.00158674 0.0217249 0.199634
0.000312816 0.000459151 0.0221697 0.277855
0.00317857 0.352376
0.00775662 0.263642
0.0134395 0.210065 0.000764989
0.032239 0.225946 0.00737671
0.0169987 0.282428 0.0111134
0.0185424 0.202615 0.066484
0.000430675 0.016044 0.161695
0.0319271
-0.00286676 0.0342903
4.19074e-05 -0.00555778 0.0227639
-6.89512e-06 2.41037e-05 -0.00637939 0.0139697
-0.000923918 0.0155483
-0.00216104 0.0181834
-0.00346133 0.022592 0.000139751
-0.0103321 0.0148172 0.00153692
-0.00702827 0.00878101 -0.00204285
-0.00283442 0.0116575 -0.00368196
-0.000298391 -0.00141372 0.0299661
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14257 0.205189 0.250132 0.431097 1.26514 2.30448 3.25246 6.57829 20.0345 22.4084 45.7966</Total>
<Absorption>0.00468418 0.0120849 0.0280941 0.148318 0.906447 2.02631 3.00866 6.33648 19.7245 22.1818 45.5535</Absorption>
<NeutronVelocity>1739181854 837843725.4 423371817.8 94288031.08 17735559.26 6606590.735 3472620.127 1896957.281 1070560.653 543747.1793 283628.4014</NeutronVelocity>
<Transport>0.110729 0.17017 0.232683 0.380114 1.21221 2.25488 3.24445 6.1872 12.5149 21.9977 48.6185</Transport>
<Removal>0.028491 0.03461 0.050171 0.151403 0.914133 2.036992 3.040303 6.37014 19.761962 22.214279 45.626156</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
3 5
5 7
6 8
7 9
8 11
9 11
10 11
1 1
1 2
1 3
1 4
3 5
5 7
6 8
7 9
8 11
9 11
10 11
</Profile>
<Value>
0.114079
0.0218183 0.170579
0.00164956 0.022131 0.199961
0.000220398 0.000445727 0.0226991 0.279694
3.94387e-06 0.00343593 0.351007
0.00827098 0.267488 0.000501728
0.0144475 0.212157 0.000494025
0.0336869 0.20815 0.00489683
0.0190359 0.272538 0.0120957 0.00169366
0.0283435 0.194121 0.0752407
0.0156295 0.170444
0.0309632
-0.00247502 0.0338606
-1.24779e-05 -0.00579389 0.0229326
-1.029e-05 1.56033e-06 -0.00628302 0.0139736
-1.41184e-06 -0.00111393 0.014627
-0.00234204 0.0166574 6.64069e-05
-0.00396655 0.0187842 2.37147e-05
-0.0100832 0.012318 -0.00131331
-0.0053464 0.0149092 -0.00243533 -0.000659807
-0.00502678 0.015729 -0.00580747
-0.0020834 0.0112442
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.143934 0.205621 0.250704 0.44614 1.2807 2.3196 3.27716 6.53267 23.2133 22.4248 45.9822</Total>
<Absorption>0.00471893 0.0121819 0.0282958 0.160517 0.921828 2.0425 3.03333 6.29157 22.8911 22.1984 45.7389</Absorption>
<NeutronVelocity>1722332451 833236122.5 420279317.6 87882729.29 17463344.44 6541591.438 3455735.484 1891238.648 1028789.65 541271.9892 282809.4289</NeutronVelocity>
<Transport>0.11065 0.168697 0.232269 0.392501 1.22701 2.27699 3.26459 6.25229 16.0494 21.9201 52.3474</Transport>
<Removal>0.027751 0.035179 0.05274 0.164895 0.933155 2.061155 3.063236 6.328168 22.930934 22.222997 45.840833</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116183
0.0213458 0.170442
0.00155141 0.0226413 0.197964
0.000122194 0.000557794 0.0236025 0.281245
0.00458271 0.347545
0.00868584 0.258445 0.00108973
0.0152373 0.213924 0.00046783
0.0352114 0.204502 0.0013556
0.0181886 0.282366 0.0114971
0.0366848 0.201803 0.0764018
0.0153748 0.141367
0.0316305
-0.00351468 0.0357353
0.000143412 -0.00595818 0.0236727
2.57857e-05 -0.00010767 -0.00649856 0.0137306
-0.00132714 0.013945
-0.00268101 0.0100866 5.65998e-05
-0.0052061 0.0220664 -7.72622e-05
-0.00906462 0.0199641 0.000710953
-0.00653401 0.0310124 -0.00103694
-0.00677965 0.0201629 -0.00356766
-0.000854748 0.00561164
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.145535 0.205526 0.250296 0.457042 1.29426 2.35494 3.28305 6.47035 26.6143 22.4073 45.8856</Total>
<Absorption>0.00473863 0.0122676 0.0281511 0.16953 0.936641 2.07595 3.03903 6.23079 26.2807 22.181 45.6424</Absorption>
<NeutronVelocity>1692703264 830571682.5 422514978.2 83747885.37 17093520.36 6465670.522 3444178.477 1878844.586 987332.5237 539915.9891 283241.9878</NeutronVelocity>
<Transport>0.099103 0.164686 0.23103 0.399733 1.23295 2.29903 3.27543 6.51835 18.5913 21.9131 44.9909</Transport>
<Removal>0.029167 0.037202 0.055701 0.17658 0.951515 2.091812 3.044409 6.216557 26.3142 22.209784 45.679663</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116368
0.0212442 0.168324
0.000976099 0.0231811 0.194595
0.000415671 0.000363 0.0241663 0.280462
0.00509228 0.342745
0.00899323 0.263128
0.0174273 0.238641
0.0306212 0.253793 0.00389238
0.0210359 0.3001 0.010374
0.0386465 0.197516 0.0965733
0.0141977 0.205937
0.0325415
-0.00327466 0.0399564
0.000103858 -0.00601101 0.0239572
0.000135225 4.62228e-05 -0.00760447 0.0126987
-0.00161433 0.0177161
-0.0023556 0.0174986
-0.00421686 0.0201384
-0.0131128 0.0178475 0.00114063
-0.00620757 0.0211241 -0.00181174
-0.000484816 0.0121973 -0.0176869
-0.00262819 0.0421927
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142719 0.205326 0.249859 0.425955 1.26471 2.31823 3.27653 6.57615 19.7445 22.3749 45.4627</Total>
<Absorption>0.00467499 0.0120965 0.0279975 0.144165 0.904755 2.03843 3.03242 6.33443 19.4317 22.1467 45.2163</Absorption>
<NeutronVelocity>1739148582 837520938 424911724.6 96680008.51 17878053.8 6627036.985 3472366.904 1897198.407 1079212.003 555848.9203 285062.7138</NeutronVelocity>
<Transport>0.11011 0.169207 0.233605 0.376331 1.20888 2.26417 3.26682 6.15022 12.196 21.9417 70.5772</Transport>
<Removal>0.027776 0.034275 0.050217 0.147967 0.912188 2.05289 3.065321 6.352393 19.454361 22.185757 45.311367</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114943
0.02115 0.171051
0.00161524 0.0217537 0.199642
0.000257533 0.00044629 0.0221173 0.277988
0.00333481 0.352522
0.00791643 0.26534 0.00063353
0.0142731 0.211209 0.000373425
0.0334975 0.223757 0.00647326
0.0179058 0.290139 0.0151886
0.0208377 0.189143 0.0698842
0.0139254 0.151333
0.0317093
-0.002674 0.0348417
3.16409e-05 -0.00564458 0.0216435
6.61076e-06 1.15904e-05 -0.00636992 0.0137552
-0.00100898 0.0152352
-0.00246624 0.018724 -0.000319903
-0.00402477 0.0215299 7.33009e-05
-0.0117808 0.014523 0.000219524
-0.0054369 0.0193225 -0.00317175
-0.00185838 0.0149899 -0.007838
-0.00411649 0.0102361
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142706 0.205144 0.250059 0.431444 1.27103 2.32346 3.28106 6.56241 20.8372 22.3363 45.4501</Total>
<Absorption>0.00468819 0.0120923 0.0280671 0.148593 0.911149 2.0448 3.03706 6.32071 20.5198 22.1082 45.2037</Absorption>
<NeutronVelocity>1733435722 837584072.5 423800644.2 94119418.72 17737320.92 6604321.868 3464691.331 1897911.349 1063760.756 555037.5205 285131.8022</NeutronVelocity>
<Transport>0.111086 0.169673 0.233195 0.379767 1.21633 2.26801 3.26669 6.14232 12.9263 21.8476 54.0314</Transport>
<Removal>0.02848 0.034717 0.049937 0.151414 0.918757 2.054516 3.071354 6.349555 20.53783 22.137541 45.333046</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
9 11
</Profile>
<Value>
0.114226
0.0215502 0.170427
0.00181847 0.0222868 0.200122
0.00024371 0.000353206 0.0223058 0.28003
0.00334075 0.352273
0.00803333 0.268944 0.000333142
0.0135526 0.209706 0.000473531
0.033609 0.212855 0.00315159
0.023451 0.29937 0.0153755
0.0320984 0.198759 0.0928639
0.000388523 0.0136195 0.117054
0.0313552
-0.00308382 0.0342255
4.96214e-05 -0.00569796 0.0221533
2.7752e-05 3.10964e-06 -0.00616388 0.0145962
-0.00103414 0.0137735
-0.00220471 0.0193263 0.00022241
-0.00432069 0.0255814 -4.33398e-05
-0.0118666 0.0201807 -0.000757708
-0.00596447 0.0280876 -0.00292024
-0.00775816 0.0175586 -0.00714277
-0.000383939 -0.00229436 0.0221876
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.143554 0.206335 0.250649 0.447855 1.28764 2.3506 3.26032 6.5621 23.4528 22.3527 45.4195</Total>
<Absorption>0.00472346 0.0122717 0.0282757 0.161786 0.927623 2.07249 3.01689 6.32073 23.1239 22.1247 45.1732</Absorption>
<NeutronVelocity>1728554686 830095959.1 420579811.3 87259273.48 17419508.8 6531038.762 3456810.608 1885618.389 1030822.627 553066.7552 285261.9418</NeutronVelocity>
<Transport>0.110789 0.167348 0.234167 0.391085 1.23217 2.30353 3.25607 6.2196 14.5572 21.9158 49.8483</Transport>
<Removal>0.026572 0.034702 0.052848 0.166675 0.938232 2.086301 3.050544 6.343603 23.152107 22.149219 45.257356</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116982
0.0200186 0.171633
0.00144257 0.0219355 0.197801
0.000317177 0.000568121 0.0243745 0.28118
0.00451675 0.349408
0.00930093 0.264299 0.000365234
0.0180791 0.209776 0.000465037
0.030628 0.218497 0.00242971
0.0252263 0.300693 0.0143322
0.0323307 0.203481 0.0781368
0.0143443 0.162144
0.0310745
-0.00328139 0.0368977
-7.79813e-05 -0.00507188 0.022287
4.47756e-05 4.86292e-05 -0.00700075 0.0162714
-0.0012748 0.0133652
-0.00297613 0.0127537 -0.000191933
-0.00458774 0.0181447 0.000287524
-0.0130453 0.0136116 0.000351184
-0.0080319 0.019761 -0.00320541
-0.00749549 0.0185614 -2.61715e-05
-0.00221214 0.0133284
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.145549 0.205255 0.2512 0.455274 1.30423 2.33792 3.28221 6.61263 26.0139 22.3693 45.3616</Total>
<Absorption>0.00478816 0.0120877 0.0284732 0.167797 0.944708 2.06078 3.03865 6.37181 25.6743 22.1413 45.1153</Absorption>
<NeutronVelocity>1727246976 837654233.1 417609768.7 84540143.89 17147570.28 6485420.774 3435340.03 1867016.172 1000557.31 552162.8218 285525.8387</NeutronVelocity>
<Transport>0.114308 0.172608 0.239692 0.403091 1.24503 2.28847 3.27139 6.84372 17.0926 21.8755 50.0221</Transport>
<Removal>0.030748 0.036066 0.053879 0.175012 0.947972 2.064208 3.075819 6.403099 25.747522 22.170347 45.223022</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 8
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 8
8 10
9 11
10 11
</Profile>
<Value>
0.114801
0.0209543 0.169189
0.00271185 0.0222324 0.197321
0.000520234 0.00018738 0.0264173 0.280262
0.00515348 0.356258
0.0101555 0.273712
0.0149448 0.206391 0.00104553
0.0278278 0.209531
0.0246854 0.266378 0.0179136
0.0410941 0.198953 0.0923328
0.0173967 0.138578
0.0269864
-0.0028545 0.0325947
-6.92494e-05 -0.00665041 0.0172599
-0.000171497 -0.000157682 -0.00753875 0.00841676
-0.00174116 0.0143978
-0.00214616 0.0134878
-0.00265566 0.0152964 0.000958106
-0.00586497 0.00436613
-0.00718033 0.0106559 -0.00331896
-0.0109929 0.0196097 -0.00653625
-0.001695 0.000256698
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142498 0.205487 0.249863 0.425939 1.25651 2.27065 3.24798 6.50222 17.4213 22.5874 46.7427</Total>
<Absorption>0.00467294 0.0120896 0.0279987 0.144231 0.898526 1.99487 3.00435 6.26119 17.1238 22.3623 46.5025</Absorption>
<NeutronVelocity>1740465296 837857765.3 424866591.9 96648239.07 17794797.51 6621069.568 3472077.552 1907646.994 1105154.329 529899.584 279550.5945</NeutronVelocity>
<Transport>0.109772 0.169517 0.232845 0.375893 1.20648 2.22082 3.24117 6.08515 11.6116 22.0923 46.7587</Transport>
<Removal>0.027771 0.034052 0.049821 0.148079 0.907432 2.011519 3.034912 6.275025 17.161207 22.388039 46.581164</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114727
0.0211541 0.171435
0.00177247 0.0215638 0.200042
0.000259797 0.000485452 0.0222894 0.27786
0.00330402 0.349078
0.00808433 0.259131 0.00024931
0.0142262 0.213068 0.00093948
0.0352089 0.227195 0.00408601
0.0187729 0.260093 0.0078342
0.0182125 0.199361 0.0654784
0.0177116 0.161536
0.0323969
-0.00293843 0.0349037
2.69952e-05 -0.00553219 0.0223746
-2.07584e-05 -2.67729e-05 -0.00622775 0.0137663
-0.00101811 0.0140795
-0.00221797 0.0161823 -7.70216e-05
-0.00384475 0.0165254 5.41972e-05
-0.00952138 0.0148989 0.00117152
-0.00596163 0.0104327 -0.00136519
-0.00481365 0.0164661 -0.00195565
-0.00225452 0.0105739
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142712 0.205472 0.249987 0.430785 1.25973 2.28444 3.23684 6.52591 18.3266 22.5784 46.4709</Total>
<Absorption>0.00467887 0.0121004 0.0280409 0.148104 0.901905 2.0087 2.99353 6.2847 18.0266 22.3535 46.2309</Absorption>
<NeutronVelocity>1736677943 837373661.2 424217742.5 94400181.25 17728956.17 6594000.778 3474128.168 1909778.256 1090745.677 528451.8475 280730.911</NeutronVelocity>
<Transport>0.111704 0.169641 0.232776 0.379351 1.20846 2.23647 3.22167 6.11347 12.0761 22.1309 47.2042</Transport>
<Removal>0.028166 0.03461 0.05034 0.151369 0.910211 2.022741 3.022147 6.29414 18.083226 22.376152 46.303474</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114546
0.0215182 0.170862
0.00170885 0.0221701 0.199647
0.000260548 0.000437724 0.0222206 0.279416
0.00358152 0.349519
0.00894268 0.261699
0.0130918 0.214693 0.000238834
0.0326408 0.23177 0.00368579
0.0183314 0.243374 0.00662987
0.0209899 0.202248 0.0778994
0.0170424 0.167426
0.0308835
-0.00287946 0.034655
-1.22645e-05 -0.00583865 0.0225612
-1.43091e-05 -9.03787e-07 -0.00624622 0.0144756
-0.00115342 0.0147055
-0.00253131 0.0146457
-0.00380708 0.0241915 -6.56439e-05
-0.00911134 0.0136215 0.000201227
-0.00700605 0.0116431 -0.00149227
-0.00241356 0.00846028 -0.00505626
-0.00454795 0.0147964
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.143879 0.205487 0.250796 0.446358 1.27775 2.30346 3.2562 6.52364 20.8047 22.5938 46.7227</Total>
<Absorption>0.00468558 0.0122115 0.02833 0.160687 0.920707 2.02788 3.01278 6.28283 20.4972 22.369 46.4825</Absorption>
<NeutronVelocity>1721979519 832306821.6 419743033.3 87787834.36 17332254.11 6529929.934 3460351.295 1894255.103 1055390.035 525325.9648 279648.3143</NeutronVelocity>
<Transport>0.115453 0.169415 0.233658 0.38999 1.2224 2.25065 3.24954 6.12936 13.7865 22.0736 47.5029</Transport>
<Removal>0.028721 0.035405 0.053574 0.166014 0.93228 2.044459 3.048656 6.302819 20.522092 22.381278 46.542875</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.115158
0.0226805 0.170082
0.00158513 0.023041 0.197222
0.000250606 0.000389884 0.0254018 0.280344
0.00408351 0.34547
0.00994251 0.259001
0.0146876 0.207544 0.000509974
0.0313609 0.220821 0.00285893
0.0215533 0.282608 0.00766023
0.0347221 0.212522 0.0681184
0.0190101 0.179825
0.028375
-0.00328048 0.0348624
-0.00011471 -0.00617983 0.0234054
-3.50658e-05 4.60062e-05 -0.00769122 0.0164713
-0.00130107 0.0173473
-0.00307398 0.0184429
-0.00460535 0.0169615 0.000309541
-0.00944896 0.0374433 -0.00066274
-0.00695692 0.0318075 -0.00126703
-0.00229726 0.0159769 -0.00372138
-0.00325089 0.0303475
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144776 0.205588 0.250547 0.460624 1.29299 2.29834 3.2664 6.55006 24.6061 22.6066 46.6384</Total>
<Absorption>0.00477854 0.0122241 0.0282406 0.172749 0.935122 2.02596 3.02365 6.30929 24.2867 22.382 46.3983</Absorption>
<NeutronVelocity>1699275769 831600831.6 421033131.1 82376394.22 17144248.28 6485084.306 3436556.021 1885845.972 1003972.72 522867.6151 279995.1841</NeutronVelocity>
<Transport>0.104578 0.168368 0.23259 0.403933 1.23275 2.24068 3.26689 7.24856 18.9246 22.1118 47.7252</Transport>
<Removal>0.027991 0.036071 0.050883 0.177239 0.94621 2.039725 3.020105 6.318735 24.330571 22.410522 46.480395</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116785
0.0214743 0.169517
0.00250633 0.0232167 0.199664
8.51169e-05 0.00071344 0.0240305 0.283385
0.00608561 0.34678
0.0120935 0.258615
0.0147184 0.246295 0.00212637
0.0341226 0.231325 0.0031006
0.0275011 0.275529 0.00605265
0.0390382 0.196078 0.0656006
0.01393 0.158005
0.0312194
-0.00266059 0.035051
0.000113511 -0.00536071 0.0223401
8.4204e-05 -0.000264056 -0.00594048 0.0112667
-0.00194114 0.0189836
-0.00303901 0.0205607
-0.00391461 0.0091812 -0.000968781
-0.0112242 0.0428121 -0.000869465
-0.0102979 0.01409 -0.000392268
-0.0037892 0.017179 -0.00265035
-0.00271186 0.0269362
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142664 0.205415 0.249924 0.426187 1.26121 2.29987 3.25058 6.57662 18.8991 22.3979 45.7782</Total>
<Absorption>0.00467569 0.0120815 0.0280208 0.144358 0.902416 2.02199 3.00701 6.33447 18.5929 22.1712 45.5352</Absorption>
<NeutronVelocity>1738311161 838201889.3 424529303.1 96575435.07 17821055.22 6629453.335 3470860.392 1905342.581 1087340.637 545003.6788 283709.6742</NeutronVelocity>
<Transport>0.110422 0.169402 0.234103 0.376514 1.21072 2.25282 3.23669 6.15218 12.1185 21.897 56.625</Transport>
<Removal>0.028118 0.034625 0.050534 0.14738 0.909457 2.033948 3.039847 6.35533 18.619048 22.202879 45.648272</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114546
0.0215526 0.17079
0.00159535 0.0219235 0.19939
0.00028249 0.00049199 0.0224482 0.278807
0.00330914 0.351753
0.00818204 0.265922 0.000486559
0.0133561 0.210733 0.000371127
0.0317509 0.22129 0.00385188
0.021148 0.280052 0.012863
0.0251904 0.195021 0.0959693
0.01689 0.129928
0.0317954
-0.00299006 0.0346595
1.25601e-05 -0.00556107 0.0214662
3.85619e-06 -2.53057e-06 -0.00658079 0.0136859
-0.00102775 0.0129876
-0.00242091 0.0140572 0.000233665
-0.00346855 0.0233154 -5.72172e-05
-0.00988689 0.0139618 -7.07508e-05
-0.00603901 0.0113339 -0.00210859
-0.00500576 0.0148387 -0.0218163
-0.000495737 0.00558041
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14267 0.205122 0.250171 0.430804 1.26476 2.30068 3.26375 6.5408 20.0508 22.3895 45.7556</Total>
<Absorption>0.00469077 0.0120986 0.0281066 0.148104 0.905899 2.0229 3.01994 6.29947 19.7412 22.1629 45.5126</Absorption>
<NeutronVelocity>1738296053 837570041.8 423194440.9 94401963.56 17752970.96 6599048.417 3469993.234 1902692.5 1070180.283 543803.3607 283820.7955</NeutronVelocity>
<Transport>0.110686 0.169386 0.233318 0.380673 1.21149 2.24943 3.25594 6.13181 12.6051 21.8976 47.0488</Transport>
<Removal>0.027764 0.03492 0.050649 0.150725 0.913737 2.040497 3.045117 6.316301 19.759055 22.193473 45.568374</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114906
0.0212729 0.170202
0.00164458 0.0220472 0.199522
0.000227318 0.000431222 0.022895 0.280079
0.00346581 0.351023
0.00820797 0.260183
0.0133783 0.218633 0.000719471
0.0347316 0.224499 0.00338859
0.01875 0.291745 0.0117195
0.024452 0.196027 0.106083
0.014853 0.187226
0.0313802
-0.00292572 0.0342634
-7.67685e-05 -0.00560719 0.0226073
-2.24503e-05 -4.0444e-09 -0.00660122 0.0136593
-0.00104644 0.014814
-0.0023565 0.0161543
-0.00392554 0.0186243 -2.53576e-05
-0.0104943 0.0144023 0.00107103
-0.00510918 0.0149266 -0.00208061
-0.00287628 0.0111866 -0.0176438
-0.00248345 0.0130701
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14392 0.205869 0.250759 0.448025 1.28202 2.32445 3.27753 6.55174 23.1393 22.418 45.9059</Total>
<Absorption>0.0047043 0.0121977 0.0283174 0.161788 0.922994 2.04781 3.03399 6.31043 22.8174 22.1915 45.6627</Absorption>
<NeutronVelocity>1723300051 833173641.7 419949270.1 87245570.11 17418750.24 6526989.1 3455293.683 1889823.302 1030499.7 541459.5584 283146.551</NeutronVelocity>
<Transport>0.110845 0.17099 0.235263 0.393994 1.22839 2.27738 3.27309 6.19366 14.7657 21.9238 47.8628</Transport>
<Removal>0.02832 0.034931 0.054039 0.167584 0.932075 2.06171 3.057094 6.33759 22.865918 22.223526 45.742067</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.1156
0.021935 0.170938
0.00146081 0.0221647 0.19672
0.00043677 0.000548478 0.0248967 0.280441
0.00467107 0.349945
0.00976132 0.26274
0.0163064 0.220436 0.0004838
0.04025 0.21415 0.00477425
0.0161596 0.273382 0.013618
0.0285391 0.194474 0.0701164
0.0142991 0.163833
0.0317302
-0.00264285 0.0332961
-9.32744e-05 -0.00597329 0.0217269
-3.19609e-05 4.98498e-05 -0.00734752 0.0138952
-0.00149785 0.013282
-0.00247576 0.0139176
-0.00599479 0.0176756 0.000363648
-0.0142275 0.0213621 0.000652077
-0.00479888 0.0317006 -0.00263523
0.00103963 0.00931203 -0.00582459
-0.00096207 0.0218801
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.145013 0.205859 0.250841 0.456942 1.29728 2.32842 3.27115 6.56616 26.5619 22.4237 45.9815</Total>
<Absorption>0.00477546 0.0120447 0.0283522 0.169115 0.939223 2.05338 3.02797 6.32557 26.2278 22.1974 45.7382</Absorption>
<NeutronVelocity>1711698604 839144408.4 419325891.7 83858145.56 17060275.66 6504191.952 3435375.435 1875908.643 988484.1595 539910.1589 282807.8293</NeutronVelocity>
<Transport>0.105777 0.171077 0.228366 0.402085 1.23741 2.27678 3.27119 6.72608 17.8324 21.9236 51.5057</Transport>
<Removal>0.02765 0.034836 0.056479 0.171107 0.943693 2.067185 3.05867 6.320346 26.288311 22.221137 45.858459</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.117363
0.0215715 0.171023
0.00172548 0.0220111 0.194362
0.000332057 0.000460398 0.0293678 0.285835
0.00448365 0.353587
0.011469 0.261235 0.00203236
0.0135848 0.21248
0.0377108 0.245814 0.00287961
0.0197929 0.273589 0.0088541
0.0287987 0.202563 0.0794755
0.0168094 0.123041
0.0335863
-0.00285417 0.0331746
-0.000325279 -0.00606227 0.0271709
0.000197788 0.000124001 -0.00709687 0.0130997
-0.00127916 0.019065
-0.00439652 0.00850605 -0.000735954
-0.00559426 0.0112121
-0.0114027 0.0121006 0.000713862
-0.00840022 0.0120151 -0.00171913
-0.00448197 0.0147055 -0.0151285
-0.00167029 0.0102497
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142292 0.205357 0.2499 0.42561 1.26409 2.32182 3.28188 6.5658 19.5383 22.3662 45.1665</Total>
<Absorption>0.00467499 0.0121042 0.0280119 0.143927 0.904385 2.04219 3.03756 6.32411 19.2273 22.138 44.9204</Absorption>
<NeutronVelocity>1741550433 837121307.2 424675335.7 96823229.83 17861353.03 6626641.75 3476302.049 1898480.646 1080808.834 555296.4172 286401.6497</NeutronVelocity>
<Transport>0.110371 0.169685 0.233018 0.375737 1.21079 2.27073 3.27455 6.11381 12.4232 21.876 55.9824</Transport>
<Removal>0.028058 0.034585 0.050091 0.147241 0.910046 2.055753 3.069234 6.33732 19.275257 22.174785 45.026248</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114234
0.0212823 0.170772
0.0016914 0.0219512 0.199809
0.000258466 0.000445627 0.0222368 0.278369
0.00322068 0.354044
0.00758086 0.266067 0.000641145
0.0142398 0.212646 0.00111273
0.0305828 0.22848 0.00572558
0.0172332 0.263043 0.0171003
0.0239929 0.191415 0.109701
0.0129808 0.140252
0.0312713
-0.00296861 0.0347217
1.44925e-05 -0.00560899 0.0223773
1.97401e-05 -3.10234e-05 -0.00647275 0.0140067
-0.00100539 0.0137108
-0.00231087 0.0159475 -4.43896e-05
-0.00380041 0.0174482 0.000494267
-0.00984412 0.0221424 -0.00114763
-0.0052806 0.00908811 -0.00297391
-0.00456074 0.0141273 0.0117361
-0.00168424 0.0148315
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142734 0.205171 0.25003 0.431213 1.26882 2.32164 3.2776 6.56363 20.8043 22.3504 45.3243</Total>
<Absorption>0.00468554 0.0120786 0.0280574 0.148375 0.909228 2.04224 3.03354 6.32221 20.4872 22.1222 45.0781</Absorption>
<NeutronVelocity>1733859502 838166761.7 423951567.8 94251595.21 17777430.13 6607813.078 3464859.396 1897360.392 1064365.367 555413.6165 285682.4525</NeutronVelocity>
<Transport>0.110432 0.169068 0.233627 0.380245 1.21493 2.26992 3.26686 6.14517 13.0341 21.8533 49.0335</Transport>
<Removal>0.028215 0.034567 0.050335 0.151806 0.918602 2.055352 3.06612 6.337332 20.537578 22.165088 45.154213</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114519
0.0217557 0.170604
0.00162916 0.0219795 0.199695
0.000270792 0.000490375 0.0226094 0.279407
0.00349287 0.350218
0.00886374 0.266288 0.000175852
0.0136424 0.21148 0.00122962
0.0344249 0.226298 0.00588902
0.0198411 0.266722 0.018325
0.031487 0.185312 0.142008
0.0158756 0.170087
0.0314085
-0.00289889 0.035034
-5.39871e-06 -0.00551562 0.0220581
-4.2313e-05 1.09048e-05 -0.00654366 0.0136788
-0.00106198 0.0135533
-0.00224043 0.0156812 0.000152645
-0.00389146 0.0207554 -0.000614208
-0.00995343 0.0211601 -0.000350823
-0.00660989 0.0229223 -0.00193687
-0.00407171 0.0179629 -0.00911225
-0.0012753 0.0170123
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14386 0.205751 0.250591 0.447263 1.28599 2.3304 3.28131 6.57914 23.5232 22.347 45.288</Total>
<Absorption>0.00472677 0.0121623 0.0282546 0.161216 0.926296 2.05239 3.03751 6.33794 23.1937 22.1189 45.0418</Absorption>
<NeutronVelocity>1719320868 834278849.4 420871878.2 87528884.53 17443239.7 6550075.326 3463707.275 1882437.983 1030781.188 553323.8162 285834.3361</NeutronVelocity>
<Transport>0.113186 0.169768 0.235349 0.392739 1.23273 2.28128 3.25974 6.22288 14.4966 21.8642 47.8133</Transport>
<Removal>0.028488 0.035238 0.051856 0.164376 0.932038 2.064028 3.049051 6.36634 23.22667 22.146132 45.130591</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 11
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 11
9 11
10 11
</Profile>
<Value>
0.115372
0.0221061 0.170513
0.00189854 0.0220982 0.198735
0.000228198 0.000541298 0.0231179 0.282887
0.00435031 0.353952
0.00877279 0.266372
0.0149203 0.232259 0.00138947
0.0299696 0.2128 0.0044264
0.0273977 0.29653 0.0131224 0.00202912
0.0371523 0.200868 0.093726
0.0148356 0.157409
0.0294618
-0.0027452 0.0342875
-8.22184e-05 -0.00523059 0.0211495
2.86509e-05 -2.32932e-05 -0.00701108 0.0150349
-0.00136628 0.0119807
-0.00257927 0.0130913
-0.00423468 0.0334729 0.000652781
-0.0106503 0.0092689 0.000519893
-0.00780458 0.0201625 -0.00183619 -0.00119409
-0.00841247 0.0102453 -0.0174522
-0.0013157 0.00860707
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.145598 0.20469 0.250637 0.455394 1.29967 2.33927 3.30423 6.63306 25.9807 22.3442 45.44</Total>
<Absorption>0.00471345 0.0119619 0.0282705 0.167634 0.940278 2.06316 3.06009 6.39205 25.6409 22.1163 45.1936</Absorption>
<NeutronVelocity>1696260763 842736872.3 420664734.4 84576609.49 17150658.24 6447952.13 3457420.142 1864530.66 1000737.544 552263.4518 285161.0732</NeutronVelocity>
<Transport>0.100323 0.166149 0.236739 0.398248 1.23654 2.28451 3.29173 7.00235 16.6012 21.917 51.6121</Transport>
<Removal>0.030162 0.03256 0.053199 0.172875 0.951703 2.074091 3.095854 6.406223 25.679754 22.144128 45.278584</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.115436
0.0229854 0.17213
0.00263847 0.0198456 0.197438
0.00033117 0 0.0226731 0.282519
0.0049043 0.347967
0.00837833 0.265179
0.0143654 0.208376 0.00114039
0.0506337 0.226837 0.00501257
0.0268551 0.300946 0.0126213
0.0430876 0.200072 0.0896226
0.0144066 0.161416
0.0328134
-0.00160926 0.0365359
-0.000483275 -0.00491391 0.0186598
-0.000135257 0 -0.00611 0.014694
-0.0012838 0.0205064
-0.00290386 0.0186753
-0.00368886 0.0247029 -0.000399112
-0.0124734 0.0294305 4.48173e-05
-0.0078009 0.0307886 -0.00258684
-0.00409002 0.0133944 -0.00577759
-0.00134716 0.0221727
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142452 0.20539 0.24991 0.426331 1.25775 2.27549 3.24549 6.51704 17.2936 22.5547 46.5487</Total>
<Absorption>0.00467855 0.0121108 0.0280163 0.144474 0.899535 1.99928 3.00193 6.27584 16.9962 22.3296 46.3086</Absorption>
<NeutronVelocity>1741480677 836876108.9 424601405.4 96499015.71 17807377.6 6618046.088 3475045.697 1909114.686 1106461.514 530526.4945 280390.0787</NeutronVelocity>
<Transport>0.110931 0.169392 0.23304 0.376837 1.20558 2.2254 3.23653 6.09211 11.5994 22.0327 48.5739</Transport>
<Removal>0.028166 0.034764 0.050837 0.147984 0.907171 2.016854 3.028169 6.308106 17.01306 22.3506 46.363472</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114286
0.0214904 0.170626
0.00169481 0.0223076 0.199073
0.000250974 0.000486796 0.022533 0.278347
0.00316289 0.350579
0.00766374 0.258636 0.000263314
0.0125262 0.217321 0.000390465
0.0324894 0.208934 0.00154721
0.0179148 0.28054 0.00588952
0.0167908 0.2041 0.0553372
0.0150348 0.185228
0.0313832
-0.00312617 0.0348177
-4.14343e-05 -0.005565 0.0223984
1.9654e-05 -8.46461e-06 -0.00652971 0.013737
-0.000939414 0.0153909
-0.00250795 0.0162331 0.000244293
-0.00325581 0.0213275 -1.9965e-05
-0.0123845 0.0194472 0.000664508
-0.00620119 0.0131109 -0.00155387
-0.00758161 0.0148402 0.00236251
-0.00246771 0.0293913
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142644 0.205165 0.249949 0.430402 1.26277 2.2823 3.23854 6.51931 18.3411 22.5846 46.5274</Total>
<Absorption>0.00467713 0.0120888 0.028029 0.147744 0.904367 2.00611 2.99527 6.27801 18.0402 22.3596 46.2874</Absorption>
<NeutronVelocity>1736783512 837661249.8 424413990.4 94599324.56 17726222.05 6596828.245 3465723.99 1904217.843 1090705.228 528234.1134 280489.9599</NeutronVelocity>
<Transport>0.110762 0.169511 0.233522 0.379579 1.21161 2.23229 3.23003 6.12273 12.049 22.0866 47.2003</Transport>
<Removal>0.028329 0.034207 0.05015 0.151978 0.914491 2.022034 3.029665 6.307099 18.047165 22.383597 46.382338</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114315
0.0215527 0.170958
0.0017757 0.0216062 0.199799
0.0002809 0.000474997 0.0219643 0.278424
0.00338077 0.348279
0.00828996 0.260266 0.000334195
0.0146324 0.208875 0.000990034
0.0326084 0.212211 0.00355779
0.0176038 0.293935 0.00790936
0.02001 0.201003 0.0852595
0.0190129 0.145062
0.0315515
-0.00298987 0.0340221
5.20573e-06 -0.00550965 0.0220988
-1.42194e-05 2.05475e-05 -0.00660425 0.0138185
-0.00103167 0.0145133
-0.0025003 0.0150793 -5.44501e-05
-0.00405993 0.018929 0.000174438
-0.0103723 0.0142485 -0.000601919
-0.00719794 0.016502 -0.00127832
-0.00639829 0.0235003 -0.00784403
-0.00467172 0.0186009
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144272 0.205155 0.250614 0.448847 1.27697 2.29834 3.2274 6.50566 21.0694 22.5886 46.6621</Total>
<Absorption>0.0047245 0.0121219 0.0282647 0.16265 0.918999 2.02238 2.98473 6.26538 20.7604 22.3639 46.422</Absorption>
<NeutronVelocity>1724500671 836260244.2 420705438.9 86848527.48 17396901.61 6540821.266 3463851.248 1892863.903 1051622.022 524917.8504 279898.7886</NeutronVelocity>
<Transport>0.114079 0.17049 0.23183 0.394711 1.2193 2.25261 3.21275 6.23291 14.4625 22.2602 49.1842</Transport>
<Removal>0.028264 0.035619 0.054272 0.166915 0.928127 2.035329 3.019765 6.291403 20.772754 22.401017 46.480478</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.116008
0.0213701 0.169536
0.00188339 0.0222065 0.196342
0.000312862 0.000542112 0.0244333 0.281932
0.00474614 0.348843
0.00792236 0.263011
0.0175047 0.207635
0.0376541 0.214257 0.00288582
0.0182902 0.296646 0.0055515
0.0349197 0.187583 0.0597245
0.0178988 0.181622
0.0296403
-0.00394548 0.0339026
-4.95742e-05 -0.00574259 0.0237521
1.80661e-06 1.01581e-05 -0.00615546 0.0131688
-0.00171064 0.0180586
-0.0022154 0.0107632
-0.00470987 0.0208615
-0.00689082 0.0132098 0.000312181
-0.00525223 -0.00133441 -0.00123148
-0.00977093 0.0145913 -0.0115065
-0.00347767 0.0144481
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144883 0.203419 0.2509 0.462209 1.29662 2.3104 3.21169 6.48625 24.7292 22.6294 46.6516</Total>
<Absorption>0.00470821 0.0119801 0.028363 0.173588 0.938174 2.03644 2.96951 6.24678 24.4091 22.4047 46.4115</Absorption>
<NeutronVelocity>1723276293 841156084.9 419271390.2 82021670.13 17098401.3 6468640.033 3466084.364 1878219.973 1003523.371 522564.3277 279945.0188</NeutronVelocity>
<Transport>0.103988 0.167143 0.228324 0.402484 1.24804 2.2522 3.19504 6.96138 19.0284 22.1598 46.3818</Transport>
<Removal>0.027144 0.033399 0.054107 0.177196 0.945696 2.058579 2.984361 6.24953 24.422249 22.431821 46.473628</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.117739
0.02107 0.17002
0.00185032 0.0214325 0.196793
9.36634e-05 0.000242904 0.025652 0.285013
0.00518758 0.350924
0.012572 0.251821
0.0158774 0.227329
0.0372979 0.23672 0.00624719
0.0171692 0.306951 0.0048389
0.0355045 0.197579 0.0749177
0.0195053 0.177972
0.0328371
-0.00320987 0.032812
-0.000496801 -0.00638997 0.0271038
7.23965e-05 -5.47398e-05 -0.00720941 0.0162571
-0.00155321 0.0102401
-0.00239161 0.0230214
-0.00519858 0.0294876
-0.011162 0.0138499 0.00032651
-0.00587384 0.0273359 -0.00140812
-0.00645149 0.0151372 -0.0107373
-0.00262275 0.0104983
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142591 0.205225 0.249976 0.426177 1.26183 2.28553 3.26454 6.56681 18.8849 22.4048 45.7105</Total>
<Absorption>0.0046805 0.0120687 0.02804 0.144448 0.902683 2.00828 3.02056 6.32495 18.579 22.1781 45.4675</Absorption>
<NeutronVelocity>1736729218 838672884 424233939.6 96522301.48 17836248.97 6626685.663 3479761.706 1904634.929 1086468.792 545072.004 284023.9375</NeutronVelocity>
<Transport>0.110884 0.168726 0.233339 0.375545 1.20954 2.23495 3.25364 6.11913 12.1164 21.9591 54.097</Transport>
<Removal>0.02826 0.034035 0.050572 0.147745 0.910908 2.0251 3.053895 6.326224 18.610206 22.205487 45.597262</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
2 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
2 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114331
0.0215626 0.17119
0.00175648 0.0215467 0.199404
0.000273171 0.000450929 0.0224792 0.278432
1.63403e-06 0 0.00333775 0.350922
0.0079675 0.26043 0.000390168
0.0130182 0.210645 0.000570083
0.0279004 0.240586 0.00379897
0.0182291 0.274694 0.0115367
0.0290498 0.199313 0.0716058
0.0190302 0.113238
0.0315625
-0.00298933 0.0348172
-9.93546e-06 -0.00543063 0.0221331
-1.67741e-05 -4.90301e-06 -0.00642055 0.0144548
-3.62322e-08 0 -0.00102208 0.0135425
-0.00240006 0.0156305 1.84456e-06
-0.00387832 0.0191646 0.000173497
-0.00864221 0.0243897 -0.000470419
-0.00694143 -6.81057e-05 -0.00117652
-0.00557703 0.013941 -0.00335673
-0.00306626 0.0163327
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142866 0.205119 0.250206 0.430222 1.26345 2.29982 3.25805 6.55234 20.0209 22.3992 45.8823</Total>
<Absorption>0.00468179 0.0120837 0.0281206 0.147575 0.904472 2.0226 3.01439 6.31069 19.7116 22.1726 45.6391</Absorption>
<NeutronVelocity>1734683611 837970101.2 422974270.5 94698763.23 17774996.98 6616163.287 3476048.289 1898877.194 1071644.814 544214.7254 283258.0339</NeutronVelocity>
<Transport>0.111613 0.169111 0.233551 0.378803 1.20904 2.24471 3.24708 6.13291 12.5502 21.9489 46.8311</Transport>
<Removal>0.027947 0.034162 0.050646 0.151474 0.911632 2.033572 3.040718 6.336329 19.728842 22.204751 45.71154</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114919
0.0209606 0.170957
0.00177557 0.0214508 0.19956
0.00022644 0.000520974 0.023113 0.278748
0.00351465 0.351818
0.00858425 0.266248 0.000346504
0.0142446 0.217332 0.00122406
0.0325811 0.216011 0.00146407
0.0194094 0.292058 0.0104908
0.0257881 0.194449 0.0958266
0.0162103 0.17076
0.0307228
-0.00274187 0.0347606
7.33226e-05 -0.00546327 0.022246
-7.12278e-06 4.86001e-05 -0.00662306 0.0143985
-0.00111165 0.0155248
-0.00278502 0.0188919 -0.000135853
-0.00463997 0.0214695 0.000353326
-0.00996373 0.0161694 0.00024794
-0.00602914 0.00688901 -0.00243101
-0.00421114 0.0123356 -0.00493327
-0.00172231 0.0227157
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.14417 0.206393 0.250582 0.447221 1.27951 2.30552 3.26408 6.52259 23.1278 22.4343 45.8624</Total>
<Absorption>0.00471416 0.0122701 0.0282517 0.161348 0.921013 2.03009 3.02105 6.28179 22.8063 22.2078 45.6193</Absorption>
<NeutronVelocity>1722652885 830295834.4 420919709.6 87456162.6 17425002.79 6542447.399 3456511.896 1888524.194 1030087.836 541181.182 283358.3633</NeutronVelocity>
<Transport>0.113375 0.171618 0.232405 0.394664 1.22626 2.25498 3.25639 6.19313 14.9224 21.9302 47.8511</Transport>
<Removal>0.028294 0.036509 0.05071 0.164414 0.932959 2.043007 3.055378 6.306238 22.83818 22.243818 45.702399</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 11
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 11
9 11
10 11
</Profile>
<Value>
0.115876
0.0213102 0.169884
0.00197268 0.0236829 0.199872
0.000229454 0.000490742 0.0229945 0.282807
0.00412683 0.346551
0.00888281 0.262513
0.0127438 0.208702 0.000493422
0.0363112 0.216352 0.000690227
0.0236283 0.28962 0.0101706 0.00154391
0.0338981 0.190482 0.0769653
0.0137444 0.160001
0.0306643
-0.00336052 0.0346689
-0.000120758 -0.006595 0.0238085
-2.48217e-05 2.95527e-05 -0.00652002 0.0128951
-0.00119182 0.0132515
-0.00281972 0.0156366
-0.00374024 0.0219544 0.000460357
-0.0139866 0.0249011 -8.55168e-05
-0.00676372 0.0210403 -0.0024233 -0.00109127
-0.00583241 0.0161858 -0.00519867
-0.000343705 0.0177241
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.144959 0.205216 0.250926 0.458761 1.29436 2.32468 3.27426 6.52598 26.3989 22.4062 45.738</Total>
<Absorption>0.00472911 0.0123002 0.0283779 0.17062 0.935315 2.04999 3.03174 6.28567 26.0653 22.1799 45.4949</Absorption>
<NeutronVelocity>1717118469 828994926.6 419013140.3 83196752 17222078.7 6487903.304 3432616.031 1881120.696 989824.6031 539863.5225 283901.3727</NeutronVelocity>
<Transport>0.105848 0.167395 0.233626 0.400941 1.23911 2.26536 3.25895 6.71504 19.317 21.9455 50.3333</Transport>
<Removal>0.025308 0.036543 0.054554 0.173222 0.954375 2.070925 3.068522 6.301922 26.108457 22.195841 45.608747</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.119651
0.0193222 0.168673
0.00128963 0.0253059 0.196372
0.000471918 0.00052799 0.0268508 0.285539
0.00545176 0.339985
0.0076722 0.253755
0.0170187 0.205738 0.00109133
0.0343283 0.224058 0.00379492
0.0212192 0.290443 0.0112065
0.0323829 0.210359 0.0783806
0.0165171 0.129253
0.0336002
-0.00307086 0.0355831
9.7533e-05 -0.00633881 0.0230774
7.04313e-05 -4.50556e-05 -0.00754231 0.0148856
-0.0021542 0.0125545
-0.00179845 0.0204564
-0.00590815 0.0191581 0.000145171
-0.00275847 0.00564904 0.000906143
-0.010583 0.022073 -0.00302098
-0.00237807 0.0226678 -0.0069238
-0.00414134 0.00366585
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142487 0.205198 0.249877 0.425848 1.26036 2.31768 3.28175 6.57915 19.7846 22.3415 45.3154</Total>
<Absorption>0.00467022 0.0120842 0.0280038 0.14414 0.900977 2.03858 3.03766 6.33723 19.4716 22.1133 45.0692</Absorption>
<NeutronVelocity>1739553978 838040326.5 424794399.5 96703381.72 17914051.96 6616382.162 3472198.11 1896503.985 1078213.616 556387.0451 285721.6328</NeutronVelocity>
<Transport>0.110649 0.168944 0.232873 0.376015 1.20611 2.26671 3.26849 6.13309 12.5013 21.842 54.391</Transport>
<Removal>0.02825 0.034405 0.050054 0.147084 0.908706 2.050211 3.073877 6.363079 19.518401 22.139784 45.194921</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114237
0.0213618 0.170793
0.00182966 0.0219181 0.199823
0.000271966 0.000451703 0.0222759 0.278764
0.00323102 0.351654
0.00721307 0.267469 0.000257833
0.0130703 0.207873 0.00147171
0.0356798 0.216071 0.00511248
0.0200161 0.266199 0.0139344
0.0263358 0.201716 0.0969308
0.0139561 0.120479
0.0311476
-0.00296632 0.0348025
4.85842e-05 -0.00554629 0.02263
-2.46881e-05 -1.67703e-05 -0.00658134 0.0139899
-0.000952035 0.01556
-0.00217803 0.0169758 0.000254772
-0.00435303 0.0253062 5.28969e-05
-0.011783 0.0146611 -0.000414609
-0.00678427 0.0173337 -0.00221894
-0.00215538 0.0247148 0.0076792
-0.00128875 0.0259081
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.142622 0.205478 0.250075 0.431152 1.26909 2.32942 3.27744 6.57594 20.7152 22.3623 45.4397</Total>
<Absorption>0.00467263 0.0121105 0.0280727 0.148353 0.909495 2.04941 3.03348 6.33407 20.3988 22.1342 45.1934</Absorption>
<NeutronVelocity>1740153342 836722057.7 423718041.1 94248930.27 17758803.48 6608293.408 3471655.667 1896205.503 1065082.959 553992.0668 285185.4704</NeutronVelocity>
<Transport>0.110229 0.169472 0.234267 0.380796 1.21493 2.27879 3.2733 6.15762 12.9205 22.0003 52.8717</Transport>
<Removal>0.027895 0.034791 0.050441 0.151721 0.915936 2.060892 3.069334 6.351023 20.452894 22.177322 45.30074</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114727
0.0211778 0.170687
0.00180668 0.022104 0.199634
0.00025117 0.000343554 0.0226881 0.279431
0.00346494 0.353154
0.00786556 0.268528 0.000335186
0.0128839 0.208106 0.00073883
0.0298598 0.224917 0.0102277
0.0168314 0.262306 0.0156511
0.0219133 0.184978 0.101195
0.0135526 0.13896
0.0322125
-0.00301492 0.0345515
-6.34008e-05 -0.00562098 0.0213463
-5.10773e-06 1.98166e-06 -0.00649155 0.0137601
-0.00102092 0.0152419
-0.00240839 0.0145179 7.63352e-06
-0.00366875 0.0124646 3.87502e-05
-0.00859369 0.01673 0.00017036
-0.00596193 0.0217258 -0.00344792
-0.00378785 0.0138422 -0.00773889
-0.0012667 0.00950849
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.143216 0.206896 0.25074 0.448187 1.28575 2.3464 3.28488 6.61422 23.5521 22.3407 45.1779</Total>
<Absorption>0.00470163 0.0122967 0.0283109 0.162165 0.92681 2.06684 3.04107 6.37255 23.2233 22.1127 44.9318</Absorption>
<NeutronVelocity>1735117034 828988054.3 420046289.1 87069333.31 17384622.61 6540393.47 3455460.838 1882055.355 1028569.548 553657.7399 286349.1627</NeutronVelocity>
<Transport>0.108712 0.169503 0.234008 0.393807 1.22489 2.29671 3.27629 6.20027 14.6719 21.8554 53.0105</Transport>
<Removal>0.028258 0.035854 0.051842 0.165222 0.933567 2.079606 3.081179 6.382687 23.292853 22.143645 45.015195</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 6
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.114958
0.0214782 0.171042
0.00206783 0.0225844 0.198898
0.000295438 0.000488183 0.0242956 0.282965
0.00443788 0.352183
0.00846139 0.266794
0.0136901 0.203701
0.0344755 0.231533 0.00394361
0.0234881 0.259247 0.0141951
0.0340852 0.197055 0.0853804
0.0161226 0.162705
0.03282
-0.00288606 0.0352785
-6.48134e-05 -0.00506814 0.0223965
4.58258e-07 -1.02521e-05 -0.0066144 0.0142003
-0.00142554 0.0186663
-0.00254412 0.0163584
-0.00275304 0.0213505
-0.0127786 0.0202343 -7.72352e-05
-0.00901942 0.0117165 -0.00168413
-0.00786467 0.0144989 -0.0181594
-0.00143836 0.00704963
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.146192 0.204925 0.251152 0.463536 1.29804 2.3514 3.27212 6.58394 26.067 22.3412 45.3943</Total>
<Absorption>0.00472733 0.0119535 0.0284489 0.174345 0.94009 2.07504 3.02898 6.34369 25.7269 22.1132 45.148</Absorption>
<NeutronVelocity>1693586220 843483248.4 417882006.8 81609336.11 17087065.43 6490092.873 3447170.39 1867888.016 998661.7932 552056.1331 285364.5104</NeutronVelocity>
<Transport>0.10759 0.16982 0.229707 0.407116 1.24285 2.29856 3.2483 6.45386 17.3581 21.8555 51.8192</Transport>
<Removal>0.027852 0.033923 0.054581 0.180875 0.961788 2.083097 3.061444 6.36631 25.780117 22.141014 45.234981</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 7
7 9
8 10
9 11
10 11
1 1
1 2
1 3
1 4
4 5
5 7
6 7
7 9
8 10
9 11
10 11
</Profile>
<Value>
0.11834
0.0219078 0.171002
0.00186872 0.0214088 0.196571
0.000410472 0.000353634 0.0261434 0.282661
0.00511487 0.336252
0.0132809 0.268303 0.00114563
0.0204641 0.210676
0.0326597 0.21763 0.00126901
0.0227402 0.286883 0.0163998
0.0281552 0.200186 0.109386
0.0141601 0.159319
0.0346488
-0.00260709 0.0322947
0.00036823 -0.00446635 0.0260534
-5.46512e-05 0.000131588 -0.00678777 0.0142731
-0.00165157 0.0150064
-0.00263757 0.0132425 0.00108343
-0.00875151 0.0322564
-0.00889568 0.0226495 -0.00012924
-0.00863366 0.00590858 -0.00465634
-0.00508474 0.0197664 -0.0232453
-0.00400095 0.00699453
</Value>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
<Multigroup_Cross_Section_Library ID="1007" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Absorption Scattering Transport Removal NeutronVelocity</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75464e-10 2.71933e-10 4.44994e-10 8.2845e-10 9.88566e-10 9.97053e-10 1.00339e-09 1.01377e-09 1.03605e-09 1.08376e-09 1.21985e-09</Total>
<Absorption>1.21937e-11 2.80558e-12 1.37225e-13 4.91361e-13 2.5458e-12 6.54653e-12 1.212e-11 2.17109e-11 4.13792e-11 7.93457e-11 1.65906e-10</Absorption>
<NeutronVelocity>1782753641 861296768.4 430605733.1 83110320.64 16397528.56 6391941.041 3453670.734 1928149.439 1011531.459 527440.0696 252261.5246</NeutronVelocity>
<Transport>1899724920 1225792138 749073770.3 402357816.8 337188749.5 334318570.2 332207151.1 328805679.1 321734794 307571172 273257641</Transport>
<Removal>1.75464e-10 2.71933e-10 4.44994e-10 8.2845e-10 9.88566e-10 9.97053e-10 1.00339e-09 1.01377e-09 1.03605e-09 1.08376e-09 1.21985e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75648e-10 2.72301e-10 4.45326e-10 8.27723e-10 9.8854e-10 9.97069e-10 1.00338e-09 1.01386e-09 1.03614e-09 1.08372e-09 1.22025e-09</Total>
<Absorption>1.22243e-11 2.82382e-12 1.37222e-13 4.88708e-13 2.54173e-12 6.5606e-12 1.2115e-11 2.17969e-11 4.14551e-11 7.931e-11 1.65935e-10</Absorption>
<NeutronVelocity>1783100134 860451909.3 430087178.7 83549866.74 16423705.32 6378242.539 3455114.606 1920546.972 1009675.722 527679.4242 252217.6235</NeutronVelocity>
<Transport>1897734864 1224135546 748515319.9 402711213 337197618 334313205.3 332210462 328776491.2 321706847.9 307582524.4 273168066.7</Transport>
<Removal>1.75648e-10 2.72301e-10 4.45326e-10 8.27723e-10 9.8854e-10 9.97069e-10 1.00338e-09 1.01386e-09 1.03614e-09 1.08372e-09 1.22025e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75601e-10 2.72126e-10 4.45448e-10 8.27597e-10 9.88554e-10 9.97072e-10 1.00339e-09 1.01378e-09 1.036e-09 1.08399e-09 1.22074e-09</Total>
<Absorption>1.22539e-11 2.8146e-12 1.37174e-13 4.90636e-13 2.54604e-12 6.56248e-12 1.21225e-11 2.17261e-11 4.13392e-11 7.95187e-11 1.66435e-10</Absorption>
<NeutronVelocity>1782909387 861244843.3 429920765.6 83243153.25 16395888.57 6376412.375 3452955.212 1926800.836 1012508.53 526293.6297 251459.7237</NeutronVelocity>
<Transport>1898242797 1224922769 748310315.3 402772525 337192842.6 334312199.5 332207151.1 328802435.8 321750321.8 307505911.8 273058418.1</Transport>
<Removal>1.75601e-10 2.72126e-10 4.45448e-10 8.27597e-10 9.88554e-10 9.97072e-10 1.00339e-09 1.01378e-09 1.036e-09 1.08399e-09 1.22074e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75691e-10 2.72236e-10 4.45363e-10 8.283e-10 9.88563e-10 9.9703e-10 1.00337e-09 1.01375e-09 1.03602e-09 1.08401e-09 1.221e-09</Total>
<Absorption>1.21116e-11 2.81603e-12 1.37183e-13 4.90353e-13 2.54468e-12 6.52903e-12 1.21065e-11 2.16986e-11 4.13568e-11 7.95382e-11 1.66577e-10</Absorption>
<NeutronVelocity>1778191899 861348699.8 430042789.3 83276427.77 16404683.87 6409064.982 3457527.729 1929239.359 1012080.189 526163.479 251245.5498</NeutronVelocity>
<Transport>1897270397 1224427825 748453134.5 402430681.3 337189772.8 334326282.4 332213772.9 328812166.1 321744110.5 307500238.3 273000273</Transport>
<Removal>1.75691e-10 2.72236e-10 4.45363e-10 8.283e-10 9.88563e-10 9.9703e-10 1.00337e-09 1.01375e-09 1.03602e-09 1.08401e-09 1.221e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75718e-10 2.71876e-10 4.45195e-10 8.28577e-10 9.88559e-10 9.97067e-10 1.00338e-09 1.01384e-09 1.03666e-09 1.08131e-09 1.21119e-09</Total>
<Absorption>1.21834e-11 2.83485e-12 1.37229e-13 4.92083e-13 2.54695e-12 6.55806e-12 1.21103e-11 2.17792e-11 4.18999e-11 7.74907e-11 1.61508e-10</Absorption>
<NeutronVelocity>1780956587 861749523.9 430287044.5 82991684.23 16390110.86 6380684.392 3456428.265 1922108.476 998951.1013 540064.6998 259131.8048</NeutronVelocity>
<Transport>1896978871 1226049130 748735572.8 402296145.5 337191137.1 334313875.9 332210462 328782976.9 321545476.2 308268057.6 275211431.2</Transport>
<Removal>1.75718e-10 2.71876e-10 4.45195e-10 8.28577e-10 9.88559e-10 9.97067e-10 1.00338e-09 1.01384e-09 1.03666e-09 1.08131e-09 1.21119e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75775e-10 2.72093e-10 4.45242e-10 8.28633e-10 9.88583e-10 9.97063e-10 1.00339e-09 1.01386e-09 1.03669e-09 1.08139e-09 1.21551e-09</Total>
<Absorption>1.21569e-11 2.83168e-12 1.37207e-13 4.90646e-13 2.55187e-12 6.55503e-12 1.21267e-11 2.17983e-11 4.19261e-11 7.75588e-11 1.63494e-10</Absorption>
<NeutronVelocity>1780826553 860637043.5 430227805.6 83221677.58 16358713.88 6383657.836 3451763.333 1920425.259 998322.8177 539592.6076 255983.617</NeutronVelocity>
<Transport>1896363723 1225071330 748656535.8 402268957.8 337182951.1 334315217.1 332207151.1 328776491.2 321536171.2 308245252.3 274233312.2</Transport>
<Removal>1.75775e-10 2.72093e-10 4.45242e-10 8.28633e-10 9.88583e-10 9.97063e-10 1.00339e-09 1.01386e-09 1.03669e-09 1.08139e-09 1.21551e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75559e-10 2.71989e-10 4.45409e-10 8.28231e-10 9.88592e-10 9.97058e-10 1.00338e-09 1.01384e-09 1.03674e-09 1.0812e-09 1.21822e-09</Total>
<Absorption>1.21605e-11 2.83429e-12 1.37224e-13 4.90913e-13 2.55236e-12 6.55152e-12 1.21141e-11 2.17769e-11 4.19713e-11 7.74109e-11 1.6503e-10</Absorption>
<NeutronVelocity>1780832896 861719820.4 429957735.2 83185678.75 16355636.97 6387082.764 3455353.379 1922311.695 997247.5966 540622.3645 253600.493</NeutronVelocity>
<Transport>1898696924 1225539758 748375837.3 402464207.9 337179881.4 334316893.6 332210462 328782976.9 321520664.1 308299420.4 273623264.5</Transport>
<Removal>1.75559e-10 2.71989e-10 4.45409e-10 8.28231e-10 9.88592e-10 9.97058e-10 1.00338e-09 1.01384e-09 1.03674e-09 1.0812e-09 1.21822e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75297e-10 2.72419e-10 4.45337e-10 8.28526e-10 9.88575e-10 9.97061e-10 1.00337e-09 1.01383e-09 1.03666e-09 1.08126e-09 1.21639e-09</Total>
<Absorption>1.21289e-11 2.863e-12 1.37187e-13 4.91005e-13 2.54818e-12 6.55411e-12 1.21016e-11 2.17679e-11 4.19039e-11 7.74664e-11 1.6374e-10</Absorption>
<NeutronVelocity>1780338300 860674079.9 430081629.5 83168382.71 16382297.29 6384554.486 3458938.936 1923106.509 998851.321 540236.8398 255598.2405</NeutronVelocity>
<Transport>1901534729 1223605304 748496831.2 402320908.9 337185679.7 334315887.7 332213772.9 328786219.9 321545476.2 308282312.6 274034917.5</Transport>
<Removal>1.75297e-10 2.72419e-10 4.45337e-10 8.28526e-10 9.88575e-10 9.97061e-10 1.00337e-09 1.01383e-09 1.03666e-09 1.08126e-09 1.21639e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75865e-10 2.72252e-10 4.45264e-10 8.28044e-10 9.88573e-10 9.97071e-10 1.00341e-09 1.0138e-09 1.03688e-09 1.07926e-09 1.21566e-09</Total>
<Absorption>1.21907e-11 2.81844e-12 1.37201e-13 4.90054e-13 2.54869e-12 6.5616e-12 1.2145e-11 2.17418e-11 4.20943e-11 7.59497e-11 1.63375e-10</Absorption>
<NeutronVelocity>1781327766 861103935.2 430192640.3 83328472.51 16378970.06 6377266.321 3446576.343 1925409.631 994332.3059 551021.8701 256169.1946</NeutronVelocity>
<Transport>1895393247 1224355866 748619545.6 402555097.7 337186361.9 334312534.7 332200529.5 328795949.2 321477252.3 308853597.2 274199474.6</Transport>
<Removal>1.75865e-10 2.72252e-10 4.45264e-10 8.28044e-10 9.88573e-10 9.97071e-10 1.00341e-09 1.0138e-09 1.03688e-09 1.07926e-09 1.21566e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75708e-10 2.72486e-10 4.45348e-10 8.28086e-10 9.88564e-10 9.97057e-10 1.00339e-09 1.01388e-09 1.03698e-09 1.07902e-09 1.21198e-09</Total>
<Absorption>1.21738e-11 2.82415e-12 1.37235e-13 4.90318e-13 2.54681e-12 6.55063e-12 1.21202e-11 2.18158e-11 4.21823e-11 7.57617e-11 1.61591e-10</Absorption>
<NeutronVelocity>1778808696 861497109.7 430046488 83284056.93 16391051.14 6387939.57 3453611.096 1918870.169 992260.3691 552391.5793 258998.9174</NeutronVelocity>
<Transport>1897086833 1223304439 748478343.5 402534680.4 337189431.7 334317228.9 332207151.1 328770005.7 321446251 308922293.7 275032041.2</Transport>
<Removal>1.75708e-10 2.72486e-10 4.45348e-10 8.28086e-10 9.88564e-10 9.97057e-10 1.00339e-09 1.01388e-09 1.03698e-09 1.07902e-09 1.21198e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75626e-10 2.72285e-10 4.45223e-10 8.28294e-10 9.88576e-10 9.97035e-10 1.00338e-09 1.01389e-09 1.03693e-09 1.07929e-09 1.2148e-09</Total>
<Absorption>1.20795e-11 2.80077e-12 1.37175e-13 4.91177e-13 2.54833e-12 6.53314e-12 1.21085e-11 2.18267e-11 4.2141e-11 7.5965e-11 1.62656e-10</Absorption>
<NeutronVelocity>1777357531 860837078 430268530.6 83143489.03 16381331.18 6405042.049 3456954.009 1917924.346 993226.1973 550912.5867 257302.8995</NeutronVelocity>
<Transport>1897972586 1224207479 748688484.9 402433596.4 337185338.6 334324605.8 332210462 328766763 321461750.9 308845012.3 274393590.2</Transport>
<Removal>1.75626e-10 2.72285e-10 4.45223e-10 8.28294e-10 9.88576e-10 9.97035e-10 1.00338e-09 1.01389e-09 1.03693e-09 1.07929e-09 1.2148e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75539e-10 2.7244e-10 4.45323e-10 8.28328e-10 9.88594e-10 9.97084e-10 1.00337e-09 1.01386e-09 1.037e-09 1.07909e-09 1.21479e-09</Total>
<Absorption>1.21972e-11 2.81114e-12 1.37242e-13 4.90578e-13 2.55176e-12 6.57236e-12 1.21049e-11 2.17973e-11 4.21973e-11 7.58199e-11 1.63335e-10</Absorption>
<NeutronVelocity>1781797513 860414892.1 430079779.8 83238995.8 16359489.98 6366831.355 3457982.06 1920506.399 991906.0467 551964.7184 256233.521</NeutronVelocity>
<Transport>1898913252 1223510987 748520362.4 402417077.9 337179199.3 334308176 332213772.9 328776491.2 321440051.4 308902254.1 274395848.9</Transport>
<Removal>1.75539e-10 2.7244e-10 4.45323e-10 8.28328e-10 9.88594e-10 9.97084e-10 1.00337e-09 1.01386e-09 1.037e-09 1.07909e-09 1.21479e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75552e-10 2.72267e-10 4.45241e-10 8.27528e-10 9.88569e-10 9.97057e-10 1.00341e-09 1.01376e-09 1.03608e-09 1.0839e-09 1.21819e-09</Total>
<Absorption>1.22071e-11 2.82331e-12 1.37234e-13 4.88428e-13 2.5474e-12 6.55035e-12 1.21437e-11 2.17083e-11 4.1403e-11 7.94575e-11 1.65071e-10</Absorption>
<NeutronVelocity>1782626522 861304186.8 430216700.2 83598759.39 16387290.67 6388184.414 3446944.628 1928387.405 1010947.551 526698.3388 253538.1245</NeutronVelocity>
<Transport>1898772633 1224288413 748658217.3 402806108.5 337187726.2 334317228.9 332200529.5 328808922.6 321725478.1 307531445.1 273630003</Transport>
<Removal>1.75552e-10 2.72267e-10 4.45241e-10 8.27528e-10 9.88569e-10 9.97057e-10 1.00341e-09 1.01376e-09 1.03608e-09 1.0839e-09 1.21819e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75748e-10 2.72229e-10 4.45235e-10 8.27792e-10 9.88614e-10 9.97059e-10 1.00336e-09 1.0138e-09 1.0361e-09 1.08389e-09 1.2174e-09</Total>
<Absorption>1.21629e-11 2.80569e-12 1.37212e-13 4.89361e-13 2.55603e-12 6.55213e-12 1.20964e-11 2.17427e-11 4.1423e-11 7.94457e-11 1.6465e-10</Absorption>
<NeutronVelocity>1781940391 860822257.4 430235209.6 83442503.94 16332263.57 6386470.9 3460399.192 1925328.076 1010459.264 526776.0254 254186.4508</NeutronVelocity>
<Transport>1896655059 1224459309 748668306.3 402677645.3 337172378 334316558.3 332217083.9 328795949.2 321719267.8 307534282.4 273807568</Transport>
<Removal>1.75748e-10 2.72229e-10 4.45235e-10 8.27792e-10 9.88614e-10 9.97059e-10 1.00336e-09 1.0138e-09 1.0361e-09 1.08389e-09 1.2174e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75725e-10 2.72313e-10 4.4496e-10 8.29006e-10 9.88607e-10 9.97073e-10 1.00337e-09 1.01381e-09 1.0361e-09 1.08381e-09 1.21653e-09</Total>
<Absorption>1.21591e-11 2.80767e-12 1.37242e-13 4.92499e-13 2.55517e-12 6.5631e-12 1.20995e-11 2.17518e-11 4.14275e-11 7.9382e-11 1.64135e-10</Absorption>
<NeutronVelocity>1778916284 860888953.9 430652093.4 82920114.76 16337760.32 6375802.554 3459537.252 1924524.017 1010349.005 527200.9321 254984.3057</NeutronVelocity>
<Transport>1896903305 1224081602 749131008 402087962.4 337174765.4 334311864.2 332213772.9 328792706.1 321719267.8 307556982.6 274003381.2</Transport>
<Removal>1.75725e-10 2.72313e-10 4.4496e-10 8.29006e-10 9.88607e-10 9.97073e-10 1.00337e-09 1.01381e-09 1.0361e-09 1.08381e-09 1.21653e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75651e-10 2.72009e-10 4.4542e-10 8.27722e-10 9.88543e-10 9.97073e-10 1.00338e-09 1.01379e-09 1.0362e-09 1.08389e-09 1.21888e-09</Total>
<Absorption>1.2164e-11 2.82805e-12 1.37177e-13 4.89623e-13 2.54298e-12 6.56273e-12 1.21177e-11 2.17334e-11 4.15098e-11 7.94416e-11 1.65274e-10</Absorption>
<NeutronVelocity>1781077124 861170675.4 429963281.1 83400053.38 16415590.21 6376168.433 3454326.89 1926151.357 1008343.03 526803.7761 253227.383</NeutronVelocity>
<Transport>1897702452 1225449648 748357355.6 402711699.5 337196594.7 334311864.2 332210462 328799192.5 321688219.8 307534282.4 273475102.8</Transport>
<Removal>1.75651e-10 2.72009e-10 4.4542e-10 8.27722e-10 9.88543e-10 9.97073e-10 1.00338e-09 1.01379e-09 1.0362e-09 1.08389e-09 1.21888e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75632e-10 2.72101e-10 4.4554e-10 8.27167e-10 9.88563e-10 9.97075e-10 1.00338e-09 1.01384e-09 1.0366e-09 1.08123e-09 1.21481e-09</Total>
<Absorption>1.21857e-11 2.82855e-12 1.37182e-13 4.87805e-13 2.54367e-12 6.56476e-12 1.21144e-11 2.17788e-11 4.18532e-11 7.7433e-11 1.63296e-10</Absorption>
<NeutronVelocity>1780075262 861504531.5 429765562.9 83705824.25 16411145.14 6374176.934 3455281.744 1922138.033 1000061.004 540467.5044 256293.2815</NeutronVelocity>
<Transport>1897907747 1225035312 748155796 402981904.9 337189772.8 334311193.6 332210462 328782976.9 321564087.7 308290866.3 274391331.4</Transport>
<Removal>1.75632e-10 2.72101e-10 4.4554e-10 8.27167e-10 9.88563e-10 9.97075e-10 1.00338e-09 1.01384e-09 1.0366e-09 1.08123e-09 1.21481e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75705e-10 2.72411e-10 4.4521e-10 8.2772e-10 9.88586e-10 9.97067e-10 1.00337e-09 1.0139e-09 1.03658e-09 1.08092e-09 1.21494e-09</Total>
<Absorption>1.21403e-11 2.83367e-12 1.372e-13 4.89552e-13 2.54953e-12 6.5584e-12 1.21068e-11 2.18316e-11 4.18366e-11 7.7206e-11 1.63361e-10</Absorption>
<NeutronVelocity>1781613393 860481525.5 430274084.6 83412575.28 16373686.83 6380358.704 3457456.004 1917497.742 1000461.213 542058.3038 256191.5083</NeutronVelocity>
<Transport>1897119224 1223641238 748710346.4 402712672.6 337181927.9 334313875.9 332213772.9 328763520.4 321570292.1 308379281.8 274361971.2</Transport>
<Removal>1.75705e-10 2.72411e-10 4.4521e-10 8.2772e-10 9.88586e-10 9.97067e-10 1.00337e-09 1.0139e-09 1.03658e-09 1.08092e-09 1.21494e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7568e-10 2.7242e-10 4.4549e-10 8.27354e-10 9.8858e-10 9.97048e-10 1.00339e-09 1.01385e-09 1.03657e-09 1.0812e-09 1.21588e-09</Total>
<Absorption>1.21367e-11 2.81629e-12 1.37182e-13 4.87937e-13 2.54948e-12 6.54321e-12 1.21242e-11 2.17915e-11 4.18242e-11 7.74144e-11 1.63864e-10</Absorption>
<NeutronVelocity>1780518986 860148461.6 429852388.7 83678507.18 16374008.55 6395170.367 3452490.281 1921015.526 1000755.57 540598.9837 255405.6608</NeutronVelocity>
<Transport>1897389192 1223600812 748239766 402890822.2 337183974.3 334320246.7 332207151.1 328779734 321573394.3 308299420.4 274149861.3</Transport>
<Removal>1.7568e-10 2.7242e-10 4.4549e-10 8.27354e-10 9.8858e-10 9.97048e-10 1.00339e-09 1.01385e-09 1.03657e-09 1.0812e-09 1.21588e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75578e-10 2.71929e-10 4.45237e-10 8.29156e-10 9.88584e-10 9.97058e-10 1.00338e-09 1.01384e-09 1.03666e-09 1.08092e-09 1.21604e-09</Total>
<Absorption>1.21702e-11 2.85521e-12 1.37223e-13 4.92387e-13 2.55084e-12 6.55115e-12 1.21158e-11 2.17795e-11 4.19029e-11 7.72033e-11 1.63907e-10</Absorption>
<NeutronVelocity>1781515000 861467423.6 430225954.7 82936619.84 16365299.67 6387449.938 3454899.739 1922078.921 998871.2755 542075.934 255339.1414</NeutronVelocity>
<Transport>1898491459 1225810169 748664943.2 402015221.9 337182610 334316893.6 332210462 328782976.9 321545476.2 308379281.8 274113790.1</Transport>
<Removal>1.75578e-10 2.71929e-10 4.45237e-10 8.29156e-10 9.88584e-10 9.97058e-10 1.00338e-09 1.01384e-09 1.03666e-09 1.08092e-09 1.21604e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.76003e-10 2.72116e-10 4.45258e-10 8.27698e-10 9.88576e-10 9.97073e-10 1.0034e-09 1.01385e-09 1.03695e-09 1.07913e-09 1.21393e-09</Total>
<Absorption>1.21721e-11 2.84082e-12 1.37186e-13 4.89523e-13 2.54802e-12 6.5631e-12 1.21312e-11 2.17879e-11 4.21541e-11 7.58483e-11 1.62358e-10</Absorption>
<NeutronVelocity>1781594349 860874131.6 430212998.5 83417445.92 16383317.2 6375802.554 3450500.84 1921340.327 992920.477 551760.6683 257774.4783</NeutronVelocity>
<Transport>1893907111 1224967783 748629633.5 402723376.6 337185338.6 334311864.2 332203840.3 328779734 321455550.7 308890804 274590242.7</Transport>
<Removal>1.76003e-10 2.72116e-10 4.45258e-10 8.27698e-10 9.88576e-10 9.97073e-10 1.0034e-09 1.01385e-09 1.03695e-09 1.07913e-09 1.21393e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75503e-10 2.7184e-10 4.4529e-10 8.28259e-10 9.88572e-10 9.97066e-10 1.00337e-09 1.01382e-09 1.03697e-09 1.07924e-09 1.21281e-09</Total>
<Absorption>1.21462e-11 2.84854e-12 1.37196e-13 4.91204e-13 2.54751e-12 6.55721e-12 1.21045e-11 2.17579e-11 4.2171e-11 7.59385e-11 1.62154e-10</Absorption>
<NeutronVelocity>1781000994 861252260.8 430155630.3 83137267.94 16386565.64 6381539.483 3458113.599 1923979.714 992526.2771 551103.861 258097.8191</NeutronVelocity>
<Transport>1899302766 1226211497 748575834.5 402450602.2 337186703 334314211.2 332213772.9 328789463 321449350.8 308859320.8 274843820</Transport>
<Removal>1.75503e-10 2.7184e-10 4.4529e-10 8.28259e-10 9.88572e-10 9.97066e-10 1.00337e-09 1.01382e-09 1.03697e-09 1.07924e-09 1.21281e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75575e-10 2.71874e-10 4.45126e-10 8.28294e-10 9.88562e-10 9.97089e-10 1.00337e-09 1.01389e-09 1.03695e-09 1.07922e-09 1.21467e-09</Total>
<Absorption>1.21271e-11 2.82315e-12 1.37224e-13 4.905e-13 2.54812e-12 6.57671e-12 1.21063e-11 2.18234e-11 4.2152e-11 7.59123e-11 1.62746e-10</Absorption>
<NeutronVelocity>1778767563 861141011.8 430398161.3 83253548.68 16382619.35 6362618.345 3457599.458 1918211.306 992969.774 551295.2682 257159.3153</NeutronVelocity>
<Transport>1898523898 1226058149 748851636 402433596.4 337190113.9 334306499.6 332213772.9 328766763 321455550.7 308865044.5 274422957.1</Transport>
<Removal>1.75575e-10 2.71874e-10 4.45126e-10 8.28294e-10 9.88562e-10 9.97089e-10 1.00337e-09 1.01389e-09 1.03695e-09 1.07922e-09 1.21467e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75674e-10 2.72454e-10 4.45255e-10 8.27487e-10 9.8859e-10 9.97049e-10 1.00342e-09 1.01389e-09 1.03692e-09 1.07895e-09 1.21229e-09</Total>
<Absorption>1.2133e-11 2.84009e-12 1.37167e-13 4.8919e-13 2.55068e-12 6.54477e-12 1.21459e-11 2.18246e-11 4.2125e-11 7.57185e-11 1.61965e-10</Absorption>
<NeutronVelocity>1780541178 860400086 430222252.8 83477331.73 16366344.25 6393657.492 3446315.028 1918108.285 993601.2082 552706.0488 258400.6036</NeutronVelocity>
<Transport>1897453996 1223448117 748634677.5 402826066.6 337180563.6 334319911.4 332197218.8 328766763 321464851 308942335.9 274961711.6</Transport>
<Removal>1.75674e-10 2.72454e-10 4.45255e-10 8.27487e-10 9.8859e-10 9.97049e-10 1.00342e-09 1.01389e-09 1.03692e-09 1.07895e-09 1.21229e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75722e-10 2.7233e-10 4.45034e-10 8.27741e-10 9.88569e-10 9.9706e-10 1.0034e-09 1.01382e-09 1.036e-09 1.08376e-09 1.22027e-09</Total>
<Absorption>1.21644e-11 2.81827e-12 1.37211e-13 4.89676e-13 2.54828e-12 6.55296e-12 1.21306e-11 2.1761e-11 4.13424e-11 7.93446e-11 1.66003e-10</Absorption>
<NeutronVelocity>1779897834 860488929.8 430551967.6 83392402.95 16381653.2 6385696.041 3450679.439 1923709.528 1012432.673 527448.4155 252113.3401</NeutronVelocity>
<Transport>1896935690 1224005190 749006443 402702455.6 337187726.2 334316223 332203840.3 328789463 321750321.8 307571172 273163589.5</Transport>
<Removal>1.75722e-10 2.7233e-10 4.45034e-10 8.27741e-10 9.88569e-10 9.9706e-10 1.0034e-09 1.01382e-09 1.036e-09 1.08376e-09 1.22027e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75853e-10 2.72289e-10 4.45529e-10 8.2779e-10 9.88549e-10 9.97062e-10 1.00338e-09 1.01382e-09 1.03618e-09 1.08395e-09 1.22325e-09</Total>
<Absorption>1.2183e-11 2.82742e-12 1.37227e-13 4.89948e-13 2.54199e-12 6.5545e-12 1.21177e-11 2.17569e-11 4.14893e-11 7.94838e-11 1.67656e-10</Absorption>
<NeutronVelocity>1781118364 861200341 429769256.9 83346529.87 16421952.21 6384187.644 3454338.822 1924072.26 1008843.522 526523.6277 249629.3005</NeutronVelocity>
<Transport>1895522586 1224189495 748174267.7 402678618.2 337194548.1 334315552.4 332210462 328789463 321694428.9 307517259.4 272498126.6</Transport>
<Removal>1.75853e-10 2.72289e-10 4.45529e-10 8.2779e-10 9.88549e-10 9.97062e-10 1.00338e-09 1.01382e-09 1.03618e-09 1.08395e-09 1.22325e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75675e-10 2.72334e-10 4.45251e-10 8.2833e-10 9.88549e-10 9.9704e-10 1.00339e-09 1.01383e-09 1.03624e-09 1.08394e-09 1.2204e-09</Total>
<Absorption>1.21393e-11 2.81771e-12 1.37194e-13 4.91222e-13 2.54465e-12 6.53735e-12 1.21245e-11 2.1772e-11 4.15424e-11 7.94801e-11 1.66248e-10</Absorption>
<NeutronVelocity>1781553087 860296458.2 430211147.6 83135194.45 16404899.16 6400901.247 3452406.845 1922747.837 1007553.63 526548.5794 251743.3225</NeutronVelocity>
<Transport>1897443195 1223987212 748641403 402416106.3 337194548.1 334322929.2 332207151.1 328786219.9 321675802.3 307520096.4 273134491.4</Transport>
<Removal>1.75675e-10 2.72334e-10 4.45251e-10 8.2833e-10 9.88549e-10 9.9704e-10 1.00339e-09 1.01383e-09 1.03624e-09 1.08394e-09 1.2204e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75637e-10 2.72118e-10 4.45411e-10 8.28431e-10 9.88576e-10 9.9708e-10 1.00336e-09 1.01385e-09 1.03622e-09 1.08383e-09 1.21948e-09</Total>
<Absorption>1.22049e-11 2.80519e-12 1.37173e-13 4.90929e-13 2.55073e-12 6.56865e-12 1.2095e-11 2.17879e-11 4.15317e-11 7.94001e-11 1.65709e-10</Absorption>
<NeutronVelocity>1781546739 860881542.7 429974373.5 83178067.61 16365996.04 6370441.153 3460830.322 1921336.635 1007814.594 527078.6665 252562.8818</NeutronVelocity>
<Transport>1897853717 1224958780 748372477 402367044.9 337185338.6 334309517.1 332217083.9 328779734 321682010.9 307551307.2 273340549.5</Transport>
<Removal>1.75637e-10 2.72118e-10 4.45411e-10 8.28431e-10 9.88576e-10 9.9708e-10 1.00336e-09 1.01385e-09 1.03622e-09 1.08383e-09 1.21948e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75714e-10 2.72381e-10 4.45398e-10 8.27534e-10 9.88566e-10 9.97052e-10 1.00341e-09 1.01381e-09 1.03666e-09 1.08119e-09 1.21682e-09</Total>
<Absorption>1.21924e-11 2.80685e-12 1.37192e-13 4.89144e-13 2.54532e-12 6.54611e-12 1.21406e-11 2.1748e-11 4.19076e-11 7.74113e-11 1.64226e-10</Absorption>
<NeutronVelocity>1780214694 861059447.5 429989164.3 83482209.94 16400594.36 6392349.636 3447835.966 1924864.826 998761.5357 540619.4418 254842.6474</NeutronVelocity>
<Transport>1897022055 1223776010 748394320 402803187.9 337188749.5 334318905.5 332200529.5 328792706.1 321545476.2 308302271.9 273938079</Transport>
<Removal>1.75714e-10 2.72381e-10 4.45398e-10 8.27534e-10 9.88566e-10 9.97052e-10 1.00341e-09 1.01381e-09 1.03666e-09 1.08119e-09 1.21682e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75745e-10 2.72072e-10 4.45528e-10 8.28019e-10 9.88591e-10 9.9706e-10 1.0034e-09 1.01383e-09 1.03675e-09 1.08123e-09 1.21579e-09</Total>
<Absorption>1.2236e-11 2.82304e-12 1.37197e-13 4.89878e-13 2.5525e-12 6.55307e-12 1.21276e-11 2.17644e-11 4.19785e-11 7.74479e-11 1.63769e-10</Absorption>
<NeutronVelocity>1782833100 861014964.4 429784033.5 83358340.84 16354727.5 6385532.937 3451513.143 1923409.821 997078.5598 540365.2869 255554.4765</NeutronVelocity>
<Transport>1896687435 1225165887 748175947 402567251.9 337180222.5 334316223 332203840.3 328786219.9 321517562.9 308290866.3 274170155.5</Transport>
<Removal>1.75745e-10 2.72072e-10 4.45528e-10 8.28019e-10 9.88591e-10 9.9706e-10 1.0034e-09 1.01383e-09 1.03675e-09 1.08123e-09 1.21579e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75664e-10 2.72096e-10 4.45325e-10 8.27965e-10 9.88546e-10 9.97084e-10 1.00339e-09 1.01383e-09 1.03668e-09 1.0811e-09 1.2153e-09</Total>
<Absorption>1.22248e-11 2.82489e-12 1.37224e-13 4.89537e-13 2.54331e-12 6.5713e-12 1.21222e-11 2.17698e-11 4.19216e-11 7.73415e-11 1.63748e-10</Absorption>
<NeutronVelocity>1782270684 861044619.3 430089028.4 83410488.03 16413488.6 6367885.48 3453038.674 1922929.005 998432.461 541107.9727 255587.1348</NeutronVelocity>
<Transport>1897562012 1225057823 748517000.7 402593507.4 337195571.4 334308176 332207151.1 328786219.9 321539272.8 308327937.6 274280698.9</Transport>
<Removal>1.75664e-10 2.72096e-10 4.45325e-10 8.27965e-10 9.88546e-10 9.97084e-10 1.00339e-09 1.01383e-09 1.03668e-09 1.0811e-09 1.2153e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7556e-10 2.71994e-10 4.45338e-10 8.28106e-10 9.88533e-10 9.97075e-10 1.00338e-09 1.01382e-09 1.03662e-09 1.08132e-09 1.21753e-09</Total>
<Absorption>1.21387e-11 2.83672e-12 1.37183e-13 4.9002e-13 2.54193e-12 6.56505e-12 1.21094e-11 2.17606e-11 4.18667e-11 7.75074e-11 1.6465e-10</Absorption>
<NeutronVelocity>1779406924 861652995.1 430081629.5 83331944.47 16422275.83 6373933.163 3456691.117 1923742.834 999740.0676 539950.9725 254185.8047</NeutronVelocity>
<Transport>1898686109 1225517230 748495150.5 402524958.6 337200005.8 334311193.6 332210462 328789463 321557883.6 308265206.7 273778332.6</Transport>
<Removal>1.7556e-10 2.71994e-10 4.45338e-10 8.28106e-10 9.88533e-10 9.97075e-10 1.00338e-09 1.01382e-09 1.03662e-09 1.08132e-09 1.21753e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75712e-10 2.72196e-10 4.45415e-10 8.27732e-10 9.88559e-10 9.9705e-10 1.00339e-09 1.01389e-09 1.0369e-09 1.07911e-09 1.21475e-09</Total>
<Absorption>1.21446e-11 2.83939e-12 1.37199e-13 4.89369e-13 2.54463e-12 6.54509e-12 1.21197e-11 2.18284e-11 4.21075e-11 7.5836e-11 1.63176e-10</Absorption>
<NeutronVelocity>1780588734 860933424 429957735.2 83444592.79 16405060.63 6393330.478 3453766.159 1917777.219 994016.0235 551848.97 256482.5977</NeutronVelocity>
<Transport>1897043647 1224607758 748365756.3 402706834.3 337191137.1 334319576.1 332207151.1 328766763 321471051.5 308896528.9 274404884.4</Transport>
<Removal>1.75712e-10 2.72196e-10 4.45415e-10 8.27732e-10 9.88559e-10 9.9705e-10 1.00339e-09 1.01389e-09 1.0369e-09 1.07911e-09 1.21475e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75795e-10 2.72548e-10 4.4553e-10 8.2799e-10 9.88602e-10 9.97061e-10 1.0034e-09 1.0139e-09 1.03703e-09 1.07921e-09 1.21434e-09</Total>
<Absorption>1.2163e-11 2.82682e-12 1.37113e-13 4.89673e-13 2.55407e-12 6.55448e-12 1.21346e-11 2.18285e-11 4.2221e-11 7.59116e-11 1.6262e-10</Absorption>
<NeutronVelocity>1780753615 860511143.6 429822827 83392402.95 16344729.97 6384187.644 3449524.828 1917755.153 991345.5533 551298.3075 257358.5236</NeutronVelocity>
<Transport>1896147975 1223026158 748172588.5 402581351.6 337176470.7 334315887.7 332203840.3 328763520.4 321430752.6 308867906.5 274497532.3</Transport>
<Removal>1.75795e-10 2.72548e-10 4.4553e-10 8.2799e-10 9.88602e-10 9.97061e-10 1.0034e-09 1.0139e-09 1.03703e-09 1.07921e-09 1.21434e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75675e-10 2.7222e-10 4.45576e-10 8.27444e-10 9.88637e-10 9.97065e-10 1.00339e-09 1.0139e-09 1.03696e-09 1.07908e-09 1.21272e-09</Total>
<Absorption>1.22079e-11 2.81971e-12 1.37178e-13 4.88355e-13 2.55992e-12 6.55755e-12 1.21229e-11 2.18371e-11 4.21631e-11 7.58077e-11 1.6174e-10</Absorption>
<NeutronVelocity>1781857836 860540763.8 429715700.1 83612040.13 16307653.67 6381213.707 3452835.987 1917005.178 992703.6283 552056.1331 258758.9919</NeutronVelocity>
<Transport>1897443195 1224499792 748095349.2 402847000.3 337164533.9 334314546.5 332207151.1 328763520.4 321452450.8 308905116.7 274864217.1</Transport>
<Removal>1.75675e-10 2.7222e-10 4.45576e-10 8.27444e-10 9.88637e-10 9.97065e-10 1.00339e-09 1.0139e-09 1.03696e-09 1.07908e-09 1.21272e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7564e-10 2.72649e-10 4.45342e-10 8.2809e-10 9.88588e-10 9.97055e-10 1.00339e-09 1.01389e-09 1.03704e-09 1.0792e-09 1.21562e-09</Total>
<Absorption>1.21627e-11 2.81565e-12 1.37176e-13 4.89672e-13 2.55223e-12 6.54843e-12 1.21236e-11 2.1824e-11 4.22337e-11 7.58982e-11 1.63402e-10</Absorption>
<NeutronVelocity>1780693366 859342774.6 430081629.5 83386839.89 16356466.28 6390103.008 3452669.086 1918156.115 991040.9895 551395.5822 256127.203</NeutronVelocity>
<Transport>1897821301 1222573101 748488427.6 402532736 337181245.7 334317899.5 332207151.1 328766763 321427653.1 308870768.5 274208497.2</Transport>
<Removal>1.7564e-10 2.72649e-10 4.45342e-10 8.2809e-10 9.88588e-10 9.97055e-10 1.00339e-09 1.01389e-09 1.03704e-09 1.0792e-09 1.21562e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75618e-10 2.72317e-10 4.45348e-10 8.27531e-10 9.88554e-10 9.97066e-10 1.00337e-09 1.01382e-09 1.03599e-09 1.08372e-09 1.22049e-09</Total>
<Absorption>1.2092e-11 2.84051e-12 1.37186e-13 4.88267e-13 2.54377e-12 6.55736e-12 1.21067e-11 2.1761e-11 4.13295e-11 7.93115e-11 1.66287e-10</Absorption>
<NeutronVelocity>1779008061 860800027.5 430070531.6 83623926.48 16410525.71 6381376.591 3457479.912 1923702.126 1012748.478 527668.2866 251685.0313</NeutronVelocity>
<Transport>1898059045 1224063622 748478343.5 402804648.2 337192842.6 334314211.2 332213772.9 328789463 321753427.5 307582524.4 273114350.2</Transport>
<Removal>1.75618e-10 2.72317e-10 4.45348e-10 8.27531e-10 9.88554e-10 9.97066e-10 1.00337e-09 1.01382e-09 1.03599e-09 1.08372e-09 1.22049e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7561e-10 2.72324e-10 4.454e-10 8.28052e-10 9.88565e-10 9.9706e-10 1.00341e-09 1.01385e-09 1.03611e-09 1.08411e-09 1.2187e-09</Total>
<Absorption>1.21658e-11 2.84008e-12 1.37197e-13 4.89754e-13 2.5476e-12 6.55217e-12 1.21367e-11 2.17838e-11 4.14345e-11 7.96093e-11 1.65451e-10</Absorption>
<NeutronVelocity>1782210333 860585197.9 429983617.6 83380582.33 16386001.77 6386430.113 3448918.074 1921698.474 1010177.539 525696.0215 252955.1485</NeutronVelocity>
<Transport>1898145512 1224032158 748390959.4 402551208.5 337189090.6 334316223 332200529.5 328779734 321716162.7 307471874 273515494.7</Transport>
<Removal>1.7561e-10 2.72324e-10 4.454e-10 8.28052e-10 9.88565e-10 9.9706e-10 1.00341e-09 1.01385e-09 1.03611e-09 1.08411e-09 1.2187e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75708e-10 2.72149e-10 4.45207e-10 8.28089e-10 9.88571e-10 9.97058e-10 1.00337e-09 1.01378e-09 1.03608e-09 1.08376e-09 1.21779e-09</Total>
<Absorption>1.22015e-11 2.83736e-12 1.37194e-13 4.9022e-13 2.54849e-12 6.55149e-12 1.20995e-11 2.17276e-11 4.14076e-11 7.93505e-11 1.65035e-10</Absorption>
<NeutronVelocity>1781635613 860474121.2 430287044.5 83301401.13 16380365.18 6387123.559 3459525.284 1926663.481 1010834.12 527409.4702 253593.4187</NeutronVelocity>
<Transport>1897086833 1224819247 748715391.6 402533222.1 337187044.1 334316893.6 332213772.9 328802435.8 321725478.1 307571172 273719880.5</Transport>
<Removal>1.75708e-10 2.72149e-10 4.45207e-10 8.28089e-10 9.88571e-10 9.97058e-10 1.00337e-09 1.01378e-09 1.03608e-09 1.08376e-09 1.21779e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75671e-10 2.72299e-10 4.45694e-10 8.28108e-10 9.88559e-10 9.97084e-10 1.00342e-09 1.01377e-09 1.0361e-09 1.08382e-09 1.21971e-09</Total>
<Absorption>1.21749e-11 2.8003e-12 1.37151e-13 4.90598e-13 2.5466e-12 6.57277e-12 1.21487e-11 2.17113e-11 4.14294e-11 7.93968e-11 1.65723e-10</Absorption>
<NeutronVelocity>1782191275 860525953.5 429547729.2 83238995.8 16392313.97 6366426.016 3445507.575 1928115.98 1010305.112 527100.8924 252539.9202</NeutronVelocity>
<Transport>1897486400 1224144537 747897286.8 402523986.4 337191137.1 334308176 332197218.8 328805679.1 321719267.8 307554144.9 273289005.9</Transport>
<Removal>1.75671e-10 2.72299e-10 4.45694e-10 8.28108e-10 9.88559e-10 9.97084e-10 1.00342e-09 1.01377e-09 1.0361e-09 1.08382e-09 1.21971e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7579e-10 2.71943e-10 4.45244e-10 8.27923e-10 9.88582e-10 9.97064e-10 1.00339e-09 1.01382e-09 1.03664e-09 1.08106e-09 1.21529e-09</Total>
<Absorption>1.21955e-11 2.86871e-12 1.37203e-13 4.89891e-13 2.54916e-12 6.55608e-12 1.21243e-11 2.1763e-11 4.18856e-11 7.73099e-11 1.63307e-10</Absorption>
<NeutronVelocity>1781816562 861615874.4 430220401.9 83355561.48 16376046.43 6382639.221 3452442.603 1923535.612 999290.5037 541327.6602 256276.2042</NeutronVelocity>
<Transport>1896201908 1225747062 748653172.9 402613930.7 337183292.2 334314881.8 332207151.1 328789463 321551679.8 308339346 274282955.8</Transport>
<Removal>1.7579e-10 2.71943e-10 4.45244e-10 8.27923e-10 9.88582e-10 9.97064e-10 1.00339e-09 1.01382e-09 1.03664e-09 1.08106e-09 1.21529e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7555e-10 2.72395e-10 4.45574e-10 8.27656e-10 9.88594e-10 9.9707e-10 1.00339e-09 1.01379e-09 1.03665e-09 1.08119e-09 1.21667e-09</Total>
<Absorption>1.21928e-11 2.80708e-12 1.37176e-13 4.89663e-13 2.55227e-12 6.56165e-12 1.21195e-11 2.17337e-11 4.18967e-11 7.74056e-11 1.64423e-10</Absorption>
<NeutronVelocity>1782432700 860666672.4 429724933.1 83397271.24 16356198.75 6377225.652 3453837.732 1926132.807 999020.9595 540660.3626 254537.1242</NeutronVelocity>
<Transport>1898794266 1223713113 748098707.1 402743813 337179199.3 334312870 332207151.1 328799192.5 321548578 308302271.9 273971852.1</Transport>
<Removal>1.7555e-10 2.72395e-10 4.45574e-10 8.27656e-10 9.88594e-10 9.9707e-10 1.00339e-09 1.01379e-09 1.03665e-09 1.08119e-09 1.21667e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75478e-10 2.72429e-10 4.45045e-10 8.27468e-10 9.88562e-10 9.97066e-10 1.00338e-09 1.01377e-09 1.03676e-09 1.08126e-09 1.21742e-09</Total>
<Absorption>1.2139e-11 2.82881e-12 1.37233e-13 4.88518e-13 2.54638e-12 6.557e-12 1.21143e-11 2.17139e-11 4.19935e-11 7.74621e-11 1.64575e-10</Absorption>
<NeutronVelocity>1780027733 860955660.8 430522309.7 83585482.87 16393845.75 6381743.109 3455305.622 1927889.231 996720.7886 540266.027 254301.51</NeutronVelocity>
<Transport>1899573356 1223560389 748987930.1 402835316.1 337190113.9 334314211.2 332210462 328805679.1 321514461.7 308282312.6 273803069.9</Transport>
<Removal>1.75478e-10 2.72429e-10 4.45045e-10 8.27468e-10 9.88562e-10 9.97066e-10 1.00338e-09 1.01377e-09 1.03676e-09 1.08126e-09 1.21742e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75466e-10 2.72619e-10 4.45323e-10 8.2828e-10 9.88594e-10 9.97048e-10 1.00341e-09 1.01385e-09 1.03668e-09 1.08121e-09 1.21528e-09</Total>
<Absorption>1.21289e-11 2.83735e-12 1.37205e-13 4.90902e-13 2.55126e-12 6.5426e-12 1.21457e-11 2.17895e-11 4.19219e-11 7.74213e-11 1.63666e-10</Absorption>
<NeutronVelocity>1780265402 860400086 430100127.3 83187754.76 16362648.65 6395783.899 3446350.659 1921188.985 998422.4925 540549.3062 255715.2355</NeutronVelocity>
<Transport>1899703266 1222707637 748520362.4 402440398.6 337179199.3 334320246.7 332200529.5 328779734 321539272.8 308296569 274285212.7</Transport>
<Removal>1.75466e-10 2.72619e-10 4.45323e-10 8.2828e-10 9.88594e-10 9.97048e-10 1.00341e-09 1.01385e-09 1.03668e-09 1.08121e-09 1.21528e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75655e-10 2.71987e-10 4.45474e-10 8.27846e-10 9.88571e-10 9.97055e-10 1.00337e-09 1.01385e-09 1.0369e-09 1.07918e-09 1.21091e-09</Total>
<Absorption>1.21694e-11 2.80302e-12 1.37196e-13 4.89431e-13 2.54853e-12 6.54834e-12 1.2105e-11 2.17903e-11 4.21088e-11 7.58822e-11 1.61279e-10</Absorption>
<NeutronVelocity>1781422965 860733344.8 429861627.5 83431365.19 16380070.04 6390143.842 3457946.187 1921122.55 993986.3824 551514.1822 259498.286</NeutronVelocity>
<Transport>1897659237 1225548770 748266640.3 402651378.8 337187044.1 334317899.5 332213772.9 328779734 321471051.5 308876492.6 275275068.6</Transport>
<Removal>1.75655e-10 2.71987e-10 4.45474e-10 8.27846e-10 9.88571e-10 9.97055e-10 1.00337e-09 1.01385e-09 1.0369e-09 1.07918e-09 1.21091e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75722e-10 2.72158e-10 4.45338e-10 8.27554e-10 9.8858e-10 9.97054e-10 1.00337e-09 1.01385e-09 1.0369e-09 1.07914e-09 1.21392e-09</Total>
<Absorption>1.21829e-11 2.83156e-12 1.37192e-13 4.90196e-13 2.54806e-12 6.54803e-12 1.21013e-11 2.17854e-11 4.21134e-11 7.5855e-11 1.62691e-10</Absorption>
<NeutronVelocity>1781099330 861489688 430079779.8 83311811.12 16383075.63 6390470.53 3459022.688 1921561.845 993877.7133 551711.9622 257247.2995</NeutronVelocity>
<Transport>1896935690 1224778744 748495150.5 402793453.2 337183974.3 334318234.9 332213772.9 328779734 321471051.5 308887941.6 274592504.7</Transport>
<Removal>1.75722e-10 2.72158e-10 4.45338e-10 8.27554e-10 9.8858e-10 9.97054e-10 1.00337e-09 1.01385e-09 1.0369e-09 1.07914e-09 1.21392e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75504e-10 2.72076e-10 4.45146e-10 8.28002e-10 9.88531e-10 9.97039e-10 1.00338e-09 1.01383e-09 1.03699e-09 1.07914e-09 1.21199e-09</Total>
<Absorption>1.21855e-11 2.81493e-12 1.37217e-13 4.89308e-13 2.53964e-12 6.53559e-12 1.21166e-11 2.17648e-11 4.21868e-11 7.58601e-11 1.61886e-10</Absorption>
<NeutronVelocity>1782464471 860437102 430366672.4 83450859.96 16437014.18 6402622.514 3454672.963 1923376.526 992152.0771 551672.3949 258525.5255</NeutronVelocity>
<Transport>1899291944 1225147875 748817990.8 402575517.1 337200688 334323264.5 332210462 328786219.9 321443151.2 308887941.6 275029772</Transport>
<Removal>1.75504e-10 2.72076e-10 4.45146e-10 8.28002e-10 9.88531e-10 9.97039e-10 1.00338e-09 1.01383e-09 1.03699e-09 1.07914e-09 1.21199e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75551e-10 2.72313e-10 4.454e-10 8.27889e-10 9.88574e-10 9.97051e-10 1.00338e-09 1.01386e-09 1.03687e-09 1.07913e-09 1.21326e-09</Total>
<Absorption>1.20612e-11 2.84002e-12 1.37199e-13 4.89052e-13 2.54783e-12 6.54589e-12 1.2111e-11 2.17934e-11 4.20821e-11 7.58484e-11 1.62233e-10</Absorption>
<NeutronVelocity>1778495500 861185508 429985466.5 83491968.07 16384605.68 6392553.953 3456249.071 1920849.476 994619.1106 551760.6683 257971.9791</NeutronVelocity>
<Transport>1898783449 1224081602 748390959.4 402630465.4 337186020.8 334319240.8 332210462 328776491.2 321480352.7 308890804 274741880</Transport>
<Removal>1.75551e-10 2.72313e-10 4.454e-10 8.27889e-10 9.88574e-10 9.97051e-10 1.00338e-09 1.01386e-09 1.03687e-09 1.07913e-09 1.21326e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75503e-10 2.72298e-10 4.45357e-10 8.27884e-10 9.88588e-10 9.97053e-10 1.00339e-09 1.0138e-09 1.03609e-09 1.08386e-09 1.22007e-09</Total>
<Absorption>1.21416e-11 2.82268e-12 1.3719e-13 4.88704e-13 2.54947e-12 6.54724e-12 1.21197e-11 2.17435e-11 4.14186e-11 7.94187e-11 1.65895e-10</Absorption>
<NeutronVelocity>1780369996 860429698.6 430053885.8 83548470.65 16374062.18 6391246.549 3453754.231 1925265.061 1010566.483 526956.4576 252279.3439</NeutronVelocity>
<Transport>1899302766 1224149033 748463217.9 402632897 337181245.7 334318570.2 332207151.1 328795949.2 321722372.9 307542794.6 273208367.8</Transport>
<Removal>1.75503e-10 2.72298e-10 4.45357e-10 8.27884e-10 9.88588e-10 9.97053e-10 1.00339e-09 1.0138e-09 1.03609e-09 1.08386e-09 1.22007e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75589e-10 2.7212e-10 4.4543e-10 8.28151e-10 9.88537e-10 9.97073e-10 1.00336e-09 1.01373e-09 1.03608e-09 1.08384e-09 1.22299e-09</Total>
<Absorption>1.21746e-11 2.83212e-12 1.37226e-13 4.89826e-13 2.54028e-12 6.56311e-12 1.20909e-11 2.1681e-11 4.14102e-11 7.94044e-11 1.67202e-10</Absorption>
<NeutronVelocity>1781438833 861000137.8 429922613.9 83363205.15 16432935.55 6375802.554 3462004.501 1930807.58 1010771.795 527050.8868 250305.9991</NeutronVelocity>
<Transport>1898372525 1224949777 748340554.8 402503086.2 337198641.4 334311864.2 332217083.9 328818653.2 321725478.1 307548469.6 272556058</Transport>
<Removal>1.75589e-10 2.7212e-10 4.4543e-10 8.28151e-10 9.88537e-10 9.97073e-10 1.00336e-09 1.01373e-09 1.03608e-09 1.08384e-09 1.22299e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75838e-10 2.7217e-10 4.45369e-10 8.27962e-10 9.88606e-10 9.97056e-10 1.00339e-09 1.01381e-09 1.03606e-09 1.08371e-09 1.21752e-09</Total>
<Absorption>1.217e-11 2.83398e-12 1.37195e-13 4.88402e-13 2.55399e-12 6.54959e-12 1.21235e-11 2.17533e-11 4.13934e-11 7.93054e-11 1.64656e-10</Absorption>
<NeutronVelocity>1780306604 861370958 430026145.6 83595265.16 16345317.72 6388959.877 3452669.086 1924390.69 1011181.647 527710.055 254177.4057</NeutronVelocity>
<Transport>1895684285 1224724743 748443051.3 402594966.1 337175106.5 334317564.2 332207151.1 328792706.1 321731688.6 307585362.6 273780581.3</Transport>
<Removal>1.75838e-10 2.7217e-10 4.45369e-10 8.27962e-10 9.88606e-10 9.97056e-10 1.00339e-09 1.01381e-09 1.03606e-09 1.08371e-09 1.21752e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75773e-10 2.72099e-10 4.45672e-10 8.28425e-10 9.88559e-10 9.97055e-10 1.00339e-09 1.01374e-09 1.0361e-09 1.08355e-09 1.21457e-09</Total>
<Absorption>1.21937e-11 2.83203e-12 1.37177e-13 4.91266e-13 2.54466e-12 6.54879e-12 1.21261e-11 2.16877e-11 4.14241e-11 7.91874e-11 1.63421e-10</Absorption>
<NeutronVelocity>1780113286 861014964.4 429568026.4 83127592.54 16404818.42 6389735.529 3451942.063 1930215.007 1010432.718 528496.5331 256098.3418</NeutronVelocity>
<Transport>1896385300 1225044316 747934205.7 402369959.1 337191137.1 334317899.5 332207151.1 328815409.6 321719267.8 307630781.5 274445551.4</Transport>
<Removal>1.75773e-10 2.72099e-10 4.45672e-10 8.28425e-10 9.88559e-10 9.97055e-10 1.00339e-09 1.01374e-09 1.0361e-09 1.08355e-09 1.21457e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75628e-10 2.71917e-10 4.45334e-10 8.27731e-10 9.88577e-10 9.97064e-10 1.00338e-09 1.01386e-09 1.03669e-09 1.08109e-09 1.21581e-09</Total>
<Absorption>1.21726e-11 2.83208e-12 1.37182e-13 4.89098e-13 2.55021e-12 6.55591e-12 1.21126e-11 2.17996e-11 4.19261e-11 7.73301e-11 1.63758e-10</Absorption>
<NeutronVelocity>1782315156 861222591.6 430090878.2 83486391.72 16369291.21 6382802.178 3455795.196 1920307.249 998322.8177 541187.0397 255571.4578</NeutronVelocity>
<Transport>1897950972 1225864265 748501873.5 402707320.8 337184997.6 334314881.8 332210462 328776491.2 321536171.2 308330789.6 274165645.4</Transport>
<Removal>1.75628e-10 2.71917e-10 4.45334e-10 8.27731e-10 9.88577e-10 9.97064e-10 1.00338e-09 1.01386e-09 1.03669e-09 1.08109e-09 1.21581e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7552e-10 2.72115e-10 4.45203e-10 8.27918e-10 9.88544e-10 9.97041e-10 1.00338e-09 1.01378e-09 1.03678e-09 1.08114e-09 1.21602e-09</Total>
<Absorption>1.21816e-11 2.7713e-12 1.37192e-13 4.90466e-13 2.54393e-12 6.53709e-12 1.21133e-11 2.17251e-11 4.20099e-11 7.7367e-11 1.63936e-10</Absorption>
<NeutronVelocity>1782515307 860459313.2 430294450.5 83262560.16 16409475.49 6401147.086 3455592.185 1926889.942 996333.4927 540929.4249 255292.8592</NeutronVelocity>
<Transport>1899118809 1224972285 748722118.5 402616362.2 337196253.6 334322593.9 332210462 328802435.8 321508259.5 308316530.1 274118298.5</Transport>
<Removal>1.7552e-10 2.72115e-10 4.45203e-10 8.27918e-10 9.88544e-10 9.97041e-10 1.00338e-09 1.01378e-09 1.03678e-09 1.08114e-09 1.21602e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75714e-10 2.72196e-10 4.45605e-10 8.27938e-10 9.88508e-10 9.97081e-10 1.0034e-09 1.01376e-09 1.0367e-09 1.0812e-09 1.213e-09</Total>
<Absorption>1.21635e-11 2.82386e-12 1.3717e-13 4.89741e-13 2.53639e-12 6.57027e-12 1.21348e-11 2.17091e-11 4.19393e-11 7.74132e-11 1.62325e-10</Absorption>
<NeutronVelocity>1780119624 861460002.4 429676925.9 83376411.15 16457952.4 6368858.828 3449477.232 1928305.598 998003.992 540607.7512 257826.9826</NeutronVelocity>
<Transport>1897022055 1224607758 748046663.2 402606636.4 337208533.8 334309181.8 332203840.3 328808922.6 321533069.7 308299420.4 274800769.4</Transport>
<Removal>1.75714e-10 2.72196e-10 4.45605e-10 8.27938e-10 9.88508e-10 9.97081e-10 1.0034e-09 1.01376e-09 1.0367e-09 1.0812e-09 1.213e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75813e-10 2.72433e-10 4.45664e-10 8.27663e-10 9.88586e-10 9.97063e-10 1.0034e-09 1.01382e-09 1.03678e-09 1.08106e-09 1.21876e-09</Total>
<Absorption>1.21789e-11 2.82098e-12 1.37147e-13 4.8831e-13 2.55128e-12 6.55524e-12 1.21291e-11 2.17593e-11 4.20036e-11 7.73065e-11 1.65249e-10</Absorption>
<NeutronVelocity>1781191332 860377878 429593862 83616934.1 16362568.33 6383454.087 3451084.331 1923857.565 996482.4171 541354.0347 253263.939</NeutronVelocity>
<Transport>1895953845 1223542424 747947631.7 402740406.8 337181927.9 334315217.1 332203840.3 328789463 321508259.5 308339346 273502029.4</Transport>
<Removal>1.75813e-10 2.72433e-10 4.45664e-10 8.27663e-10 9.88586e-10 9.97063e-10 1.0034e-09 1.01382e-09 1.03678e-09 1.08106e-09 1.21876e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7568e-10 2.71794e-10 4.45256e-10 8.27146e-10 9.88577e-10 9.97056e-10 1.00341e-09 1.01391e-09 1.03692e-09 1.07916e-09 1.21475e-09</Total>
<Absorption>1.22228e-11 2.82679e-12 1.37254e-13 4.88575e-13 2.54834e-12 6.55035e-12 1.21383e-11 2.18417e-11 4.21309e-11 7.58752e-11 1.62879e-10</Absorption>
<NeutronVelocity>1783179623 861652995.1 430183387.2 83580592.59 16381277.51 6388225.223 3448478.014 1916604.696 993463.0134 551562.8533 256950.5113</NeutronVelocity>
<Transport>1897389192 1226419028 748632996.1 402992136 337184997.6 334317564.2 332200529.5 328760277.9 321464851 308882217 274404884.4</Transport>
<Removal>1.7568e-10 2.71794e-10 4.45256e-10 8.27146e-10 9.88577e-10 9.97056e-10 1.00341e-09 1.01391e-09 1.03692e-09 1.07916e-09 1.21475e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75691e-10 2.72458e-10 4.45456e-10 8.27567e-10 9.88575e-10 9.97033e-10 1.0034e-09 1.01385e-09 1.03693e-09 1.07912e-09 1.21381e-09</Total>
<Absorption>1.21629e-11 2.82662e-12 1.37194e-13 4.88903e-13 2.5481e-12 6.53112e-12 1.21323e-11 2.17901e-11 4.21347e-11 7.58402e-11 1.62691e-10</Absorption>
<NeutronVelocity>1782057885 860496334.3 429898586.9 83521953.75 16382834.07 6407011.834 3450179.409 1921141.004 993374.1941 551818.5179 257247.2995</NeutronVelocity>
<Transport>1897270397 1223430156 748296876.3 402787125.8 337185679.7 334325276.4 332203840.3 328779734 321461750.9 308893666.4 274617389.3</Transport>
<Removal>1.75691e-10 2.72458e-10 4.45456e-10 8.27567e-10 9.88575e-10 9.97033e-10 1.0034e-09 1.01385e-09 1.03693e-09 1.07912e-09 1.21381e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.75539e-10 2.72095e-10 4.45157e-10 8.2794e-10 9.88584e-10 9.97083e-10 1.00341e-09 1.01396e-09 1.03691e-09 1.07931e-09 1.21268e-09</Total>
<Absorption>1.21506e-11 2.83249e-12 1.37197e-13 4.90237e-13 2.55064e-12 6.57092e-12 1.21446e-11 2.18867e-11 4.21181e-11 7.59839e-11 1.61718e-10</Absorption>
<NeutronVelocity>1781407098 860748162.3 430357411.8 83299319.44 16366612.11 6368209.896 3446683.257 1912663.939 993769.0679 550776.0434 258794.4835</NeutronVelocity>
<Transport>1898913252 1225062325 748799487.2 402605663.9 337182610 334308511.3 332200529.5 328744066.2 321467951.3 308839289.3 274873283.4</Transport>
<Removal>1.75539e-10 2.72095e-10 4.45157e-10 8.2794e-10 9.88584e-10 9.97083e-10 1.00341e-09 1.01396e-09 1.03691e-09 1.07931e-09 1.21268e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>1.7543e-10 2.72016e-10 4.4552e-10 8.28155e-10 9.88544e-10 9.9706e-10 1.0034e-09 1.01381e-09 1.0369e-09 1.07923e-09 1.21087e-09</Total>
<Absorption>1.20951e-11 2.8501e-12 1.37212e-13 4.89861e-13 2.54269e-12 6.55246e-12 1.21299e-11 2.17532e-11 4.21132e-11 7.59254e-11 1.61262e-10</Absorption>
<NeutronVelocity>1779932683 861155843.4 429782186.4 83357645.98 16417476.73 6386144.621 3450858.056 1924405.503 993887.5913 551198.0289 259525.2246</NeutronVelocity>
<Transport>1900093105 1225418113 748189381.7 402501142.1 337196253.6 334316223 332203840.3 328792706.1 321471051.5 308862182.6 275284162.1</Transport>
<Removal>1.7543e-10 2.72016e-10 4.4552e-10 8.28155e-10 9.88544e-10 9.9706e-10 1.0034e-09 1.01381e-09 1.0369e-09 1.07923e-09 1.21087e-09</Removal>
<Scattering profile="1">
<Profile>
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
12 0
</Profile>
<Value/>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
<Multigroup_Cross_Section_Library ID="1008" Ver="1.0" Generator="INL" TimeCreated="Wed Jul 12 14:15:55 2023" Description="">
<Tabulation>Tfuel Tmod CD</Tabulation>
<Tfuel>800 1000 1200 1400 1600</Tfuel>
<Tmod>800 1000 1200</Tmod>
<CD>0 60 120 180</CD>
<ReferenceGridIndex>1 1 1</ReferenceGridIndex>
<AllReactions>Total Absorption Scattering Transport Removal NeutronVelocity</AllReactions>
<TablewiseReactions/>
<LibrarywiseReactions/>
<Table gridIndex="1 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.3098 0.4922 0.650859 0.74892 0.762087 0.762441 0.762653 0.762742 0.764201 0.768609 0.806539</Total>
<Absorption>0.00390878 1.18431e-06 7.16391e-07 3.52743e-06 1.70375e-05 4.3234e-05 7.93633e-05 0.000142938 0.000281555 0.000528325 0.00108826</Absorption>
<NeutronVelocity>1738631523 835722105.7 421748739 78712267.31 16106898.26 6327311.842 3443146.761 1913655.848 972006.2208 518008.5679 251297.3224</NeutronVelocity>
<Transport>0.212483 0.436404 0.59412 0.692552 0.705434 0.705202 0.705907 0.707183 0.712561 0.729986 0.825441</Transport>
<Removal>0.063353 0.074305 0.102127 0.031444 0.067527 0.095856 0.168992 0.109112 0.178781 0.090026 0.183913</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246447
0.0660989 0.417895
0.00245846 0.0743041 0.548732
0.000735142 0 0.102127 0.717476
2.6253e-06 0 0 0.0314395 0.69456
0.0675105 0.666585 9.94214e-05
0.0958108 0.593661 0.000441841
0.168816 0.65363 0.00540896
0.108406 0.58542 0.0269762 0.000309329
0.000106835 0.172322 0.678583 0.182513
0.000771072 0.0625027 0.622626
0.0895362
-0.00595758 0.0729042
0.000502319 -0.0196714 0.0828021
0.000266932 0 -0.0277172 0.0649696
4.86694e-07 0 0 -0.00889337 0.0757437
-0.0190938 0.0843946 8.9345e-05
-0.0271588 0.10384 0.000295268
-0.0471829 0.0827668 0.000864006
-0.0274512 0.083327 -0.00352946 -0.000156184
-7.83112e-05 -0.0321761 0.0548576 -0.0370178
-0.000395209 -0.0128664 0.000862667
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309871 0.492267 0.650863 0.748934 0.762087 0.762441 0.762653 0.762742 0.764208 0.768622 0.80653</Total>
<Absorption>0.00390084 1.18336e-06 7.16372e-07 3.53058e-06 1.70508e-05 4.32539e-05 7.93615e-05 0.000142959 0.000282208 0.0005289 0.00108777</Absorption>
<NeutronVelocity>1737691928 835826883.5 421759411.6 78640463.66 16094299.72 6324390.645 3443229.75 1913377.571 969762.796 517445.6811 251409.1483</NeutronVelocity>
<Transport>0.213068 0.43671 0.593722 0.692556 0.705508 0.705178 0.706612 0.707227 0.711265 0.730151 0.824879</Transport>
<Removal>0.063102 0.074312 0.102128 0.031488 0.067726 0.096002 0.169383 0.109348 0.179877 0.09001 0.184129</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246769
0.0658386 0.417955
0.00245492 0.0743103 0.548735
0.000734782 0 0.102128 0.717446
0.0314858 0.694361
0.0677114 0.666439 0.000120494
0.095961 0.59327 0.000423703
0.169185 0.653394 0.00528442
0.108661 0.584331 0.0266941 0.000310586
0.000119625 0.173557 0.678612 0.182729
0.000765895 0.0627783 0.622401
0.0894843
-0.00606116 0.0726814
0.000505452 -0.019673 0.0831945
0.00026362 0 -0.0277289 0.0650054
-0.00890794 0.0757738
-0.0191963 0.084165 0.000107201
-0.0269067 0.10304 0.00028344
-0.0471062 0.0828984 0.000832779
-0.0276016 0.0844177 -0.00350888 -0.000153389
-8.54434e-05 -0.0319509 0.0548337 -0.037252
-0.000373429 -0.0130175 0.00176986
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309701 0.492279 0.650851 0.748954 0.762087 0.762441 0.762653 0.762742 0.764214 0.76863 0.80669</Total>
<Absorption>0.00391307 1.18262e-06 7.16362e-07 3.53368e-06 1.70561e-05 4.32613e-05 7.93838e-05 0.000142993 0.000282619 0.000529269 0.00108846</Absorption>
<NeutronVelocity>1738344401 835784969.2 421768305.8 78570642.86 16089276.18 6323310.886 3442257.846 1912920.053 968344.8082 517084.4709 251249.9686</NeutronVelocity>
<Transport>0.213019 0.436504 0.593822 0.692219 0.705486 0.705438 0.705328 0.706923 0.712099 0.730269 0.824913</Transport>
<Removal>0.063087 0.074271 0.102246 0.031534 0.067815 0.096058 0.169335 0.109555 0.182046 0.089922 0.183563</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246614
0.0657786 0.418008
0.00238097 0.0742693 0.548605
0.00071492 0 0.102245 0.71742
7.2796e-07 0 0 0.0315292 0.694272
0.0677953 0.666383 0.000100593
0.0960173 0.593318 0.000439468
0.169146 0.653187 0.00522199
0.10886 0.582168 0.0265302 0.00030489
0.000109012 0.175749 0.678708 0.182177
0.000798937 0.0628664 0.623127
0.0892146
-0.00599725 0.07281
0.000464321 -0.0195658 0.0830311
0.00022226 0 -0.0277185 0.0653372
5.43866e-07 0 0 -0.00889425 0.0756323
-0.0190325 0.0839343 8.73734e-05
-0.0269328 0.104222 0.000301817
-0.0469851 0.0829622 0.000826976
-0.0273861 0.0843093 -0.00350242 -0.000155996
-7.91561e-05 -0.0326321 0.0546868 -0.0370331
-0.000407646 -0.0129868 0.0012613
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309888 0.492338 0.650823 0.748947 0.762087 0.762441 0.762653 0.762742 0.764214 0.768628 0.806509</Total>
<Absorption>0.00389557 1.18572e-06 7.163e-07 3.53254e-06 1.7052e-05 4.32711e-05 7.93683e-05 0.000142982 0.000282681 0.000529327 0.00108712</Absorption>
<NeutronVelocity>1737326637 835826883.5 421809224.1 78596579.48 16093134.19 6321871.78 3442933.379 1913066.435 968138.56 517028.328 251559.67</NeutronVelocity>
<Transport>0.213163 0.436505 0.593682 0.692563 0.705071 0.705501 0.705217 0.707266 0.712181 0.730293 0.824829</Transport>
<Removal>0.063404 0.074329 0.102125 0.031588 0.06773 0.096222 0.168977 0.109586 0.182031 0.089955 0.1837</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246484
0.0662115 0.418009
0.00242186 0.0743279 0.548698
0.00068319 0 0.102126 0.717359
1.45081e-06 0 0 0.0315845 0.694357
0.0677071 0.666219 0.000126169
0.0961799 0.593676 0.000473945
0.168761 0.653156 0.00517278
0.108876 0.582183 0.0264918 0.000315614
0.000100373 0.175816 0.678673 0.182264
0.000750908 0.0629257 0.622809
0.0892431
-0.00597475 0.0728002
0.000479858 -0.0195139 0.0830954
0.000208223 0 -0.0276685 0.0649855
1.22887e-07 0 0 -0.00888986 0.0761459
-0.0191337 0.0839699 0.000109139
-0.0270327 0.104368 0.00031647
-0.0470415 0.0826921 0.000847054
-0.0274855 0.0839259 -0.0035323 -0.000158172
-7.45343e-05 -0.0323709 0.0547011 -0.0369356
-0.000388894 -0.0130007 0.00146926
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309975 0.492304 0.650815 0.748932 0.762093 0.762478 0.762782 0.763171 0.765814 0.77335 0.827381</Total>
<Absorption>0.00389564 1.183e-06 7.16248e-07 3.5299e-06 1.7039e-05 4.32335e-05 7.93793e-05 0.00014325 0.000285664 0.000512119 0.00107453</Absorption>
<NeutronVelocity>1736711121 835645285.3 421844811.7 78655308.84 16105004.63 6327031.61 3442317.092 1909468.289 958019.5819 534396.426 254520.928</NeutronVelocity>
<Transport>0.212811 0.437143 0.593356 0.69256 0.705279 0.70561 0.705473 0.707855 0.714412 0.733895 0.846775</Transport>
<Removal>0.06342 0.074462 0.102124 0.031485 0.067525 0.09587 0.168391 0.110987 0.189858 0.105161 0.240351</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246555
0.0660977 0.417842
0.00252086 0.0744605 0.548691
0.000726278 0 0.102124 0.717447
6.67979e-07 0 0 0.0314826 0.694568
0.0675061 0.666608 0.000205117
0.0958355 0.594391 0.000748065
0.1681 0.652184 0.00632074 1.06284e-07
0.109911 0.575956 0.0454985 0.00107342
0.000178488 0.182126 0.668189 0.238221
0.00114041 0.0591466 0.58703
0.0897449
-0.00616119 0.07228
0.000511466 -0.0195869 0.0834642
0.000242806 0 -0.0277379 0.0649882
-3.04328e-08 0 0 -0.0089056 0.0758305
-0.0190179 0.0840428 0.000171559
-0.0271778 0.103374 0.000458943
-0.0462371 0.0817753 0.000624896 -7.75675e-08
-0.026814 0.0819045 -0.00605642 -0.000520753
-0.000126061 -0.0305847 0.0566411 -0.0455998
-0.000559419 -0.0113657 0.0107669
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309733 0.492327 0.650796 0.748946 0.762093 0.762478 0.762783 0.763171 0.765825 0.773361 0.827478</Total>
<Absorption>0.00391026 1.18447e-06 7.16155e-07 3.53123e-06 1.70452e-05 4.3256e-05 7.93704e-05 0.000143269 0.000286154 0.000512408 0.00107355</Absorption>
<NeutronVelocity>1738740352 835589424.8 421907104.5 78625005.9 16099144.97 6323710.753 3442696.32 1909209.454 956379.5297 534093.883 254754.3531</NeutronVelocity>
<Transport>0.212643 0.437043 0.593842 0.692713 0.704881 0.705046 0.705764 0.707268 0.713923 0.734042 0.846867</Transport>
<Removal>0.063437 0.074548 0.102113 0.031551 0.067635 0.095855 0.168629 0.111149 0.190813 0.105372 0.24084</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246296
0.0662582 0.417779
0.00242088 0.0745471 0.548683
0.000773349 0 0.102113 0.717395
1.37523e-06 0 0 0.0315463 0.694458
0.0676173 0.666623 0.000161243
0.0958124 0.594154 0.000682277
0.168379 0.652022 0.0061385 1.95256e-07
0.110137 0.575012 0.0454668 0.00104773
0.00018224 0.183277 0.667989 0.238754
0.00112458 0.0593932 0.586638
0.0892797
-0.00596509 0.0724183
0.00046689 -0.0196571 0.0831005
0.000248322 0 -0.0278726 0.0648264
5.12782e-08 0 0 -0.00888625 0.0763655
-0.0191553 0.0845492 0.000136366
-0.0271205 0.103419 0.000408315
-0.0465378 0.0824573 0.00056366 -1.49316e-07
-0.0268544 0.0824921 -0.00599166 -0.000522728
-0.000131738 -0.0306233 0.0564977 -0.0455927
-0.000547837 -0.0114305 0.0108847
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310154 0.492331 0.65087 0.74896 0.762093 0.762478 0.762782 0.763172 0.76584 0.773365 0.827395</Total>
<Absorption>0.00389887 1.18769e-06 7.16385e-07 3.53525e-06 1.7052e-05 4.32581e-05 7.94052e-05 0.000143324 0.000286794 0.000512506 0.00107348</Absorption>
<NeutronVelocity>1736753348 835798940.2 421750517.7 78534237 16092719.81 6323430.841 3441191.754 1908488 954244.0002 533991.2105 254769.93</NeutronVelocity>
<Transport>0.213449 0.437156 0.593634 0.692763 0.705078 0.704967 0.70673 0.707033 0.713575 0.734073 0.846344</Transport>
<Removal>0.063505 0.074342 0.102086 0.031616 0.067774 0.095969 0.169017 0.111308 0.192646 0.105236 0.240375</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246649
0.0661889 0.417989
0.00244172 0.0743411 0.548784
0.000706751 0 0.102085 0.717344
0.0316131 0.694319
0.0677568 0.666509 0.00019744
0.0959288 0.593765 0.00073044
0.168731 0.651864 0.00597942 2.78176e-07
0.110244 0.573194 0.0454184 0.00105784
0.000183506 0.185225 0.668129 0.238253
0.00114408 0.0593008 0.58702
0.0893852
-0.00618157 0.0723575
0.000514388 -0.0196972 0.083349
0.000270176 0 -0.0277758 0.0649033
-0.00898418 0.0761852
-0.0191723 0.0846716 0.000165671
-0.0271634 0.102611 0.000451099
-0.0467251 0.0825096 0.000619118 -1.84443e-07
-0.0267103 0.0829036 -0.00603869 -0.000510449
-0.000132848 -0.030735 0.056543 -0.045501
-0.000542703 -0.0114548 0.010897
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309971 0.492197 0.650795 0.748941 0.762093 0.762478 0.762782 0.763172 0.765841 0.773378 0.827486</Total>
<Absorption>0.00389547 1.18371e-06 7.16151e-07 3.5311e-06 1.70524e-05 4.32648e-05 7.93887e-05 0.000143305 0.000286855 0.000512816 0.00107402</Absorption>
<NeutronVelocity>1737012790 835819897.5 421910664.6 78628096.96 16092357.26 6322431.354 3441914.255 1908742.997 954043.7143 533669.1891 254641.4775</NeutronVelocity>
<Transport>0.212676 0.436264 0.593878 0.692569 0.705615 0.705632 0.705968 0.707251 0.714389 0.733797 0.846591</Transport>
<Removal>0.063203 0.074311 0.101959 0.031565 0.067819 0.095992 0.168812 0.11104 0.193476 0.105113 0.240168</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246768
0.0660975 0.417886
0.00236601 0.0743097 0.548836
0.000668091 0 0.101958 0.717376
1.4398e-06 0 0 0.0315606 0.694274
0.0678006 0.666486 0.000192713
0.0959528 0.59397 0.000713703
0.168555 0.652132 0.00603854 9.49091e-08
0.10999 0.572365 0.0451747 0.0010625
0.000181252 0.18601 0.668265 0.238019
0.00114355 0.0594356 0.587318
0.0898343
-0.00596868 0.0729753
0.000466056 -0.019629 0.0829823
0.000198811 0 -0.0277752 0.0650409
3.12729e-07 0 0 -0.00895523 0.0757323
-0.0192559 0.0837503 0.000162278
-0.0269062 0.103022 0.000437087
-0.0463689 0.0821873 0.000544098 -8.32356e-08
-0.0266024 0.082316 -0.00605662 -0.000507712
-0.000130023 -0.0308804 0.0568706 -0.0454173
-0.000547371 -0.0114593 0.0106909
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309865 0.492257 0.650805 0.748929 0.762099 0.762515 0.762902 0.763576 0.767397 0.777794 0.84811</Total>
<Absorption>0.00390045 1.18596e-06 7.16187e-07 3.52709e-06 1.70409e-05 4.32351e-05 7.93744e-05 0.000143697 0.000286043 0.000500284 0.00106512</Absorption>
<NeutronVelocity>1737580211 835917712.3 421883965 78715984.86 16101711.29 6325630.824 3441795.791 1903112.541 956599.0989 546986.1066 256765.119</NeutronVelocity>
<Transport>0.212552 0.43679 0.593522 0.69281 0.705112 0.705339 0.706744 0.708023 0.715179 0.737702 0.866446</Transport>
<Removal>0.06292 0.074301 0.102013 0.031422 0.067545 0.095515 0.168189 0.113931 0.189522 0.122964 0.292517</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246945
0.0656674 0.417956
0.00238704 0.0742997 0.548792
0.000751576 0 0.102012 0.717507
1.36289e-06 0 0 0.0314187 0.694554
0.067524 0.667 0.000250218
0.0954759 0.594713 0.00105025
0.167856 0.649645 0.00766949 1.46701e-06
0.112426 0.577875 0.0658915 0.0026478
0.000310638 0.180122 0.65483 0.288806
0.00144546 0.0565676 0.555593
0.0898781
-0.00605103 0.0725971
0.000431418 -0.0196741 0.083192
0.000273087 0 -0.0276439 0.0647296
-5.8684e-08 0 0 -0.00889265 0.076154
-0.0191688 0.0839396 0.000199802
-0.0267678 0.102361 0.000561036
-0.046403 0.0812829 0.000315052 -1.04921e-06
-0.0261002 0.0809751 -0.00862767 -0.0011988
-0.000213194 -0.0284216 0.0585479 -0.0514358
-0.000674221 -0.0101495 0.0176624
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309888 0.492375 0.650825 0.748937 0.762099 0.762515 0.762901 0.763577 0.767411 0.777809 0.848053</Total>
<Absorption>0.00389661 1.18368e-06 7.16246e-07 3.53077e-06 1.7049e-05 4.32482e-05 7.93735e-05 0.000143729 0.000286473 0.000500527 0.00106377</Absorption>
<NeutronVelocity>1737634558 835491686.9 421844811.7 78633043.18 16094014.8 6323710.753 3441843.176 1902692.5 955164.5749 546719.9536 257091.2185</NeutronVelocity>
<Transport>0.212685 0.436818 0.593638 0.69265 0.705308 0.705446 0.706971 0.707501 0.714989 0.737839 0.866401</Transport>
<Removal>0.063275 0.074439 0.102132 0.031488 0.067607 0.095713 0.168365 0.114112 0.190666 0.123065 0.292626</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246613
0.0661452 0.417936
0.00243612 0.0744373 0.548693
0.000697769 0 0.102132 0.717449
1.36305e-06 0 0 0.031484 0.694492
0.0675878 0.666802 0.000256812
0.0956658 0.594536 0.00102395
0.168022 0.649465 0.00747017 1.50367e-06
0.112657 0.576745 0.0656755 0.00248309
0.000288878 0.18145 0.654744 0.289044
0.00146226 0.0568981 0.555427
0.0894141
-0.00598701 0.0725965
0.000450305 -0.0194831 0.083306
0.000231288 0 -0.0278751 0.0649441
1.34826e-08 0 0 -0.00893969 0.075973
-0.0191843 0.0838827 0.000210127
-0.0268178 0.102238 0.000558218
-0.046518 0.0819294 0.000281972 -9.90119e-07
-0.0262416 0.08099 -0.00862156 -0.00115086
-0.000197256 -0.0281771 0.0584741 -0.0518291
-0.000686742 -0.0102074 0.0180823
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31002 0.492226 0.650837 0.748954 0.762099 0.762515 0.762902 0.763578 0.767429 0.777819 0.84799</Total>
<Absorption>0.00388418 1.18653e-06 7.16288e-07 3.53284e-06 1.70504e-05 4.32563e-05 7.93813e-05 0.000143768 0.000287034 0.000500687 0.00106359</Absorption>
<NeutronVelocity>1735818794 835729090.1 421816341.2 78586079.26 16092693.92 6322511.301 3441499.668 1902174.947 953297.9342 546546.645 257134.8492</NeutronVelocity>
<Transport>0.213379 0.436801 0.593647 0.692447 0.705603 0.705208 0.706028 0.708063 0.715475 0.737915 0.865597</Transport>
<Removal>0.063616 0.074325 0.102187 0.03158 0.067727 0.095901 0.168669 0.114305 0.192278 0.122984 0.292756</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
</Profile>
<Value>
0.246404
0.0664611 0.417901
0.00242871 0.074324 0.54865
0.000708438 0 0.102186 0.717374
2.11834e-06 0 0 0.0315749 0.694372
0.0677107 0.666614 0.000305989
0.0958629 0.594233 0.00103857
0.168288 0.649273 0.00732154 5.77198e-07
0.112836 0.575151 0.0656356 0.00253833
0.000292601 0.183197 0.654835 0.289133
4.99854e-07 0.00148948 0.0568521 0.555234
0.0894436
-0.0061175 0.0726286
0.000456507 -0.0197334 0.0831552
0.000232526 0 -0.0276892 0.0651446
-1.01418e-06 0 0 -0.00891317 0.0758021
-0.0193075 0.084357 0.000248762
-0.0270521 0.102641 0.000567363
-0.0460159 0.0813432 0.000301022 -3.57719e-07
-0.0262119 0.0807438 -0.00869028 -0.00117035
-0.00020434 -0.0284182 0.0585041 -0.0513521
-3.16616e-07 -0.000690533 -0.0102226 0.0182799
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="1 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310085 0.492213 0.650839 0.748949 0.762099 0.762515 0.762902 0.763577 0.767433 0.777829 0.84792</Total>
<Absorption>0.00389134 1.18719e-06 7.16323e-07 3.5315e-06 1.70561e-05 4.32468e-05 7.9379e-05 0.000143751 0.000287146 0.000500855 0.00106365</Absorption>
<NeutronVelocity>1736222639 835875788.9 421791432.6 78616352.2 16087309.04 6323910.706 3441594.422 1902399.306 952925.4812 546364.4907 257121.6262</NeutronVelocity>
<Transport>0.212779 0.436882 0.59341 0.692581 0.705386 0.704998 0.705278 0.708007 0.715555 0.737969 0.865631</Transport>
<Removal>0.063539 0.074307 0.102102 0.031553 0.067805 0.095842 0.167917 0.114341 0.192696 0.122835 0.293041</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246546
0.0663046 0.417906
0.00245064 0.0743052 0.548737
0.000696453 0 0.102102 0.717396
0.0315495 0.694294
0.067789 0.666673 0.000271295
0.0957924 0.594985 0.000982011
0.167557 0.649236 0.00723911 1.80054e-06
0.112935 0.574737 0.0654073 0.00261267
0.00029456 0.183679 0.654994 0.28934
0.00149048 0.0569239 0.554879
0.0896547
-0.00587806 0.0723681
0.000500231 -0.0195155 0.0833697
0.000237218 0 -0.0276478 0.0650132
-0.00892241 0.0758481
-0.0191362 0.0843969 0.000223546
-0.0268831 0.103335 0.000522009
-0.0459351 0.0816305 0.000292365 -1.39443e-06
-0.0264019 0.0807771 -0.00864937 -0.00122256
-0.000208943 -0.0285142 0.0584193 -0.0513253
-0.000694246 -0.0102235 0.0183144
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309882 0.492278 0.650808 0.748924 0.762087 0.762441 0.762653 0.762742 0.764204 0.768616 0.806668</Total>
<Absorption>0.00389227 1.18003e-06 7.16202e-07 3.52847e-06 1.70408e-05 4.32334e-05 7.93587e-05 0.00014291 0.000281836 0.000528627 0.00108892</Absorption>
<NeutronVelocity>1737196859 835610371.6 421875065.9 78688730.99 16103733.81 6327391.912 3443348.312 1914029.453 971043.4833 517710.8895 251143.33</NeutronVelocity>
<Transport>0.213062 0.436321 0.593882 0.692923 0.70558 0.705791 0.705925 0.706469 0.712144 0.729809 0.825632</Transport>
<Removal>0.063399 0.074368 0.102051 0.031478 0.067525 0.095963 0.168993 0.109102 0.178918 0.089839 0.183926</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246483
0.0662626 0.41791
0.00243882 0.0743664 0.548757
0.000721883 0 0.102049 0.717446
0.0314739 0.694562
0.0675102 0.666478 0.000111794
0.0959188 0.59366 0.000458514
0.168805 0.65364 0.00531042
0.108374 0.585286 0.0267589 0.000321967
0.000107084 0.172534 0.678777 0.182506
0.000791857 0.0625559 0.622742
0.0893201
-0.0060285 0.072938
0.000478303 -0.0195401 0.0829118
0.000239699 0 -0.0276751 0.0645727
-0.00885749 0.0755914
-0.0190853 0.0838437 9.59035e-05
-0.0271973 0.103629 0.000316168
-0.0469955 0.0833003 0.000772838
-0.0272889 0.0839313 -0.00347151 -0.000168732
-7.8332e-05 -0.0322636 0.0549278 -0.0373352
-0.000396018 -0.0128125 0.000827852
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309729 0.49219 0.650854 0.748936 0.762087 0.762441 0.762653 0.762742 0.764207 0.768613 0.806422</Total>
<Absorption>0.00390342 1.18316e-06 7.1635e-07 3.52924e-06 1.70453e-05 4.32537e-05 7.9359e-05 0.000142986 0.000282069 0.000528623 0.00108753</Absorption>
<NeutronVelocity>1738444127 835819897.5 421775421.5 78670778.53 16099481.92 6324390.645 3443336.455 1913004.22 970233.2441 517716.2501 251466.0471</NeutronVelocity>
<Transport>0.212507 0.436652 0.593821 0.692437 0.704596 0.70553 0.705976 0.707745 0.711917 0.73003 0.825043</Transport>
<Removal>0.063316 0.074288 0.102225 0.031465 0.067583 0.095882 0.169197 0.109491 0.179977 0.089889 0.184098</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246413
0.0660966 0.417902
0.00244587 0.0742864 0.548629
0.00071833 0 0.102224 0.717471
1.35551e-06 0 0 0.031462 0.694504
0.0675643 0.666559 0.000115902
0.0958397 0.593456 0.000482387
0.168997 0.653251 0.00528064
0.108769 0.58423 0.0268015 0.000304069
9.72389e-05 0.173661 0.678724 0.182692
0.000766177 0.0625522 0.622324
0.0894167
-0.00604381 0.0726065
0.000490701 -0.0195841 0.0830639
0.000235059 0 -0.0276914 0.0651115
6.11767e-08 0 0 -0.00889018 0.0764904
-0.019003 0.0840249 0.000102129
-0.0271166 0.103628 0.000323899
-0.047054 0.0822807 0.000812377
-0.0275508 0.0842717 -0.0034977 -0.00015676
-7.07873e-05 -0.0324351 0.0548442 -0.0372414
-0.000378217 -0.0129365 0.0013969
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.31006 0.492225 0.65081 0.748944 0.762087 0.762441 0.762653 0.762742 0.764215 0.768626 0.806723</Total>
<Absorption>0.00389477 1.1888e-06 7.16227e-07 3.53103e-06 1.70548e-05 4.32562e-05 7.93819e-05 0.000142993 0.000282767 0.000529232 0.00108816</Absorption>
<NeutronVelocity>1736759381 835945663.5 421859048.5 78630569.99 16090467.04 6324070.678 3442340.792 1912923.713 967838.7194 517121.9063 251320.0586</NeutronVelocity>
<Transport>0.212749 0.436571 0.59382 0.692464 0.705427 0.705559 0.706146 0.707236 0.712086 0.730147 0.825169</Transport>
<Removal>0.063357 0.074236 0.102206 0.031537 0.067694 0.096092 0.169254 0.109333 0.18178 0.089816 0.183832</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246703
0.0660582 0.417989
0.00246116 0.0742352 0.548604
0.000728152 0 0.102205 0.717407
1.41175e-06 0 0 0.0315337 0.694393
0.0676792 0.666349 0.000110245
0.0960487 0.593399 0.000440904
0.169047 0.653409 0.00518511
0.108653 0.582435 0.026505 0.000299709
0.000100999 0.17555 0.67881 0.182434
0.000768646 0.0627807 0.622891
0.0896055
-0.0058141 0.0726789
0.000502887 -0.019501 0.0829677
0.000211037 0 -0.0277212 0.0650412
2.14232e-07 0 0 -0.00885567 0.075737
-0.0190788 0.084162 9.70139e-05
-0.0272832 0.103513 0.000301726
-0.0471046 0.0829543 0.000784978
-0.0277011 0.0840431 -0.00351853 -0.00015209
-7.31872e-05 -0.0323329 0.0547397 -0.037096
-0.000383078 -0.0129 0.00127892
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309986 0.492229 0.650834 0.748925 0.762087 0.762441 0.762654 0.762743 0.764218 0.768632 0.806423</Total>
<Absorption>0.00389226 1.192e-06 7.16252e-07 3.52947e-06 1.70507e-05 4.3265e-05 7.93638e-05 0.000143029 0.000282956 0.000529411 0.00108837</Absorption>
<NeutronVelocity>1736481922 836050497.5 421841252.7 78665827.56 16094351.53 6322751.155 3443123.05 1912433.495 967192.8196 516945.4726 251271.4335</NeutronVelocity>
<Transport>0.213181 0.436686 0.593985 0.692576 0.705511 0.705152 0.705504 0.707452 0.71226 0.730113 0.824955</Transport>
<Removal>0.063193 0.074133 0.101989 0.03155 0.067785 0.096181 0.169209 0.109495 0.182629 0.08985 0.183824</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246793
0.065976 0.418096
0.00235008 0.0741318 0.548845
0.00070905 0 0.101988 0.717375
0.0315463 0.694302
0.0677664 0.66626 0.000101967
0.0961351 0.593445 0.00043618
0.169021 0.653248 0.00509045
0.108795 0.581589 0.0264916 0.000303936
0.000115419 0.176509 0.678782 0.182444
0.000759477 0.0628207 0.622599
0.0893162
-0.00583673 0.0726496
0.000456727 -0.0196559 0.0829951
0.000234935 0 -0.0278225 0.0649563
-0.00890826 0.075798
-0.0192246 0.0845492 8.79668e-05
-0.0272653 0.104383 0.000294325
-0.0473219 0.0826188 0.000775987
-0.0275661 0.0841947 -0.00345267 -0.000146405
-8.32747e-05 -0.0326432 0.0547776 -0.0373045
-0.000386417 -0.0129693 0.00137231
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310089 0.492256 0.650845 0.748917 0.762093 0.762478 0.762783 0.763172 0.765812 0.773351 0.827422</Total>
<Absorption>0.00389755 1.18806e-06 7.16342e-07 3.52716e-06 1.70365e-05 4.32383e-05 7.93629e-05 0.000143294 0.000285558 0.000512201 0.00107432</Absorption>
<NeutronVelocity>1736759381 835777983.9 421780758.4 78717224.12 16107339.31 6326311.128 3443028.212 1908881.453 958377.6583 534310.7658 254571.4671</NeutronVelocity>
<Transport>0.212988 0.43672 0.59386 0.692366 0.705467 0.705771 0.705519 0.707141 0.714348 0.733953 0.846839</Transport>
<Removal>0.063523 0.074371 0.102127 0.031379 0.067476 0.095703 0.168379 0.110797 0.189262 0.105004 0.2403</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246566
0.0663539 0.417885
0.0024908 0.0743697 0.548718
0.000689936 0 0.102126 0.717538
0.0313751 0.694617
0.0674605 0.666775 0.000205725
0.0956516 0.594404 0.000732813
0.168094 0.652375 0.00639741 3.00735e-07
0.109764 0.57655 0.0454571 0.00108499
0.000174189 0.181439 0.668347 0.238158
0.00112784 0.0590459 0.587122
0.0895809
-0.0058397 0.0726201
0.000499667 -0.0196124 0.0831177
0.00025245 0 -0.0278251 0.065097
-0.00883376 0.0756801
-0.0190556 0.0837009 0.000173716
-0.0269987 0.103919 0.000427698
-0.0468289 0.0823132 0.000601069 -8.98943e-08
-0.0266068 0.0821234 -0.00603043 -0.000521519
-0.000124403 -0.0307356 0.0566048 -0.0458517
-0.000544622 -0.011418 0.0106038
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309924 0.49229 0.650854 0.74893 0.762093 0.762478 0.762783 0.763172 0.765824 0.773357 0.827494</Total>
<Absorption>0.00389307 1.18465e-06 7.16345e-07 3.52845e-06 1.70472e-05 4.32551e-05 7.93603e-05 0.000143293 0.0002861 0.000512329 0.00107401</Absorption>
<NeutronVelocity>1737257218 835861815.3 421778979.4 78688111.8 16097201.34 6323870.715 3443134.905 1908899.672 956562.497 534176.6202 254644.0712</NeutronVelocity>
<Transport>0.212747 0.436803 0.594294 0.692642 0.704985 0.705911 0.705826 0.707717 0.713946 0.734008 0.84705</Transport>
<Removal>0.06337 0.074304 0.102255 0.031445 0.067643 0.095992 0.168709 0.110806 0.190686 0.105127 0.240457</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246554
0.0662657 0.417986
0.00241298 0.0743023 0.548599
0.000691739 0 0.102255 0.717485
6.98134e-07 0 0 0.0314412 0.69445
0.0676269 0.666486 0.000170643
0.0959513 0.594074 0.00067561
0.168464 0.652366 0.00610209 2.88381e-07
0.10979 0.575138 0.0453192 0.00103907
0.000203054 0.183137 0.66823 0.238383
0.00114024 0.059297 0.587037
0.0895251
-0.00602873 0.0725292
0.000503511 -0.0195801 0.0828513
0.000229846 0 -0.0279904 0.0648681
-3.96817e-07 0 0 -0.00885542 0.0762419
-0.0191358 0.0835938 0.000146242
-0.027029 0.103629 0.000406334
-0.0468181 0.0820983 0.00058829 -1.77629e-07
-0.0269297 0.0824648 -0.00599783 -0.000488171
-0.000144536 -0.0306375 0.0565815 -0.0454104
-0.000557618 -0.0114638 0.0102711
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309848 0.49226 0.650858 0.74895 0.762093 0.762478 0.762782 0.763172 0.76584 0.773374 0.827606</Total>
<Absorption>0.0038921 1.18633e-06 7.16347e-07 3.53286e-06 1.70553e-05 4.32634e-05 7.936e-05 0.000143345 0.000286829 0.000512738 0.00107365</Absorption>
<NeutronVelocity>1736705088 835847842.3 421777200.4 78588549.65 16089560.93 6322631.226 3443146.761 1908211.224 954125.6393 533751.7947 254729.6936</NeutronVelocity>
<Transport>0.212914 0.436906 0.593399 0.69216 0.705843 0.705637 0.706865 0.707623 0.713619 0.733863 0.847185</Transport>
<Removal>0.063496 0.074348 0.102189 0.031594 0.06785 0.096007 0.169124 0.111211 0.192785 0.105186 0.240919</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246352
0.0662409 0.417912
0.00242738 0.0743471 0.548669
0.00069979 0 0.102189 0.717356
0.0315914 0.694243
0.0678347 0.666471 0.000222871
0.0959703 0.593658 0.000703728
0.168805 0.651961 0.00606537
0.110186 0.573055 0.0452484 0.00105714
0.000181319 0.185308 0.668188 0.238817
0.00113069 0.0594257 0.586687
0.0893883
-0.00597973 0.072514
0.000466252 -0.0197305 0.0836163
0.000251235 0 -0.0278816 0.0653953
-0.00889693 0.0754805
-0.0192315 0.0837848 0.000186667
-0.0269456 0.102353 0.000434544
-0.0466236 0.0820598 0.000562185
-0.0268373 0.0830208 -0.0060003 -0.00051552
-0.000131352 -0.0308308 0.0566946 -0.0455791
-0.000547854 -0.0114163 0.0105174
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310008 0.492285 0.650829 0.748938 0.762093 0.762478 0.762782 0.763172 0.765841 0.773374 0.827331</Total>
<Absorption>0.00388685 1.18638e-06 7.16273e-07 3.53021e-06 1.70537e-05 4.32596e-05 7.93796e-05 0.000143318 0.000286874 0.000512722 0.00107437</Absorption>
<NeutronVelocity>1735888098 835861815.3 421828796.6 78648504.11 16091088.43 6323190.935 3442305.243 1908560.85 953980.0046 533766.0397 254559.8025</NeutronVelocity>
<Transport>0.212763 0.436813 0.593367 0.692635 0.704803 0.70636 0.706176 0.706983 0.713691 0.733939 0.84617</Transport>
<Removal>0.063453 0.074329 0.101931 0.031553 0.067713 0.096136 0.16881 0.111049 0.193061 0.105298 0.240569</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246555
0.066162 0.417956
0.00240675 0.074329 0.548898
0.000700212 0 0.10193 0.717385
7.17929e-07 0 0 0.0315504 0.69438
0.0676999 0.666342 0.000185399
0.0960936 0.593972 0.00070029
0.168534 0.652123 0.00599388 1.88824e-07
0.110047 0.57278 0.045302 0.00108436
0.000167046 0.185615 0.668076 0.238401
0.00116212 0.059474 0.586762
0.0895985
-0.00602277 0.0726001
0.000495514 -0.0196472 0.0833982
0.00023108 0 -0.0276507 0.0649693
-5.63403e-07 0 0 -0.00894933 0.0764748
-0.0191847 0.0832379 0.000158468
-0.027125 0.103204 0.000433084
-0.0467566 0.0825854 0.000604507 -1.4277e-07
-0.0267312 0.0829242 -0.00609152 -0.000521165
-0.000118494 -0.030833 0.0567349 -0.045569
-0.000563931 -0.011447 0.0112331
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.3098 0.49231 0.650805 0.748922 0.762099 0.762515 0.762901 0.763577 0.767399 0.777801 0.848048</Total>
<Absorption>0.00390369 1.18532e-06 7.16191e-07 3.52723e-06 1.70387e-05 4.32309e-05 7.93646e-05 0.000143728 0.000286095 0.000500377 0.00106406</Absorption>
<NeutronVelocity>1737700987 835631319.5 421882185.2 78712886.87 16103811.61 6326271.106 3442222.299 1902710.602 956425.2649 546884.3996 257021.8366</NeutronVelocity>
<Transport>0.212795 0.437026 0.594066 0.692413 0.705124 0.706222 0.706003 0.708203 0.715523 0.737426 0.866652</Transport>
<Removal>0.063406 0.074451 0.102126 0.031428 0.067413 0.095559 0.168364 0.113679 0.189942 0.123025 0.292848</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246394
0.0661221 0.417859
0.0024887 0.0744496 0.548679
0.0007325 0 0.102124 0.717494
1.36654e-06 0 0 0.0314247 0.694686
0.0673998 0.666956 0.00026097
0.0955189 0.594537 0.00098416
0.168019 0.649898 0.00762621 2.59808e-06
0.112259 0.577457 0.0658164 0.002626
0.000284405 0.180528 0.654776 0.289171
0.00149655 0.0567025 0.5552
0.0894087
-0.00597619 0.0723107
0.000497984 -0.0195217 0.082696
0.000245404 0 -0.0276185 0.0651475
6.85197e-07 0 0 -0.00891247 0.0758487
-0.0188763 0.083186 0.000210755
-0.0268962 0.102781 0.000522071
-0.0460931 0.0810726 0.000346064 -1.77436e-06
-0.0260415 0.0804709 -0.00866039 -0.00123447
-0.000201405 -0.0282493 0.058925 -0.0519528
-0.000709669 -0.0102087 0.0179011
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310032 0.492306 0.650864 0.748945 0.762099 0.762515 0.762902 0.763579 0.767413 0.777811 0.848062</Total>
<Absorption>0.00390189 1.18408e-06 7.16389e-07 3.52965e-06 1.70492e-05 4.32358e-05 7.93641e-05 0.000143807 0.000286531 0.000500519 0.00106414</Absorption>
<NeutronVelocity>1737130469 835770998.7 421748739 78658402.29 16093833.49 6325550.797 3442245.997 1901657.675 954973.022 546728.9209 257001.3595</NeutronVelocity>
<Transport>0.21295 0.436668 0.593575 0.692832 0.705651 0.705837 0.705822 0.707787 0.715225 0.737557 0.866251</Transport>
<Removal>0.063407 0.074357 0.10209 0.031483 0.06777 0.09571 0.168399 0.114205 0.190815 0.122861 0.292678</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246625
0.0662351 0.417949
0.00242623 0.0743559 0.548774
0.000694771 0 0.10209 0.717462
2.08338e-06 0 0 0.0314794 0.694329
0.0677512 0.666805 0.00025348
0.0956632 0.594503 0.000974765
0.16808 0.649374 0.007518 2.06474e-06
0.112781 0.576598 0.0654095 0.00255684
0.000303176 0.181547 0.65495 0.289015
0.00147672 0.0569367 0.555384
0.0896689
-0.00605743 0.072686
0.000478821 -0.0195722 0.0832736
0.000227352 0 -0.0277106 0.0647956
4.99598e-07 0 0 -0.00896388 0.0756178
-0.0191704 0.0836028 0.000201185
-0.0269282 0.103185 0.000541507
-0.0463052 0.0817293 0.000318549 -1.69861e-06
-0.0262944 0.0808515 -0.00858809 -0.00121366
-0.000211854 -0.0283127 0.0587346 -0.0513599
-0.000684817 -0.0102172 0.0176487
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309953 0.492208 0.650775 0.748948 0.762099 0.762515 0.762902 0.76358 0.767429 0.777827 0.848253</Total>
<Absorption>0.00389798 1.18746e-06 7.16096e-07 3.53166e-06 1.7052e-05 4.32429e-05 7.93722e-05 0.000143882 0.000287016 0.000500808 0.00106506</Absorption>
<NeutronVelocity>1736792561 835966628.2 421946269.4 78612644.06 16091166.11 6324470.642 3441890.562 1900670.937 953361.5528 546415.2428 256778.9647</NeutronVelocity>
<Transport>0.212912 0.43641 0.593197 0.692258 0.705476 0.706075 0.706337 0.707989 0.715316 0.737819 0.866133</Transport>
<Removal>0.063474 0.074296 0.102 0.031546 0.06784 0.095884 0.168452 0.11451 0.192003 0.122945 0.293364</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246479
0.0661921 0.417912
0.0024761 0.0742966 0.548775
0.000712505 0 0.101999 0.717402
2.11124e-06 0 0 0.0315427 0.694259
0.067821 0.666631 0.000273995
0.095833 0.59445 0.00103322
0.168119 0.64907 0.00733474 2.57217e-06
0.113026 0.575426 0.0655011 0.00257265
0.000294808 0.182897 0.654882 0.289721
0.00148453 0.0569468 0.554889
0.0896294
-0.00605257 0.072803
0.000517644 -0.0195618 0.0835016
0.000238096 0 -0.0276463 0.065345
3.10702e-07 0 0 -0.00893853 0.0758165
-0.0191941 0.0835417 0.000224787
-0.0271052 0.102779 0.000560105
-0.0464376 0.0814235 0.000299126 -1.64057e-06
-0.0262155 0.0807828 -0.00864907 -0.00120928
-0.00020196 -0.0282858 0.0585388 -0.0511822
-0.000703297 -0.0102054 0.0177957
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="2 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309873 0.492282 0.650774 0.748952 0.762099 0.762515 0.762901 0.763577 0.767433 0.777823 0.848112</Total>
<Absorption>0.00389414 1.1871e-06 7.16128e-07 3.53221e-06 1.70507e-05 4.32511e-05 7.93907e-05 0.000143726 0.00028713 0.00050076 0.00106453</Absorption>
<NeutronVelocity>1736892109 835826883.5 421924905.8 78600286.11 16092383.15 6323270.902 3441097.022 1902725.083 952979.9684 546466.0043 256906.9432</NeutronVelocity>
<Transport>0.212521 0.436855 0.594048 0.692915 0.705442 0.70593 0.705542 0.707886 0.714999 0.737729 0.866625</Transport>
<Removal>0.063111 0.07446 0.102027 0.031634 0.067824 0.09585 0.168391 0.114495 0.192399 0.122707 0.293367</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246762
0.0659639 0.417822
0.00235823 0.0744564 0.548747
0.000690852 0 0.102026 0.717318
7.16373e-07 0 0 0.0316313 0.694275
0.0678046 0.666665 0.000261762
0.0958072 0.59451 0.00104517
0.168048 0.649082 0.00719771 1.15796e-06
0.113027 0.575034 0.065363 0.00260268
0.000280284 0.183431 0.655116 0.289682
0.00147749 0.0568578 0.554745
0.0898001
-0.00589784 0.0724101
0.000425245 -0.0194996 0.0828742
0.000230291 0 -0.0278057 0.0647174
1.96479e-08 0 0 -0.00895876 0.075911
-0.0192562 0.0836421 0.000214791
-0.0270618 0.102744 0.00056119
-0.0456003 0.0817422 0.000269377 -7.49034e-07
-0.0264412 0.081482 -0.00857793 -0.00116737
-0.000197655 -0.0286439 0.0585562 -0.0516173
-0.000696707 -0.0102064 0.0175807
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309841 0.492297 0.65082 0.748921 0.762087 0.762441 0.762653 0.762742 0.764201 0.768609 0.806537</Total>
<Absorption>0.00391244 1.18496e-06 7.16254e-07 3.52614e-06 1.70374e-05 4.32476e-05 7.93502e-05 0.000142944 0.000281619 0.000528345 0.00108751</Absorption>
<NeutronVelocity>1738290009 835463765.9 421839473.2 78741397.5 16106950.15 6325310.731 3443715.907 1913571.624 971788.9663 517989.7852 251470.4736</NeutronVelocity>
<Transport>0.212795 0.436891 0.59333 0.692279 0.705256 0.705761 0.705961 0.706918 0.712218 0.729766 0.825512</Transport>
<Removal>0.063207 0.074612 0.102023 0.03136 0.067418 0.095983 0.16896 0.108998 0.178324 0.089777 0.18354</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246634
0.0660159 0.417685
0.00239632 0.0746117 0.548797
0.000724375 0 0.102022 0.717561
6.82322e-07 0 0 0.0313569 0.694669
0.0674006 0.666458 0.000118676
0.0959394 0.593693 0.000442637
0.168772 0.653744 0.00525976
0.108326 0.585877 0.0267774 0.000299396
9.25135e-05 0.172045 0.678832 0.182162
0.0007554 0.0624698 0.622997
0.0896523
-0.00605081 0.0725545
0.000488027 -0.019667 0.0834949
0.000257995 0 -0.0277156 0.065194
-4.519e-07 0 0 -0.00882543 0.075786
-0.0189561 0.0837291 0.000103568
-0.0270534 0.103819 0.00029479
-0.0472289 0.0830489 0.000845044
-0.0274701 0.0835943 -0.00349739 -0.000141019
-6.8823e-05 -0.0320878 0.0551172 -0.03719
-0.000384396 -0.0129418 0.00101509
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309816 0.492227 0.650838 0.74893 0.762087 0.762441 0.762653 0.762742 0.764206 0.768621 0.806536</Total>
<Absorption>0.00390605 1.18707e-06 7.16309e-07 3.52876e-06 1.70481e-05 4.32504e-05 7.93746e-05 0.000142972 0.000282034 0.000528983 0.00108828</Absorption>
<NeutronVelocity>1738114771 835750043.9 421802107.3 78681920.47 16096812.67 6324910.661 3442660.764 1913198.198 970355.6353 517365.3686 251292.2705</NeutronVelocity>
<Transport>0.212444 0.436813 0.593762 0.692657 0.705148 0.705876 0.705878 0.707122 0.711781 0.730064 0.824941</Transport>
<Removal>0.062975 0.074267 0.102198 0.031485 0.067646 0.096032 0.169157 0.109389 0.179999 0.089999 0.183594</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246841
0.0657482 0.41796
0.00240735 0.0742656 0.54864
0.000753138 0 0.102197 0.717445
0.0314807 0.694441
0.067626 0.666409 0.000133539
0.0959989 0.593496 0.000453833
0.168938 0.653353 0.00519386
0.108693 0.584207 0.0266451 0.000291236
0.000100161 0.173737 0.678622 0.182219
0.000777129 0.0628182 0.622942
0.0898166
-0.00592187 0.0725188
0.000503387 -0.0196073 0.083115
0.000227482 0 -0.0276997 0.064943
-0.00895831 0.0761025
-0.0191667 0.0838685 0.000117125
-0.0273079 0.103762 0.000312215
-0.0471037 0.0826927 0.000821524
-0.0273417 0.0843241 -0.00353055 -0.000146872
-7.25977e-05 -0.0323596 0.0549015 -0.0373344
-0.000385583 -0.0129807 0.00170491
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310026 0.492226 0.650787 0.748942 0.762087 0.762441 0.762653 0.762742 0.764215 0.768629 0.806486</Total>
<Absorption>0.00390564 1.18869e-06 7.1615e-07 3.53283e-06 1.70548e-05 4.32667e-05 7.9373e-05 0.000142981 0.000282727 0.000529327 0.00108836</Absorption>
<NeutronVelocity>1737287399 835945663.5 421910664.6 78589784.9 16090467.04 6322511.301 3442731.877 1913073.755 967979.2465 517028.328 251274.5904</NeutronVelocity>
<Transport>0.213036 0.436942 0.59391 0.692885 0.705256 0.706237 0.705489 0.707006 0.712786 0.729913 0.82456</Transport>
<Removal>0.063242 0.074407 0.102097 0.031595 0.06782 0.096199 0.169192 0.109527 0.182324 0.089825 0.183965</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246784
0.0659312 0.417819
0.00239072 0.0744056 0.54869
0.000678084 0 0.102097 0.717347
7.07845e-07 0 0 0.0315913 0.694267
0.0678018 0.666242 0.000117507
0.0961612 0.593461 0.000466347
0.168996 0.653215 0.00513014
0.108813 0.581891 0.0264858 0.000320229
0.000104746 0.176111 0.678804 0.182541
0.000793874 0.062814 0.622521
0.0894045
-0.00580072 0.0723687
0.000425291 -0.0196321 0.082844
0.000243326 0 -0.0277417 0.0647356
-3.16956e-07 0 0 -0.00897111 0.0760309
-0.0192037 0.0834968 0.000100967
-0.0272956 0.103987 0.000317861
-0.0469239 0.0829898 0.000791467
-0.0275222 0.0835202 -0.00350769 -0.000157551
-7.46245e-05 -0.0324907 0.0549751 -0.0372627
-0.000413263 -0.0129152 0.0017618
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309935 0.492225 0.650842 0.748938 0.762087 0.762441 0.762653 0.762743 0.764216 0.768627 0.806444</Total>
<Absorption>0.00389354 1.18984e-06 7.16339e-07 3.53095e-06 1.70553e-05 4.32652e-05 7.93703e-05 0.000143037 0.000282867 0.000529277 0.00108759</Absorption>
<NeutronVelocity>1737139522 835833869.7 421782537.4 78632424.87 16090001.03 6322711.179 3442850.405 1912334.75 967501.6206 517076.4498 251452.1361</NeutronVelocity>
<Transport>0.213043 0.436832 0.593531 0.69267 0.705361 0.705647 0.705551 0.707254 0.712466 0.730099 0.824606</Transport>
<Removal>0.063266 0.074484 0.102102 0.031551 0.067807 0.096137 0.169122 0.109394 0.182509 0.089778 0.183879</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246669
0.066046 0.417741
0.00242188 0.0744828 0.54874
0.000733953 0 0.1021 0.717387
1.45139e-06 0 0 0.0315482 0.69428
0.0677901 0.666304 0.000122134
0.0960938 0.593531 0.000444072
0.168923 0.653349 0.00507786
0.108693 0.581707 0.0264832 0.000290754
0.000113857 0.17639 0.678849 0.182474
0.000793103 0.0627559 0.622565
0.0893638
-0.00586598 0.0725115
0.00047984 -0.0196628 0.0833507
0.000245838 0 -0.0276918 0.0649201
1.06732e-08 0 0 -0.00893967 0.076066
-0.019341 0.0837272 0.000109049
-0.0269366 0.103927 0.000291129
-0.0469332 0.0827139 0.000795518
-0.0274522 0.0840559 -0.00352055 -0.000140828
-8.43505e-05 -0.0327293 0.054819 -0.0370574
-0.00039551 -0.0129374 0.00160609
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310049 0.492213 0.650824 0.748925 0.762093 0.762478 0.762783 0.763172 0.765814 0.773346 0.827431</Total>
<Absorption>0.00390135 1.18476e-06 7.16242e-07 3.52744e-06 1.70367e-05 4.32431e-05 7.93643e-05 0.000143289 0.000285654 0.000512026 0.00107344</Absorption>
<NeutronVelocity>1736732234 835729090.1 421848370.8 78711028.2 16107209.59 6325630.824 3442968.941 1908950.688 958056.2954 534493.5406 254779.6665</NeutronVelocity>
<Transport>0.212921 0.436903 0.593868 0.692738 0.705284 0.705619 0.706354 0.70809 0.713789 0.733813 0.846425</Transport>
<Removal>0.063387 0.074361 0.102135 0.031418 0.067518 0.095771 0.168548 0.110927 0.189606 0.10499 0.240572</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246662
0.0660225 0.417852
0.00242389 0.0743608 0.548689
0.000702045 0 0.102133 0.717507
1.37802e-06 0 0 0.0314145 0.694575
0.0674996 0.666707 0.000186106
0.0957306 0.594235 0.000728599
0.168281 0.652245 0.00632055 3.0115e-07
0.1099 0.576208 0.0454755 0.00104152
0.000172651 0.181872 0.668356 0.238436
0.0011219 0.0590066 0.586859
0.0894826
-0.00579082 0.0723083
0.000524102 -0.019507 0.082868
0.000227203 0 -0.0275999 0.0647793
8.94883e-08 0 0 -0.00886397 0.075904
-0.0190973 0.0836762 0.000157784
-0.0268201 0.102752 0.000439186
-0.0464809 0.0816054 0.000591713 -1.89869e-07
-0.0268573 0.0825749 -0.00603397 -0.000488033
-0.000123158 -0.0306075 0.0567658 -0.0454891
-0.000549041 -0.011433 0.0109459
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309801 0.492345 0.650813 0.748934 0.762093 0.762478 0.762782 0.763172 0.765825 0.773355 0.827331</Total>
<Absorption>0.00389137 1.18442e-06 7.1621e-07 3.52914e-06 1.70441e-05 4.32521e-05 7.93799e-05 0.000143303 0.000286129 0.00051231 0.00107409</Absorption>
<NeutronVelocity>1736415587 835554515.8 421869726.6 78672635.3 16100181.77 6324310.65 3442293.394 1908761.214 956461.8563 534196.595 254626.5647</NeutronVelocity>
<Transport>0.213031 0.437038 0.593753 0.692583 0.705507 0.705358 0.70614 0.707358 0.713997 0.733787 0.846257</Transport>
<Removal>0.06328 0.074443 0.102249 0.031465 0.067657 0.095806 0.168586 0.110972 0.190809 0.10521 0.240379</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246521
0.0659929 0.417902
0.00236629 0.0744417 0.548564
0.000743248 0 0.102248 0.717469
6.80382e-07 0 0 0.03146 0.694436
0.0676352 0.666672 0.000200835
0.0957568 0.594196 0.000747716
0.168321 0.6522 0.00615656
0.109905 0.575016 0.0454804 0.00108117
0.000175455 0.183246 0.668145 0.238248
0.0011126 0.0592172 0.586952
0.0893412
-0.00598711 0.072463
0.000475246 -0.0196195 0.0829616
0.000235185 0 -0.0276609 0.0649901
-5.15617e-07 0 0 -0.00891574 0.0757762
-0.0191932 0.0839859 0.000173252
-0.0268701 0.103081 0.000456789
-0.0466113 0.0821142 0.000596602
-0.0266558 0.0824621 -0.00609287 -0.000521341
-0.000125865 -0.0306942 0.0568193 -0.0454472
-0.00055337 -0.0113897 0.0110083
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309933 0.492259 0.650844 0.748947 0.762093 0.762478 0.762782 0.763172 0.765838 0.773369 0.827436</Total>
<Absorption>0.00389567 1.1931e-06 7.16317e-07 3.53195e-06 1.70484e-05 4.32657e-05 7.93867e-05 0.000143331 0.0002867 0.000512616 0.00107368</Absorption>
<NeutronVelocity>1736765413 836050497.5 421796769.9 78608936.26 16096113.11 6322311.437 3441997.184 1908389.663 954553.6984 533877.1762 254723.205</NeutronVelocity>
<Transport>0.212763 0.436497 0.594169 0.692768 0.704981 0.705591 0.705672 0.707267 0.7144 0.734471 0.846964</Transport>
<Removal>0.063442 0.074242 0.102252 0.031554 0.067678 0.096107 0.168933 0.111062 0.192883 0.105232 0.240435</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246491
0.0661461 0.418017
0.00237707 0.074242 0.548592
0.000708881 0 0.102252 0.717393
0.0315517 0.694415
0.0676612 0.666371 0.000183999
0.09607 0.593849 0.000691202
0.168685 0.65211 0.00610447 8.96296e-08
0.110061 0.572955 0.0452694 0.00108351
0.000178885 0.185316 0.668137 0.238286
0.00117693 0.0594483 0.587001
0.0896923
-0.00608907 0.0727027
0.000529287 -0.0194711 0.0827021
0.000237343 0 -0.0276804 0.0648275
-0.00893831 0.076346
-0.0192361 0.0840614 0.000154864
-0.0271762 0.103637 0.000416033
-0.0466812 0.0822929 0.000587415 -8.80665e-08
-0.026701 0.0824659 -0.00608244 -0.00053331
-0.000126384 -0.0310612 0.0562469 -0.0455927
-0.000574177 -0.0115066 0.0106636
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309874 0.492303 0.650867 0.748944 0.762093 0.762478 0.762782 0.763172 0.765843 0.773376 0.827391</Total>
<Absorption>0.00390964 1.18735e-06 7.1636e-07 3.53046e-06 1.70522e-05 4.3256e-05 7.93954e-05 0.000143325 0.000286922 0.000512782 0.00107383</Absorption>
<NeutronVelocity>1738386708 835784969.2 421768305.8 78642319 16092538.53 6323710.753 3441618.111 1908466.147 953816.2187 533703.3677 254687.5239</NeutronVelocity>
<Transport>0.212926 0.436684 0.594024 0.692917 0.705121 0.705469 0.707239 0.707398 0.713822 0.733908 0.846661</Transport>
<Removal>0.063295 0.074384 0.102179 0.031554 0.067793 0.095961 0.16939 0.111181 0.192856 0.105048 0.240983</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246579
0.0659987 0.417919
0.00240197 0.0743829 0.548688
0.000740679 0 0.102179 0.71739
0.0315506 0.6943
0.0677733 0.666517 0.000181477
0.0959267 0.593392 0.000697048
0.169129 0.651991 0.00597459 2.78453e-07
0.110165 0.572987 0.0451002 0.00106244
0.000180657 0.185468 0.668328 0.238857
0.00112509 0.0594324 0.586408
0.0893824
-0.00585986 0.0727149
0.000456632 -0.0196431 0.0830319
0.000251723 0 -0.0278971 0.0646698
-0.00892653 0.075969
-0.0189989 0.0840205 0.000151126
-0.0270132 0.102057 0.000431224
-0.0466647 0.0823832 0.000534067 -1.45336e-07
-0.0269413 0.0826986 -0.00604543 -0.000532288
-0.000129719 -0.0306835 0.0567753 -0.0457751
-0.000545546 -0.0115036 0.0111788
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309843 0.492258 0.6508 0.748921 0.762099 0.762515 0.762902 0.763577 0.767401 0.777801 0.848042</Total>
<Absorption>0.00389679 1.18736e-06 7.16168e-07 3.52688e-06 1.70385e-05 4.32222e-05 7.93888e-05 0.000143731 0.000286147 0.000500357 0.0010643</Absorption>
<NeutronVelocity>1737399079 835757028.7 421896424.4 78720942.13 16103915.34 6327552.06 3441179.912 1902659.919 956251.4941 546905.3362 256962.3961</NeutronVelocity>
<Transport>0.21293 0.43669 0.593248 0.692688 0.70535 0.706542 0.70676 0.707248 0.715131 0.738045 0.866426</Transport>
<Removal>0.063412 0.074377 0.101899 0.031425 0.067499 0.095567 0.168397 0.114 0.189699 0.122954 0.29306</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246431
0.0662167 0.417881
0.00246604 0.0743748 0.548901
0.000711547 0 0.101899 0.717496
6.55114e-07 0 0 0.0314207 0.6946
0.0674801 0.666948 0.000283204
0.0955225 0.594505 0.00101307
0.16803 0.649577 0.00766805 1.23721e-06
0.112561 0.577702 0.0656609 0.00254378
0.000275575 0.180263 0.654847 0.289437
0.0014848 0.0567896 0.554982
0.0892926
-0.00588466 0.0725984
0.000480449 -0.0195358 0.0836828
0.000228612 0 -0.0278314 0.0648071
5.32385e-07 0 0 -0.0088652 0.0757449
-0.0189979 0.0828741 0.000227899
-0.0269043 0.102383 0.000534664
-0.0464694 0.0819602 0.000321965 -8.68187e-07
-0.0259981 0.0808007 -0.00864533 -0.00119264
-0.000191134 -0.0281678 0.058275 -0.0513679
-0.000702716 -0.0101914 0.0175485
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309968 0.492287 0.65084 0.748933 0.762099 0.762515 0.762901 0.763578 0.767414 0.777814 0.848121</Total>
<Absorption>0.00389379 1.18791e-06 7.16296e-07 3.5301e-06 1.70436e-05 4.32378e-05 7.93747e-05 0.000143756 0.00028656 0.000500593 0.00106478</Absorption>
<NeutronVelocity>1737302490 835826883.5 421811003.4 78647885.55 16099144.97 6325230.713 3441783.945 1902330.545 954881.8334 546648.2264 256848.2155</NeutronVelocity>
<Transport>0.213118 0.437015 0.593621 0.692573 0.705096 0.705353 0.706691 0.70774 0.715584 0.737852 0.867077</Transport>
<Removal>0.06353 0.074423 0.102137 0.031511 0.06751 0.095579 0.168479 0.113946 0.190901 0.122973 0.292396</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
8 11
</Profile>
<Value>
0.246438
0.0663165 0.417864
0.00251386 0.0744213 0.548703
0.000703348 0 0.102136 0.717422
6.82686e-07 0 0 0.0315083 0.694589
0.0674944 0.666936 0.000262122
0.0955344 0.594422 0.00101442
0.168155 0.649632 0.00740161 2.35066e-06
0.112495 0.576513 0.0656258 0.00256067
0.000296269 0.181742 0.654841 0.288764
4.7403e-07 0.0014704 0.0568393 0.555725
0.0893252
-0.00597239 0.0724403
0.000491399 -0.0196888 0.0833062
0.000237092 0 -0.027796 0.0649254
-4.41136e-07 0 0 -0.00885188 0.0760711
-0.0190697 0.0840452 0.000213975
-0.0268863 0.10227 0.000552495
-0.0462731 0.0815515 0.000281326 -1.75311e-06
-0.0260915 0.0807171 -0.00860506 -0.00118908
-0.000202242 -0.0285018 0.0585293 -0.0518307
-4.32406e-07 -0.000686847 -0.0102766 0.0175049
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309822 0.492244 0.650895 0.748952 0.762099 0.762515 0.762902 0.763579 0.767429 0.777829 0.84797</Total>
<Absorption>0.00390488 1.18823e-06 7.16511e-07 3.53208e-06 1.70466e-05 4.32492e-05 7.93684e-05 0.000143801 0.000287027 0.000500837 0.00106385</Absorption>
<NeutronVelocity>1738141961 835917712.3 421666933.7 78602757.38 16096320.38 6323550.8 3442056.422 1901733.62 953325.1983 546382.4021 257070.7304</NeutronVelocity>
<Transport>0.212875 0.436812 0.594387 0.692981 0.705218 0.705223 0.706632 0.708088 0.715276 0.737697 0.86621</Transport>
<Removal>0.063244 0.074324 0.102332 0.031584 0.067696 0.095851 0.168398 0.114225 0.192205 0.122772 0.292721</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246578
0.0659583 0.41792
0.00243918 0.0743243 0.548563
0.000753012 0 0.102332 0.717368
6.96866e-07 0 0 0.0315802 0.694403
0.0676809 0.666664 0.000281785
0.0958006 0.594504 0.00103362
0.16803 0.649354 0.00723499 1.90765e-06
0.112789 0.575224 0.0653867 0.00257052
0.000267259 0.183205 0.655057 0.289088
0.00147128 0.0568921 0.555249
0.0893052
-0.00596444 0.0725633
0.000474985 -0.0196821 0.0827572
0.000262764 0 -0.0278945 0.0646725
2.88535e-07 0 0 -0.00898171 0.0761082
-0.0192293 0.0842561 0.000231219
-0.0269663 0.102137 0.000555379
-0.0460997 0.0812468 0.000267363 -1.38847e-06
-0.0261527 0.0811249 -0.0085794 -0.0011859
-0.000185618 -0.0285638 0.0585727 -0.0517019
-0.000695139 -0.010183 0.0180307
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="3 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309783 0.492182 0.650845 0.748934 0.762099 0.762515 0.762902 0.763578 0.767436 0.777827 0.847924</Total>
<Absorption>0.00390225 1.18905e-06 7.16296e-07 3.52794e-06 1.70514e-05 4.326e-05 7.93817e-05 0.000143781 0.00028722 0.000500823 0.00106384</Absorption>
<NeutronVelocity>1737456433 836008560.7 421811003.4 78696781.3 16091709.87 6321991.68 3441475.98 1902008.521 952680.3662 546397.3292 257074.6956</NeutronVelocity>
<Transport>0.212866 0.436528 0.593375 0.692523 0.70507 0.706127 0.707092 0.707761 0.715676 0.737763 0.86653</Transport>
<Removal>0.063127 0.074173 0.102176 0.031522 0.06772 0.095941 0.168806 0.114133 0.192891 0.12282 0.292906</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246656
0.0660032 0.418009
0.00239896 0.0741719 0.548669
0.00069098 0 0.102175 0.717412
7.1268e-07 0 0 0.0315185 0.694379
0.0677057 0.666574 0.000267732
0.0958968 0.594096 0.000998102
0.168451 0.649445 0.00720609 1.43017e-06
0.112695 0.574545 0.0654363 0.00259135
0.000280483 0.183885 0.655007 0.289247
0.00150475 0.0568794 0.555018
0.0895379
-0.0060903 0.0725608
0.000522794 -0.019431 0.0834001
0.000247866 0 -0.0276404 0.0650191
-1.84988e-07 0 0 -0.00889485 0.0762109
-0.0191834 0.0834871 0.000218791
-0.0271026 0.101719 0.000531901
-0.0461289 0.081473 0.000262073 -9.0776e-07
-0.026017 0.0808647 -0.00854601 -0.00119839
-0.000197428 -0.0286858 0.0585016 -0.0518024
-0.000702497 -0.0102129 0.0179743
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309792 0.492296 0.650785 0.748924 0.762087 0.762441 0.762654 0.762742 0.764202 0.768609 0.806609</Total>
<Absorption>0.0039017 1.1849e-06 7.16133e-07 3.5276e-06 1.7039e-05 4.32449e-05 7.93376e-05 0.000142967 0.00028166 0.000528337 0.00108837</Absorption>
<NeutronVelocity>1738060394 835854828.7 421923125.6 78707930.61 16105497.45 6325710.852 3444261.516 1913264.086 971647.3309 517997.8348 251271.4335</NeutronVelocity>
<Transport>0.212611 0.436898 0.593779 0.692565 0.705466 0.70609 0.706094 0.707215 0.712263 0.729982 0.825235</Transport>
<Removal>0.063226 0.074317 0.101895 0.031398 0.067498 0.095858 0.168943 0.10934 0.178516 0.089957 0.183718</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246566
0.0661234 0.417979
0.00243193 0.0743161 0.54889
0.00071216 0 0.101893 0.717526
6.83168e-07 0 0 0.031396 0.694589
0.0674841 0.666583 0.000104622
0.0958118 0.593711 0.000462249
0.168752 0.653402 0.00535803
0.108611 0.585686 0.0269032 0.000311657
0.000114223 0.172123 0.678652 0.182315
0.000764991 0.0625262 0.622891
0.0895209
-0.00595559 0.0724031
0.000469619 -0.0195234 0.0830931
0.000255631 0 -0.0278231 0.0649655
-4.06195e-07 0 0 -0.00888506 0.0757618
-0.0191428 0.083478 9.31322e-05
-0.0271306 0.103483 0.000315241
-0.0470167 0.0826379 0.000849531
-0.0273641 0.0834254 -0.00351767 -0.000155796
-8.49938e-05 -0.0319668 0.0548718 -0.0370886
-0.000387076 -0.0128961 0.0011086
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309941 0.492291 0.650804 0.748931 0.762087 0.762441 0.762653 0.762742 0.764206 0.76862 0.806592</Total>
<Absorption>0.0038969 1.1884e-06 7.16211e-07 3.52834e-06 1.70426e-05 4.3253e-05 7.93634e-05 0.000142968 0.000282 0.000528876 0.0010882</Absorption>
<NeutronVelocity>1736931329 835980605.2 421869726.6 78691207.83 16102074.27 6324510.641 3443146.761 1913253.104 970478.0575 517469.7798 251311.8478</NeutronVelocity>
<Transport>0.212704 0.436531 0.593846 0.692445 0.705154 0.705284 0.706108 0.706289 0.712419 0.730167 0.825197</Transport>
<Removal>0.063325 0.074247 0.102121 0.031443 0.067588 0.095934 0.16909 0.109273 0.180208 0.089993 0.184015</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246616
0.0661073 0.418044
0.00243241 0.0742452 0.548683
0.000708367 0 0.10212 0.717488
1.34227e-06 0 0 0.0314385 0.694499
0.0675756 0.666507 0.000107239
0.0958975 0.593563 0.00046714
0.168917 0.653469 0.00534609
0.108559 0.583998 0.0266783 0.000291731
9.17582e-05 0.173821 0.678627 0.182634
0.000758148 0.0627869 0.622577
0.0896872
-0.00597305 0.0727827
0.000460585 -0.0195304 0.082935
0.000239161 0 -0.0277049 0.0650483
1.68778e-07 0 0 -0.008834 0.0761578
-0.0192271 0.0841243 9.36013e-05
-0.0269695 0.103513 0.000315181
-0.0470604 0.0831425 0.000834369
-0.0269629 0.0836641 -0.00350369 -0.000146014
-6.701e-05 -0.0323475 0.0547709 -0.0372048
-0.00038689 -0.0129798 0.00141532
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309944 0.492144 0.650793 0.748949 0.762087 0.762441 0.762653 0.762742 0.764215 0.768622 0.806308</Total>
<Absorption>0.00389327 1.1855e-06 7.16161e-07 3.53172e-06 1.70464e-05 4.32603e-05 7.93744e-05 0.000143008 0.000282732 0.000529137 0.00108821</Absorption>
<NeutronVelocity>1737311545 835840855.9 421903544.4 78614498.09 16098419.3 6323430.841 3442672.616 1912722.474 967960.5072 517212.8434 251308.0584</NeutronVelocity>
<Transport>0.212277 0.436911 0.593293 0.692656 0.704715 0.705239 0.706075 0.707056 0.712456 0.729547 0.824939</Transport>
<Removal>0.06339 0.074297 0.102003 0.031544 0.067581 0.096033 0.169194 0.109609 0.18171 0.08983 0.183381</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246554
0.0660953 0.417847
0.00242602 0.0742952 0.54879
0.000751195 0 0.102002 0.717405
1.40105e-06 0 0 0.0315409 0.694506
0.0675652 0.666408 0.000110219
0.0959896 0.593459 0.000474424
0.169003 0.653133 0.00518779
0.10891 0.582505 0.0265453 0.000302755
9.26663e-05 0.175424 0.678792 0.182006
0.000822702 0.0627538 0.622927
0.0896919
-0.00585207 0.0723025
0.000535733 -0.0196 0.0834567
0.000254702 0 -0.0276975 0.0648792
5.72853e-07 0 0 -0.00885724 0.0764331
-0.0190641 0.0841309 9.55466e-05
-0.026933 0.103678 0.000321201
-0.0471951 0.0829236 0.00077701
-0.0275204 0.0839017 -0.00346691 -0.000151897
-6.80648e-05 -0.0325198 0.0552683 -0.0370473
-0.000414769 -0.0128923 0.00130803
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309955 0.492235 0.650795 0.748951 0.762087 0.762441 0.762653 0.762743 0.764216 0.768626 0.806635</Total>
<Absorption>0.00387986 1.18591e-06 7.16152e-07 3.53208e-06 1.70408e-05 4.32719e-05 7.93818e-05 0.000143025 0.000282808 0.000529266 0.00108751</Absorption>
<NeutronVelocity>1736074943 835931687.7 421908884.6 78607082.5 16103759.74 6321751.884 3442352.641 1912488.358 967707.5975 517087.1447 251471.106</NeutronVelocity>
<Transport>0.212824 0.436936 0.593694 0.692649 0.705125 0.705337 0.70566 0.707039 0.712384 0.730113 0.825613</Transport>
<Removal>0.063299 0.074308 0.102065 0.031553 0.067584 0.096149 0.169244 0.109368 0.182386 0.089879 0.183818</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246656
0.0660385 0.417927
0.00246981 0.074307 0.54873
0.000708613 0 0.102065 0.717398
7.12019e-07 0 0 0.0315489 0.694503
0.0675695 0.666292 0.000118079
0.0961056 0.593409 0.000449485
0.169062 0.653375 0.00511334
0.108665 0.58183 0.0265091 0.000298459
0.000110284 0.176216 0.678747 0.182399
0.000787059 0.0628471 0.622817
0.0895816
-0.00605315 0.0722461
0.000492405 -0.0194626 0.0831347
0.000244755 0 -0.0277661 0.0649711
5.65312e-07 0 0 -0.00894754 0.0760441
-0.0190837 0.0841223 0.000103957
-0.0270213 0.103825 0.000303872
-0.0469346 0.0827533 0.000781369
-0.0272965 0.0841333 -0.00353272 -0.000154511
-8.25822e-05 -0.0327077 0.0548431 -0.037249
-0.000392999 -0.0129544 0.000911827
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310019 0.492328 0.650808 0.748919 0.762093 0.762478 0.762782 0.763171 0.765813 0.773347 0.827399</Total>
<Absorption>0.00389578 1.19024e-06 7.16204e-07 3.52711e-06 1.70354e-05 4.32416e-05 7.93834e-05 0.000143226 0.000285586 0.000512084 0.0010722</Absorption>
<NeutronVelocity>1736795577 835736074.5 421873286.1 78718463.42 16108429.06 6325830.898 3442139.358 1909792.845 958285.8183 534430.6977 255075.362</NeutronVelocity>
<Transport>0.212881 0.437039 0.593861 0.692568 0.705343 0.705589 0.705511 0.707064 0.713464 0.733809 0.846554</Transport>
<Removal>0.063566 0.07428 0.102135 0.031463 0.067487 0.095715 0.168521 0.110696 0.189615 0.105111 0.240318</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246453
0.0662962 0.418048
0.00247443 0.0742788 0.548673
0.000726049 0 0.102135 0.717456
0.0314591 0.694606
6.5247e-07 0 0 0 0.0674721 0.666763 0.000186555
0.0956768 0.594261 0.000665147
0.168245 0.652475 0.00631627 3.05878e-07
0.109702 0.576198 0.0455228 0.0010623
0.000172973 0.181874 0.668236 0.238188
0.00113424 0.0590724 0.587081
0.0893816
-0.0059994 0.0723706
0.00053462 -0.0195158 0.0829777
0.000231041 0 -0.0277515 0.0649823
-0.00891341 0.0758486
5.88459e-07 0 0 0 -0.0191028 0.0839339 0.000161855
-0.0270467 0.103465 0.000405548
-0.0463567 0.082496 0.000576166 -2.68777e-07
-0.0266971 0.0828662 -0.00609674 -0.000506459
-0.000123853 -0.0305621 0.0568119 -0.0454713
-0.000551037 -0.0114043 0.0109698
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309852 0.492188 0.650809 0.748915 0.762093 0.762478 0.762783 0.763171 0.765824 0.773355 0.827433</Total>
<Absorption>0.00390361 1.18662e-06 7.16214e-07 3.5259e-06 1.70447e-05 4.32458e-05 7.93788e-05 0.000143269 0.000286076 0.000512281 0.00107397</Absorption>
<NeutronVelocity>1737758361 835840855.9 421866167.2 78746357.98 16099663.36 6325230.713 3442340.792 1909224.034 956635.7036 534227.9871 254655.7436</NeutronVelocity>
<Transport>0.212783 0.436552 0.593391 0.69243 0.705544 0.705623 0.705869 0.707889 0.714613 0.734128 0.846457</Transport>
<Removal>0.06329 0.074308 0.101978 0.031375 0.067588 0.095858 0.168684 0.11122 0.19127 0.105152 0.240747</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246562
0.066103 0.41788
0.00241245 0.0743075 0.548831
0.000710723 0 0.101978 0.71754
0.0313719 0.694505
0.0675729 0.66662 0.000176592
0.0958216 0.594099 0.000743551
0.16844 0.651951 0.00619558 3.8581e-07
0.110181 0.574554 0.0454412 0.00108028
0.000164467 0.183659 0.668203 0.238592
0.00113807 0.0592077 0.586686
0.0894146
-0.00591275 0.072581
0.000491368 -0.0194915 0.0834987
0.000228858 0 -0.0277989 0.0651059
-0.00890694 0.0756346
-0.0190874 0.0839254 0.000149009
-0.027072 0.103278 0.000450607
-0.0465123 0.081776 0.000603345 -1.62739e-07
-0.026861 0.0820471 -0.00601044 -0.000519962
-0.0001177 -0.0308962 0.0564389 -0.0456627
-0.000566248 -0.0114458 0.0110909
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309799 0.492229 0.650834 0.748941 0.762093 0.762478 0.762782 0.763172 0.76584 0.773369 0.827386</Total>
<Absorption>0.00389144 1.18664e-06 7.16292e-07 3.53017e-06 1.70517e-05 4.32572e-05 7.9386e-05 0.000143314 0.0002868 0.000512615 0.00107339</Absorption>
<NeutronVelocity>1736864959 835966628.2 421814561.9 78649122.67 16092978.79 6323550.8 3442020.879 1908611.848 954225.7889 533880.0265 254793.2989</NeutronVelocity>
<Transport>0.212773 0.436708 0.593892 0.692641 0.705795 0.705413 0.706275 0.707704 0.714118 0.733888 0.846192</Transport>
<Removal>0.063435 0.074376 0.102134 0.031515 0.067762 0.095981 0.168999 0.111357 0.192917 0.10515 0.241339</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
1 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246364
0.0662196 0.417853
0.00244886 0.0743733 0.5487
0.000742452 0 0.102133 0.717426
2.10093e-06 0 0 0.0315117 0.694331
7.15659e-07 0 0 0 0.0677463 0.666497 0.00017998
0.095943 0.593783 0.000732029
0.168746 0.651815 0.00600963
0.110274 0.572923 0.0452681 0.00111439
0.000201555 0.185476 0.668219 0.239189
0.00114239 0.0593717 0.586047
0.0894241
-0.00604052 0.0725951
0.000469156 -0.0196232 0.0830196
0.000254997 0 -0.0277485 0.0649346
5.01622e-07 0 0 -0.00891544 0.0755536
6.20297e-07 0 0 0 -0.019258 0.08419 0.000152256
-0.0271292 0.10304 0.000452816
-0.0466841 0.0820734 0.000590727
-0.0269448 0.0826783 -0.00599405 -0.0005443
-0.00014301 -0.0310001 0.0566215 -0.0455079
-0.000561582 -0.0113852 0.0112995
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309979 0.492247 0.650832 0.748941 0.762093 0.762478 0.762783 0.763173 0.765844 0.773373 0.827359</Total>
<Absorption>0.00389646 1.18658e-06 7.16311e-07 3.53015e-06 1.70446e-05 4.32583e-05 7.93864e-05 0.0001434 0.000286968 0.000512718 0.00107332</Absorption>
<NeutronVelocity>1736153309 835896750 421802107.3 78649741.24 16099715.2 6323390.855 3442009.032 1907479.609 953661.5837 533771.7379 254809.5299</NeutronVelocity>
<Transport>0.213106 0.436787 0.593709 0.692779 0.705577 0.705759 0.706442 0.708313 0.71409 0.733878 0.846097</Transport>
<Removal>0.063434 0.07435 0.102219 0.03152 0.067729 0.096031 0.168847 0.111475 0.193763 0.105113 0.240616</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246545
0.0661856 0.417897
0.0024276 0.0743483 0.548613
0.000699828 0 0.102218 0.717421
0.0315165 0.694364
0.0677113 0.666447 0.000167584
0.0959866 0.593936 0.000690786
0.1686 0.651698 0.0060677 3.67204e-07
0.110453 0.572081 0.0452712 0.00109519
0.00018031 0.186242 0.66826 0.238389
0.00118096 0.0593297 0.586743
0.0894614
-0.0061365 0.0725937
0.000464592 -0.0196904 0.0831895
0.00024832 0 -0.0277936 0.0648013
-0.00892473 0.0756571
-0.0191439 0.0837824 0.000141693
-0.0270663 0.103124 0.000424881
-0.0469248 0.0814901 0.000560499 -3.46998e-07
-0.0269565 0.0828341 -0.00607263 -0.000536623
-0.000129786 -0.0310809 0.0566899 -0.0457759
-0.000575779 -0.0113579 0.0116551
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310009 0.49227 0.650829 0.748924 0.762099 0.762515 0.762902 0.763577 0.767399 0.777796 0.848008</Total>
<Absorption>0.00391006 1.18544e-06 7.16271e-07 3.52712e-06 1.70359e-05 4.32367e-05 7.93585e-05 0.000143706 0.000286103 0.000500296 0.00106401</Absorption>
<NeutronVelocity>1737864061 835736074.5 421827017.2 78715365.24 16106405.36 6325390.751 3442482.994 1902989.406 956406.9703 546974.1391 257033.728</NeutronVelocity>
<Transport>0.212844 0.436789 0.593426 0.69248 0.704879 0.705296 0.706224 0.70834 0.715804 0.737773 0.866845</Transport>
<Removal>0.063424 0.074371 0.102092 0.031412 0.067419 0.095493 0.168242 0.113897 0.189984 0.122974 0.2925</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246585
0.0662419 0.417899
0.00235804 0.0743695 0.548737
0.000735466 0 0.102092 0.717512
6.5717e-07 0 0 0.0314089 0.69468
0.0673982 0.667022 0.000275978
0.0954482 0.59466 0.00099304
0.16789 0.64968 0.00762565 1.26183e-06
0.112492 0.577415 0.0657878 0.00264529
0.000257793 0.180619 0.654822 0.288739
0.0014506 0.0566777 0.555508
0.0897852
-0.00603478 0.072488
0.000456794 -0.0195403 0.0833883
0.000244399 0 -0.0276683 0.0650418
3.87097e-07 0 0 -0.00888038 0.0762348
-0.0190176 0.0840144 0.000228353
-0.0267987 0.102801 0.00055172
-0.0463514 0.0811769 0.000266909 -6.80534e-07
-0.0263373 0.0802582 -0.00859088 -0.00126776
-0.000177817 -0.0282803 0.0584255 -0.0513282
-0.000668859 -0.010145 0.0170942
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309829 0.492237 0.65082 0.748936 0.762099 0.762515 0.762902 0.763576 0.767412 0.777816 0.848048</Total>
<Absorption>0.00389314 1.19024e-06 7.16263e-07 3.52832e-06 1.70414e-05 4.32411e-05 7.93763e-05 0.000143699 0.000286498 0.000500625 0.00106405</Absorption>
<NeutronVelocity>1737094258 836134383.5 421832355.4 78688111.8 16101244.63 6324750.647 3441712.872 1903083.566 955082.4714 546612.3698 257023.1578</NeutronVelocity>
<Transport>0.212778 0.43667 0.593696 0.692554 0.70552 0.70503 0.706124 0.707836 0.715334 0.737785 0.866254</Transport>
<Removal>0.063422 0.074205 0.102095 0.031416 0.067569 0.095648 0.168553 0.114324 0.190738 0.123007 0.292793</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246407
0.066215 0.418032
0.00240214 0.0742044 0.548725
0.000724745 0 0.102094 0.71752
2.74641e-06 0 0 0.031412 0.69453
0.067553 0.666867 0.000259424
0.0956093 0.594349 0.000989933
0.168211 0.649252 0.00744472 2.19662e-06
0.112905 0.576674 0.0656698 0.00259299
0.000288273 0.181555 0.654809 0.289103
0.00145224 0.056846 0.555255
0.0893283
-0.00591731 0.072614
0.000525634 -0.0195457 0.0831126
0.000242661 0 -0.027677 0.0650199
3.95324e-07 0 0 -0.00891945 0.075833
-0.0192562 0.0844433 0.000211491
-0.026963 0.102508 0.000546934
-0.0459422 0.0816641 0.000307023 -1.39229e-06
-0.0262967 0.0807228 -0.00863854 -0.00121674
-0.000199766 -0.0282792 0.0585137 -0.0518118
-0.000690097 -0.0101662 0.0182609
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309871 0.492236 0.650853 0.748956 0.762099 0.762515 0.762902 0.763578 0.767433 0.777815 0.848061</Total>
<Absorption>0.00390467 1.18693e-06 7.16338e-07 3.53159e-06 1.70435e-05 4.32513e-05 7.93787e-05 0.000143795 0.000287146 0.00050061 0.00106406</Absorption>
<NeutronVelocity>1738169152 835715121.4 421782537.4 78614498.09 16099248.65 6323230.918 3441618.111 1901820.423 952925.4812 546630.2975 257021.176</NeutronVelocity>
<Transport>0.21285 0.436951 0.593791 0.692878 0.704944 0.706139 0.706048 0.70823 0.715545 0.737867 0.866029</Transport>
<Removal>0.06323 0.074298 0.102072 0.031514 0.067638 0.095848 0.168495 0.11432 0.192461 0.122745 0.293407</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246641
0.0659834 0.417938
0.00245579 0.0742968 0.548781
0.000711362 0 0.102071 0.717442
7.03604e-07 0 0 0.0315113 0.694461
0.0676222 0.666667 0.000276405
0.0958067 0.594407 0.00099259
0.16815 0.649258 0.00724453 1.24235e-06
0.112906 0.574972 0.0654355 0.00266362
0.00027448 0.183403 0.65507 0.289692
0.00152224 0.0568068 0.554654
0.0896019
-0.00613096 0.0723033
0.000480228 -0.0195209 0.0830782
0.000235112 0 -0.0277151 0.0646979
5.9888e-07 0 0 -0.00888856 0.0764951
-0.0193421 0.0832091 0.000226917
-0.0268377 0.102822 0.000550139
-0.0461946 0.0812263 0.000273415 -1.02617e-06
-0.0262649 0.0809229 -0.00864463 -0.00121766
-0.00019554 -0.0286101 0.0584883 -0.0519742
-0.000715886 -0.0102132 0.0185061
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="4 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309722 0.492251 0.650856 0.748923 0.762099 0.762515 0.762902 0.763579 0.767436 0.777827 0.848029</Total>
<Absorption>0.00389816 1.18911e-06 7.16374e-07 3.52885e-06 1.70502e-05 4.32473e-05 7.939e-05 0.00014382 0.000287249 0.000500794 0.00106433</Absorption>
<NeutronVelocity>1737483602 835952651.6 421757632.8 78676349.1 16092927 6323830.724 3441120.704 1901487.724 952589.6149 546430.1717 256955.1331</NeutronVelocity>
<Transport>0.212661 0.436534 0.593564 0.692774 0.705323 0.705702 0.706205 0.707811 0.714921 0.73805 0.865597</Transport>
<Removal>0.063183 0.07423 0.102187 0.03156 0.067738 0.095847 0.168528 0.114573 0.192587 0.122765 0.292669</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246539
0.0659707 0.418021
0.00244833 0.0742276 0.548669
0.000715185 0 0.102186 0.717363
1.41321e-06 0 0 0.0315565 0.694361
0.0677214 0.666668 0.000273656
0.0958114 0.594374 0.0010296
0.16817 0.649006 0.00726146 1.51884e-06
0.113084 0.574849 0.0654193 0.00266466
0.000302082 0.183545 0.655062 0.288963
0.00149369 0.0568385 0.55536
0.0895086
-0.00596682 0.0727503
0.000492088 -0.0195232 0.0831837
0.000233299 0 -0.0275988 0.0647625
4.42593e-07 0 0 -0.00890874 0.0758956
-0.0191231 0.0837737 0.000225032
-0.0269619 0.102525 0.000574516
-0.0460538 0.0818177 0.000259383 -8.92647e-07
-0.0264457 0.0812583 -0.00871439 -0.00122293
-0.000208937 -0.0283271 0.0583577 -0.051149
-0.000692352 -0.0101848 0.0180778
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309849 0.492205 0.650881 0.748912 0.762087 0.762441 0.762654 0.762742 0.764201 0.768608 0.806321</Total>
<Absorption>0.0039015 1.18696e-06 7.16462e-07 3.52585e-06 1.70334e-05 4.32346e-05 7.93626e-05 0.000142974 0.000281612 0.000528386 0.00108764</Absorption>
<NeutronVelocity>1737933528 835945663.5 421700719 78748218.32 16110738.77 6327231.773 3443182.327 1913165.255 971817.2983 517949.5414 251439.4911</NeutronVelocity>
<Transport>0.212372 0.436987 0.59409 0.692495 0.705593 0.706008 0.706129 0.70697 0.71191 0.729944 0.825071</Transport>
<Removal>0.063151 0.074349 0.10233 0.031359 0.067379 0.09588 0.168956 0.109179 0.178718 0.089799 0.183956</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246698
0.0659963 0.417856
0.00239524 0.0743471 0.548551
0.000670952 0 0.102329 0.717553
0.0313555 0.694708
0.0673603 0.666561 0.000119152
0.0958392 0.593698 0.000432561
0.168745 0.653563 0.00533309
0.108504 0.585483 0.0268384 0.000322094
0.000102601 0.172352 0.678809 0.182509
0.000768243 0.0624277 0.622365
0.0896596
-0.00597162 0.0723423
0.000489932 -0.0196666 0.0827534
0.000220611 0 -0.0276309 0.0649664
-0.00884025 0.0754978
-0.0190058 0.0836594 0.000103747
-0.0272288 0.103528 0.000297512
-0.0471085 0.0827917 0.000806172
-0.0272584 0.084024 -0.00348175 -0.000165504
-7.94772e-05 -0.0321479 0.0548826 -0.0372995
-0.000406493 -0.0129039 0.00123194
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309921 0.492215 0.650839 0.748928 0.762087 0.762441 0.762653 0.762742 0.764206 0.768622 0.806379</Total>
<Absorption>0.00390089 1.18828e-06 7.16307e-07 3.52805e-06 1.7041e-05 4.32606e-05 7.93702e-05 0.000142944 0.000282008 0.000528924 0.0010876</Absorption>
<NeutronVelocity>1737637577 835910724.7 421803886.5 78698019.96 16103526.35 6323390.855 3442850.405 1913575.286 970449.8035 517421.5848 251448.9747</NeutronVelocity>
<Transport>0.212912 0.436659 0.593301 0.692664 0.704986 0.705336 0.706468 0.707003 0.712522 0.730026 0.824686</Transport>
<Removal>0.063381 0.074327 0.101986 0.031465 0.067561 0.095993 0.169094 0.109468 0.1801 0.089961 0.184167</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.24654
0.0661683 0.417888
0.0025004 0.074325 0.548853
0.000719595 0 0.101986 0.717463
3.41681e-06 0 0 0.0314623 0.694526
0.0675437 0.666448 0.000132726
0.0959461 0.593559 0.00047233
0.168879 0.653274 0.00530478
0.108752 0.584106 0.0266938 0.00030763
0.00010356 0.173711 0.678661 0.18277
0.000790662 0.0627416 0.622212
0.0895092
-0.0060665 0.0726304
0.000553008 -0.0196299 0.0834948
0.000237245 0 -0.0276367 0.0648825
1.57398e-06 0 0 -0.00890254 0.0761402
-0.0190409 0.0842648 0.000117111
-0.0271647 0.103531 0.000316232
-0.0474629 0.0831836 0.000846465
-0.0277133 0.0836641 -0.00351036 -0.000145173
-7.58172e-05 -0.0324502 0.0548848 -0.0372492
-0.00039786 -0.0129476 0.00170195
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309776 0.492174 0.650814 0.748937 0.762087 0.762441 0.762653 0.762742 0.764215 0.768628 0.806553</Total>
<Absorption>0.00389362 1.19121e-06 7.16252e-07 3.53012e-06 1.70465e-05 4.32663e-05 7.93834e-05 0.000143012 0.000282775 0.000529278 0.00108825</Absorption>
<NeutronVelocity>1736789545 836232271.9 421843032.2 78650978.42 16098367.46 6322551.276 3442281.544 1912660.281 967810.6188 517076.4498 251297.9539</NeutronVelocity>
<Transport>0.213174 0.436966 0.594411 0.69267 0.705553 0.706125 0.706258 0.70747 0.712195 0.730018 0.825254</Transport>
<Removal>0.063252 0.074316 0.102254 0.03151 0.067651 0.09636 0.169531 0.109632 0.182266 0.089949 0.183419</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246524
0.065923 0.417858
0.00236729 0.0743138 0.54856
0.000730764 0 0.102253 0.717427
2.79659e-06 0 0 0.0315068 0.694436
0.0676367 0.666081 0.00011226
0.0963116 0.593122 0.000468698
0.169333 0.65311 0.00517117
0.108921 0.581949 0.026537 0.000308064
9.92503e-05 0.176017 0.678679 0.182032
0.000800449 0.062884 0.623134
0.0891241
-0.0059859 0.0723692
0.000481967 -0.0197464 0.0823808
0.000259401 0 -0.0276823 0.0649288
-1.88536e-07 0 0 -0.00894773 0.0758252
-0.0192926 0.0837233 0.000100316
-0.0274103 0.103577 0.00031387
-0.0472827 0.0826249 0.000838743
-0.0276147 0.0840096 -0.0034877 -0.000146819
-7.33981e-05 -0.0324405 0.0548536 -0.0371322
-0.000408281 -0.0129224 0.00114454
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 1 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309828 0.492253 0.650793 0.74895 0.762087 0.762441 0.762653 0.762742 0.764215 0.768625 0.80638</Total>
<Absorption>0.0039048 1.18521e-06 7.16135e-07 3.53163e-06 1.70454e-05 4.3249e-05 7.93745e-05 0.000143003 0.000282762 0.000529198 0.00108862</Absorption>
<NeutronVelocity>1738181237 835882775.8 421921345.4 78616970.26 16099404.16 6325110.689 3442660.764 1912781.011 967857.454 517153.9981 251212.7295</NeutronVelocity>
<Transport>0.212639 0.436509 0.594053 0.692684 0.704919 0.705664 0.705563 0.706096 0.711741 0.730021 0.82508</Transport>
<Removal>0.063084 0.074155 0.102128 0.031501 0.06763 0.09602 0.169165 0.109153 0.182093 0.09 0.183946</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246744
0.0659085 0.418098
0.00240236 0.074154 0.548665
0.000654715 0 0.102128 0.717449
0.0314985 0.694457
0.0676122 0.666421 0.000106043
0.0959797 0.593488 0.000471896
0.168971 0.653589 0.00513788
0.108428 0.582122 0.0265133 0.000317643
0.000108328 0.175867 0.678625 0.182527
0.000795812 0.0629533 0.622434
0.0895052
-0.00611545 0.0726551
0.00050136 -0.0193973 0.0828483
0.00022519 0 -0.0278241 0.0648774
-0.00888703 0.0763075
-0.0191407 0.0838836 9.20167e-05
-0.0271084 0.1041 0.000319388
-0.0471026 0.0837279 0.000788728
-0.0273479 0.0844943 -0.00349243 -0.00016038
-7.98939e-05 -0.0324139 0.0548466 -0.0372885
-0.000417095 -0.0129207 0.00140154
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310038 0.492253 0.650794 0.748921 0.762093 0.762478 0.762782 0.763171 0.765812 0.77335 0.827468</Total>
<Absorption>0.00388916 1.18433e-06 7.16162e-07 3.52683e-06 1.7037e-05 4.32338e-05 7.93667e-05 0.000143278 0.000285565 0.000512134 0.00107344</Absorption>
<NeutronVelocity>1736744299 835847842.3 421901764.4 78724660.5 16106924.21 6326991.579 3442862.258 1909092.818 958350.1045 534379.2917 254780.3157</NeutronVelocity>
<Transport>0.212943 0.436786 0.593983 0.692433 0.70481 0.704969 0.705867 0.707866 0.714277 0.733883 0.846797</Transport>
<Removal>0.063337 0.074394 0.102106 0.031412 0.067341 0.095621 0.168608 0.110975 0.189767 0.105004 0.240449</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 9
8 11
8 11
9 11
</Profile>
<Value>
0.246701
0.066215 0.417859
0.00240953 0.0743933 0.548688
0.000675307 0 0.102106 0.717509
2.62383e-06 0 0 0.0314095 0.694752
0.0673227 0.666857 0.000185706
0.0955889 0.594174 0.000734578
0.168344 0.652196 0.00641316
0.109914 0.576045 0.0454298 0.00106826
0.000174752 0.181949 0.668346 0.238298
0.00113357 0.0590675 0.587019
0.0897399
-0.00615426 0.0724483
0.000462959 -0.0195025 0.0829879
0.000179041 0 -0.0278835 0.0651034
8.29252e-07 0 0 -0.00888257 0.0761552
-0.0188745 0.084287 0.000153915
-0.0267807 0.103009 0.000441621
-0.0462477 0.0818083 0.00063822
-0.026844 0.0821178 -0.00605534 -0.000517097
-0.000126777 -0.0306948 0.0566625 -0.0454102
-0.000545324 -0.0113789 0.0103981
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309856 0.492263 0.650831 0.748931 0.762093 0.762478 0.762782 0.763171 0.765824 0.773351 0.827491</Total>
<Absorption>0.00390457 1.1843e-06 7.16275e-07 3.52825e-06 1.70407e-05 4.32491e-05 7.93675e-05 0.000143238 0.000286095 0.000512221 0.00107284</Absorption>
<NeutronVelocity>1737550020 835750043.9 421825237.8 78692446.31 16103396.69 6324710.644 3442826.698 1909628.73 956571.6472 534290.7824 254923.8542</NeutronVelocity>
<Transport>0.212752 0.43628 0.593803 0.692716 0.70521 0.706087 0.706145 0.707452 0.713197 0.733861 0.846714</Transport>
<Removal>0.063432 0.074256 0.102125 0.031432 0.067418 0.095949 0.168965 0.111064 0.19078 0.105191 0.240667</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246424
0.0661781 0.418007
0.00248002 0.0742554 0.548706
0.000730446 0 0.102124 0.717499
6.87275e-07 0 0 0.0314281 0.694675
0.0673995 0.666529 0.000189021
0.0959037 0.593817 0.000697429
0.168703 0.652107 0.0062704 9.37727e-08
0.110041 0.575044 0.0454894 0.00105109
0.000181561 0.183065 0.66816 0.238549
0.00114671 0.0591884 0.586824
0.0893973
-0.00592121 0.0730728
0.000535606 -0.0196124 0.0830069
0.000248565 0 -0.0277043 0.0647867
-1.53859e-08 0 0 -0.00885044 0.0758797
-0.0189992 0.0833308 0.000158145
-0.0269442 0.103001 0.000422417
-0.0465215 0.0821133 0.000577042 -5.95037e-08
-0.0267174 0.0829066 -0.00601493 -0.000532558
-0.000128651 -0.0303184 0.0566641 -0.0454259
-0.000556467 -0.0114027 0.0107938
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310085 0.492257 0.650817 0.74894 0.762093 0.762478 0.762782 0.763172 0.76584 0.773368 0.827642</Total>
<Absorption>0.00389864 1.18556e-06 7.16221e-07 3.52933e-06 1.70487e-05 4.32471e-05 7.93765e-05 0.000143322 0.000286826 0.000512677 0.00107391</Absorption>
<NeutronVelocity>1736877026 835938675.5 421862607.8 78668302.97 16095828.12 6325030.676 3442435.592 1908506.212 954134.7429 533814.4781 254668.0656</NeutronVelocity>
<Transport>0.212915 0.4371 0.5938 0.692583 0.705035 0.705488 0.706066 0.707253 0.713492 0.733949 0.847175</Transport>
<Removal>0.063364 0.074352 0.1022 0.031462 0.067699 0.095937 0.168719 0.111166 0.192793 0.1051 0.240615</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246721
0.0660245 0.417905
0.00246449 0.0743514 0.548617
0.000715878 0 0.1022 0.717478
2.09596e-06 0 0 0.0314599 0.694394
0.0676835 0.666541 0.000183762
0.0958913 0.594063 0.000719028
0.168464 0.652006 0.00597329 3.63621e-07
0.11012 0.573047 0.045242 0.00107409
0.000177621 0.185353 0.668268 0.238481
0.00117381 0.0593592 0.587027
0.0896862
-0.0060125 0.072307
0.000478059 -0.0196788 0.0830607
0.000234097 0 -0.0277977 0.0650003
8.05237e-07 0 0 -0.00892738 0.0763241
-0.0192682 0.0840113 0.000157656
-0.0270269 0.103488 0.000443201
-0.0469289 0.082202 0.000557622 -2.60725e-07
-0.0266328 0.0831732 -0.00598967 -0.000530513
-0.000126522 -0.0308249 0.0566891 -0.0455859
-0.000576733 -0.0115141 0.0103913
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 2 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309857 0.492335 0.650821 0.748943 0.762093 0.762478 0.762782 0.763172 0.765842 0.773371 0.827467</Total>
<Absorption>0.00390834 1.18918e-06 7.16249e-07 3.53024e-06 1.7042e-05 4.32628e-05 7.93846e-05 0.000143341 0.000286917 0.000512705 0.00107411</Absorption>
<NeutronVelocity>1738090603 835736074.5 421843032.2 78647267.01 16102203.91 6322711.179 3442080.118 1908258.561 953834.4143 533785.9838 254622.6747</NeutronVelocity>
<Transport>0.21276 0.436521 0.594393 0.692711 0.705481 0.705796 0.705864 0.707899 0.714337 0.733859 0.846129</Transport>
<Removal>0.063246 0.074323 0.102264 0.031478 0.067599 0.096026 0.168719 0.111426 0.193365 0.105065 0.240004</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246611
0.0660333 0.418012
0.00242762 0.0743232 0.548557
0.000714362 0 0.102263 0.717465
2.11764e-06 0 0 0.031475 0.694494
0.0675816 0.666452 0.00017948
0.0959831 0.594063 0.000704418
0.168455 0.651746 0.00601452 4.54671e-07
0.110404 0.572477 0.0451861 0.00104372
0.000175237 0.185911 0.668306 0.237901
0.00115882 0.0593789 0.587463
0.0894524
-0.00604092 0.0728534
0.000486883 -0.0195443 0.0826036
0.000232723 0 -0.0279459 0.0648191
6.40651e-07 0 0 -0.00886487 0.0756453
-0.0190341 0.0837319 0.00015519
-0.0270525 0.103339 0.000420592
-0.0465764 0.081696 0.000603576 -2.99188e-07
-0.0267438 0.08234 -0.00601608 -0.000527098
-0.000124561 -0.0308901 0.0566507 -0.0453184
-0.000565869 -0.0113549 0.0110069
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 1">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309875 0.492258 0.650803 0.748919 0.762099 0.762515 0.762902 0.763578 0.767399 0.777807 0.847846</Total>
<Absorption>0.00388863 1.18496e-06 7.16176e-07 3.52591e-06 1.7031e-05 4.32308e-05 7.93691e-05 0.000143759 0.000286092 0.000500483 0.00106311</Absorption>
<NeutronVelocity>1736738267 835687185.6 421891084.6 78742637.56 16111076.2 6326271.106 3442020.879 1902297.976 956434.4125 546767.7823 257249.9466</NeutronVelocity>
<Transport>0.212543 0.436878 0.594021 0.692496 0.70535 0.705619 0.7058 0.708601 0.715187 0.737962 0.865671</Transport>
<Removal>0.063122 0.074337 0.102014 0.031391 0.067409 0.095582 0.168019 0.114143 0.189762 0.122816 0.293175</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
1 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246753
0.0659431 0.417921
0.00238437 0.0743365 0.548789
0.000718407 0 0.102014 0.717528
1.32287e-06 0 0 0.0313866 0.69469
0.067392 0.666933 0.000256785
0.0955392 0.594883 0.000981547
0.167691 0.649435 0.00766182 1.22055e-06
0.112716 0.577637 0.0654974 0.00257103
0.000287627 0.180341 0.654991 0.289504
0.00146882 0.0568342 0.554671
0.0897768
-0.00597054 0.0724514
0.000476558 -0.0195634 0.0829438
0.000248382 0 -0.0278479 0.0649521
1.15074e-06 0 0 -0.00882019 0.0758008
-0.0190545 0.0837486 0.000212719
-0.0268557 0.102987 0.000530698
-0.0460973 0.0808576 0.00031376 -8.05517e-07
-0.026232 0.0807711 -0.00861576 -0.00118931
-0.000204332 -0.0282052 0.0583399 -0.0513409
-0.000688144 -0.0101918 0.0180171
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 2">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309829 0.492349 0.650827 0.748929 0.762099 0.762515 0.762901 0.763577 0.76741 0.777813 0.84813</Total>
<Absorption>0.00389316 1.1863e-06 7.1625e-07 3.5275e-06 1.70436e-05 4.32282e-05 7.93781e-05 0.000143732 0.000286435 0.000500566 0.00106467</Absorption>
<NeutronVelocity>1737221002 835373035.8 421841252.7 78706691.64 16099093.14 6326631.322 3441641.801 1902649.058 955292.3194 546678.1105 256872.6271</NeutronVelocity>
<Transport>0.212269 0.436759 0.593964 0.692863 0.705278 0.705318 0.705495 0.707753 0.716153 0.737949 0.866577</Transport>
<Removal>0.063339 0.074487 0.102191 0.031514 0.0676 0.095558 0.16812 0.114176 0.190735 0.122831 0.293313</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.24649
0.0661204 0.417862
0.00241806 0.0744859 0.548636
0.000706452 0 0.102191 0.717415
0.0315099 0.694499
0.0675852 0.666957 0.000271109
0.0955068 0.594781 0.000992821
0.167775 0.649401 0.00747142 2.36327e-06
0.112759 0.576675 0.0656138 0.00255949
0.000284438 0.181547 0.654982 0.289666
0.00142992 0.0567139 0.554817
0.0897529
-0.00600326 0.0727203
0.000522085 -0.0195997 0.0828257
0.000236251 0 -0.0277155 0.0647076
-0.00892769 0.0760178
-0.0191976 0.0839191 0.000223643
-0.0267252 0.102762 0.000527484
-0.045579 0.081686 0.00032558 -1.59462e-06
-0.0262094 0.080166 -0.00864782 -0.00120502
-0.000201683 -0.0285955 0.0583014 -0.0516543
-0.000660766 -0.0100992 0.0178897
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 3">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.310045 0.492224 0.650815 0.748952 0.762099 0.762515 0.762902 0.763579 0.767429 0.777828 0.847923</Total>
<Absorption>0.00389521 1.18338e-06 7.1622e-07 3.53068e-06 1.70501e-05 4.32314e-05 7.93809e-05 0.000143837 0.000287032 0.000500804 0.0010644</Absorption>
<NeutronVelocity>1736825743 835708137.3 421860828.1 78634898.17 16092952.9 6326191.064 3441523.356 1901263.58 953307.0221 546418.2285 256938.6276</NeutronVelocity>
<Transport>0.213298 0.43673 0.593576 0.692855 0.704989 0.705782 0.705669 0.707615 0.715184 0.737774 0.866103</Transport>
<Removal>0.06343 0.0743 0.102092 0.03152 0.067726 0.09587 0.168243 0.114325 0.191907 0.12282 0.292731</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
5 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246615
0.0662607 0.417924
0.00246974 0.0742982 0.548723
0.00068652 0 0.102092 0.717432
0.0315166 0.694373
0.0677033 0.666645 0.000263421
0.0958317 0.594659 0.000968881
0.167897 0.649254 0.00729999 1.0679e-06
0.112881 0.575522 0.065427 0.00254436
0.000319291 0.182858 0.655008 0.289099
0.00146851 0.0569037 0.555192
0.0893391
-0.00612248 0.0726344
0.000468407 -0.019658 0.0831762
0.000211468 0 -0.0276492 0.0647495
-0.0089423 0.0761661
-0.0190591 0.0836948 0.000212703
-0.0269659 0.102959 0.000545117
-0.0459394 0.0817417 0.000285752 -8.15202e-07
-0.0261295 0.0810175 -0.00868376 -0.00120302
-0.000218378 -0.0283878 0.0586303 -0.051421
-0.000687176 -0.0102111 0.0178893
</Value>
</Scattering>
</Isotope>
</Table>
<Table gridIndex="5 3 4">
<Isotope Name="pseudo" L="1" I="6">
<Total>0.309825 0.492236 0.650849 0.748936 0.762099 0.762515 0.762901 0.763579 0.767437 0.777824 0.848128</Total>
<Absorption>0.00390631 1.18632e-06 7.16348e-07 3.52986e-06 1.70464e-05 4.32448e-05 7.93862e-05 0.000143825 0.000287256 0.000500774 0.00106459</Absorption>
<NeutronVelocity>1737396060 835875788.9 421775421.5 78653452.89 16096475.84 6324230.657 3441286.491 1901419.029 952562.3928 546451.0735 256893.7436</NeutronVelocity>
<Transport>0.213085 0.436795 0.59373 0.692443 0.705608 0.705434 0.706599 0.70809 0.716134 0.73785 0.867076</Transport>
<Removal>0.063239 0.074236 0.102131 0.03153 0.067753 0.095854 0.168491 0.114456 0.192705 0.122602 0.293255</Removal>
<Scattering profile="1">
<Profile>
1 1
1 2
1 3
1 4
4 5
1 7
6 8
7 10
8 11
8 11
9 11
1 1
1 2
1 3
1 4
4 5
1 7
6 8
7 10
8 11
8 11
9 11
</Profile>
<Value>
0.246586
0.0658429 0.418
0.00244023 0.074234 0.548718
0.00073063 0 0.10213 0.717406
0.0315268 0.694346
6.94939e-07 0 0 0 0.0677364 0.666661 0.000250106
0.0958055 0.59441 0.000993644
0.168169 0.649123 0.00720618 1.12013e-06
0.113048 0.574732 0.0653686 0.00257957
0.000262918 0.183704 0.655222 0.289658
0.0015117 0.0567362 0.554873
0.089302
-0.00599218 0.0724298
0.000474439 -0.0194781 0.0832189
0.000243401 0 -0.0277529 0.0650881
-0.00889182 0.0757067
6.19122e-07 0 0 0 -0.0192192 0.0840208 0.000200021
-0.0269433 0.10203 0.000531144
-0.0459275 0.081295 0.00032115 -8.36658e-07
-0.0261809 0.0802316 -0.00863502 -0.0011951
-0.00018106 -0.0285575 0.0585374 -0.0519726
-0.00071315 -0.010244 0.0174473
</Value>
</Scattering>
</Isotope>
</Table>
</Multigroup_Cross_Section_Library>
</Multigroup_Cross_Section_Libraries>
</ISOXML>
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/neutronics_eigenvalue.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[AuxVariables]
[Tfuel] # fuel temperature
initial_condition = 1000
[]
[Tmod] # moderator + monolith + HP + reflector temperature
initial_condition = 1000
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-10
richardson_abs_tol = 1e-8
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[MultiApps]
[bison]
type = FullSolveMultiApp
input_files = thermal_ss.i
execute_on = 'timestep_end'
no_restore = true
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
# Values are transferred outside the block restriction of Tfuel, leading to some indetermination
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
file_base = 'neutronics_eigenvalue_90'
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/thermal_ss.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
initial_condition = 950
block = '${solid_blocks}'
[]
[]
[Kernels]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
initial_condition = 2.3e6
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 500 # random value
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Steady
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
default = 90
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
execute_on = final
[]
[]
[Outputs]
console = false
exodus = true
[]
(microreactors/drum_rotation/neutronics_transient.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
# Rotation specs
angle_step = ${fparse 360 / 1800} # Angular distance between elements in drum
dstep = 6 # Number of elements to pass each timestep
pos_start = 90 # Starting position
t_out = 2 # Time moving outward
speed = 20 # Degrees per second
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[mesh]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = transient
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
dnp_amp_scheme = quadrature
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[AuxVariables]
[Tfuel] # fuel temperature
[]
[Tmod] # moderator + monolith + HP + reflector temperature
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_linear]
type = ParsedFunction
expression = 'if(t <= t_out, pos_start + speed * t, (pos_start + speed * t_out) - speed * (t - t_out))'
symbol_names = 't_out pos_start speed'
symbol_values = '${t_out} ${pos_start} ${speed}'
[]
[drum_position]
type = ParsedFunction
expression = 'if(drum_linear < 0, 0, if(drum_linear > 180, 180, drum_linear))'
symbol_names = 'drum_linear'
symbol_values = 'drum_linear'
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[ICs]
[CD_ic]
type = FunctionIC
variable = CD
function = drum_position
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_begin'
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = IQSSweepUpdate
pke_param_csv = true
output_micro_csv = true
end_time = 5
dt = ${fparse angle_step / speed * dstep}
dtmin = 0.001
richardson_rel_tol = 1e-4
richardson_abs_tol = 5e-5
richardson_max_its = 200
richardson_value = integrated_power
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[MultiApps]
[bison]
type = TransientMultiApp
input_files = thermal_transient.i
execute_on = 'timestep_end'
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
writing = false
execute_on = initial
[]
[neutronics_adjoint]
type = TransportSolutionVectorFile
folder = 'binary_90'
transport_system = sn
writing = false
load_to_adjoint = true
disable_eigenvalue_transfer = true
execute_on = initial
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
writing = false
execute_on = initial
[]
[]
[Outputs]
csv = true
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[pgraph]
type = PerfGraphOutput
level = 2
[]
[]
(microreactors/drum_rotation/thermal_transient.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
block = '${solid_blocks}'
[]
[]
[Kernels]
[time_derivative]
type = HeatConductionTimeDerivative
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 1000 # reasonable value from Fig. 4 of https://info.ornl.gov/sites/publications/Files/Pub160401.pdf
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Transient
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
execute_on = 'initial timestep_end'
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
execute_on = 'initial timestep_end'
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
execute_on = 'initial timestep_end'
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
execute_on = 'initial timestep_end'
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
execute_on = 'initial timestep_end'
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
execute_on = 'initial timestep_end'
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
execute_on = 'initial timestep_end'
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
execute_on = 'initial timestep_end'
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
execute_on = 'initial timestep_end'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
execute_on = 'initial timestep_end'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
writing = false
execute_on = initial
[]
[]
[Outputs]
console = false
csv = true
exodus = true
[]
(microreactors/drum_rotation/neutronics_adjoint.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[assign_coarse]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[TransportSystems]
equation_type = eigenvalue
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
for_adjoint = true
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
[]
[AuxVariables]
[Tfuel] # fuel temperature
[]
[Tmod] # moderator + monolith + HP + reflector temperature
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_position]
type = ConstantFunction
value = 90
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_end'
[]
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Executioner]
type = SweepUpdate
richardson_rel_tol = 1e-6
richardson_abs_tol = 1e-4
richardson_max_its = 100
richardson_value = eigenvalue
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial timestep_end'
[]
[fuel_temp_avg]
type = Receiver
[]
[fuel_temp_max]
type = Receiver
[]
[mod_temp_avg]
type = Receiver
[]
[mod_temp_max]
type = Receiver
[]
[monolith_temp_avg]
type = Receiver
[]
[monolith_temp_max]
type = Receiver
[]
[refl_temp_avg]
type = Receiver
[]
[refl_temp_max]
type = Receiver
[]
[]
[UserObjects]
[neutronics_adjoint]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
execute_on = final
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
folder = 'binary_90'
var = 'Tfuel Tmod'
writing = false
execute_on = initial
[]
[]
[Outputs]
[console]
type = Console
outlier_variable_norms = false
[]
[]
(microreactors/drum_rotation/neutronics_transient.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
# Rotation specs
angle_step = ${fparse 360 / 1800} # Angular distance between elements in drum
dstep = 6 # Number of elements to pass each timestep
pos_start = 90 # Starting position
t_out = 2 # Time moving outward
speed = 20 # Degrees per second
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[mesh]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = transient
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
dnp_amp_scheme = quadrature
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[AuxVariables]
[Tfuel] # fuel temperature
[]
[Tmod] # moderator + monolith + HP + reflector temperature
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_linear]
type = ParsedFunction
expression = 'if(t <= t_out, pos_start + speed * t, (pos_start + speed * t_out) - speed * (t - t_out))'
symbol_names = 't_out pos_start speed'
symbol_values = '${t_out} ${pos_start} ${speed}'
[]
[drum_position]
type = ParsedFunction
expression = 'if(drum_linear < 0, 0, if(drum_linear > 180, 180, drum_linear))'
symbol_names = 'drum_linear'
symbol_values = 'drum_linear'
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[ICs]
[CD_ic]
type = FunctionIC
variable = CD
function = drum_position
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_begin'
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = IQSSweepUpdate
pke_param_csv = true
output_micro_csv = true
end_time = 5
dt = ${fparse angle_step / speed * dstep}
dtmin = 0.001
richardson_rel_tol = 1e-4
richardson_abs_tol = 5e-5
richardson_max_its = 200
richardson_value = integrated_power
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[MultiApps]
[bison]
type = TransientMultiApp
input_files = thermal_transient.i
execute_on = 'timestep_end'
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
writing = false
execute_on = initial
[]
[neutronics_adjoint]
type = TransportSolutionVectorFile
folder = 'binary_90'
transport_system = sn
writing = false
load_to_adjoint = true
disable_eigenvalue_transfer = true
execute_on = initial
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
writing = false
execute_on = initial
[]
[]
[Outputs]
csv = true
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[pgraph]
type = PerfGraphOutput
level = 2
[]
[]
(microreactors/drum_rotation/neutronics_transient.i)
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
# Rotation specs
angle_step = ${fparse 360 / 1800} # Angular distance between elements in drum
dstep = 6 # Number of elements to pass each timestep
pos_start = 90 # Starting position
t_out = 2 # Time moving outward
speed = 20 # Degrees per second
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[coarse_mesh]
type = FileMeshGenerator
file = empire_2d_CD_coarse_in.e
[]
[mesh]
type = CoarseMeshExtraElementIDGenerator
input = main
coarse_mesh = coarse_mesh
extra_element_id_name = coarse_element_id
[]
[]
[PowerDensity]
power = ${fparse 2e6 / 12 / 2} # power: 2e6 W / 12 / 2 m (axial)
power_density_variable = power_density
integrated_power_postprocessor = integrated_power
[]
[TransportSystems]
equation_type = transient
particle = neutron
G = 11
ReflectingBoundary = 'bottom topleft'
VacuumBoundary = 'right'
[sn]
scheme = DFEM-SN
n_delay_groups = 6
family = MONOMIAL
order = FIRST
AQtype = Gauss-Chebyshev
NPolar = 1 # use >=2 for final runs (4 sawtooth nodes sufficient)
NAzmthl = 3 # use >=6 for final runs (4 sawtooth nodes sufficient)
NA = 1
dnp_amp_scheme = quadrature
sweep_type = asynchronous_parallel_sweeper
using_array_variable = true
collapse_scattering = true
hide_angular_flux = true
hide_higher_flux_moment = 0
[]
[]
[AuxVariables]
[Tfuel] # fuel temperature
[]
[Tmod] # moderator + monolith + HP + reflector temperature
[]
[CD] # drum angle (0 = fully in, 180 = fully out)
[]
[]
[Functions]
[offset]
type = ConstantFunction
value = 225
[]
[drum_linear]
type = ParsedFunction
expression = 'if(t <= t_out, pos_start + speed * t, (pos_start + speed * t_out) - speed * (t - t_out))'
symbol_names = 't_out pos_start speed'
symbol_values = '${t_out} ${pos_start} ${speed}'
[]
[drum_position]
type = ParsedFunction
expression = 'if(drum_linear < 0, 0, if(drum_linear > 180, 180, drum_linear))'
symbol_names = 'drum_linear'
symbol_values = 'drum_linear'
[]
[drum_fun]
type = ParsedFunction
expression = 'drum_position + offset'
symbol_names = 'drum_position offset'
symbol_values = 'drum_position offset'
[]
[]
[ICs]
[CD_ic]
type = FunctionIC
variable = CD
function = drum_position
[]
[]
[AuxKernels]
[CD_aux]
type = FunctionAux
variable = CD
function = drum_position
execute_on = 'initial timestep_begin'
[]
[]
[GlobalParams]
library_file = empire_core_modified_11G_CD.xml
library_name = empire_core_modified_11G_CD
densities = 1.0
isotopes = 'pseudo'
dbgmat = false
grid_names = 'Tfuel Tmod CD'
grid_variables = 'Tfuel Tmod CD'
is_meter = true
# Reduces transfers efficiency for now, can be removed once transferred fields are checked
bbox_factor = 10
[]
[Materials]
[fuel]
type = CoupledFeedbackNeutronicsMaterial
block = '1 2' # fuel pin with 1 cm outer radius, no gap
material_id = 1001
plus = true
[]
[moderator]
type = CoupledFeedbackNeutronicsMaterial
block = '3 4 5' # moderator pin with 0.975 cm outer radius
material_id = 1002
[]
[monolith]
type = CoupledFeedbackNeutronicsMaterial
block = '8'
material_id = 1003
[]
[hpipe]
type = CoupledFeedbackNeutronicsMaterial
block = '6 7' # gap homogenized with HP
material_id = 1004
[]
[be]
type = CoupledFeedbackNeutronicsMaterial
block = '10 11 14 15'
material_id = 1005
[]
[drum]
type = CoupledFeedbackRoddedNeutronicsMaterial
block = '13'
front_position_function = drum_fun
rotation_center = '${x_center} ${y_center} 0'
rod_segment_length = '270 90'
segment_material_ids = '1005 1006'
isotopes = 'pseudo; pseudo'
densities = '1.0 1.0'
[]
[air]
type = CoupledFeedbackNeutronicsMaterial
block = '20 21 22'
material_id = 1007
[]
[]
[Debug]
show_rodded_materials_average_segment_in = segment_id
[]
[Executioner]
type = IQSSweepUpdate
pke_param_csv = true
output_micro_csv = true
end_time = 5
dt = ${fparse angle_step / speed * dstep}
dtmin = 0.001
richardson_rel_tol = 1e-4
richardson_abs_tol = 5e-5
richardson_max_its = 200
richardson_value = integrated_power
inner_solve_type = GMRes
max_inner_its = 2
cmfd_acceleration = true
coarse_element_id = coarse_element_id
prolongation_type = multiplicative
max_diffusion_coefficient = 1
[]
[MultiApps]
[bison]
type = TransientMultiApp
input_files = thermal_transient.i
execute_on = 'timestep_end'
[]
[]
[Transfers]
[pdens_to_modules]
type = MultiAppCopyTransfer
to_multi_app = bison
source_variable = power_density
variable = power_density
[]
[dp_to_modules]
type = MultiAppReporterTransfer
to_multi_app = bison
from_reporters = dp/value
to_reporters = drum_position/value
[]
[tfuel_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tfuel
source_variable = Tsolid
from_blocks = '1 2'
search_value_conflicts = false
[]
[tmod_from_modules]
type = MultiAppGeneralFieldNearestLocationTransfer
from_multi_app = bison
variable = Tmod
source_variable = Tsolid
from_blocks = '3 4 8 10 11 13 14 15 22'
search_value_conflicts = false
[]
[]
[Postprocessors]
[dp]
type = FunctionValuePostprocessor
function = drum_position
execute_on = 'initial linear timestep_end'
[]
[]
[UserObjects]
[neutronics_initial]
type = TransportSolutionVectorFile
transport_system = sn
folder = 'binary_90'
writing = false
execute_on = initial
[]
[neutronics_adjoint]
type = TransportSolutionVectorFile
folder = 'binary_90'
transport_system = sn
writing = false
load_to_adjoint = true
disable_eigenvalue_transfer = true
execute_on = initial
[]
[neutronics_thermal_initial]
type = SolutionVectorFile
var = 'Tfuel Tmod'
folder = 'binary_90'
writing = false
execute_on = initial
[]
[]
[Outputs]
csv = true
exodus = true
[console]
type = Console
outlier_variable_norms = false
[]
[pgraph]
type = PerfGraphOutput
level = 2
[]
[]
(microreactors/drum_rotation/thermal_transient.i)
fuel_blocks = '1 2'
moderator_blocks = '3 4'
monolith_blocks = '8 22' # For now fill the air gap with monolith
reflector_blocks = '10 11 14 15'
drum_blocks = '13'
solid_blocks = '1 2 3 4 8 10 11 13 14 15 22'
# hp_blocks = '6 7 5 20 21'
# Hexagon math
r = ${fparse 16.1765 / 100} # Apothem (set by generator)
d = ${fparse 4 / sqrt(3) * r} # Long diagonal
x_center = ${fparse 9 / 4 * d}
y_center = ${fparse r}
[Mesh]
[main]
type = FileMeshGenerator
file = empire_2d_CD_fine_in.e
[]
[add_sideset_hp]
type = SideSetsBetweenSubdomainsGenerator
input = main
primary_block = '8' # add 16 so the HP boundary extends into the upper axial reflector
paired_block = '7'
new_boundary = 'hp'
[]
[add_sideset_inner_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_hp
primary_block = '4'
paired_block = '5'
new_boundary = 'gap_mod_inner'
[]
[add_sideset_outer_mod_gap]
type = SideSetsBetweenSubdomainsGenerator
input = add_sideset_inner_mod_gap
primary_block = '8'
paired_block = '5'
new_boundary = 'gap_mod_outer'
[]
[]
[Problem]
kernel_coverage_check = false
material_coverage_check = false
[]
[Variables]
[Tsolid]
block = '${solid_blocks}'
[]
[]
[Kernels]
[time_derivative]
type = HeatConductionTimeDerivative
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_conduction]
type = HeatConduction
variable = Tsolid
block = '${solid_blocks}'
[]
[heat_source_fuel]
type = CoupledForce
variable = Tsolid
block = '${fuel_blocks}'
v = power_density
[]
[]
[AuxVariables]
[power_density]
block = '${fuel_blocks}'
family = MONOMIAL
order = FIRST
[]
[htc_hp_var]
block = '${monolith_blocks}'
initial_condition = 3e2
[]
[Tsink_hp_var]
block = '${monolith_blocks}'
initial_condition = 900
[]
[]
[BCs]
[hp_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'hp' # inside of heat pipe
htc = htc_hp_var
T_infinity = Tsink_hp_var # eventually, will be given by Sockeye
[]
[rrefl_bc]
type = CoupledConvectiveHeatFluxBC
variable = Tsolid
boundary = 'right' # reflector cooling
htc = 50 # arbitrary (but small) HTC
T_infinity = 500 # arbitrary Tsink
[]
[]
[ThermalContact]
[RPV_gap]
type = GapHeatTransfer
gap_geometry_type = 'PLATE'
emissivity_primary = 0.8
emissivity_secondary = 0.8 # varies from 0.6 to 1.0 in RPV paper, 0.79 in NRC paper
variable = Tsolid # graphite -> rpv gap
primary = 'gap_mod_inner'
secondary = 'gap_mod_outer'
gap_conductivity = 0.08 # W/m/K, typical thermal connectivity for air at 1000C
quadrature = true
[]
[]
[Functions]
[cos_theta_hat]
type = ParsedFunction
expression = '(cos(theta*pi/180) * (xc - x) + sin(theta*pi/180) * (yc - y)) / (sqrt((xc-x)^2+(yc-y)^2))'
symbol_names = 'theta xc yc'
symbol_values = 'drum_position ${x_center} ${y_center}'
[]
[drum_k]
type = ParsedFunction
expression = 'if(cost < cos45, 200, 20)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_cp]
type = ParsedFunction
expression = 'if(cost < cos45, 1825, 1000)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[drum_rho]
type = ParsedFunction
expression = 'if(cost < cos45, 1.85376e3, 2.52e3)'
symbol_names = 'cost cos45'
symbol_values = 'cos_theta_hat 0.7071067811865476'
[]
[]
[Materials]
#### DENSITY #####
# units of kg/m^3
[fuel_density]
type = Density
block = '${fuel_blocks}'
density = 14.3e3 # same as in Serpent input
[]
[moderator_density]
type = Density
block = '${moderator_blocks}'
density = 4.3e3 # same as in Serpent input
[]
[monolith_density]
type = Density
block = '${monolith_blocks}'
density = 1.8e3 # same as in Serpent input
[]
[reflector_density]
type = Density
block = '${reflector_blocks}'
density = 1.85376e3 # same as in Serpent input
[]
### THERMAL CONDUCTIVITY ###
# units of W/m-K
[fuel_kappa]
type = HeatConductionMaterial
block = '${fuel_blocks}'
# temp = Tsolid
thermal_conductivity = 19 # W/m/K
specific_heat = 300 # reasonable value
[]
[moderator_kappa]
type = HeatConductionMaterial
block = '${moderator_blocks}'
# temp = Tsolid
thermal_conductivity = 20 # W/m/K
specific_heat = 1000 # reasonable value from Fig. 4 of https://info.ornl.gov/sites/publications/Files/Pub160401.pdf
[]
[monolith_thermal_props]
type = HeatConductionMaterial
block = '${monolith_blocks}'
# temp = Tsolid
thermal_conductivity = 70 # typical value for G348 graphite
specific_heat = 1830 # typical value for G348 graphite
[]
[reflector_kappa]
type = HeatConductionMaterial
block = '${reflector_blocks}'
# temp = Tsolid
thermal_conductivity = 200 # W/m/K, typical value for Be
specific_heat = 1825 # typical value for Be
[]
[drum_material]
type = GenericFunctionMaterial
block = '${drum_blocks}'
prop_names = 'thermal_conductivity specific_heat density thermal_conductivity_dT'
prop_values = 'drum_k drum_cp drum_rho 0'
[]
[]
[Executioner]
type = Transient
petsc_options_iname = '-pc_type -pc_hypre_type -ksp_gmres_restart'
petsc_options_value = 'hypre boomeramg 300'
line_search = 'none'
l_tol = 1e-02
nl_abs_tol = 1e-7
nl_rel_tol = 1e-8
l_max_its = 50
nl_max_its = 25
[]
[Postprocessors]
[drum_position]
type = Receiver
[]
[fuel_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${fuel_blocks}
execute_on = 'initial timestep_end'
[]
[fuel_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
execute_on = 'initial timestep_end'
[]
[fuel_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${fuel_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[mod_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${moderator_blocks}
execute_on = 'initial timestep_end'
[]
[mod_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
execute_on = 'initial timestep_end'
[]
[mod_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${moderator_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[monolith_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${monolith_blocks}
execute_on = 'initial timestep_end'
[]
[monolith_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
execute_on = 'initial timestep_end'
[]
[monolith_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${monolith_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[refl_temp_avg]
type = ElementAverageValue
variable = Tsolid
block = ${reflector_blocks}
execute_on = 'initial timestep_end'
[]
[refl_temp_max]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
execute_on = 'initial timestep_end'
[]
[refl_temp_min]
type = ElementExtremeValue
variable = Tsolid
block = ${reflector_blocks}
value_type = min
execute_on = 'initial timestep_end'
[]
[heatpipe_surface_temp_avg]
type = SideAverageValue
variable = Tsolid
boundary = 'hp'
execute_on = 'initial timestep_end'
[]
[hp_bc_heat_flux]
type = ConvectiveHeatTransferSideIntegral
boundary = 'hp'
T_solid = Tsolid
T_fluid_var = Tsink_hp_var
htc_var = htc_hp_var
execute_on = 'initial timestep_end'
[]
[total_power]
type = ElementIntegralVariablePostprocessor
block = '${fuel_blocks}'
variable = power_density
execute_on = 'initial timestep_begin timestep_end'
[]
[fuel_volume]
type = VolumePostprocessor
block = '${fuel_blocks}'
execute_on = 'initial timestep_end'
[]
[]
[UserObjects]
[thermal_initial]
type = SolutionVectorFile
var = 'Tsolid power_density'
folder = 'binary_90'
writing = false
execute_on = initial
[]
[]
[Outputs]
console = false
csv = true
exodus = true
[]