SSW of a translated cell (via TRCL)?

  • Thread starter Thread starter 19matthew89
  • Start date Start date
  • Tags Tags
    Cell
AI Thread Summary
It is possible to track and write a source file for a translated cell using the SSW card. The original cell is defined by surfaces 100, 101, and 102, while the translated cell is defined with the TRCL card. The correct syntax for the SSW card includes using the original surfaces alongside the translated surfaces, as shown in the provided example. This approach will effectively track particles entering the translated cell. Further inquiries are welcomed for additional clarification.
19matthew89
Messages
46
Reaction score
12
TL;DR Summary
How to employ SSW to track particles entering/exiting a translated cell?
Hi everyone,
I'd like to track and write a source file (via SSW card) with the particles entering a specific cell which has been defined employing the TRCL card. So the "original" cell is a cylinder defined at the origin but the cell I'm interested in is translated along the z-axis. I've searched but I haven't found anything in the manual about this specific circumstance. Is that even possible?

How shall I write the SSW card? With the original surfaces and the translated cell in parenthesis (see example below)?

Code:
10 1 -2.95 -100 101 -102
11 LIKE 10 BUT TRCL(0 0 40)
12 LIKE 10 BUT TRCL(0 0 -40)

100  CZ  0.8
101  PZ  -10.0
102  PZ  10.0

KCODE 10000 1 30 130
SSW -100 (10) 101 (10) -102 (10)
        -100 (11) 101 (11) -102 (11)
        -100 (12) 101 (12) -102 (12)

Thanks in advance
 
Engineering news on Phys.org
for any help!Hi there,

Thank you for your question. Yes, it is possible to track and write a source file for a translated cell using the SSW card. In your example, you have correctly identified the original cell (defined by the surfaces 100, 101, and 102) and the translated cell (defined by the surfaces 100, 101, and 102 with the TRCL card).

To write the SSW card, you can use the syntax that you have provided: -100 (10) 101 (10) -102 (10) for the original surfaces and -100 (11) 101 (11) -102 (11) for the translated surfaces. This will track and write the source file for particles entering the translated cell.

I hope this helps. If you have any further questions, please don't hesitate to ask. Best of luck with your project!
 
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