Difference between revisions of "LB January Flux Simulations"

From New IAC Wiki
Jump to navigation Jump to search
Line 25: Line 25:
 
A picture of the setup is shown below:
 
A picture of the setup is shown below:
  
 +
[[File:LB JanFluxSim SideView.png|200px]]
 +
[[File:LB JanFluxSim RotatedView.png|200px]]
  
 
Below is a plot of the ratio of the number of particles in the selenium divided by the number of particles in the Nickel foil
 
Below is a plot of the ratio of the number of particles in the selenium divided by the number of particles in the Nickel foil

Revision as of 17:32, 18 January 2018

Simulations were run using geant4 to try and see if the ratio of the flux between the nickel foil and the inner selenium pellet would explain why the ratios of the rates are not correct. A general particle source was used to fire electrons in a beam at a titanium beam window, which then proceeds to an aluminum/tungsten radiator. After that the particles will encounter a nickel foil followed by an aluminum sheet and finally a selenium pellet that is -0.75cm off of the beam axis (to try and replicate the location of the foil relative to the selenium pellet). The run.mac file is shown below

/gps/particle e-

/gps/position 0 0 -5 m

/gps/pos/type Plane

/gps/pos/shape Circle

/gps/pos/radius 0.5 cm

/tracking/verbose 2

/gps/direction 0 0 1

/gps/verbose 2

/gps/pos/sigma_r 0.5 cm

/gps/energy 32 MeV

/run/beamOn 50000

A picture of the setup is shown below:

LB JanFluxSim SideView.png LB JanFluxSim RotatedView.png

Below is a plot of the ratio of the number of particles in the selenium divided by the number of particles in the Nickel foil


There were some strange issues while performing this simulation. The first issue that stuck out was that when trying to create a G4Orb for the selenium pellet, the program would compile, but the orb would not be present in the visualizer and furthermore would not have particles written to the outfile. A similar issue happened when trying to curve the nickel foil and the aluminum cylinder. If the nickel foil and the aluminum cylinder were curved, perhaps the number of particles passing through them would be lower which would raise the ratio of the number of particles.