Skip to content

Commit

Permalink
Integration test without reprocessing added.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewryh committed May 29, 2019
1 parent 692c8ca commit e5549c8
Show file tree
Hide file tree
Showing 19 changed files with 60,097 additions and 2,009 deletions.
1 change: 1 addition & 0 deletions .cache/v/cache/lastfailed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
105 changes: 0 additions & 105 deletions examples/core

This file was deleted.

16 changes: 9 additions & 7 deletions saltproc/test.py → examples/driver.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from saltproc import *
# from depcode import Depcode
# from simulation import Simulation
# from materialflow import Materialflow
import os
from depcode import Depcode
from simulation import Simulation
import tables as tb

input_path = os.path.dirname(os.path.abspath(__file__))
input_path = os.path.dirname(os.path.abspath(__file__)) + '/../saltproc/'
# input_file = os.path.join(input_path, 'data/saltproc_tap')
# template_file = os.path.join(input_path, 'data/tap')
input_file = os.path.join(input_path, 'data/saltproc_tap')
Expand All @@ -17,9 +19,9 @@
cores = 4
steps = 3
# Monte Carlo method parameters
neutron_pop = 50000
active_cycles = 300
inactive_cycles = 120
neutron_pop = 200
active_cycles = 40
inactive_cycles = 20
# Define materials (should read from input file)


Expand Down Expand Up @@ -61,4 +63,4 @@
# Run first iteration of depletion simulation
# serpent.run_depcode(cores)
# print(serpent.iter_matfile)
simulation.runsim()
simulation.runsim_no_reproc()
7 changes: 0 additions & 7 deletions examples/fuel_comp_025U

This file was deleted.

Loading

0 comments on commit e5549c8

Please sign in to comment.