nsryan2 / NEAR

NEAR (Non-Equilibrium Archetypes of Reactors): Houses cyclus archetypes for non-equilibrium reactors with core-loading and enrichment variability.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Calculate Baseline Metrics for Comparison #3

Open nsryan2 opened 4 weeks ago

nsryan2 commented 4 weeks ago

Add the comparison metrics to the baseline_reactor_analysis.ipynb. We need:

  1. Isotopic tracking.
  2. SWU calculations.
  3. Waste mass.
  4. Energy produced.

This issue can be closed with a discussion of which metrics are needed, and a PR that adds the corresponding calculations to all of the *_analysis.ipynb notebooks for each scenario.

nsryan2 commented 3 weeks ago

Maybe something akin to from ANN LWR? https://github.com/jbae11/ann_pwr/blob/ann_lwr/scripts/analysis.ipynb Adding in an isotopics comparison.

nsryan2 commented 3 weeks ago

I made the two fuel cycles the exact same facilities because when I had one fuel go through fabrication, the plot looked like (I think because the fabrication facility was constantly asking for one of the fuels even though it wasn't being used by the reactor anymore): image Whereas (the numbers need to be refined, this is a demonstration of the expected shape) it should look something like: image

nsryan2 commented 5 days ago

As of #31 I have implemented a slight variation on the Cymetric functions that do the isotopic tracking in the simulations, now they use the built-in version of PyNE that Cyclus has instead of relying on the user to built PyNE themselves.