mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Changed material.xml to materials.xml to be consistent.
This commit is contained in:
parent
865c3a4eb7
commit
e5c1f4ff45
9 changed files with 14 additions and 14 deletions
17
examples/basic/materials.xml
Normal file
17
examples/basic/materials.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<materials>
|
||||
|
||||
<!-- Definition of materials -->
|
||||
<material uid="40">
|
||||
<density value="4.5" units="g/cc" />
|
||||
<nuclide name="U-235" xs="03c" ao="1.0" />
|
||||
</material>
|
||||
|
||||
<material uid="41">
|
||||
<density value="1.0" units="g/cc" />
|
||||
<nuclide name="H-1" xs="03c" ao="2.0" />
|
||||
<nuclide name="O-16" xs="03c" ao="1.0" />
|
||||
<sab uid="H-H2O" xs="10t" />
|
||||
</material>
|
||||
|
||||
</materials>
|
||||
Loading…
Add table
Add a link
Reference in a new issue