Advertisement
Guest User

Untitled

a guest
Feb 15th, 2018
328
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. [email protected]=sample_radius
  23. [email protected]=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. [email protected]=-sample_thickness
  33. [email protected]=sample_thickness
  34. [email protected]=sample_radius
  35. RCC sample 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  36. #endif
  37. RCC gas 0.0 0.0 0.0 0.0 0.0 0.8 5.
  38. END
  39. * Black hole
  40. BLKBODY 5 +blkbody -void
  41. #if 0
  42. SAMPLE 5 +sample
  43. #endif
  44. GAS 5 +gas
  45. VOID 5 +void -gas
  46. END
  47. GEOEND
  48. *LOW-MAT PLUTONIU 94. 239. 296. 239-PU
  49. * Plutonium dioxide Pu_O2
  50. *
  51. *MATERIAL 11.46 PuO2
  52. *COMPOUND -0.118055 OXYGEN -0.881945 PLUTONIU PuO2
  53. MATERIAL 18. 0.001662 ARGON
  54. MATERIAL 9. 0.001696 FLUORINE
  55. * 370 Carbon Tetrafluoride
  56. * Chemical Formula
  57. * F
  58. * |
  59. * C F F -- C -- F
  60. * 4 |
  61. * F
  62. MATERIAL 0.00125 CF4
  63. COMPOUND 1. CARBON 4. FLUORINE CF4
  64. * Butane C4_H10
  65. *
  66. MATERIAL 0.0024934 C4H10
  67. COMPOUND -0.173408 HYDROGEN -0.826592 CARBON C4H10
  68. MATERIAL 0.001637 T2K
  69. COMPOUND -88. -ARGON -10. -CF4 -2. -C4H10T2K
  70. *MATERIAL 94. 19.84 PLUTONIU
  71. *COMPOUND -0.118055 OXYGEN -0.881945 PLUTONIU PuO2
  72. ASSIGNMA T2K GAS
  73. *ASSIGNMA PuO2 SAMPLE
  74. * ..+....1....+....2....+....3....+....4....+....5....+....6....+....7..
  75. ASSIGNMA BLCKHOLE BLKBODY
  76. ASSIGNMA VACUUM VOID
  77. EVENTBIN 12. ENERGY 21. GAS edep
  78. EVENTBIN GAS &
  79. USRBIN 10. ENERGY -22. 5. 5. 0.8
  80. USRBIN -5. -5. 0.0 100. 100. 50. &
  81. * Set the random number seed
  82. RANDOMIZ 1.
  83. * Set the number of primary histories to be simulated in the run
  84. START 10000. 0.0
  85. STOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement