Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| co60 | |
Co60 in stainless steel
Definition at line 351 of file Radioactivity.py.
| def Radioactivity::Co60_sst::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 354 of file Radioactivity.py.
00355 : 00356 co60 = Radioact(name = 'Co60_sst', 00357 volume = volume, 00358 nuclide = 'Co60', 00359 abundance = 9.11e9, 00360 strategy = 'Material', 00361 material = 'StainlessSteel') 00362 self.co60 = co60 def tools(self):
| def Radioactivity::Co60_sst::tools | ( | self | ) |
Definition at line 361 of file Radioactivity.py.
1.4.7