' Response on page 2353, flux-2-dose on 2355. Photon:9505, neutron:9031
' 50mSv/year = 5rem/year = 5/2080 = 2.4e-3 rem/h
' response 1
' title="ANSI standard (1991) flux-to-dose-rate factors for neutrons, rem/h"
' doseData=9031 noExtrapolation end response
response 2
title="ANSI standard (1991) flux-to-dose-rate factors for photons, rem/h"
doseData=9505 noExtrapolation end response
distribution 1 special="fissionNeutrons" parameters 1 92235 end end distribution
distribution 2 special="fissionPhotons" parameters 92235 end end distribution
distribution 101 special="pwrNeutronAxialProfile" end distribution
distribution 102 special="pwrGammaAxialProfile" end distribution
end definitions
' ============================
' Source block, on page 2367
' ============================
read sources
'Total neutron intensity: thermalPower/(193.7MeV/fission) * nubar
'Total neutron intensity: 83.3 MW / (193.7MeV/fission) * 2.624979 = 7.045798e18 neutrons/second
src 1
title='Fission source'
strength=7.045798e18 neutron eDistributionID=1
cuboid 42.83456 -42.83456 42.83456 -42.83456 182.88 -182.88
zDistributionID=101 zScaleDist
mixture=1 end src
end sources
' ============================
' Tallies block, on page 2371
' ============================
' Detector definition
read tallies
pointDetector 11 title="Photons: point detector, side"
locationID=11 responseID=2 photon end pointDetector
' pointDetector 12 title="NEUTRONS: point detector, side"
' locationID=12 responseID=1 neutrons end pointDetector
' pointDetector 13 title="NEUTRONS: point detector, side"
' locationID=13 responseID=1 neutrons end pointDetector
' pointDetector 14 title="NEUTRONS: point detector, side"
' locationID=14 responseID=1 neutrons end pointDetector
' pointDetector 21 title="NEUTRONS: point detector, roof"
' locationID=21 responseID=1 neutrons end pointDetector
' pointDetector 22 title="NEUTRONS: point detector, roof"
' locationID=22 responseID=1 neutrons end pointDetector
end tallies
read parameters
randomSeed=00003ecd7b4e3e8e
library="v7-200n47g"
perBatch=1000000 batches=100
fissionMult=0
secondaryMult=0
' noPhotons: turn off the secondary photon generation from neutron interactions
' noPhotons
end parameters