Public Member Functions | |
| def | __init__ |
| def | tools |
Public Attributes | |
| u238 | |
U238 in stainless steel
Definition at line 142 of file Radioactivity.py.
| def Radioactivity::U238_sst::__init__ | ( | self, | ||
| volume | ||||
| ) |
Definition at line 145 of file Radioactivity.py.
00146 : 00147 u238 = Radioact(name = 'U238_sst', 00148 volume = volume, 00149 nuclide = 'U238', 00150 abundance = 4.65e18, 00151 strategy = 'Material', 00152 material = 'StainlessSteel') 00153 self.u238 = u238 def tools(self):
| def Radioactivity::U238_sst::tools | ( | self | ) |
Definition at line 152 of file Radioactivity.py.
1.4.7