Commit 56661d49 authored by Poarch, Sandra's avatar Poarch, Sandra
Browse files

Upload New File

parent 759d68ed
Loading
Loading
Loading
Loading
+95 −0
Original line number Diff line number Diff line
=csas6-shift
htgr pebble
ce_v7.1_endf
' ==============================
'   Compositions
' ==============================
read comp
' ================
'   fuel pebble
' ================
' fuel
uo2         10 den=10.4 1.0 293.0 92234 0.051 92235 9.6 92238 90.349 end
' first coating
c-graphite  11 den=1.05 1.0    293.0  end
' inner pyro carbon
c-graphite  12 den=1.90 1.0    293.0  end
' silicon carbide
ATOMSiC     13 3.18 2  6000 1 14000 1  1.0  293.0  end
' outer pyro carbon
c-graphite  14 den=1.90 1.0    293.0  end
' graphite matrix
c-graphite  15 den=1.74 1.0    293.0  end
' fuel-free graphite layer
c-graphite  16 den=1.74 1.0    293.0  end
' helium around pebble
he          17  0 8.431E-4     293.0 end
end comp   

' ==============================
'   Neutron transport settings
' ==============================
read parm
 npg=20000 gen=500 nsk=100
 htm=no plt=no
end parm

' ==============================
'   Boundary condition
' ==============================
read bounds
' reflective boundary condition in all direction
 all=mirror
end bounds

' ==============================
'   Geometry
' ==============================
read geometry

' ====================
'   TRISO particle
' ====================
unit 1 com="TRISO"
  sphere 1 0.025
  sphere 2 0.0345
  sphere 3 0.0385
  sphere 4 0.0420
  sphere 5 0.0460
  media 10 1 1
  media 11 1 2 -1
  media 12 1 3 -2
  media 13 1 4 -3
  media 14 1 5 -4
  boundary 5

' ====================
'   fuel pebble
' ====================
global unit 10
 sphere 10 2.5
 sphere 11 3.0
 cuboid 12 6p3.0
 media 15 1 10 randommix='trisos'
 media 16 1 11 -10
 media 17 1 12 -11
boundary 12

end geometry

' ==============================
'   Randomgeom
' ==============================

read randomgeom
 randommix = 'trisos'
  type=random
  units=1 end
  pfs=0.09344256 end
  clip=no
  seed=1111
 end randommix
end randomgeom

end data
end