Commit graph

36 commits

Author SHA1 Message Date
Paul Romano
772c27ecb1 Combine expansion filters into single Python module 2018-03-29 10:20:48 -05:00
Paul Romano
175942c221 Add ZernikeFilter class 2018-03-28 09:26:49 -05:00
Paul Romano
1afbb8d109 Fix spatial Legendre filter and add associated Python class 2018-03-28 09:26:49 -05:00
Paul Romano
15df889c66 Implement spherical harmonics expansion filter 2018-03-28 09:26:49 -05:00
Paul Romano
272d0a4b2b Implement Legendre expansion filter for change in scattering angle 2018-03-28 09:26:49 -05:00
Paul Romano
8f95199fa1 Update release notes, release version, fix doc build bug 2017-12-29 14:19:15 -06:00
Paul Romano
7b56bcead6 Add unit tests for openmc.capi 2017-12-14 09:52:05 +07:00
Paul Romano
6e9b8a5ce5 Move get_*_prism functions to openmc.model 2017-12-11 13:01:18 +07:00
Paul Romano
ca009e211e Manage unique IDs via new IDManagerMixin that uses class variables 2017-06-07 20:12:51 -05:00
Paul Romano
f0816c9304 Define openmc.__version__ as recommended by PEP 396 2017-05-05 13:56:30 -05:00
Adam Nelson
5c7230d506 Merge remote-tracking branch 'upstream/develop' into search 2017-03-21 19:25:34 -04:00
Paul Romano
b08d0eb51c Remove unnecessary import in __init__.py. Fix MG env var doc 2017-03-19 21:41:54 -05:00
Adam Nelson
4b7a7e900b Moved the ModelContainer to models.Model, and allowed for brackets and choices on the solver methods 2017-03-18 20:53:59 -04:00
Adam Nelson
b4391296dd Added a model container and a keff search algorithm 2017-03-18 16:34:19 -04:00
Paul Romano
81014270aa Don't import openmc.openmoc_compatible by default 2017-03-08 09:38:15 -06:00
Paul Romano
659a972cd2 Fix MGXS part IV notebook 2017-03-02 13:44:29 -06:00
Will Boyd
3042e7d9c0 Updated OpenMOC compatiblity module with changes suggested by @paulromano 2017-02-28 12:06:42 -05:00
Paul Romano
5d06ea1d1b Specify Shannon entropy and UFS meshes using openmc.Mesh object 2016-12-14 06:58:45 -06:00
Adam Nelson
107c174ffd Merge remote-tracking branch 'upstream/develop' into plot_mat 2016-11-19 05:25:41 -05:00
Adam Nelson
995ba26694 Moved plotting and calculate_xs routines to plotter, condensed code as needed. 2016-11-11 21:58:31 -05:00
Adam Nelson
76991a223f Extended plots to elements and nuclides 2016-11-09 18:10:41 -05:00
Sterling Harper
24b96ba354 Merge remote-tracking branch 'upstream/develop' into diff_tally6 2016-10-10 22:38:11 -04:00
Sterling Harper
bbcc4f6453 Merge branch 'develop' into diff_tally6 2016-10-02 02:08:47 -04:00
Sterling Harper
62f8dbfc02 Clean up tally namespace 2016-09-30 12:19:22 -04:00
Adam Nelson
89778d422e Missed an import of mixin 2016-08-17 18:55:08 -04:00
Paul Romano
8e0f3f4f79 Respond to @wbinventor comments on #704 2016-08-15 06:47:19 -05:00
Paul Romano
cac6ac6f66 Add VolumeCalculation object. Update settings.xml RELAX NG schema 2016-08-01 10:37:00 -05:00
Sam Shaner
9686543fa0 implemented mesh domain in mgxs 2016-07-05 18:38:56 -04:00
Sterling Harper
68e6cf1d67 Merge branch 'multipole' into diff_tally5 2016-04-18 15:35:49 -04:00
Paul Romano
fa1ca34094 Respond to @wbinventor comments on #626 2016-04-14 15:57:59 -05:00
Paul Romano
14dc134869 Complete overhaul of Python API documentation 2016-04-14 07:22:31 -05:00
Paul Romano
a7c455410b Break up universe module into universe, cell, and lattice 2016-04-14 06:53:35 -05:00
Sterling Harper
55ab085e74 Make tally derivatives seperate objects
Fix the OpenMP error by making these seperate objects threadprivate
2016-01-30 22:58:40 -05:00
Adam Nelson
b3a588766e Added python api example of c5g7 pin, matches my by-hand version 2015-11-16 05:31:16 -05:00
Will Boyd
9377823ddc Added StatePoint and Summary to Python API __init__.py 2015-09-28 21:16:52 -04:00
Paul Romano
498e07d0bf Move Python API into openmc/ directory and move Python scripts into scripts/
directory.
2015-05-31 09:26:18 +07:00
Renamed from src/utils/openmc/__init__.py (Browse further)