- #1
19matthew89
- 47
- 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)?
Thanks in advance
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