Created
April 17, 2018 16:00
-
-
Save jbae11/9d4d87cad67cbac235d1666977c9cba4 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>NullRegion</name> | |
</spec> | |
<spec> | |
<lib>cycamore</lib> | |
<name>Source</name> | |
</spec> | |
<spec> | |
<lib>cycamore</lib> | |
<name>Reactor</name> | |
</spec> | |
<spec> | |
<lib>cycamore</lib> | |
<name>Sink</name> | |
</spec> | |
<spec> | |
<lib>d3ploy.no_inst</lib> | |
<name>NOInst</name> | |
</spec> | |
</archetypes> | |
<control> | |
<duration>15</duration> | |
<startmonth>1</startmonth> | |
<startyear>2000</startyear> | |
</control> | |
<facility> | |
<config> | |
<Source> | |
<outcommod>fuel</outcommod> | |
<outrecipe>fresh_uox</outrecipe> | |
<source_record_supply>fuel</source_record_supply> | |
<throughput>1</throughput> | |
</Source> | |
</config> | |
<name>source</name> | |
</facility> | |
<facility> | |
<config> | |
<Sink> | |
<in_commods> | |
<val>spent_uox</val> | |
</in_commods> | |
<max_inv_size>1</max_inv_size> | |
<sink_record_demand>fuel_cap</sink_record_demand> | |
</Sink> | |
</config> | |
<name>sink</name> | |
</facility> | |
<facility> | |
<config> | |
<Reactor> | |
<assem_size>1</assem_size> | |
<cycle_time>1</cycle_time> | |
<fuel_incommods> | |
<val>fuel</val> | |
</fuel_incommods> | |
<fuel_inrecipes> | |
<val>fresh_uox</val> | |
</fuel_inrecipes> | |
<fuel_outcommods> | |
<val>spent_uox</val> | |
</fuel_outcommods> | |
<fuel_outrecipes> | |
<val>spent_uox</val> | |
</fuel_outrecipes> | |
<n_assem_batch>1</n_assem_batch> | |
<n_assem_core>1</n_assem_core> | |
<power_cap>1</power_cap> | |
<reactor_fuel_demand>fuel_reactor</reactor_fuel_demand> | |
<refuel_time>0</refuel_time> | |
</Reactor> | |
</config> | |
<name>reactor</name> | |
</facility> | |
<recipe> | |
<basis>mass</basis> | |
<name>fresh_uox</name> | |
<nuclide> | |
<comp>0.711</comp> | |
<id>U235</id> | |
</nuclide> | |
<nuclide> | |
<comp>99.289</comp> | |
<id>U238</id> | |
</nuclide> | |
</recipe> | |
<recipe> | |
<basis>mass</basis> | |
<name>spent_uox</name> | |
<nuclide> | |
<comp>50</comp> | |
<id>Kr85</id> | |
</nuclide> | |
<nuclide> | |
<comp>50</comp> | |
<id>Cs137</id> | |
</nuclide> | |
</recipe> | |
<region> | |
<config> | |
<NullRegion> | |
</NullRegion> | |
</config> | |
<institution> | |
<config> | |
<NOInst> | |
<calc_method>arma</calc_method> | |
<demand_commod>POWER</demand_commod> | |
<demand_std_dev>0.0</demand_std_dev> | |
<growth_rate>1.0</growth_rate> | |
<initial_demand>1</initial_demand> | |
<record>1</record> | |
<prototypes> | |
<val>source</val> | |
</prototypes> | |
<steps>1</steps> | |
<supply_commod>fuel</supply_commod> | |
</NOInst> | |
</config> | |
<initialfacilitylist> | |
<entry> | |
<number>1</number> | |
<prototype>source</prototype> | |
</entry> | |
</initialfacilitylist> | |
<name>source_inst</name> | |
</institution> | |
<name>SingleRegion</name> | |
</region> | |
</simulation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment