MCNPX Fatal error: "electron importances are zero"

  • Thread starter Thread starter Elizabeth Vega
  • Start date Start date
  • Tags Tags
    Application Mcnpx
AI Thread Summary
The discussion centers on a fatal error in MCNPX related to "electron importances are zero." The issue arises because a blank line in the input file is interpreted as the end of input, preventing the program from reading subsequent lines that set the importance for cells. Users are advised to check Section 2.9 of the referenced User Manual for guidance. Specifically, attention is drawn to line 124, which sets the importance to zero. Addressing these quirks in the code can resolve the error effectively.
Elizabeth Vega
Messages
2
Reaction score
1
When I run the application, I get an error message. Fatal error electron importances are zero, I can't find what's wrong in the code.
 

Attachments

Engineering news on Phys.org
Welcome to physicsforums Elizabeth,

Line 122 is blank and MCNP is interpreting that as end of input, so the lines that set the importance for the cells are never read. Those lines look fine to me. MCNP has a few quirks because the core code dates from the days of mainframes. Blank lines being the section breaks is probably the biggest gotcha.
 
  • Informative
  • Like
Likes Elizabeth Vega and berkeman
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...
Back
Top