Skip to content

Instantly share code, notes, and snippets.

@gwenchee
Created September 19, 2018 22:36
Show Gist options
  • Save gwenchee/67d85b1445a4dac383d92ab486bfd59b to your computer and use it in GitHub Desktop.
Save gwenchee/67d85b1445a4dac383d92ab486bfd59b to your computer and use it in GitHub Desktop.
<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>30</duration>
<startmonth>1</startmonth>
<startyear>2000</startyear>
</control>
<facility>
<config>
<Source>
<outcommod>freshfuel</outcommod>
<outrecipe>fresh_uox</outrecipe>
<throughput>3000</throughput>
</Source>
</config>
<name>source</name>
</facility>
<facility>
<config>
<Sink>
<in_commods>
<val>spent_fuel</val>
</in_commods>
<max_inv_size>1e6</max_inv_size>
</Sink>
</config>
<name>sink</name>
</facility>
<facility>
<config>
<Reactor>
<assem_size>1000</assem_size>
<cycle_time>18</cycle_time>
<fuel_incommods>
<val>freshfuel</val>
</fuel_incommods>
<fuel_inrecipes>
<val>fresh_uox</val>
</fuel_inrecipes>
<fuel_outcommods>
<val>spent_fuel</val>
</fuel_outcommods>
<fuel_outrecipes>
<val>spent_uox</val>
</fuel_outrecipes>
<n_assem_batch>1</n_assem_batch>
<n_assem_core>3</n_assem_core>
<power_cap>1000</power_cap>
<refuel_time>1</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>ma</calc_method>
<commodities>
<val>POWER_reactor_1000</val>
<val>freshfuel_source_3000</val>
</commodities>
<demand_eq>1000</demand_eq>
<demand_std_dev>0.0</demand_std_dev>
<record>1</record>
<steps>1</steps>
</NOInst>
</config>
<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