Why is My MCNP Burnup Calculation Failing?

  • Thread starter Thread starter Rafimah
  • Start date Start date
  • Tags Tags
    Mcnp Simulation
AI Thread Summary
The user is encountering a geometry error in their MCNP burnup calculation, specifically receiving a "no cell found" message, which results in lost particles and no final keff estimate. The issue likely stems from the void specification, where the user needs to ensure that the geometry correctly encompasses all necessary space around the pellet. It is suggested to use the union operator for the void cell specification to address this problem. Additionally, for repeated geometry, placing the pellet in a reflecting box is recommended. Clarification on these geometry specifications is crucial for successful calculations in MCNP.
Rafimah
Messages
13
Reaction score
1
TL;DR Summary
I'm trying to learn to calculate burnup in MCNP but I'm having some difficulties
Hi everyone, I'm a newbie to MCNP, I'm trying to calculate burnup for this pellet I include here in a PWR in an infinitely repeated geometry, but it seems to be failing for some reason. I get the error message:

ctm = 0.00 nrn = 0
dump 1 on file runtpp.h5 nps = 0 coll = 0
source distribution written to file srcte cycle= 0
xact is done
cp0 = 0.18
Geometry error: no cell found.
run terminated because 10 particles got lost.
=====> 4.05 M histories/hr (based on wall-clock time in mcrun)
warning. 10 particles got lost
warning. no final keff estimate made because no active cycles run.
ctm = 0.00 nrn = 189
dump 2 on file runtpp.h5 nps = 10 coll = 0
mcrun is done

Can anyone help me out with this? I imagine it has to do with the "geometry error: no cell found" line but I don't understand the issue. The cell seems alright to me and the ksrc point is inside the cylinder.

Any help would be very appreciated!
 

Attachments

Engineering news on Phys.org
"20 0 1 2 -3"
This is the void, so it needs to be all space you don't care about. Everything above AS WELL AS everything below AS WELL AS everything outside the cylinder. So you need the union operator :
Code:
1:2:-3
As a rule of thumb, expect to use the union operator a lot in the void cell specification. I've not checked anything else and this is not yet a repeated geometry, the simplest way to do that would be to put the pellet in a reflecting box.

I was going to welcome you to PF, but unusually for an MCNP question you have other posts. Welcome to Nuclear Engineering anyway @Rafimah !
 
Hello everyone, I am currently working on a burnup calculation for a fuel assembly with repeated geometric structures using MCNP6. I have defined two materials (Material 1 and Material 2) which are actually the same material but located in different positions. However, after running the calculation with the BURN card, I am encountering an issue where all burnup information(power fraction(Initial input is 1,but output file is 0), burnup, mass, etc.) for Material 2 is zero, while Material 1...
Hi everyone, I'm a complete beginner with MCNP and trying to learn how to perform burnup calculations. Right now, I'm feeling a bit lost and not sure where to start. I found the OECD-NEA Burnup Credit Calculational Criticality Benchmark (Phase I-B) and was wondering if anyone has worked through this specific benchmark using MCNP6? If so, would you be willing to share your MCNP input file for it? Seeing an actual working example would be incredibly helpful for my learning. I'd be really...

Similar threads

Replies
8
Views
1K
Replies
13
Views
3K
Replies
1
Views
4K
Replies
20
Views
18K
Replies
4
Views
3K
Back
Top