Jingang Liang
5357bdabbb
added log=True in multipole generation tests
2020-10-14 11:11:40 +08:00
Jingang Liang
4024f07fe2
minor fixes
2020-10-13 14:10:44 +08:00
Jingang Liang
b842ae78ee
improve based on Paul's comments
2020-10-12 21:16:54 +08:00
Jingang Liang
2f9aaff767
address paul's review comments
2020-10-09 22:52:47 +08:00
Jingang Liang
ecaf8cbe61
updated unit test case for multipole
2020-10-09 22:52:47 +08:00
Jingang Liang
ddfda7e6ed
added unit test for wmp genetation from ENDF
2020-10-09 22:52:46 +08:00
Paul Romano
abc9e9c7ad
Add decay_energy property on Decay class and associated bug in chain.py
2020-10-05 15:39:20 -05:00
Paul Romano
504756ae2e
Parameterize tolerance for activation test
2020-09-17 22:19:18 -05:00
Paul Romano
7e48637c1d
Expand activation test to cover all cases for FluxCollapseHelper
2020-09-15 10:23:31 -05:00
Paul Romano
2466f1739e
Implement hybrid depletion tallies
2020-09-15 10:23:31 -05:00
Paul Romano
fbcd789f20
Use flux reaction_rate_mode in activation test
2020-09-15 10:23:31 -05:00
Jingang Liang
0c95b93d5c
fix energy unit conversion from Mev to eV
2020-09-14 11:17:09 +08:00
Paul Romano
13dadf9c24
Merge branch 'develop' into ccfe-spp-2
2020-09-10 06:34:37 -05:00
Paul Romano
6d90853d0b
Add function for getting naturally-occurring isotopes
2020-08-14 15:05:01 -05:00
Paul Romano
1d1e7fc5c1
Add depletion decay-only timestep test
2020-08-13 09:24:47 -05:00
Paul Romano
e682aa88e4
Address @drewejohnson comments on #1628
2020-08-06 08:12:36 -05:00
Paul Romano
7ff79778a2
Add new activation test
2020-08-03 14:34:39 -05:00
Paul Romano
06e598f38e
Use tally mean in helpers rather than direct access to results
2020-08-03 07:38:36 -05:00
Paul Romano
e2ae3c7401
Change power to source_rate throughout deplete module
2020-08-03 07:38:35 -05:00
Paul Romano
0ce9490187
Remove (incomplete) Box composite surface
2020-07-08 21:21:51 -05:00
Paul Romano
f3a88bc3f9
Address @eepeterson comments on #1602
2020-07-08 21:21:43 -05:00
Paul Romano
675b4f539c
Add tests for composite surfaces
2020-07-06 10:32:10 -05:00
Paul Romano
5e8c7a55fe
Provide better error message if missing FPY parent is not in chain
2020-06-17 07:08:49 -05:00
Paul Romano
ff58c199b1
Add test for borrowing FPY, update documentation
2020-06-16 22:32:40 -05:00
Shikhar Kumar
62d1a650e3
Address @promano comments
2020-06-10 20:33:11 -04:00
Shikhar Kumar
f404ffb20b
Add minor comment
2020-06-02 12:29:11 -04:00
Shikhar Kumar
961efe5614
Fix issue with statepoints not being created in test_lib.py
2020-06-02 11:00:03 -04:00
Shikhar Kumar
1f12ca286f
Add unit tests for setting n_batches through C API
2020-06-02 04:09:18 -04:00
Shikhar Kumar
6e7f524561
Create getter funtion for n_batches, update test_lib.py
2020-06-01 21:19:06 -04:00
Patrick Shriwise
670f9d0609
Merge pull request #1558 from paulromano/effective-dose
...
Add function for getting effective dose coefficients from ICRP-116
2020-05-26 17:01:34 -05:00
dr.yuri
7fed6d28fb
decay energy added
2020-05-26 17:03:09 +03:00
Andrew Johnson
133bffcb28
Expand integrator.solver test: lambda, named solver
2020-05-14 08:16:08 -04:00
Andrew Johnson
a253bcccb1
Add tests for configurable integrator solver
2020-05-09 15:27:32 -04:00
Andrew Johnson
46e98e4a01
Move deplete function to dedicated pool module; removed timed_deplete
2020-05-09 15:01:49 -04:00
Andrew Johnson
24212ae731
Require function as first argument to cram.deplete
...
Done in order to remove hardcoded used of CRAM48
2020-05-09 15:01:09 -04:00
Paul Romano
698df9294a
Implement openmc.data.dose_coefficients function based on ICRP-116 data
2020-05-08 11:47:26 -05:00
Paul Romano
80c6c5fc8a
Account for light nuclides in Chain.reduce
2020-04-30 08:59:40 -05:00
Paul Romano
476515e9fd
Make sure (n,p), (n,d), etc. reactions produce light nuclides in depletion
2020-04-30 08:59:37 -05:00
Paul Romano
d56c784806
Changes in data/endf.c from PullRequest Inc. review
2020-04-15 15:06:48 -05:00
Paul Romano
a99f15aa75
Changes in model/funcs.py from PullRequest Inc. review
2020-04-01 14:13:01 -05:00
alex-lyons
e98ddf9d8a
Model.run now returns last statepoint path rather than k_eff. Updated tests and search.
2020-03-27 07:47:54 -05:00
Andrew Johnson
b7871bdc85
Merge pull request #1534 from billingsley-john/feature_add_get_elements
...
added get_elements function and tests
2020-03-26 17:36:06 -04:00
billingsley-john
08849c3fad
removed further check for specific entry
...
Co-Authored-By: Andrew Johnson <drewej@protonmail.com>
2020-03-26 14:33:44 +00:00
billingsley-john
a48f679b4e
removed checks for length and specific entries
...
Co-Authored-By: Andrew Johnson <drewej@protonmail.com>
2020-03-26 14:04:53 +00:00
billingsley-john
1c3373ce61
Sorted returned element list and updated tests
...
Returned element list is now sorted alphabetically.
Tests updated to check list elements instead of list length.
Co-Authored-By: Jonathan Shimwell <jonathan.shimwell@ukaea.uk>
2020-03-26 12:59:12 +00:00
billingsley-john
ed36017015
added get_elements function and tests
2020-03-26 10:22:56 +00:00
Paul Romano
e7f4413415
Merge branch 'develop' into pullrequestinc-part2
2020-03-25 14:48:28 -05:00
Paul Romano
a294172342
Merge pull request #1530 from Shimwell/develop
...
adding elements to a material from formula
2020-03-25 14:27:45 -05:00
=shimwell
c013f63730
pep8 format applied to imports
2020-03-25 15:03:39 +00:00
Jonathan Shimwell
4234fe45e7
Apply suggestions from code review
...
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2020-03-25 14:58:02 +00:00