-
-
Save maxschalz/ef802769d61d38bd141ad386c449f6fc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<simulation> | |
<archetypes> | |
<spec> | |
<lib>agents</lib> | |
<name>NullInst</name> | |
</spec> | |
<spec> | |
<lib>agents</lib> | |
<name>NullRegion</name> | |
</spec> | |
<spec> | |
<lib>cycamore</lib> | |
<name>Enrichment</name> | |
</spec> | |
<spec> | |
<lib>cycamore</lib> | |
<name>Sink</name> | |
</spec> | |
</archetypes> | |
<control> | |
<duration>1</duration> | |
<simhandle>Problem in cycamore enrichment</simhandle> | |
<startmonth>1</startmonth> | |
<startyear>2020</startyear> | |
</control> | |
<facility> | |
<config> | |
<Enrichment> | |
<feed_commod>NaturalU</feed_commod> | |
<feed_recipe>NaturalURecipe</feed_recipe> | |
<initial_feed>1000</initial_feed> | |
<max_feed_inventory>1e+299</max_feed_inventory> | |
<order_prefs>0</order_prefs> | |
<product_commod>EnrichedU</product_commod> | |
<swu_capacity>1e299</swu_capacity> | |
<tails_assay>0.003</tails_assay> | |
<tails_commod>DepletedNaturalU</tails_commod> | |
</Enrichment> | |
</config> | |
<name>MyEnrichment</name> | |
</facility> | |
<facility> | |
<config> | |
<Sink> | |
<capacity>1e+299</capacity> | |
<in_commods> | |
<val>EnrichedU</val> | |
</in_commods> | |
<max_inv_size>1e+299</max_inv_size> | |
<recipe_name>WeapongradeURecipe</recipe_name> | |
</Sink> | |
</config> | |
<name>WeapongradeUSink</name> | |
</facility> | |
<recipe> | |
<basis>atom</basis> | |
<name>NaturalURecipe</name> | |
<nuclide> | |
<comp>0.0054</comp> | |
<id>U234</id> | |
</nuclide> | |
<nuclide> | |
<comp>0.7204</comp> | |
<id>U235</id> | |
</nuclide> | |
<nuclide> | |
<comp>99.2742</comp> | |
<id>U238</id> | |
</nuclide> | |
</recipe> | |
<recipe> | |
<basis>atom</basis> | |
<name>WeapongradeURecipe</name> | |
<nuclide> | |
<comp>0.9</comp> | |
<id>U235</id> | |
</nuclide> | |
<nuclide> | |
<comp>0.1</comp> | |
<id>U238</id> | |
</nuclide> | |
</recipe> | |
<region> | |
<config> | |
<NullRegion/> | |
</config> | |
<institution> | |
<config> | |
<NullInst/> | |
</config> | |
<initialfacilitylist> | |
<entry> | |
<number>1</number> | |
<prototype>MyEnrichment</prototype> | |
</entry> | |
<entry> | |
<number>1</number> | |
<prototype>WeapongradeUSink</prototype> | |
</entry> | |
</initialfacilitylist> | |
<name>MyInstitution</name> | |
</institution> | |
<name>MyRegion</name> | |
</region> | |
</simulation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment