Commit graph

3567 commits

Author SHA1 Message Date
Paul Romano
aad2d4941d Change version to 0.12.2, add release notes 2021-06-09 17:03:57 +07:00
Andrew Johnson
494e2faf88
Operator pulls Materials.cross_sections from material file
Closes #1843
2021-06-04 09:07:31 -07:00
Paul Romano
ef128f5609
Merge pull request #1839 from Shimwell/allowing_lower_case_element_symbols_in_add_element
changing element to element.title to catch lowercase entries
2021-05-27 07:54:08 -05:00
Jonathan Shimwell
90ff8fcb4a added checks and tests for cases in add_element 2021-05-19 13:31:45 +01:00
Jonathan Shimwell
21dc58bff1 changing element to element.title to catch lowercase entries 2021-05-17 17:50:08 +01:00
Paul Romano
43804fc09d Merge branch 'develop' into rng-stream-changes 2021-05-11 16:53:10 -05:00
Gavin Ridley
a4b879ae11 additional documentation, make name changes more consistent 2021-05-08 18:51:49 -04:00
Paul Romano
03244d755f Update physical constants to CODATA 2018 2021-05-03 09:43:09 -05:00
Patrick Shriwise
10e34b094c Adding dimenson parameter to the RectilinearMesh class. 2021-04-29 10:07:35 -05:00
Patrick Shriwise
56c92cd2db Setting translation in instance instead of the MeshFilter class type. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
86a8faf87f Making the mesh filter translation an attribute instead of a parameter for consistency. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
41a7f5453e Apply suggestions from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-28 00:24:10 -05:00
Patrick Shriwise
d0353c8c15 Updating MeshFilter and MeshSurfaceFilter docstrings. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
933bc22c0a Exposing translations through the Python CAPI. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
706f8abb28 Corrections to translations in MeshFilter. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
a0142f183b Adding translation to MeshFilter repr. Fix for reading filters without a translation. 2021-04-28 00:24:10 -05:00
Patrick Shriwise
574c8794f7 Updating MeshFilter class in the Python API. 2021-04-28 00:24:10 -05:00
Paul Romano
e1c47437bb Avoid several Python warnings 2021-04-26 14:45:37 -05:00
Paul Romano
b489cd628f Support periodic boundaries in rectangular_prism 2021-04-14 09:44:12 -05:00
Paul Romano
f813c45810 Merge pull request #1798 from ameliajo/collisionFilter
Added Collision filter
2021-04-09 08:03:02 -05:00
Amelia J Trainer
bc3309a864 Update openmc/filter.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-08 16:43:46 -04:00
Amelia J Trainer
ad0fc1fbb3 Update openmc/filter.py
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-08 16:42:58 -04:00
Patrick Shriwise
6c7c0a6816 Addressing initial review comments from @paulromano. 2021-04-07 19:07:07 -05:00
Patrick Shriwise
9eb53a1af9 Apply suggestions from code review
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
2021-04-07 19:07:07 -05:00
Patrick Shriwise
6284375f53 Removing unecessary line. 2021-04-07 19:07:06 -05:00
Patrick Shriwise
03f3d7ac73 A slightly safer method for writing out meshes independent of library. 2021-04-07 19:06:16 -05:00
Patrick Shriwise
f7220b62db Some cleanup from self-review 2021-04-07 19:06:15 -05:00
Patrick Shriwise
700d62c9ef Some cleanup (reordering of methods to match in inheritance) and including libmesh collision tallies in testing. 2021-04-07 19:06:15 -05:00
Patrick Shriwise
8b7a09eee1 Some I/O cleanup. 2021-04-07 19:06:15 -05:00
Patrick Shriwise
64cae08c43 A lot of updates to the LibMesh implementation. 2021-04-07 19:05:08 -05:00
Amelia J Trainer
ab32931870 Merge branch 'develop' into collisionFilter 2021-04-07 11:22:43 -04:00
Amelia Trainer
447887645e added tests for collision filter 2021-03-25 22:42:04 +00:00
Paul Romano
41d78a9b4e Change version number to 0.13.0-dev 2021-03-25 14:43:59 -05:00
Amelia Trainer
d1d4553661 addressed some of the requested changes from PR 2021-03-25 14:21:58 -04:00
Paul Romano
9f37f1ada1 Remove -dev tag from version number 2021-03-22 15:32:27 -05:00
Andrew Johnson
e6bee33a14
Merge pull request #1795 from paulromano/prepare-0.12.1
Preparation for release of version 0.12.1
2021-03-22 06:31:05 -07:00
Gavin Ridley
96ad074ae7
Merge pull request #1786 from paulromano/run-error-msg
Include error message in exception when openmc.run fails
2021-03-17 16:35:46 -04:00
Paul Romano
56fa60983d Add doc section on file-based sources 2021-03-17 07:34:01 -05:00
Paul Romano
28b37011b0 Add release notes for 0.12.1 and a bunch of versionadded tags 2021-03-17 07:33:57 -05:00
Gavin Ridley
d120785bf6 pre c99 compatible endf.c parsing 2021-03-10 17:08:33 -05:00
Sterling Harper
f87e074c89
Merge pull request #1759 from shikhar413/rectlin_cmfd
Support rectilinear meshes for CMFD
2021-03-09 19:30:18 -07:00
Paul Romano
d19512b454 Account for exceptions/segfaults in _run function 2021-03-09 13:31:53 -06:00
Shikhar Kumar
6cb5b8b149 Address @smharper comments 2021-03-08 20:17:44 -05:00
Paul Romano
a367d27905 Include error message in exception when openmc.run fails 2021-03-08 10:40:38 -06:00
Amelia Trainer
55fb5de01b Got the python interface for the collision filter tentatively working 2021-03-05 21:07:43 +00:00
Paul Romano
a90a3fbcba
Merge pull request #1780 from Shimwell/adding_VITAMIN-J-42_group_structure
added VITAMIN-J-42 to group structures
2021-03-04 06:10:42 -06:00
Jonathan Shimwell
9711db7e2e added vit-j-42 to docstring 2021-03-04 10:26:26 +00:00
Jonathan Shimwell
3614246d01 added VITAMIN-J-42 to group structures 2021-03-03 19:01:41 +00:00
AI-Pranto
8c289fc5bd cleanup 2021-03-03 00:42:39 +06:00
AI-Pranto
6fdc7657c7 reflect change only on source side 2021-03-01 21:45:42 +06:00