Commit graph

7602 commits

Author SHA1 Message Date
Paul Romano
78b993eda5 Change normalization of Zernike filter values 2018-04-04 22:59:15 -05:00
Paul Romano
9ce837330a Fix bug in calc_zn and add better comments (huge thanks to @GiudGiud) 2018-04-04 22:23:20 -05:00
Jose Salcedo Perez
d0e203c6e1 Merge branch 'develop' of https://github.com/mit-crpg/openmc into new-update
updating openmc
2018-04-04 14:41:27 +00:00
Paul Romano
a8e0dcc1ce
Merge pull request #992 from liangjg/fix-meshsurfacefilter
[Hotfix] Updates for tallying currents with MeshSurfaceFilter
2018-04-03 21:30:40 -05:00
Paul Romano
7baaa9aa6e
Merge pull request #987 from GiudGiud/develop
Added a python example for depletion
2018-04-03 21:02:30 -05:00
Paul Romano
07faa4c772
Merge pull request #988 from GiudGiud/docs_change_PR
Added some install information to documentation
2018-04-03 21:01:16 -05:00
liangjg
b28f6f2701 updated for tallying currents with meshsurface filter 2018-04-03 21:17:07 -04:00
Paul Romano
b0a8e81010 Respond to comments on #990. Add FE example notebook. 2018-04-03 16:54:34 -05:00
guillaume
cade109745 took into account PR comments, got rid of redundant exports and dictionaries 2018-04-02 14:23:36 -04:00
guillaume
8c14c8230f in doc : naming convention 2018-04-02 14:02:55 -04:00
guillaume
0d6cb83f26 in doc : fixed naming conventions, mistake on depletion requirements 2018-04-02 13:51:46 -04:00
amandalund
8838f14720 Added some more TRISO unit tests 2018-03-30 20:00:28 -05:00
Paul Romano
964a5da3e2 Remove unused variable in tally_filter_zernike.F90 2018-03-30 17:45:45 -05:00
Paul Romano
a3240b69c3 Add C API functions for expansion filters 2018-03-30 13:21:15 -05:00
Paul Romano
f5137f7316 Add first moment test for expansion filters 2018-03-30 09:29:17 -05:00
Paul Romano
31ef72f2cd Introduce ExpansionFilter class and start adding filter tests 2018-03-29 14:08:06 -05:00
Paul Romano
f5270f183a Remove get_bin() method. Fix __repr__ for some filters 2018-03-29 13:35:58 -05:00
amandalund
03e0d1145f Debugging and dumping data 2018-03-29 11:48:58 -05:00
Paul Romano
772c27ecb1 Combine expansion filters into single Python module 2018-03-29 10:20:48 -05:00
Jose Salcedo Perez
764478a446 deleted "<<<<<<" 2018-03-29 01:55:34 +00:00
Jose Salcedo Perez
5230703779 fixing merged conflicts in cmakelist and simulation
Merge branch 'develop' of https://github.com/mit-crpg/openmc into new-update

Conflicts:
	CMakeLists.txt
	src/simulation.F90
2018-03-29 01:10:11 +00:00
Paul Romano
d41ac48467 Force all filters to have a .bins attribute that makes sense 2018-03-28 15:56:03 -05:00
Paul Romano
39bbb2de46 Use fast Zernike algorithm from Chong 2018-03-28 09:26:49 -05:00
Paul Romano
6b5fb87d35 Move calc_zn to math module, remove calc_zn_scaled 2018-03-28 09:26:49 -05:00
Paul Romano
175942c221 Add ZernikeFilter class 2018-03-28 09:26:49 -05:00
Paul Romano
ac776a5b51 Start implemented Zernike FE filter 2018-03-28 09:26:49 -05:00
Paul Romano
a6746ab016 Force tallies with spatial Legendre filters to use collision estimator 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
Brittany Grayson
1e81139172 Implement spatial Legendre filter 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
amandalund
00cb914908 Add unit tests for TRISO 2018-03-26 17:14:26 -05:00
amandalund
98b6dc15a9 Fix that ensures TRISO particles are completely contained within the domain 2018-03-25 13:47:47 -05:00
guillaume
627c100467 one more detail on installation 2018-03-24 16:04:57 -04:00
guillaume
1ee5e56c6a added install information to documentation 2018-03-24 15:56:59 -04:00
guillaume
53da3af815 small adjustments 2018-03-24 15:02:30 -04:00
guillaume
109236710a added python example for depletion 2018-03-24 14:51:24 -04:00
amandalund
a0015bd747 In the process of updating bremsstrahlung CDF and PDF 2018-03-22 15:37:57 -05:00
Sterling Harper
47fbf8282e
Merge pull request #986 from paulromano/mesh-surface
Implement mesh surface filter for CMFD
2018-03-22 11:10:06 -04:00
Amanda Lund
e9bd7a203e
Merge pull request #3 from paulromano/photon-alund
Fix bug in Doppler energy broadening for Compton scattering
2018-03-21 12:25:15 -07:00
Paul Romano
e21bbcfb4b Fix bug in Doppler energy broadening for Compton scattering 2018-03-21 13:52:32 -05:00
Paul Romano
e1da965f70 Fix typos (thanks @smharper) 2018-03-20 14:15:56 -05:00
Paul Romano
0da649fd90 Simplify use of _CURRENT_NAMES in filter.py 2018-03-19 18:12:59 -05:00
Paul Romano
d393a74906 Implement get_bin and get_bin_index for MeshSurfaceFilter 2018-03-19 17:50:33 -05:00
Paul Romano
22429dd389 Implement MeshSurfaceFilter.get_pandas_dataframe. Fix surface/mesh filters 2018-03-19 17:50:33 -05:00
Paul Romano
206166cc41 Remove redundant surface tally subroutine. Fix broken tests 2018-03-19 17:50:32 -05:00
Paul Romano
c51091a1d7 Use new MeshSurfaceFilter for CMFD (tests pass) 2018-03-19 17:50:32 -05:00
Paul Romano
616d492d01 Don't include 0-index mesh cells for mesh surface filter 2018-03-19 17:50:32 -05:00
Paul Romano
794ac9255a Add initial Fortran implementation of MeshSurfaceFilter 2018-03-19 17:50:32 -05:00
Paul Romano
507c155560
Merge pull request #983 from smharper/wmp_cleanup
Clean up the multipole file format
2018-03-19 17:49:27 -05:00