This directory contains an example input file of a small (nonsensical)
nuclear fuel cycle to showcase how the flexicamore
archetypes can be used.
-
simple_enrichment.json
: Twocycamore::Sink
agents providing feed material for oneflexicamore::FlexibleEnrichment
agent which produces enriched uranium. -
source_enrichment_sink.json
: Twocycamore::Source
producing LEU, oneflexicamore::FlexibleSource
producing natural uranium, and oneflexicamore::FlexibleSource
producing LEU. These materials are enriched by aflexicamore::FlexibleEnrichment
and sent to aflexicamore::FlexibleSink
and/or aflexicamore::FlexibleStorage
. TheFlexibleStorage
in turn sends its material to yet anotherFlexibleSink
.The output file,
cyclus_source_enrichment_sink.sqlite
, and the output printed to the commandline,stdout_stderr.txt
, are provided for convenience and have been obtained using the above-mentioned input file. -
simple_flexiblestorage.json
: Twocycamore::Source
sending material to aflexicamore::FlexibleStorage
which forwards the material to acycamore:::Sink
.