Shikhar Kumar
|
a21947ff98
|
Remove trailing whitespace 1
|
2018-03-01 16:15:53 -05:00 |
|
Shikhar Kumar
|
bedf99d2fe
|
remove print_cmfd and change order in which print_batch_keff is called
|
2018-03-01 15:56:24 -05:00 |
|
Sterling Harper
|
762313943d
|
Add C++ code for openmc_extend_cells
|
2018-02-28 14:35:44 -05:00 |
|
Paul Romano
|
5993a59196
|
Address first round of comments on #976
|
2018-02-27 07:22:27 -06:00 |
|
Paul Romano
|
e3d6189cfa
|
Make sure Decay.half_life is set, even for stable nuclides
|
2018-02-26 22:12:14 -06:00 |
|
Paul Romano
|
cc57551bd3
|
Fix bug in Model.run()
|
2018-02-25 15:22:30 -06:00 |
|
Paul Romano
|
09a63ec3e7
|
Remove blank line that was added
|
2018-02-24 15:07:58 -06:00 |
|
Paul Romano
|
13a167393d
|
Add archive destination in CMakeLists.txt for building static
|
2018-02-23 14:59:13 -06:00 |
|
Paul Romano
|
fc73f195a5
|
Mention mpi4py as optional dependency in docs
|
2018-02-23 11:54:16 -06:00 |
|
Paul Romano
|
ab00421c0e
|
Add test for Chain.from_endf. Remove tqdm dependence.
|
2018-02-23 11:37:55 -06:00 |
|
Paul Romano
|
7622a1a394
|
Add methods on Material to get mass (if volume specified)
|
2018-02-22 16:00:32 -06:00 |
|
Paul Romano
|
92697ec06e
|
Introduce ResultsList class to replace scattered functions
|
2018-02-21 15:36:27 -06:00 |
|
Sterling Harper
|
37c6d4a0f5
|
Merge pull request #972 from paulromano/doe-hdbk-linkfix
Fix two broken links in user's guide
|
2018-02-21 13:12:56 -05:00 |
|
Paul Romano
|
8a4cdf3992
|
Fix two broken links in user's guide
|
2018-02-21 11:30:27 -06:00 |
|
Paul Romano
|
7ef5174274
|
Move test chain directly into test_deplete_chain
|
2018-02-21 10:50:18 -06:00 |
|
Paul Romano
|
d7f1904e41
|
Move simple chains into tests directory
|
2018-02-21 10:50:18 -06:00 |
|
Paul Romano
|
81b859ad4f
|
Get rid of example_run.py and example_plot.py
|
2018-02-21 10:50:09 -06:00 |
|
Paul Romano
|
d981b34dc1
|
Remove FutureWarning for capi import
|
2018-02-21 07:00:20 -06:00 |
|
Paul Romano
|
82d6c34d27
|
Move make_chain.py to openmc-make-depletion-chain
|
2018-02-21 07:00:08 -06:00 |
|
Paul Romano
|
b4719cf53f
|
Fix for Python 3.4 (setting __doc__ on properties)
|
2018-02-20 22:46:26 -06:00 |
|
Paul Romano
|
4a500df455
|
Add Model.deplete method to make user's life easier
|
2018-02-20 16:40:18 -06:00 |
|
Paul Romano
|
33dec88bd0
|
Add format spec for depletion results HDF5 file (add necessary attributes too)
|
2018-02-20 15:35:39 -06:00 |
|
Paul Romano
|
6fac1367ec
|
Improve depletion reference documentation
|
2018-02-20 14:43:26 -06:00 |
|
Shikhar Kumar
|
f15f824c99
|
Minor spacing fix
|
2018-02-20 14:48:36 -05:00 |
|
Shikhar Kumar
|
552a8b9c0c
|
Add description of print_cmfd
|
2018-02-20 14:46:03 -05:00 |
|
Shikhar Kumar
|
4aae63ff77
|
Reorder printing calls to output CMFD data correctly
|
2018-02-20 14:38:45 -05:00 |
|
Paul Romano
|
f3758e5330
|
Fix broken tests on Py3.4, 3.5
|
2018-02-20 09:30:50 -06:00 |
|
Paul Romano
|
236e7f8b9e
|
Add format spec for depletion chain XML file
|
2018-02-20 00:05:53 -06:00 |
|
Paul Romano
|
fc20cdc94a
|
Merge pull request #968 from walshjon/dbrc-fix
disallow target energy greater than is used in SIGMA1
|
2018-02-19 23:26:44 -06:00 |
|
Paul Romano
|
c9f8daa0ab
|
Fix in ReactionRates class. More documentation updates
|
2018-02-19 23:17:50 -06:00 |
|
Paul Romano
|
a9df0465f0
|
Start cleaning up documentation
|
2018-02-19 22:51:53 -06:00 |
|
amandalund
|
150bedcb50
|
TTB implementation fixes
|
2018-02-19 22:27:47 -06:00 |
|
Paul Romano
|
a460782691
|
Get rid of extra Settings class
|
2018-02-19 17:52:17 -06:00 |
|
Paul Romano
|
ccfee55115
|
Make timesteps and power specified in integrator functions
|
2018-02-19 17:26:44 -06:00 |
|
Paul Romano
|
c19f396aa7
|
Remove Operator.form_matrix methods (Chain owns these)
|
2018-02-19 16:49:51 -06:00 |
|
Paul Romano
|
704a131f2d
|
Some refactoring of AtomNumber. Get rid of burn_mat_to_ind
|
2018-02-19 16:49:45 -06:00 |
|
Paul Romano
|
65061bdadc
|
Change burn_nuc_to_ind to _burnable_nucs
|
2018-02-19 16:48:58 -06:00 |
|
Paul Romano
|
945675aaaa
|
Simplification of OpenMCOperator.__init__
|
2018-02-19 16:48:58 -06:00 |
|
Paul Romano
|
2a1c66913a
|
Don't use hard-wired IDs for MaterialFilter and Tally
|
2018-02-19 16:48:55 -06:00 |
|
Paul Romano
|
6832071b4c
|
Move set_density method to AtomNumber
|
2018-02-19 13:35:51 -06:00 |
|
Paul Romano
|
78e1afb0ff
|
Rename participating_nuclides -> nuclides_with_data
|
2018-02-19 13:15:11 -06:00 |
|
Paul Romano
|
ea335e0696
|
Change OPENDEPLETE_CHAIN -> OPENMC_DEPLETE_CHAIN
|
2018-02-19 13:15:11 -06:00 |
|
Paul Romano
|
4e21e398c8
|
Move density_to_mat to example_geometry.py
|
2018-02-19 13:15:11 -06:00 |
|
Paul Romano
|
2cd9aecf21
|
Get rid of Operator.mat_tally_ind
|
2018-02-19 13:15:11 -06:00 |
|
Paul Romano
|
fe547feb74
|
Don't keep track of non-burnable materials
|
2018-02-19 13:15:07 -06:00 |
|
Paul Romano
|
f113205ab9
|
Don't update non-depletable materials (changes test results)
|
2018-02-19 09:15:09 -06:00 |
|
Paul Romano
|
afd4ad61b0
|
Support --update for depletion regression test
|
2018-02-19 08:53:39 -06:00 |
|
Paul Romano
|
82fea220c4
|
Use get_all_materials() to simplify logic
|
2018-02-19 07:23:26 -06:00 |
|
walshjon
|
7704390a3b
|
remove .
|
2018-02-17 15:39:55 -08:00 |
|
Sterling Harper
|
4c36446ffe
|
Remove array initializer braces to support GCC-4.8
|
2018-02-17 17:32:35 -05:00 |
|