Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| k40 | |
K40 in stainless steel
Definition at line 316 of file Radioactivity.py.
| def Radioactivity::K40_sst::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 319 of file Radioactivity.py.
00320 : 00321 k40 = Radioact(name = 'K40_sst', 00322 volume = volume, 00323 nuclide = 'K40', 00324 abundance = 1.43e19, 00325 strategy = 'Material', 00326 material = 'StainlessSteel') 00327 self.k40 = k40 def tools(self):
| def Radioactivity::K40_sst::tools | ( | self | ) |
Definition at line 326 of file Radioactivity.py.
1.4.7