- #1
emilmammadzada
- 118
- 19
- TL;DR Summary
- I get this error when I try to run the code MCNPX
I get this error"bad trouble in imcn in routine pass1 unexpected eof in file depletion.inp" when I try to run the code MCNPX
my input file
my input file
Code:
c Depletion pincell input file for MCNPX
c Define cells
c Cell 1: Fuel
1 0 -1.0 -4 -5 -6
c Cell 2: Cladding
2 0 -2.0 4 -7
c Cell 3: Moderator
3 0 -3.0 5 6 7
c Cell 4: Outside
4 0 4 -8
c Define surfaces
c Surface 4: Inner radius of fuel
4 rpp -0.3937 0.0 0.0 0.3937 10.16 10.16
c Surface 5: Outer radius of fuel
5 rpp -0.5080 0.0 0.0 0.5080 10.16 10.16
c Surface 6: Top of fuel
6 pz 10.16
c Surface 7: Bottom of fuel
7 pz 0.0
c Surface 8: Outer boundary
8 sphere 0.0 0.0 0.0 15.24
c Define materials
M1 8016.70c -1.0
8017.70c -0.0072
92235.70c -0.0001
92238.70c -0.9927
c Define depletion parameters
DEPL IBURN 1 1 1E-6
DEPL NLIB 9 9
DEPL RDTOL 1E-6
DEPL MAXORD 10
DEPL TDEL 1E-6
DEPL TOTTIME 365.0
c Define initial conditions
IC1 1 1.0 1
c Define run parameters
MODE N
NPS 100000
c Define tallies
F1:n 1 1 0 7 -4 -5 -6
F2:n 2 1 0 7 4