Advertisement
Guest User

Untitled

a guest
Feb 15th, 2018
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. TITLE
  2. Simulation of the energy deposited in a gas volume by an isotropic monoenergetic alpha source
  3. * Set the default physics used for the simulation
  4. DEFAULTS PRECISIO
  5. * Isotropic emission of a monoenergetic alpha source of 5 MeV
  6. BEAM -0.005 0.0 10000. 10. 9.9 -1.4-HELIUM
  7. * Define the beam position
  8. BEAMPOS 0.0 0.0 -0.01
  9. #if 0
  10. OPEN 47. OLD
  11. 241Pu_1kev_1e7.dat
  12. #endif
  13. *IONTRANS HEAVYION
  14. *DELTARAY 1E-4 HYDROGEN @LASTMAT
  15. *EMFCUT -1E-09 HYDROGEN @LASTMAT PROD-CUT
  16. EMFCUT 1E-9 1E-9 1E-9 HYDROGEN @LASTMAT PHOT-THR
  17. EMFCUT 1E-9 1E-9 HYDROGEN @LASTMAT PHO2-THR
  18. *PART-THR -1E-09 4-HELIUM 0.0
  19. #define drift_gap 0.8
  20. *#define sample_thickness 10.67e-6
  21. *#define sample_radius 1.5
  22. !@what.1=sample_radius
  23. !@what.2=sample_thickness
  24. *SOURCE sample_radiussample_thickness thickness thickness
  25. GEOBEGIN COMBNAME
  26. 0 0
  27. * Black body
  28. SPH blkbody 0.0 0.0 0.0 100000.
  29. * Void sphere
  30. SPH void 0.0 0.0 0.0 10000.
  31. #if 0
  32. !@what.3=-sample_thickness
  33. !@what.6=sample_thickness
  34. !@what.7=sample_radius
  35. RCC sample 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  36. #endif
  37. !@what.6=drift_gap
  38. RCC gas 0.0 0.0 0.0 0.0 0.0 0.8 5.
  39. END
  40. * Black hole
  41. BLKBODY 5 +blkbody -void
  42. #if 0
  43. SAMPLE 5 +sample
  44. #endif
  45. GAS 5 +gas
  46. VOID 5 +void -gas
  47. END
  48. GEOEND
  49. *LOW-MAT PLUTONIU 94. 239. 296. 239-PU
  50. * Plutonium dioxide Pu_O2
  51. *
  52. *MATERIAL 11.46 PuO2
  53. *COMPOUND -0.118055 OXYGEN -0.881945 PLUTONIU PuO2
  54. MATERIAL 18. 0.001662 ARGON
  55. MATERIAL 9. 0.001696 FLUORINE
  56. * 370 Carbon Tetrafluoride
  57. * Chemical Formula
  58. * F
  59. * |
  60. * C F F -- C -- F
  61. * 4 |
  62. * F
  63. MATERIAL 0.00125 CF4
  64. COMPOUND 1. CARBON 4. FLUORINE CF4
  65. * Butane C4_H10
  66. *
  67. MATERIAL 0.0024934 C4H10
  68. COMPOUND -0.173408 HYDROGEN -0.826592 CARBON C4H10
  69. MATERIAL 0.001637 T2K
  70. COMPOUND -88. -ARGON -10. -CF4 -2. -C4H10T2K
  71. *MATERIAL 94. 19.84 PLUTONIU
  72. *COMPOUND -0.118055 OXYGEN -0.881945 PLUTONIU PuO2
  73. ASSIGNMA T2K GAS
  74. *ASSIGNMA PuO2 SAMPLE
  75. * ..+....1....+....2....+....3....+....4....+....5....+....6....+....7..
  76. ASSIGNMA BLCKHOLE BLKBODY
  77. ASSIGNMA VACUUM VOID
  78. EVENTBIN 12. ENERGY 21. GAS edep
  79. EVENTBIN GAS &
  80. USRBIN 10. ENERGY -22. 5. 5. 0.8
  81. USRBIN -5. -5. 0.0 100. 100. 50. &
  82. * Set the random number seed
  83. RANDOMIZ 1.
  84. * Set the number of primary histories to be simulated in the run
  85. START 10000. 0.0
  86. STOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement