Skip to content

Commit

Permalink
added initial outline of content
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorelik committed Mar 22, 2013
1 parent 6ee1467 commit d7414c5
Show file tree
Hide file tree
Showing 31 changed files with 445 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/blank_stubs/geometry.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<geometry>

<!-- XML Comment -->
<surface id=" 1" type="sphere" coeffs=" 0.0 0.0 0.0 100"/> <!-- XML Comment -->

<cell id=" 1" universe=" 0" material=" 1" surfaces=" -1"/>


</geometry>
16 changes: 16 additions & 0 deletions examples/blank_stubs/materials.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<materials>

<!-- Borated Water -->
<material id=" 1">
<density value="0.740582" units="g/cc" />
<nuclide name="B-10" xs="71c" ao="8.0042e-06" />
<nuclide name="B-11" xs="71c" ao="3.2218e-05" />
<nuclide name="H-1" xs="71c" ao="4.9457e-02" />
<nuclide name="H-2" xs="71c" ao="7.4196e-06" />
<nuclide name="O-16" xs="71c" ao="2.4672e-02" />
<nuclide name="O-17" xs="71c" ao="6.0099e-05" />
<sab name="lwtr" xs="15t" />
</material>

</materials>
14 changes: 14 additions & 0 deletions examples/blank_stubs/plots.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<plots>

<plot id="1" type="slice" color="mat">
<filename>pic_name</filename>
<origin> 0 0 0 </origin>
<width> 120 120 120 </width>
<basis>xy</basis>
<pixels>500 500</pixels>
<background>255 255 255</background>
<col_spec id="1" rgb="198 226 255"/>
</plot>

</plots>
32 changes: 32 additions & 0 deletions examples/blank_stubs/settings.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>

<!-- Path for cross section library -->
<cross_sections>
/home/shared/mcnpdata/binary/cross_sections.xml
</cross_sections>

<!-- Parameters for criticality calculation -->
<criticality batches="350" generations_per_batch="1" inactive="250" particles="4000000" />

<!-- How verbose output should be -->
<verbosity value="7" />

<!-- How often to save statepoint files -->
<state_point interval="10" />

<!-- Starting source -->
<source>
<space type="box">
<parameters>-10 -10 -10 10 10 10</parameters>
</space>
</source>

<!-- Shannon Entropy -->
<entropy>
<dimension> 100 100 100 </dimension>
<lower_left> -50 -50 -50</lower_left>
<upper_right> 50 50 50</upper_right>
</entropy>

</settings>
17 changes: 17 additions & 0 deletions examples/blank_stubs/tallies.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<tallies>

<tally id="1">
<filter type="mesh" bins="1"/>
<scores>flux</scores>
</tally>

<mesh id="1">
<type>rectangular</type>
<origin>0.0 0.0 0.0</origin>
<upper_right>50 50 50</upper_right>
<lower_left>-50 -50 -50</lower_left>
<dimension>100 100 100</dimension>
</mesh>

</tallies>
10 changes: 10 additions & 0 deletions examples/demos/plotting/geometry.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<geometry>

<!-- XML Comment -->
<surface id=" 1" type="sphere" coeffs=" 0.0 0.0 0.0 100"/> <!-- XML Comment -->

<cell id=" 1" universe=" 0" material=" 1" surfaces=" -1"/>


</geometry>
16 changes: 16 additions & 0 deletions examples/demos/plotting/materials.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<materials>

<!-- Borated Water -->
<material id=" 1">
<density value="0.740582" units="g/cc" />
<nuclide name="B-10" xs="71c" ao="8.0042e-06" />
<nuclide name="B-11" xs="71c" ao="3.2218e-05" />
<nuclide name="H-1" xs="71c" ao="4.9457e-02" />
<nuclide name="H-2" xs="71c" ao="7.4196e-06" />
<nuclide name="O-16" xs="71c" ao="2.4672e-02" />
<nuclide name="O-17" xs="71c" ao="6.0099e-05" />
<sab name="lwtr" xs="15t" />
</material>

</materials>
14 changes: 14 additions & 0 deletions examples/demos/plotting/plots.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<plots>

<plot id="1" type="slice" color="mat">
<filename>pic_name</filename>
<origin> 0 0 0 </origin>
<width> 120 120 120 </width>
<basis>xy</basis>
<pixels>500 500</pixels>
<background>255 255 255</background>
<col_spec id="1" rgb="198 226 255"/>
</plot>

</plots>
32 changes: 32 additions & 0 deletions examples/demos/plotting/settings.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>

<!-- Path for cross section library -->
<cross_sections>
/home/shared/mcnpdata/binary/cross_sections.xml
</cross_sections>

<!-- Parameters for criticality calculation -->
<criticality batches="350" generations_per_batch="1" inactive="250" particles="4000000" />

<!-- How verbose output should be -->
<verbosity value="7" />

<!-- How often to save statepoint files -->
<state_point interval="10" />

<!-- Starting source -->
<source>
<space type="box">
<parameters>-10 -10 -10 10 10 10</parameters>
</space>
</source>

<!-- Shannon Entropy -->
<entropy>
<dimension> 100 100 100 </dimension>
<lower_left> -50 -50 -50</lower_left>
<upper_right> 50 50 50</upper_right>
</entropy>

</settings>
17 changes: 17 additions & 0 deletions examples/demos/plotting/tallies.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<tallies>

<tally id="1">
<filter type="mesh" bins="1"/>
<scores>flux</scores>
</tally>

<mesh id="1">
<type>rectangular</type>
<origin>0.0 0.0 0.0</origin>
<upper_right>50 50 50</upper_right>
<lower_left>-50 -50 -50</lower_left>
<dimension>100 100 100</dimension>
</mesh>

</tallies>
10 changes: 10 additions & 0 deletions examples/demos/tallying/geometry.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<geometry>

<!-- XML Comment -->
<surface id=" 1" type="sphere" coeffs=" 0.0 0.0 0.0 100"/> <!-- XML Comment -->

<cell id=" 1" universe=" 0" material=" 1" surfaces=" -1"/>


</geometry>
16 changes: 16 additions & 0 deletions examples/demos/tallying/materials.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<materials>

<!-- Borated Water -->
<material id=" 1">
<density value="0.740582" units="g/cc" />
<nuclide name="B-10" xs="71c" ao="8.0042e-06" />
<nuclide name="B-11" xs="71c" ao="3.2218e-05" />
<nuclide name="H-1" xs="71c" ao="4.9457e-02" />
<nuclide name="H-2" xs="71c" ao="7.4196e-06" />
<nuclide name="O-16" xs="71c" ao="2.4672e-02" />
<nuclide name="O-17" xs="71c" ao="6.0099e-05" />
<sab name="lwtr" xs="15t" />
</material>

</materials>
14 changes: 14 additions & 0 deletions examples/demos/tallying/plots.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<plots>

<plot id="1" type="slice" color="mat">
<filename>pic_name</filename>
<origin> 0 0 0 </origin>
<width> 120 120 120 </width>
<basis>xy</basis>
<pixels>500 500</pixels>
<background>255 255 255</background>
<col_spec id="1" rgb="198 226 255"/>
</plot>

</plots>
32 changes: 32 additions & 0 deletions examples/demos/tallying/settings.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>

<!-- Path for cross section library -->
<cross_sections>
/home/shared/mcnpdata/binary/cross_sections.xml
</cross_sections>

<!-- Parameters for criticality calculation -->
<criticality batches="350" generations_per_batch="1" inactive="250" particles="4000000" />

<!-- How verbose output should be -->
<verbosity value="7" />

<!-- How often to save statepoint files -->
<state_point interval="10" />

<!-- Starting source -->
<source>
<space type="box">
<parameters>-10 -10 -10 10 10 10</parameters>
</space>
</source>

<!-- Shannon Entropy -->
<entropy>
<dimension> 100 100 100 </dimension>
<lower_left> -50 -50 -50</lower_left>
<upper_right> 50 50 50</upper_right>
</entropy>

</settings>
17 changes: 17 additions & 0 deletions examples/demos/tallying/tallies.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<tallies>

<tally id="1">
<filter type="mesh" bins="1"/>
<scores>flux</scores>
</tally>

<mesh id="1">
<type>rectangular</type>
<origin>0.0 0.0 0.0</origin>
<upper_right>50 50 50</upper_right>
<lower_left>-50 -50 -50</lower_left>
<dimension>100 100 100</dimension>
</mesh>

</tallies>
10 changes: 10 additions & 0 deletions examples/exercises/01_simple_pin/geometry.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<geometry>

<!-- XML Comment -->
<surface id=" 1" type="sphere" coeffs=" 0.0 0.0 0.0 100"/> <!-- XML Comment -->

<cell id=" 1" universe=" 0" material=" 1" surfaces=" -1"/>


</geometry>
16 changes: 16 additions & 0 deletions examples/exercises/01_simple_pin/materials.xml
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<materials>

<!-- Borated Water -->
<material id=" 1">
<density value="0.740582" units="g/cc" />
<nuclide name="B-10" xs="71c" ao="8.0042e-06" />
<nuclide name="B-11" xs="71c" ao="3.2218e-05" />
<nuclide name="H-1" xs="71c" ao="4.9457e-02" />
<nuclide name="H-2" xs="71c" ao="7.4196e-06" />
<nuclide name="O-16" xs="71c" ao="2.4672e-02" />
<nuclide name="O-17" xs="71c" ao="6.0099e-05" />
<sab name="lwtr" xs="15t" />
</material>

</materials>
14 changes: 14 additions & 0 deletions examples/exercises/01_simple_pin/plots.xml
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<plots>

<plot id="1" type="slice" color="mat">
<filename>pic_name</filename>
<origin> 0 0 0 </origin>
<width> 120 120 120 </width>
<basis>xy</basis>
<pixels>500 500</pixels>
<background>255 255 255</background>
<col_spec id="1" rgb="198 226 255"/>
</plot>

</plots>
32 changes: 32 additions & 0 deletions examples/exercises/01_simple_pin/settings.xml
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>

<!-- Path for cross section library -->
<cross_sections>
/home/shared/mcnpdata/binary/cross_sections.xml
</cross_sections>

<!-- Parameters for criticality calculation -->
<criticality batches="350" generations_per_batch="1" inactive="250" particles="4000000" />

<!-- How verbose output should be -->
<verbosity value="7" />

<!-- How often to save statepoint files -->
<state_point interval="10" />

<!-- Starting source -->
<source>
<space type="box">
<parameters>-10 -10 -10 10 10 10</parameters>
</space>
</source>

<!-- Shannon Entropy -->
<entropy>
<dimension> 100 100 100 </dimension>
<lower_left> -50 -50 -50</lower_left>
<upper_right> 50 50 50</upper_right>
</entropy>

</settings>
17 changes: 17 additions & 0 deletions examples/exercises/01_simple_pin/tallies.xml
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<tallies>

<tally id="1">
<filter type="mesh" bins="1"/>
<scores>flux</scores>
</tally>

<mesh id="1">
<type>rectangular</type>
<origin>0.0 0.0 0.0</origin>
<upper_right>50 50 50</upper_right>
<lower_left>-50 -50 -50</lower_left>
<dimension>100 100 100</dimension>
</mesh>

</tallies>
10 changes: 10 additions & 0 deletions examples/exercises/02_simple_lattice/geometry.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<geometry>

<!-- XML Comment -->
<surface id=" 1" type="sphere" coeffs=" 0.0 0.0 0.0 100"/> <!-- XML Comment -->

<cell id=" 1" universe=" 0" material=" 1" surfaces=" -1"/>


</geometry>

0 comments on commit d7414c5

Please sign in to comment.