Skip to content

Commit

Permalink
redundant explanation of function on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbae11 committed Aug 2, 2017
1 parent 405cb24 commit acdcee4
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,41 +46,6 @@ python analysis.py [outputfile]
Most functions return a dictionary of lists (timeseries of a value)
that can be used to plot a stacked bar chart or a line plot.

Major analysis functions include:
1. facility_commodity_flux
Returns dictionary of influx/outflux of a commodity from a facility.

2. get_stockpile
Returns dictionary of stockpile in a fuel cycle facility.

3. get_swu_dict
Returns dictionary of swu timeseries for each enrichment plant.

4. fuel_usage_timeseries
Returns dictionary of timeseries of fuel used in simulation.

5. get_trade_dict
Returns dictionary of trade timeseries between two prototype/specs.

6. u_util_calc
Returns dictionary of timeseries of uranium utilization factor (fuel/natu_supply).

7. where_comm
Returns dictionary of timeseries of a commodity separated by its origin.

8. plot_power
Returns dictionary of timeseries of number of reactors & installed capacity.

9. facility_commodity_flux_isotopics
Returns dictionary of influx/outflux of isotopes of a commodity
from a facility

The Returned Dictionaries can be used to build plots:
1. stacked_bar_chart
stacked bar chart (every key in dictionary is plotted on top of each other)

2. multi_line_plot
creates separate line plot for each key in dictionary.

### test.sqlite
Simple Cyclus output for testing purposes.
Expand Down

0 comments on commit acdcee4

Please sign in to comment.