arfc / d3ploy

A collection of Cyclus manager archetypes for demand driven deployment
BSD 3-Clause "New" or "Revised" License
4 stars 11 forks source link

Constant transition with demand and supply driven deployment #258

Closed gwenchee closed 5 years ago

gwenchee commented 5 years ago

This PR contains a performance test that shows a basic transition scenario from ten initial reactors to a fleet of new reactors where there is a constant power demand. There are source, reactor and sink facilities in this simulation. The source and reactor facilities are deployed using DemandDrivenDeploymentInst and the sink facilities are deployed using SupplyDrivenDeploymentInst.

Running \d3ploy/tests/performance_tests/algorithm_performance_tests_constanttransition.py will give these plots:
flattransition-power flattransition-fuel flattransition-spentfuel

gwenchee commented 5 years ago

I am going to close this PR for now and make a PR with constant, growing and sinusoidal transition scenarios instead.