Difference between revisions of "TF IsotopeTracers4Cracks"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
| + | |||
| + | =Photon Attenuation in Shale= | ||
| + | |||
| + | The attenuation length for a 1.8 MeV photon is 0.16 /cm and 0.895 is 0.22/cm through shale. | ||
| + | |||
| + | [[File:XCOM_attenuation4Shale.pdf]] | ||
| + | |||
| + | |||
| =Yittrium in Shale= | =Yittrium in Shale= | ||
Revision as of 19:26, 19 March 2013
Photon Attenuation in Shale
The attenuation length for a 1.8 MeV photon is 0.16 /cm and 0.895 is 0.22/cm through shale.
File:XCOM attenuation4Shale.pdf
Yittrium in Shale
A simulation of the penetration of the 0.895 and 1.8 MeV photons from Yittrium through shale.
GEANT4 create a point source or 895 keV photon and another with 1800 keV photons iostropically distributed.
A 4" thick piece of shale was placed between the source and the detector.
shale was defined as:
G4Element* O = new G4Element("Oxygen"  , "O", z=8., a= 16.00*g/mole);
G4Element* Al = new G4Element("Aluminum"  , "Al", z=13., a= 26.98*g/mole);
G4Element* Si = new G4Element("Silicon"  , "Si", z=14., a= 28.085*g/mole);
G4Element* H = new G4Element("Hydrogen"  , "H", z=1., a= 1.008*g/mole);
G4Material* Shale = new G4Material("Shale", density= 2.6*g/cm3, nel=4);
Shale->AddElement(Al, 15*perCent);
Shale->AddElement(Si, 15*perCent);
Shale->AddElement(O, 38*perCent);
Shale->AddElement(H, 32*perCent);
Two ratios were constructed.
