Creating FMESH Tally Over Region - Troubleshooting

  • Thread starter Thread starter nrat320
  • Start date Start date
  • Tags Tags
    Simulation
AI Thread Summary
The discussion focuses on troubleshooting issues with creating a FMESH tally over a specified region, where the output only shows three significant figures. The user questions whether FMESH can handle small areas or if there are errors in their boundary definitions. Recommendations include consulting the manual for boundary resolution details and verifying the input code against program requirements. The output suggests potential limitations in the FMESH tally's capability for small areas. Clarifying these aspects may resolve the issues encountered.
nrat320
Messages
5
Reaction score
1
TL;DR Summary
My FMESH bounds are not right
I am trying to create a FMESH tally over a region that's (x: -15um to 15um, y:-15um to 15um, z:10um to 60um). My input code is below:

FC4 FMESH tally energy deposition
FMESH4:E GEOM=xyz ORIGIN= -0.0015 -0.0015 0.0010 &
IMESH=0.0015 IINTS=10 &
JMESH=0.0015 JINTS=1 &
KMESH=0.0060 KINTS=10 &
OUT=ik

However the meshtal file does not show more than 3 sigfigs (the meshtal output is shown below):

Tally bin boundaries:
X direction: -0.00 -0.00 -0.00 -0.00 -0.00 0.00 0.00 0.00 0.00 0.00 0.00
Y direction: -0.00 0.00
Z direction: 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.01 0.01 0.01
Energy bin boundaries: 1.00E-05 1.00E+01

I couldn't anything about boundary resolution in the manual. Is FMESH incapable of calculating for small area or am I writing the boundaries incorrectly?
 
Engineering news on Phys.org

It seems like you are having trouble with the boundary resolution in your FMESH tally. The output only shows 3 significant figures, which could be an indication that the program is not capable of calculating for such a small area. I would recommend checking the manual or reaching out to the program's technical support team for more information on boundary resolution and if there are any limitations for small areas in FMESH. It is also possible that you are writing the boundaries incorrectly, so double-checking your input code and making sure it matches the program's requirements could also be helpful.
 
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

Back
Top