TF IsotopeTracers4Cracks

From New IAC Wiki
Revision as of 17:43, 15 March 2013 by Foretony (talk | contribs) (Created page with " =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 wi…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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);


TF_IsotopeTracers#Tracers_for_Cracks