Skip to content

Commit

Permalink
removed entropy mesh in settings.xml and added S(a,b) to comp-therm b…
Browse files Browse the repository at this point in the history
…enchmarks
  • Loading branch information
bforget committed May 24, 2018
1 parent eb39f51 commit 41b2e44
Show file tree
Hide file tree
Showing 44 changed files with 718 additions and 104 deletions.
4 changes: 4 additions & 0 deletions icsbep/.directory
@@ -0,0 +1,4 @@
[Dolphin]
Timestamp=2018,5,24,12,10,24
Version=3
ViewMode=1
Expand Up @@ -9,6 +9,7 @@
mat.add_nuclide('O16', 3.3369e-02)
mat.add_nuclide('B10', 1.6769e-05)
mat.add_nuclide('B11', 6.7497e-05)
mat.add_s_alpha_beta('c_H_in_H2O')
mats.append(mat)

mat = openmc.Material(2)
Expand Down
1 change: 1 addition & 0 deletions icsbep/leu-comp-therm-008/openmc/case-1/materials.xml
Expand Up @@ -6,6 +6,7 @@
<nuclide ao="0.033369" name="O16" />
<nuclide ao="1.6769e-05" name="B10" />
<nuclide ao="6.7497e-05" name="B11" />
<sab name="c_H_in_H2O" />
</material>
<material depletable="true" id="2" name="Fuel (2.459 w/o with B-10 for impurities)">
<density units="sum" />
Expand Down

0 comments on commit 41b2e44

Please sign in to comment.