5. BEAVRS

BEAVRS基准题是麻省理工学院计算反应堆物理小组于2013年公布的压水堆三维全堆芯基准题。它包括商用压水堆的两循环热态零功率、 热态满功率和燃耗工况下详细的问题描述和实验测量值。测量值主要包括各工况点下的临界硼浓度、控制棒位置和堆内探测器计数值。

相关参考文献如下:

  1. N. Horelik, et al., Benchmark for Evaluation and Validation of Reactor Simulations (BEAVRS), V3.0.1, MIT, 2019, https://github.com/mit-crpg/BEAVRS.

该问题分为第一、第二两个循环的基准题,分别为:

5.1. BEAVRS_C1

materials:
- name: Fuel_16
  elements: [O-nat, U-234, U-235, U-238]
  number_densities: [4.6006467e-02, 3.0131e-06, 3.7503e-04, 2.2625e-02]
- name: Fuel_24
  elements: [O-nat, U-234, U-235, U-238]
  number_densities: [4.5939309e-02, 4.4842e-06, 5.5814e-04, 2.2407e-02]
- name: Fuel_31
  elements: [O-nat, U-234, U-235, U-238]
  number_densities: [4.5960362e-02, 5.7987e-06, 7.2175e-04, 2.2253e-02]
- name: Air
  elements: [O-nat, N-nat, C-nat]
  number_densities: [5.2992094e-06, 1.9752353e-05, 6.829557e-09]
- name: Borosilicate_Glass
  elements: [O-nat, Si-nat, Al-nat, B-10b, B-11]
  number_densities: [4.6624939e-02, 1.8352e-02, 1.7352e-03, 9.6506e-04, 3.9189e-03]
- name: Ag_In_Cd_Control_Rods
  elements: [Ag-nat, In-nat, Cd-nat]
  number_densities: [4.5377e-02, 7.99329e-03, 2.721408e-03]
- name: B4C_Control_Rods
  elements: [B-nat, C-nat]
  number_densities: [7.639698e-2, 1.918453e-02]
- name: Helium
  elements: [He-4]
  number_densities: [2.4044e-04]
- name: Inconel_718
  elements: [Si-nat, Cr-nat, Mn-nat, Fe-nat, Ni-nat]
  number_densities: [6.15398e-04, 1.800705e-02, 7.8201e-04, 2.5316542e-02, 4.306888e-02]
- name: Stainless_Steel_304
  elements: [Si-nat, Cr-nat, Mn-nat, Fe-nat, Ni-nat]
  number_densities: [1.033106e-03, 1.767059e-02, 1.7604e-03, 5.922913e-02, 8.239028e-03]
- name: Zircaloy_4
  elements: [O-nat, Cr-nat, Fe-nat, Zr-nat, Sn-nat]
  number_densities: [3.0817327e-04, 7.58619e-05, 1.4833129e-04, 4.24241e-02, 4.818015e-04]
- name: Nozzle_Support_Plate_Borated_Water
  elements: [B-nat, H-H2O, O-nat]
  number_densities: [5.3268e-05, 6.5521204e-02, 3.2760951e-02]
- name: Nozzle_Support_Plate_Stainless_Steel
  elements: [Si-nat, Cr-nat, Mn-nat, Fe-nat, Ni-nat]
  number_densities: [4.73947e-04, 8.10655e-03, 8.0762e-04, 2.7172606e-02, 3.77972e-03]
- name: Carbon_Steel
  elements: [C-nat, Mn-nat, P-nat, S-nat, Si-nat, Ni-nat, Cr-nat, Mo-nat, V-nat, Nb-93, Cu-nat, Ca-nat, B-nat, Ti-nat, Al-nat, Fe-nat]
  number_densities: [1.055998e-03, 6.4126e-04, 3.7913e-05, 3.66201092e-05, 6.69004e-04, 6.002327e-04, 3.161868e-04, 3.05972e-04, 4.610426e-05, 5.0559e-06, 1.47838e-04, 1.7580793212e-05, 1.30319e-05, 1.471932e-05, 4.3523e-05, 8.115726e-02]

geometries:
  structures:
  - &Solid_Pin
    name: SPZ
    primitives:
    - {type: CIRCLE, radius: 0.45720}
    regions:
    - {material: Zircaloy_4, space: '1'}
    meshing: {type: SECTORS, num_azimuths: 4, radii: [0.2640, 0.3733, 0.52]}
  - <<: *Solid_Pin
    name: SPW
    regions:
    - {material: Nozzle_Support_Plate_Borated_Water, space: '1'}
  - <<: *Solid_Pin
    name: SPS
    regions:
    - {material: Nozzle_Support_Plate_Stainless_Steel, space: '1'}
  - &Solid_Burnable_absorber
    name: BPSS
    primitives:
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: Stainless_Steel_304, space: '1'}
  - &Fuel_Pin
    name: FP16
    primitives:
    - {type: CIRCLE, radius: 0.39218}
    - {type: CIRCLE, radius: 0.40005}
    - {type: CIRCLE, radius: 0.45720}
    regions:
    - {material: Fuel_16, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Zircaloy_4, space: 3-2}
    meshing: {type: SECTORS, num_azimuths: 4, radii: [0.22643, 0.32021, -0.45720]}
  - <<: *Fuel_Pin
    name: FP24
    regions:
    - {material: Fuel_24, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Zircaloy_4, space: 3-2}
  - <<: *Fuel_Pin
    name: FP31
    regions:
    - {material: Fuel_31, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Zircaloy_4, space: 3-2}
  - &Upper_Fuel_Pin_Plenum
    name: UFPP
    primitives:
    - {type: CIRCLE, radius: 0.06459}
    - {type: CIRCLE, radius: 0.40005}
    - {type: CIRCLE, radius: 0.45720}
    regions:
    - {material: Inconel_718, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Zircaloy_4, space: 3-2}
    meshing: {type: SECTORS, num_azimuths: 4, radii: [0.22643, 0.32021, -0.45720]}
  - &Empty_Guide_Tube_Geometry_above_Dashpot
    name: GT
    primitives:
    - {type: CIRCLE, radius: 0.56134}
    - {type: CIRCLE, radius: 0.60198}
    regions:
    - {material: Zircaloy_4, space: 2-1}
    meshing: {type: SECTORS, num_azimuths: 4, radii: [0.2500, 0.45833, 0.625]}
  - &Empty_Guide_Tube_Geometry_at_Dashpot
    name: GTD
    primitives:
    - {type: CIRCLE, radius: 0.50419}
    - {type: CIRCLE, radius: 0.54610}
    regions:
    - {material: Zircaloy_4, space: 2-1}
    meshing: {type: SECTORS, num_azimuths: 4, radii: [0.29109, 0.41167, 0.60]}
  - &Bare_Instrument_Thimble_Pin_Geometry
    name: BIT
    primitives:
    - {type: CIRCLE, radius: 0.43688}
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: Air, space: '1'}
    - {material: Zircaloy_4, space: 2-1}
  - &BP_Geometry_above_Dashpot
    name: BP
    primitives:
    - {type: CIRCLE, radius: 0.21400}
    - {type: CIRCLE, radius: 0.23051}
    - {type: CIRCLE, radius: 0.24130}
    - {type: CIRCLE, radius: 0.42672}
    - {type: CIRCLE, radius: 0.43688}
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: Air, space: '1'}
    - {material: Stainless_Steel_304, space: 2-1}
    - {material: Helium, space: 3-2}
    - {material: Borosilicate_Glass, space: 4-3}
    - {material: Helium, space: 5-4}
    - {material: Stainless_Steel_304, space: 6-5}
  - &BP_Plenum_Geometry
    name: BPP
    primitives:
    - {type: CIRCLE, radius: 0.21400}
    - {type: CIRCLE, radius: 0.23051}
    - {type: CIRCLE, radius: 0.43688}
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: Air, space: '1'}
    - {material: Stainless_Steel_304, space: 2-1}
    - {material: Helium, space: 3-2}
    - {material: Stainless_Steel_304, space: 4-3}
  - &Control_Rod_Pin_Upper_Geometry
    name: CRU
    primitives:
    - {type: CIRCLE, radius: 0.37338}
    - {type: CIRCLE, radius: 0.38227}
    - {type: CIRCLE, radius: 0.38608}
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: B4C_Control_Rods, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Helium, space: 3-2}
    - {material: Stainless_Steel_304, space: 4-3}
  - &Control_Rod_Pin_Lower_Geometry
    name: CRL
    primitives:
    - {type: CIRCLE, radius: 0.37338}
    - {type: CIRCLE, radius: 0.38227}
    - {type: CIRCLE, radius: 0.38608}
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: Ag_In_Cd_Control_Rods, space: '1'}
    - {material: Ag_In_Cd_Control_Rods, space: 2-1}
    - {material: Helium, space: 3-2}
    - {material: Stainless_Steel_304, space: 4-3}
  - &Control_Rod_Stainless_Steel_pin
    name: CRS
    primitives:
    - {type: CIRCLE, radius: 0.37338}
    - {type: CIRCLE, radius: 0.38227}
    - {type: CIRCLE, radius: 0.38608}
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: Stainless_Steel_304, space: '1'}
    - {material: Stainless_Steel_304, space: 2-1}
    - {material: Stainless_Steel_304, space: 3-2}
    - {material: Stainless_Steel_304, space: 4-3}
  - &Control_Rod_Pin_Plenum_Geometry
    name: CRP
    primitives:
    - {type: CIRCLE, radius: 0.37338}
    - {type: CIRCLE, radius: 0.38227}
    - {type: CIRCLE, radius: 0.38608}
    - {type: CIRCLE, radius: 0.48387}
    regions:
    - {material: Helium, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Helium, space: 3-2}
    - {material: Stainless_Steel_304, space: 4-3}
  - &Grid_Spacer_Inner_Inconel
    name: GDII
    primitives:
    - type: POLYGON
      vertexes:
      - {x: -0.61015, y: -0.61015}
      - {x:  0.61015, y: -0.61015}
      - {x:  0.61015, y:  0.61015}
      - {x: -0.61015, y:  0.61015}
    - type: POLYGON
      vertexes:
      - {x: -0.62992, y: -0.62992}
      - {x:  0.62992, y: -0.62992}
      - {x:  0.62992, y:  0.62992}
      - {x: -0.62992, y:  0.62992}
    regions:
    - {material: Inconel_718, space: 2-1}
  - &Grid_Spacer_Inner_Zircaloy
    name: GDIZ
    primitives:
    - type: POLYGON
      vertexes:
      - {x: -0.61049, y: -0.61049}
      - {x:  0.61049, y: -0.61049}
      - {x:  0.61049, y:  0.61049}
      - {x: -0.61049, y:  0.61049}
    - type: POLYGON
      vertexes:
      - {x: -0.62992, y: -0.62992}
      - {x:  0.62992, y: -0.62992}
      - {x:  0.62992, y:  0.62992}
      - {x: -0.62992, y:  0.62992}
    regions:
    - {material: Zircaloy_4, space: 2-1}
  - &Grid_Sleeve
    name: GDSS
    primitives:
    - type: POLYGON
      vertexes:
      - {x: -10.70865, y: -10.70865}
      - {x:  10.70865, y: -10.70865}
      - {x:  10.70865, y:  10.70865}
      - {x: -10.70865, y:  10.70865}
    - type: POLYGON
      vertexes:
      - {x: -10.74798, y: -10.74798}
      - {x:  10.74798, y: -10.74798}
      - {x:  10.74798, y:  10.74798}
      - {x: -10.74798, y:  10.74798}
    regions:
    - {material: Stainless_Steel_304, space: 2-1}
  - <<: *Grid_Sleeve
    name: GDSZ
    regions:
    - {material: Zircaloy_4, space: 2-1}

  - name: Reflector
    primitives:
    - {type: CIRCLE, radius: 187.960}
    - {type: CIRCLE, radius: 193.675}
    - {type: CIRCLE, radius: 194.840}
    - {type: CIRCLE, radius: 201.630}
    - {type: CIRCLE, radius: 219.150}
    - {type: CIRCLE, radius: 219.710}
    - {type: CIRCLE, radius: 241.300}
    - type: POLYGON
      vertexes:
      - {x:    0.0,    y:    0.0   }
      - {x:  262.3859, y:  145.4429}
      - {x:  145.4429, y:  262.3859}
    - type: POLYGON
      vertexes:
      - {x:    0.0,    y:    0.0   }
      - {x: -262.3859, y:  145.4429}
      - {x: -145.4429, y:  262.3859}
    - type: POLYGON
      vertexes:
      - {x:    0.0,    y:    0.0   }
      - {x:  262.3859, y: -145.4429}
      - {x:  145.4429, y: -262.3859}
    - type: POLYGON
      vertexes:
      - {x:    0.0,    y:    0.0   }
      - {x: -262.3859, y: -145.4429}
      - {x: -145.4429, y: -262.3859}
    regions:
    - {material: Stainless_Steel_304, space: 2-1, tag: Core_Barrel}
    - {material: Stainless_Steel_304, space: (4-3)&(8|9|10|11), tag: Neutron_Shield_Panel}
    - {material: Stainless_Steel_304, space: 6-5, tag: Pressure_Vessel_Liner}
    - {material: Carbon_Steel, space: 7-6, tag: Pressure_Vessel}

  baffles:
  - name: Baffle
    regions:
    - {thickness: 0.19, material: MOD}
    - {thickness: 2.85, material: Stainless_Steel_304}

  lattices:
  - name: Lattice_of_Zircaloy_Pin_with_Guide_Tube
    cell_map:
      [ SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ,  GT, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,  GT, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ,  GT, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,  GT, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ,  GT, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ]
  - name: Lattice_of_Zircaloy_Pin_with_Dashpot_Guide_Tube
    cell_map:
      [ SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, GTD, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, GTD, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ,  GT, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, GTD, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, GTD, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, GTD, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ,
        SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ, SPZ]
  - name: Lattice_of_Fuel_Rod_Plenum_Pincell
    cell_map:
      [UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,  GT,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,  GT,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,  GT,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,  GT,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,  GT,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,
       UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP,UFPP]
  - name: Water_with_Guide_Tube
    cell_map:
      [  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  '',  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  '',  '',  '',
         '',  '',  '',  GT,  '',  '',  '',  '',  '',  '',  '',  '',  '',  GT,  '',  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  '',  GT,  '',  '',  '',  '',  '',  '',  '',  '',  '',  GT,  '',  '',  '',
         '',  '',  '',  '',  '',  GT,  '',  '',  GT,  '',  '',  GT,  '',  '',  '',  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
         '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '']
  - name: Lattice_of_Nozzle_Support_Plate
    cell_map:
      [ SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS,  GT, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,  GT, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS,  GT, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,  GT, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS,  GT, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS,
        SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS, SPS]
  - name: Lattice_of_Fuel_16
    cell_map:
      [FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,  GT,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,  GT,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,  GT,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,  GT,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,  GT,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16]
  - name: Lattice_of_Fuel_16_with_Dashpot_Guide_Tube
    cell_map:
      [FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16, GTD,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16, GTD,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16,  GT,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16, GTD,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16, GTD,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16, GTD,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,
       FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16,FP16]
  - name: Lattice_of_Fuel_24
    cell_map:
      [FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,  GT,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,  GT,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,  GT,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,  GT,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,  GT,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24]
  - name: Lattice_of_Fuel_24_with_Dashpot_Guide_Tube
    cell_map:
      [FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24, GTD,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24, GTD,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24,  GT,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24, GTD,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24, GTD,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24, GTD,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,
       FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24,FP24]
  - name: Lattice_of_Fuel_31
    cell_map:
      [FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,  GT,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,  GT,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,  GT,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,  GT,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,  GT,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31]
  - name: Lattice_of_Fuel_31_with_Dashpot_Guide_Tube
    cell_map:
      [FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31, GTD,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31, GTD,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31,  GT,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31, GTD,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31, GTD,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31, GTD,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,
       FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31,FP31]

  grids:
  - name: Intermediate_Grid_Spacer
    grid_map:
      [GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,
       GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ,GDIZ]
    structure_location: 
    - {structure: GDSZ, location: {x: 0.0, y: 0.0}}
  - name: Top_Bottom_Grid_Spacer
    grid_map:
      [GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,
       GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII,GDII]
    structure_location: 
    - {structure: GDSS, location: {x: 0.0, y: 0.0}}

  assemblies:
  - &Assembly
    name: A16
    axial: 
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 15}
    - {slice: Lattice_of_Zircaloy_Pin_with_Dashpot_Guide_Tube, height: 1.748}
    - {slice: Lattice_of_Fuel_16, height: 365.76}
    - {slice: Lattice_of_Fuel_Rod_Plenum_Pincell, height: 17.196}
    - {slice: Water_with_Guide_Tube, height: 3.345}
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 8.827}
    grids:
    - {slice: Top_Bottom_Grid_Spacer, height: 3.772, position: 16.748}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 78.025}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 130.222}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 182.419}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 234.616}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 286.813}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 339.010}
    - {slice: Top_Bottom_Grid_Spacer, height: 3.358, position: 391.806}
  - <<: *Assembly
    name: A24
    axial: 
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 15}
    - {slice: Lattice_of_Zircaloy_Pin_with_Dashpot_Guide_Tube, height: 1.748}
    - {slice: Lattice_of_Fuel_24, height: 365.76}
    - {slice: Lattice_of_Fuel_Rod_Plenum_Pincell, height: 17.196}
    - {slice: Water_with_Guide_Tube, height: 3.345}
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 8.827}
  - <<: *Assembly
    name: A31
    axial: 
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 15}
    - {slice: Lattice_of_Zircaloy_Pin_with_Dashpot_Guide_Tube, height: 1.748}
    - {slice: Lattice_of_Fuel_31, height: 365.76}
    - {slice: Lattice_of_Fuel_Rod_Plenum_Pincell, height: 17.196}
    - {slice: Water_with_Guide_Tube, height: 3.345}
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 8.827}

  inserted_rods:
  - name: IT
    axial:
    - {slice: BIT, height: 400.0}
  - name: BA
    axial:
    - {slice: BP, height: 360.68}
  - name: CR
    axial:
    - {slice: CRS, height: 1.87}
    - {slice: CRL, height: 101.6}
    - {slice: CRU, height: 259.08}
    - {slice: CRS, height: 1.27}
    - {slice: CRP, height: 11.78}
  
  instrument_bundle:
  - name: 1IT
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', IT, '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  
  burnable_absorber_bundle:
  - name: 4BA
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 6BA_N
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 6BA_S
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 6BA_E
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 6BA_W
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 8BA
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', BA, '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', BA, '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name:   12BA
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 12BA_2
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', BA, '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', BA, '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 15BA_NW
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 15BA_NE
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 15BA_SW
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', '', '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 15BA_SE
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', '', '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 16BA
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  - name: 20BA
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', '', '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', '', '', '', '', '', '', '', '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', BA, '', '', BA, '', '', '', '', '', BA, '', '', BA, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', BA, '', '', '', '', '', '', '', '', '', BA, '', '', '',
        '', '', '', '', '', BA, '', '', BA, '', '', BA, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
  control_rod_bundle:
  - name: 24C
    inserting_map:
      [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', CR, '', '', CR, '', '', CR, '', '', '', '', '',
        '', '', '', CR, '', '', '', '', '', '', '', '', '', CR, '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', CR, '', '', CR, '', '', CR, '', '', CR, '', '', CR, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', CR, '', '', CR, '', '', '', '', '', CR, '', '', CR, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', CR, '', '', CR, '', '', CR, '', '', CR, '', '', CR, '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', CR, '', '', '', '', '', '', '', '', '', CR, '', '', '',
        '', '', '', '', '', CR, '', '', CR, '', '', CR, '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
        '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
 
  core:
    name: BEAVRS_C1
    type: SQUARE
    symmetry: 4
    assembly_pitch: 21.50364
    cell_pitch: 1.25984
    plane_max_thickness: 20.0
    current_cycle: 1
    assembly_column_index: [R,P,N,M,L,K,J,H,G,F,E,D,C,B,A]
    assembly_row_index: ['01','02','03','04','05','06','07','08','09','10','11','12','13','14','15']
    assembly_map: 
      [ '',  '',  '',  '', A31, A31, A31, A31, A31, A31, A31,  '',  '',  '',  '',
        '',  '', A31, A31, A31, A16, A31, A16, A31, A16, A31, A31, A31,  '',  '',
        '', A31, A31, A24, A16, A24, A16, A24, A16, A24, A16, A24, A31, A31,  '',
        '', A31, A24, A24, A24, A16, A24, A16, A24, A16, A24, A24, A24, A31,  '',
       A31, A31, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A31, A31,
       A31, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A31,
       A31, A31, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A31, A31,
       A31, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A31,
       A31, A31, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A31, A31,
       A31, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A31,
       A31, A31, A16, A24, A16, A24, A16, A24, A16, A24, A16, A24, A16, A31, A31,
        '', A31, A24, A24, A24, A16, A24, A16, A24, A16, A24, A24, A24, A31,  '',
        '', A31, A31, A24, A16, A24, A16, A24, A16, A24, A16, A24, A31, A31,  '',
        '',  '', A31, A31, A31, A16, A31, A16, A31, A16, A31, A31, A31,  '',  '',
        '',  '',  '',  '', A31, A31, A31, A31, A31, A31, A31,  '',  '',  '',  '']
    detector:
      axial:
      - {height: 6.096, position: 16.748 }
      - {height: 6.096, position: 22.844 }
      - {height: 6.096, position: 28.940 }
      - {height: 6.096, position: 35.036 }
      - {height: 6.096, position: 41.132 }
      - {height: 6.096, position: 47.228 }
      - {height: 6.096, position: 53.324 }
      - {height: 6.096, position: 59.420 }
      - {height: 6.096, position: 65.516 }
      - {height: 6.096, position: 71.612 }
      - {height: 6.096, position: 77.708 }
      - {height: 6.096, position: 83.804 }
      - {height: 6.096, position: 89.900 }
      - {height: 6.096, position: 95.996 }
      - {height: 6.096, position: 102.092} 
      - {height: 6.096, position: 108.188} 
      - {height: 6.096, position: 114.284} 
      - {height: 6.096, position: 120.380} 
      - {height: 6.096, position: 126.476} 
      - {height: 6.096, position: 132.572} 
      - {height: 6.096, position: 138.668} 
      - {height: 6.096, position: 144.764} 
      - {height: 6.096, position: 150.860} 
      - {height: 6.096, position: 156.956} 
      - {height: 6.096, position: 163.052} 
      - {height: 6.096, position: 169.148} 
      - {height: 6.096, position: 175.244} 
      - {height: 6.096, position: 181.340} 
      - {height: 6.096, position: 187.436} 
      - {height: 6.096, position: 193.532} 
      - {height: 6.096, position: 199.628} 
      - {height: 6.096, position: 205.724} 
      - {height: 6.096, position: 211.820} 
      - {height: 6.096, position: 217.916} 
      - {height: 6.096, position: 224.012} 
      - {height: 6.096, position: 230.108} 
      - {height: 6.096, position: 236.204} 
      - {height: 6.096, position: 242.300} 
      - {height: 6.096, position: 248.396} 
      - {height: 6.096, position: 254.492} 
      - {height: 6.096, position: 260.588} 
      - {height: 6.096, position: 266.684} 
      - {height: 6.096, position: 272.780} 
      - {height: 6.096, position: 278.876} 
      - {height: 6.096, position: 284.972} 
      - {height: 6.096, position: 291.068} 
      - {height: 6.096, position: 297.164} 
      - {height: 6.096, position: 303.260} 
      - {height: 6.096, position: 309.356} 
      - {height: 6.096, position: 315.452} 
      - {height: 6.096, position: 321.548} 
      - {height: 6.096, position: 327.644} 
      - {height: 6.096, position: 333.740} 
      - {height: 6.096, position: 339.836} 
      - {height: 6.096, position: 345.932} 
      - {height: 6.096, position: 352.028} 
      - {height: 6.096, position: 358.124} 
      - {height: 6.096, position: 364.220} 
      - {height: 6.096, position: 370.316} 
      - {height: 6.096, position: 376.412} 
      - {height: 6.096, position: 382.508} 
      radial:
        [ '',  '',  '',  '',  '',  '', 1IT,  '',  '', 1IT,  '',  '',  '',  '',  '',
          '',  '', 1IT,  '',  '', 1IT,  '', 1IT,  '',  '',  '',  '',  '',  '',  '',
          '',  '',  '',  '',  '',  '',  '', 1IT,  '', 1IT,  '', 1IT,  '', 1IT,  '',
          '', 1IT, 1IT,  '',  '',  '',  '', 1IT,  '',  '',  '',  '',  '',  '',  '',
          '',  '',  '',  '', 1IT,  '',  '',  '', 1IT,  '', 1IT,  '', 1IT,  '',  '',
         1IT,  '', 1IT,  '',  '', 1IT,  '', 1IT,  '',  '',  '',  '',  '', 1IT,  '',
          '',  '',  '', 1IT,  '',  '', 1IT,  '',  '', 1IT,  '',  '', 1IT,  '',  '',
         1IT,  '', 1IT,  '', 1IT,  '', 1IT,  '',  '', 1IT,  '', 1IT, 1IT, 1IT,  '',
          '', 1IT,  '',  '',  '',  '',  '',  '', 1IT,  '', 1IT,  '',  '',  '', 1IT,
          '',  '',  '',  '', 1IT,  '', 1IT,  '',  '',  '',  '', 1IT,  '',  '',  '',
         1IT,  '',  '',  '', 1IT,  '',  '', 1IT,  '',  '', 1IT,  '',  '',  '', 1IT,
          '',  '',  '',  '',  '', 1IT,  '',  '', 1IT,  '',  '', 1IT,  '',  '',  '',
          '',  '', 1IT,  '', 1IT,  '',  '', 1IT,  '',  '',  '',  '',  '', 1IT,  '',
          '',  '', 1IT,  '',  '',  '', 1IT,  '',  '', 1IT,  '', 1IT,  '',  '',  '',
          '',  '',  '',  '', 1IT,  '',  '', 1IT,  '',  '',  '',  '',  '',  '',  '']
    burnable_absorber_map:
      [   '',     '',     '',     '',     '',  6BA_S,     '',  6BA_S,     '',  6BA_S,     '',     '',     '',     '',     '',
          '',     '',     '',     '',   16BA,     '',   20BA,     '',   20BA,     '',   16BA,     '',     '',     '',     '',
          '',     '',15BA_SE,   16BA,     '',   16BA,     '',   16BA,     '',   16BA,     '',   16BA,15BA_SW,     '',     '',
          '',     '',   16BA,     '',   16BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',   16BA,     '',     '',
          '',   16BA,     '',   16BA,     '',   12BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',   16BA,     '',
       6BA_E,     '',   16BA,     '',   12BA,     '',   12BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',  6BA_W,
          '',   20BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',   12BA,     '',   12BA,     '',   20BA,     '',
       6BA_E,     '',   16BA,     '',   12BA,     '',   16BA,     '',   16BA,     '',   12BA,     '',   16BA,     '',  6BA_W,
          '',   20BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',   12BA,     '',   12BA,     '',   20BA,     '',
       6BA_E,     '',   16BA,     '',   12BA,     '',   12BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',  6BA_W,
          '',   16BA,     '',   16BA,     '',   12BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',   16BA,     '',
          '',     '',   16BA,     '',   16BA,     '',   12BA,     '',   12BA,     '',   16BA,     '',   16BA,     '',     '',
          '',     '',15BA_NE,   16BA,     '',   16BA,     '',   16BA,     '',   16BA,     '',   16BA,15BA_NW,     '',     '',
          '',     '',     '',     '',   16BA,     '',   20BA,     '',   20BA,     '',   16BA,     '',     '',     '',     '',
          '',     '',     '',     '',     '',  6BA_N,     '',  6BA_N,     '',  6BA_N,     '',     '',     '',     '',     '']
    burnable_absorber_position:
      [     0,     0,     0,     0,     0, 20.52,     0, 20.52,     0, 20.52,     0,     0,     0,     0,     0,
            0,     0,     0,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,     0,     0,     0,
            0,     0, 20.52, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52, 20.52,     0,     0,
            0,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,     0,
            0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,
        20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,
            0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,
        20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,
            0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,
        20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,
            0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,
            0,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,     0,
            0,     0, 20.52, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52, 20.52,     0,     0,
            0,     0,     0,     0, 20.52,     0, 20.52,     0, 20.52,     0, 20.52,     0,     0,     0,     0,
            0,     0,     0,     0,     0, 20.52,     0, 20.52,     0, 20.52,     0,     0,     0,     0,     0]
    reflector_middle:
    - {slice: Reflector, height: 411.876}
    reflector_bottom:
    - {slice: Reflector, height: 20}
    reflector_top:
    - {slice: Reflector, height: 20}
    baffle:
    - {slice: Baffle, height: 411.876}
    control_rod:
      max_num_steps: 228
      step_size: 1.58193
      fully_withdrawn_height: 380.638
      banks:
      - {name:  A, bundle: 24C, position: 228}
      - {name:  B, bundle: 24C, position: 228}
      - {name:  C, bundle: 24C, position: 228}
      - {name:  D, bundle: 24C, position: 228}
      - {name: SA, bundle: 24C, position: 228}
      - {name: SB, bundle: 24C, position: 228}
      - {name: SC, bundle: 24C, position: 228}
      - {name: SD, bundle: 24C, position: 228}
      - {name: SE, bundle: 24C, position: 228}
      location_map:
        [ '', '', '', '', '', '', '', '', '', '', '', '', '', '', '',
          '', '', '', SA, '',  B, '',  C, '',  B, '', SA, '', '', '',
          '', '', '', '', SD, '', SB, '', SB, '', SC, '', '', '', '',
          '', SA, '',  D, '', '', '', SE, '', '', '',  D, '', SA, '',
          '', '', SC, '', '', '', '', '', '', '', '', '', SD, '', '',
          '',  B, '', '', '',  C, '',  A, '',  C, '', '', '',  B, '',
          '', '', SB, '', '', '', '', '', '', '', '', '', SB, '', '',
          '',  C, '', SE, '',  A, '',  D, '',  A, '', SE, '',  C, '',
          '', '', SB, '', '', '', '', '', '', '', '', '', SB, '', '',
          '',  B, '', '', '',  C, '',  A, '',  C, '', '', '',  B, '',
          '', '', SD, '', '', '', '', '', '', '', '', '', SC, '', '',
          '', SA, '',  D, '', '', '', SE, '', '', '',  D, '', SA, '',
          '', '', '', '', SC, '', SB, '', SB, '', SD, '', '', '', '',
          '', '', '', SA, '',  B, '',  C, '',  B, '', SA, '', '', '',
          '', '', '', '', '', '', '', '', '', '', '', '', '', '', '']

state:
  system_pressure: 15.516
  total_power: 3411
  relative_power: 0.0001
  inlet_temperature: 566.48
  boron_concentration: 1285
  inlet_mass_flow_rate: 16593.92     # kg/s

settings:
  energy_deposition: HEATING_LOCAL
  critical_boron_search: 
    cb_search_on: true
    boron_converge_criterion: 0.5
  power_iteration:
    fission_converge_criterion: 5.0e-4
    keff_converge_criterion: 1.0e-5
  moc_2d:
    num_azimuths: 12
    num_polars: 3
    track_density: 0.05
  thermal:
    model_option: DIRECT    #DIRECT OPENGAP, CLOSEGAP
    convergence:
      courant_number: 2.8
      min_time_step: 1.0e-6    #??
      max_time_step: 1.0e-1    #??
    solid:
      pellet_rings_number: 10
      gap_conductivity: 5678.3
      effective_fuel_temperature: [0.3, 0.7]
      theoretical_density_persent: 0.95
      mring_release_model: 5
      steady_conduction_option: FUSPAC

sequences:
- name: CRIT
  states:
  - {control_rod_position: [  0,   0,   0,   0, 228, 228, 228, 228, 228]}
  - {control_rod_position: [  0,   0,   0,   0, 228, 228,   0,   0,   0]}
- name: ITC
  states:
  - {delta_moderator_temperature:  2.5, delta_fuel_temperature:  2.5, is_cb_searching: false}
  - {delta_moderator_temperature: -5.0, delta_fuel_temperature: -5.0}
- name: CRW
  states:
  - {bank: D,             control_rod_position: [228, 228, 228,   0, 228, 228, 228, 228, 228], is_cb_searching: true }
  - {bank: D,             control_rod_position: [228, 228, 228,   0, 228, 228, 228, 228, 228], is_cb_searching: false}
  - {bank: C_Din,         control_rod_position: [228, 228, 228,   0, 228, 228, 228, 228, 228], is_cb_searching: true }
  - {bank: C_Din,         control_rod_position: [228, 228,   0,   0, 228, 228, 228, 228, 228], is_cb_searching: false}
  - {bank: B_DCin,        control_rod_position: [228, 228,   0,   0, 228, 228, 228, 228, 228], is_cb_searching: true }
  - {bank: B_DCin,        control_rod_position: [228,   0,   0,   0, 228, 228, 228, 228, 228], is_cb_searching: false}
  - {bank: A_DCBin,       control_rod_position: [228,   0,   0,   0, 228, 228, 228, 228, 228], is_cb_searching: true }
  - {bank: A_DCBin,       control_rod_position: [  0,   0,   0,   0, 228, 228, 228, 228, 228], is_cb_searching: false}
  - {bank: SE_DCBAin,     control_rod_position: [  0,   0,   0,   0, 228, 228, 228, 228, 228], is_cb_searching: true }
  - {bank: SE_DCBAin,     control_rod_position: [  0,   0,   0,   0, 228, 228, 228, 228,   0], is_cb_searching: false}
  - {bank: SD_DCBASEin,   control_rod_position: [  0,   0,   0,   0, 228, 228, 228, 228,   0], is_cb_searching: true }
  - {bank: SD_DCBASEin,   control_rod_position: [  0,   0,   0,   0, 228, 228, 228,   0,   0], is_cb_searching: false}
  - {bank: SC_DCBASESDin, control_rod_position: [  0,   0,   0,   0, 228, 228, 228,   0,   0], is_cb_searching: true }
  - {bank: SC_DCBASESDin, control_rod_position: [  0,   0,   0,   0, 228, 228,   0,   0,   0], is_cb_searching: false}

depletion:
  states:
  - {burnup:     0, relative_power: 0.0001, control_rod_position: [228, 228, 228, 228, 228, 228, 228, 228, 228], sequences: [ITC, CRIT, CRW]}
  - {burnup:     0, relative_power: 0.0001, control_rod_position: [228, 228, 228,   0, 228, 228, 228, 228, 228], sequences: [ITC]}
  - {burnup:     0, relative_power: 0.0001, control_rod_position: [228, 228,   0,   0, 228, 228, 228, 228, 228], sequences: [ITC]}
  - {burnup:     0, relative_power: 0.0001, control_rod_position: [228, 228, 228, 228, 228, 228, 228, 228, 228]}
  - {burnup:   100, relative_power: 0.9870, control_rod_position: [228, 228, 228, 207, 228, 228, 228, 228, 228]}
  - {burnup:   500, relative_power: 0.9870, control_rod_position: [228, 228, 228, 207, 228, 228, 228, 228, 228]}
  - {burnup:  1023, relative_power: 0.9870, control_rod_position: [228, 228, 228, 207, 228, 228, 228, 228, 228]}
  - {burnup:  1296, relative_power: 0.6280, control_rod_position: [228, 228, 228, 187, 228, 228, 228, 228, 228]}
  - {burnup:  1507, relative_power: 0.9980, control_rod_position: [228, 228, 228, 198, 228, 228, 228, 228, 228]}
  - {burnup:  2163, relative_power: 1.0000, control_rod_position: [228, 228, 228, 197, 228, 228, 228, 228, 228]}
  - {burnup:  3297, relative_power: 0.9380, control_rod_position: [228, 228, 228, 196, 228, 228, 228, 228, 228]}
  - {burnup:  4614, relative_power: 0.9960, control_rod_position: [228, 228, 228, 194, 228, 228, 228, 228, 228]}
  - {burnup:  6012, relative_power: 0.6360, control_rod_position: [228, 228, 228, 178, 228, 228, 228, 228, 228]}
  - {burnup:  6490, relative_power: 0.9970, control_rod_position: [228, 228, 228, 199, 228, 228, 228, 228, 228]}
  - {burnup:  7508, relative_power: 0.9930, control_rod_position: [228, 228, 228, 215, 228, 228, 228, 228, 228]}
  - {burnup:  8701, relative_power: 0.9990, control_rod_position: [228, 228, 228, 223, 228, 228, 228, 228, 228]}
  - {burnup:  9803, relative_power: 0.9950, control_rod_position: [228, 228, 228, 208, 228, 228, 228, 228, 228]}
  - {burnup: 11084, relative_power: 0.9990, control_rod_position: [228, 228, 228, 218, 228, 228, 228, 228, 228]}
  - {burnup: 12343, relative_power: 0.9980, control_rod_position: [228, 228, 228, 215, 228, 228, 228, 228, 228]}
  - {burnup: 12915, relative_power: 0.8450, control_rod_position: [228, 228, 228, 216, 228, 228, 228, 228, 228]}
  - {burnup: 13603, relative_power: 0.8450, control_rod_position: [228, 228, 228, 216, 228, 228, 228, 228, 228]}

5.2. BEAVRS_C2

copy_from: BEAVRS_C1.yaml

materials:
- name: Fuel_32
  elements: [O-nat, U-233, U-235, U-238]
  number_densities: [4.6138783e-02, 5.9959e-06, 7.4629e-04, 2.2317e-02]
- name: Fuel_34
  elements: [O-nat, U-234, U-235, U-238]
  number_densities: [4.6219976e-02, 6.4018e-06, 7.9681e-04, 2.2307e-02]

geometries:
  structures:
  - &Fuel_Pin
    name: FP32
    primitives:
    - {type: CIRCLE, radius: 0.39218}
    - {type: CIRCLE, radius: 0.40005}
    - {type: CIRCLE, radius: 0.45720}
    regions:
    - {material: Fuel_32, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Zircaloy_4, space: 3-2}
    meshing: {type: SECTORS, num_azimuths: 4, radii: [0.22643, 0.32021, -0.45720]}
  - <<: *Fuel_Pin
    name: FP34
    regions:
    - {material: Fuel_34, space: '1'}
    - {material: Helium, space: 2-1}
    - {material: Zircaloy_4, space: 3-2}

  lattices:
  - name: Lattice_of_Fuel_32
    cell_map:
      [FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,  GT,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,  GT,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,  GT,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,  GT,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,  GT,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,
       FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32,FP32]
  - name: Lattice_of_Fuel_34
    cell_map:
      [FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,  GT,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,  GT,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,  GT,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,  GT,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,  GT,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,
       FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34,FP34]

  assemblies:
  - &Assembly
    name: A32
    axial: 
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 15}
    - {slice: Lattice_of_Zircaloy_Pin_with_Dashpot_Guide_Tube, height: 1.748}
    - {slice: Lattice_of_Fuel_32, height: 365.76}
    - {slice: Lattice_of_Fuel_Rod_Plenum_Pincell, height: 17.196}
    - {slice: Water_with_Guide_Tube, height: 3.345}
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 8.827}
    grids:
    - {slice: Top_Bottom_Grid_Spacer, height: 3.3579, position: 17.1621}
    - {slice: Top_Bottom_Grid_Spacer, height: 3.772, position: 16.748}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 78.025}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 130.222}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 182.419}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 234.616}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 286.813}
    - {slice: Intermediate_Grid_Spacer, height: 5.715, position: 339.010}
    - {slice: Top_Bottom_Grid_Spacer, height: 3.358, position: 391.806}
  - <<: *Assembly
    name: A34
    axial: 
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 15}
    - {slice: Lattice_of_Zircaloy_Pin_with_Dashpot_Guide_Tube, height: 1.748}
    - {slice: Lattice_of_Fuel_34, height: 365.76}
    - {slice: Lattice_of_Fuel_Rod_Plenum_Pincell, height: 17.196}
    - {slice: Water_with_Guide_Tube, height: 3.345}
    - {slice: Lattice_of_Nozzle_Support_Plate, height: 8.827}

  core:
    name: BEAVRS_C2
    current_cycle: 2
    previous_cycles: 
    - {restart_file: BEAVRS_C1.restart.h5, shutdown_cooling_days: 50}
    assembly_map: 
      [    '',    '',    '',    '',L10C01,   A34,   A32,   A34,   A32,   A34,E10C01,    '',    '',    '',    '',
           '',    '',G10C01,   A32,   A32,L02C01,P12C01,N03C01,B12C01,E02C01,   A32,   A32,J10C01,    '',    '',
           '',F09C01,   A34,N02C01,N10C01,   A32,D11C01,R10C01,M11C01,   A32,C10C01,C02C01,   A34,K09C01,    '',
           '',   A32,P03C01,L08C01,   A32,M09C01,E15C01,G08C01,L15C01,D09C01,   A32,H05C01,B03C01,   A32,    '',
       F05C01,   A32,F03C01,   A32,M04C01,   A32,M03C01,A10C01,D03C01,   A32,D04C01,   A32,K03C01,   A32,K05C01,
          A34,P05C01,   A32,G04C01,   A32,N08C01,R09C01,G14C01,A09C01,H03C01,   A32,J04C01,   A32,B05C01,   A34,
          A32,D02C01,E12C01,A11C01,N04C01,G01C01,B09C01,H15C01,J14C01,J01C01,C04C01,R11C01,L12C01,M02C01,   A32,
          A34,N13C01,F15C01,H07C01,F01C01,B07C01,A08C01,F14C01,R08C01,P09C01,K15C01,H09C01,K01C01,C03C01,   A34,
          A32,D14C01,E04C01,A05C01,N12C01,G15C01,G02C01,H01C01,P07C01,J15C01,C12C01,R05C01,L04C01,M14C01,   A32,
          A34,P11C01,   A32,G12C01,   A32,H13C01,R07C01,J02C01,A07C01,C08C01,   A32,J12C01,   A32,B11C01,   A34,
       F11C01,   A32,F13C01,   A32,M12C01,   A32,M13C01,R06C01,D13C01,   A32,D12C01,   A32,K13C01,   A32,K11C01,
           '',   A32,P13C01,H11C01,   A32,M07C01,E01C01,J08C01,L01C01,D07C01,   A32,E08C01,B13C01,   A32,    '',
           '',F07C01,   A34,N14C01,N06C01,   A32,D05C01,A06C01,M05C01,   A32,C06C01,C14C01,   A34,K07C01,    '',
           '',    '',G06C01,   A32,   A32,L14C01,P04C01,C13C01,B04C01,E14C01,   A32,   A32,J06C01,    '',    '',
           '',    '',    '',    '',L06C01,   A34,   A32,   A34,   A32,   A34,E06C01,    '',    '',    '',    '',]
    burnable_absorber_map:
      [ '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
        '',  '',  '',  '', 4BA,  '',  '',  '',  '',  '', 4BA,  '',  '',  '',  '',
        '',  '',  '',  '',  '', 8BA,  '',  '',  '', 8BA,  '',  '',  '',  '',  '',
        '',  '',  '',  '',12BA,  '',  '',  '',  '',  '',12BA,  '',  '',  '',  '',
        '', 4BA,  '',12BA,  '', 8BA,  '',  '',  '', 8BA,  '',12BA,  '', 4BA,  '',
        '',  '', 8BA,  '', 8BA,  '',  '',  '',  '',  '', 8BA,  '', 8BA,  '',  '',
        '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
        '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
        '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',
        '',  '', 8BA,  '', 8BA,  '',  '',  '',  '',  '', 8BA,  '', 8BA,  '',  '',
        '', 4BA,  '',12BA,  '', 8BA,  '',  '',  '', 8BA,  '',12BA,  '', 4BA,  '',
        '',  '',  '',  '',12BA,  '',  '',  '',  '',  '',12BA,  '',  '',  '',  '',
        '',  '',  '',  '',  '', 8BA,  '',  '',  '', 8BA,  '',  '',  '',  '',  '',
        '',  '',  '',  '', 4BA,  '',  '',  '',  '',  '', 4BA,  '',  '',  '',  '',
        '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '',  '']
    burnable_absorber_position:
      [ 0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,
        0.0,20.52,  0.0,20.52,  0.0,20.52,  0.0,  0.0,  0.0,20.52,  0.0,20.52,  0.0,20.52,  0.0,
        0.0,  0.0,20.52,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,20.52,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,20.52,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,20.52,  0.0,  0.0,
        0.0,20.52,  0.0,20.52,  0.0,20.52,  0.0,  0.0,  0.0,20.52,  0.0,20.52,  0.0,20.52,  0.0,
        0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,  0.0,20.52,  0.0,  0.0,  0.0,  0.0,
        0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0,  0.0]

sequences:
- name: CRIT
  states:
  - {control_rod_position: [228, 228, 228, 228, 228, 228, 228, 228, 228]}
  - {control_rod_position: [228, 228,   0, 228, 228, 228, 228, 228, 228]}
- name: ITC
  states:
  - {delta_moderator_temperature:  2.5, delta_fuel_temperature:  2.5, is_cb_searching: false}
  - {delta_moderator_temperature: -5.0, delta_fuel_temperature: -5.0}
- name: CRW
  states:
  - {bank: ARO, control_rod_position: [228, 228, 228, 228, 228, 228, 228, 228, 228]}
  - {bank: D,   control_rod_position: [228, 228, 228,   0, 228, 228, 228, 228, 228], is_cb_searching: false}
  - {bank: C,   control_rod_position: [228, 228,   0, 228, 228, 228, 228, 228, 228]}
  - {bank: B,   control_rod_position: [228,   0, 228, 228, 228, 228, 228, 228, 228]}
  - {bank: A,   control_rod_position: [  0, 228, 228, 228, 228, 228, 228, 228, 228]}
  - {bank: SE,  control_rod_position: [228, 228, 228, 228, 228, 228, 228, 228,   0]}
  - {bank: SD,  control_rod_position: [228, 228, 228, 228, 228, 228, 228,   0, 228]}
  - {bank: SC,  control_rod_position: [228, 228, 228, 228, 228, 228,   0, 228, 228]}
  - {bank: SB,  control_rod_position: [228, 228, 228, 228, 228,   0, 228, 228, 228]}
  - {bank: SA,  control_rod_position: [228, 228, 228, 228,   0, 228, 228, 228, 228]}

depletion:
  states:
  - {effective_full_power_day:   0.00, relative_power: 0.0001, inlet_temperature: 564.414, control_rod_position: [228, 228, 228, 228, 228, 228, 228, 228, 228], sequences: [CRIT, ITC, CRW]}
  - {effective_full_power_day:   0.10, relative_power: 0.2911, inlet_temperature: 564.414, control_rod_position: [228, 228, 228, 221, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:   0.10, relative_power: 0.2911, inlet_temperature: 564.414, control_rod_position: [228, 228, 228, 221, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:   0.31, relative_power: 0.2911, inlet_temperature: 564.414, control_rod_position: [228, 228, 228, 221, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:   3.01, relative_power: 0.8047, inlet_temperature: 565.358, control_rod_position: [228, 228, 228, 177, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:   5.39, relative_power: 0.9999, inlet_temperature: 566.719, control_rod_position: [228, 228, 208, 202, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:  27.02, relative_power: 0.9968, inlet_temperature: 566.636, control_rod_position: [228, 228, 228, 215, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:  33.48, relative_power: 0.6500, inlet_temperature: 564.497, control_rod_position: [228, 228, 228, 177, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:  50.19, relative_power: 1.0016, inlet_temperature: 567.053, control_rod_position: [228, 228, 228, 220, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:  76.05, relative_power: 0.9990, inlet_temperature: 567.275, control_rod_position: [228, 228, 228, 210, 228, 228, 228, 228, 228]}
  - {effective_full_power_day:  96.13, relative_power: 1.0008, inlet_temperature: 566.956, control_rod_position: [228, 228, 228, 211, 228, 228, 228, 228, 228]}
  - {effective_full_power_day: 124.25, relative_power: 0.9975, inlet_temperature: 566.956, control_rod_position: [228, 228, 228, 211, 228, 228, 228, 228, 228]}
  - {effective_full_power_day: 155.09, relative_power: 0.9991, inlet_temperature: 567.164, control_rod_position: [228, 228, 228, 212, 228, 228, 228, 228, 228]}
  - {effective_full_power_day: 183.43, relative_power: 0.9996, inlet_temperature: 567.206, control_rod_position: [228, 228, 228, 210, 228, 228, 228, 228, 228]}
  - {effective_full_power_day: 207.55, relative_power: 0.9955, inlet_temperature: 566.928, control_rod_position: [228, 228, 228, 211, 228, 228, 228, 228, 228]}
  - {effective_full_power_day: 222.47, relative_power: 0.9991, inlet_temperature: 567.247, control_rod_position: [228, 228, 228, 210, 228, 228, 228, 228, 228]}
  - {effective_full_power_day: 248.06, relative_power: 0.9992, inlet_temperature: 566.914, control_rod_position: [228, 228, 228, 217, 228, 228, 228, 228, 228]}