MCNP -- What is meant by 2M and 20R?

AI Thread Summary
In the context of MCNP, "2M" and "20R" refer to specific notations where "M" stands for multiply, "R" for repeat, and "I" for interpolate. For example, "20M" indicates multiplying a number by 20, while "20R" means repeating a number 20 times. This shorthand simplifies the representation of long lists of numbers, making it easier to write tally bins. The discussion emphasizes the utility of these notations in reducing effort when dealing with numerical data. Understanding these terms is crucial for efficient communication in MCNP-related tasks.
Anisur Rahman
Messages
11
Reaction score
1
TL;DR Summary
MCNP Importance
Screenshot 2023-10-06 221708.png
What is meant by 2M and 20R here?
 
Engineering news on Phys.org
Welcome to PF!

M I didn't know, but I and R are common. I means interpolate, R means repeat and M turns out to mean multiply.
So in any long list of numbers,
5 20M 20M
Would be the same as,
5 100 2000
and
7 8R
Would be the same as,
7 7 7 7 7 7 7 7 7
and
1 8I 10
Would be the same as,
1 2 3 4 5 6 7 8 9 10
(I think, I make a lot of off by one errors using I, it's not in your question but it saves soooo much effort writing tally bins you should know it)
 
Thank you so much!
 
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
4
Views
2K
Replies
7
Views
1K
Replies
0
Views
780
Replies
9
Views
3K
Replies
1
Views
2K
Back
Top