Skip to content

Commit

Permalink
using non-flat schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Apr 24, 2015
1 parent b1a429c commit 741fbfd
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions input/recycle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
</control>

<archetypes>
<spec> <lib>agents</lib> <name>NullInst</name></spec>
<spec> <lib>agents</lib> <name>NullRegion</name></spec>
<spec> <lib>cycamore</lib> <name>Source</name></spec>
<spec> <lib>cycamore</lib> <name>Sink</name></spec>
<spec> <lib>cycamore</lib> <name>Enrichment</name> </spec>
Expand All @@ -14,7 +16,7 @@
<spec> <lib>cycamore</lib> <name>Separations</name> </spec>
</archetypes>

<prototype>
<facility>
<name>enrichment</name>
<config>
<Enrichment>
Expand All @@ -27,9 +29,9 @@
<initial_feed>1e100</initial_feed>
</Enrichment>
</config>
</prototype>
</facility>

<prototype>
<facility>
<name>separations</name>
<config>
<Separations>
Expand All @@ -50,9 +52,9 @@
<feed_commod_prefs> <val>2.0</val> </feed_commod_prefs>
</Separations>
</config>
</prototype>
</facility>

<prototype>
<facility>
<name>fuelfab</name>
<config>
<FuelFab>
Expand All @@ -68,9 +70,9 @@
<throughput>30001</throughput>
</FuelFab>
</config>
</prototype>
</facility>

<prototype>
<facility>
<name>reactor</name>
<config>
<Reactor>
Expand All @@ -87,27 +89,27 @@
<n_assem_batch>1</n_assem_batch>
</Reactor>
</config>
</prototype>
</facility>

<prototype>
<facility>
<name>repo</name>
<config>
<Sink>
<in_commods><val>waste</val></in_commods>
<capacity>1e100</capacity>
</Sink>
</config>
</prototype>
</facility>

<prototype>
<facility>
<name>depleted_src</name>
<config>
<Source>
<outcommod>depleted_u</outcommod>
<outrecipe>depleted_u</outrecipe>
</Source>
</config>
</prototype>
</facility>

<region>
<name>SingleRegion</name>
Expand Down

0 comments on commit 741fbfd

Please sign in to comment.