Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/drewejohnson/CritOpS
Browse files Browse the repository at this point in the history
  • Loading branch information
drewejohnson committed Mar 13, 2017
2 parents 6a75b36 + 645460f commit e8d926b
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 573 deletions.
7 changes: 3 additions & 4 deletions globalparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
[1]: M. D. DeHart, and S. Bowman, "Reactor Physics Methods and Analysis
\tCapabilities in SCALE," Nuclear Technology, Technical Paper
vol. 174, no.2, pp. 196-213, 2011.
\tvol. 174, no.2, pp. 196-213, 2011.
""" + lineBreakLong

Expand All @@ -55,19 +55,18 @@
# Iteration parameters
iter_vars = {} # syntax: iter_vars['param'] = [initial_value, minimum_value, maximium_value]
eps_k = 1E-6
k_guess = 1.0
k_target = 1.0
inf = 1E30
tiny = 1E-16
iter_lim = 50
iter_ints = ('iter_lim',)
iter_floats = ('eps_k', 'inf', 'tiny', 'k_guess', "k_target")
iter_floats = ('eps_k', 'inf', 'tiny', "k_target")
iter_vecs = {}
k_vec = []

# SCALE parameters
var_char = '$'
exe_str = r'C:\SCALE-6.2.1\bin\scalerte'
exe_str = r'C:\SCALE-6.2.1\bin\scalerte.exe'
template_file = None

# Outputs
112 changes: 0 additions & 112 deletions iter_tester_1.inp

This file was deleted.

112 changes: 0 additions & 112 deletions iter_tester_2.inp

This file was deleted.

112 changes: 0 additions & 112 deletions iter_tester_3.inp

This file was deleted.

Loading

0 comments on commit e8d926b

Please sign in to comment.