We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86247a9 commit 87bd04cCopy full SHA for 87bd04c
armi/materials/concrete.py
@@ -15,9 +15,8 @@
15
"""
16
Concrete.
17
18
-Concrete is often used to provide structural support of nuclear equipment.
19
-
20
-It can also provide radiation shielding.
+Concrete is often used to provide structural support of nuclear equipment. It can also provide
+radiation shielding.
21
22
23
from armi.materials.material import Material
@@ -26,7 +25,7 @@
26
25
class Concrete(Material):
27
"""Simple concreate material.
28
29
- http://jolissrch-inter.tokai-sc.jaea.go.jp/pdfdata/JAERI-Data-Code-98-004.pdf
+ https://web.archive.org/web/20130122161516/http://jolissrch-inter.tokai-sc.jaea.go.jp/pdfdata/JAERI-Data-Code-98-004.pdf
30
31
32
def setDefaultMassFracs(self):
0 commit comments