- #1
emilmammadzada
- 114
- 19
- TL;DR Summary
- Help with MCNPX Error: "You need a source subroutine" and Other Warnings
Hello everyone,
I'm working on a PWR fuel pin depletion simulation in MCNPX, but I'm encountering several warnings and an error that stops my simulation. Here’s my input setup:
[c *** PWR pincell ***
c
c --- cell cards ---
1 1 -10.4 -1 imp:n=1 vol=192.29 $ fuel
2 2 -6.55 1 -2 imp:n=1 vol=66.53 $ clad
3 3 -1.0 2 -3 imp:n=1 vol=374.27 $ water
4 0 3 imp:n=0 $ outside
c --- surface cards ---
1 RCC 0 0 0 0 0 365.0 0.4095 $ fuel
2 RCC 0 0 -0.0655 0 0 365.131 0.4750 $ clad
3 BOX -0.65665 -0.65665 -0.1 1.3133 0 0 0 1.3133 0 0 0 367.0 $ water box
c --- material cards ---
m1 8016.60c 0.9651 92235.60c 0.0030 92238.60c 0.0319 $ fuel
m2 40000.60c 1.0 $ clad
m3 1001.60c 0.667 8016.60c 0.333 $ water
c --- Tally cards---
F4:n 1
c --- depletion ---
BURN TIME=100,200,300
MAT=1
POWER=0.066956
PFRAC=1.0,0.8,0.5
OMIT=1,2,92235,92238
c --- KCODE cards ---
kcode 1000 1.0 15 50
ksrc 0.65665 0.65665 150.0
]
running error
[ warning. total nu is now the default for fixed-source problems.
warning. there are no tallies in this problem.
warning. cross-section file bertin does not exist.
imcn is done
runtpe already exists. runtpf is created instead.
warning. 92235.60c lacks delayed neutron cross sections.
warning. 92238.60c lacks delayed neutron cross sections.
dump 1 on file runtpf nps = 0 coll = 0
ctm = 0.00 nrn = 0
xact is done
dynamic storage = 0 words, 0 bytes. cp0 = 0.01
bad trouble in mcrun in routine source
you need a source subroutine.]
I'm working on a PWR fuel pin depletion simulation in MCNPX, but I'm encountering several warnings and an error that stops my simulation. Here’s my input setup:
[c *** PWR pincell ***
c
c --- cell cards ---
1 1 -10.4 -1 imp:n=1 vol=192.29 $ fuel
2 2 -6.55 1 -2 imp:n=1 vol=66.53 $ clad
3 3 -1.0 2 -3 imp:n=1 vol=374.27 $ water
4 0 3 imp:n=0 $ outside
c --- surface cards ---
1 RCC 0 0 0 0 0 365.0 0.4095 $ fuel
2 RCC 0 0 -0.0655 0 0 365.131 0.4750 $ clad
3 BOX -0.65665 -0.65665 -0.1 1.3133 0 0 0 1.3133 0 0 0 367.0 $ water box
c --- material cards ---
m1 8016.60c 0.9651 92235.60c 0.0030 92238.60c 0.0319 $ fuel
m2 40000.60c 1.0 $ clad
m3 1001.60c 0.667 8016.60c 0.333 $ water
c --- Tally cards---
F4:n 1
c --- depletion ---
BURN TIME=100,200,300
MAT=1
POWER=0.066956
PFRAC=1.0,0.8,0.5
OMIT=1,2,92235,92238
c --- KCODE cards ---
kcode 1000 1.0 15 50
ksrc 0.65665 0.65665 150.0
]
running error
[ warning. total nu is now the default for fixed-source problems.
warning. there are no tallies in this problem.
warning. cross-section file bertin does not exist.
imcn is done
runtpe already exists. runtpf is created instead.
warning. 92235.60c lacks delayed neutron cross sections.
warning. 92238.60c lacks delayed neutron cross sections.
dump 1 on file runtpf nps = 0 coll = 0
ctm = 0.00 nrn = 0
xact is done
dynamic storage = 0 words, 0 bytes. cp0 = 0.01
bad trouble in mcrun in routine source
you need a source subroutine.]