Will Boyd
|
369edbbc40
|
Added a method to create a rectangular prism to PyAPI
|
2017-02-03 09:46:05 -05:00 |
|
Will Boyd
|
7900ad925a
|
Updated regex to cross reference nuclides with elements
|
2017-01-20 13:21:06 -05:00 |
|
Will Boyd
|
4100e97b00
|
Introduced new openmc.data.atomic_weight(...) method
|
2017-01-18 09:10:37 -05:00 |
|
Paul Romano
|
7a1b11b932
|
Automatically add isotopes for S(a,b) tables
|
2017-01-09 11:21:42 -06:00 |
|
Paul Romano
|
852d7b3973
|
Fix number of bins for incoherent elastic angular distribution
|
2017-01-07 13:33:25 -06:00 |
|
Paul Romano
|
5edf1b3d27
|
Rework get_thermal_name a bit and update known thermal scattering materials
|
2017-01-07 13:33:25 -06:00 |
|
Will Boyd
|
580f081795
|
Merge pull request #771 from samuelshaner/decay-rate-tracklength
Track length estimator for decay rate tally and other fixes
|
2016-12-20 15:42:09 -05:00 |
|
Sam Shaner
|
b8a94613f2
|
changed mgxs to MGXS
|
2016-12-20 10:36:47 -08:00 |
|
Sam Shaner
|
1d0b20dd7c
|
fixed error in mgxs_library.py notation for xs shapes
|
2016-12-19 15:42:35 -08:00 |
|
Sam Shaner
|
63fd6e2e1a
|
addressed some of the PR comments
|
2016-12-19 15:19:26 -08:00 |
|
Paul Romano
|
ac4a66dde0
|
Allow materials with density units='sum' to be exported
|
2016-12-17 14:29:07 -06:00 |
|
samuelshaner
|
1a7630083b
|
updated tests and updated setting of nuclides and elements in example files
|
2016-12-15 21:06:12 +00:00 |
|
samuelshaner
|
ff3d034275
|
added tracklength estimator capability for decay-rate tally and fixed other issues
|
2016-12-15 20:23:07 +00:00 |
|
Paul Romano
|
6615857def
|
Recognize LCT=4 for reference frame convention
|
2016-12-14 10:04:01 -06:00 |
|
Paul Romano
|
f0d7e0d73a
|
Update Windows 10 and Xeon Phi installation instructions
|
2016-12-14 06:58:45 -06:00 |
|
Paul Romano
|
5d06ea1d1b
|
Specify Shannon entropy and UFS meshes using openmc.Mesh object
|
2016-12-14 06:58:45 -06:00 |
|
Paul Romano
|
38362b6796
|
Reorder attributes in Settings docstring
|
2016-12-14 06:58:45 -06:00 |
|
Paul Romano
|
f866af1b16
|
Rework statepoint and sourcepoint options for openmc.Settings
|
2016-12-14 06:58:45 -06:00 |
|
Paul Romano
|
357aa894c8
|
Get rid of WRITTEN_IDS global variable
|
2016-12-14 06:58:45 -06:00 |
|
Paul Romano
|
9a3f3d1560
|
Use clever tricks to simplify Boolean geometry expressions
|
2016-12-14 06:57:51 -06:00 |
|
Paul Romano
|
be470d2615
|
Get rid of self._*_file attributes
|
2016-12-14 06:56:38 -06:00 |
|
Paul Romano
|
e9479aeb0d
|
Make sure material density is set from Python API
|
2016-12-14 06:56:38 -06:00 |
|
Paul Romano
|
7a73930060
|
Merge pull request #768 from smharper/linlinenergy
EnergyFunctionFilter to apply arbitrary piecewise linear function to a tally
|
2016-12-12 08:05:11 -05:00 |
|
Paul Romano
|
171fbeda87
|
Merge pull request #765 from nelsonag/mgxs_plot
Extend the data plotter capability to support MGXS Libraries
|
2016-12-12 07:47:21 -05:00 |
|
Adam Nelson
|
698d543973
|
Resolving comments for clarity by @paulromano
|
2016-12-11 13:10:07 -05:00 |
|
Sterling Harper
|
2bf43e166a
|
Address #768 comments
|
2016-12-09 14:03:11 -05:00 |
|
Sterling Harper
|
7b7840a5fc
|
EnergyFunctionFilter.from_tabulated1d constructor
|
2016-12-07 15:38:18 -05:00 |
|
Sterling Harper
|
4dee578b6c
|
Manually inherit Filter subclass method docstrings
|
2016-12-05 17:56:32 -05:00 |
|
Sterling Harper
|
310fa134be
|
Address #768 comments
|
2016-12-05 16:51:55 -05:00 |
|
Paul Romano
|
d4463c4181
|
Merge pull request #767 from smharper/pyapi_multipole
Add windowed multipole support to the Python API
|
2016-12-05 15:46:59 -06:00 |
|
Sterling Harper
|
c7ec7f237a
|
Address #767 comments
|
2016-12-05 15:49:02 -05:00 |
|
Sterling Harper
|
d8f22ba999
|
Address #767 comments
|
2016-12-05 14:25:41 -05:00 |
|
Sterling Harper
|
e8c9fe664a
|
Merge remote-tracking branch 'upstream/develop' into linlinenergy
|
2016-12-04 21:13:45 -05:00 |
|
Sterling Harper
|
9c7d9432a2
|
Add EnergyFunctionFilter test
|
2016-12-04 20:05:18 -05:00 |
|
Sterling Harper
|
09689c4194
|
Change LinLinEnergy to more generic EnergyFunction
|
2016-12-04 17:37:18 -05:00 |
|
Sterling Harper
|
09a35ea1cd
|
Remove Tally.export_results() method
|
2016-12-04 16:44:20 -05:00 |
|
Sterling Harper
|
ce0a28de13
|
Implement LinLinEnergyFilter in PyAPI
|
2016-12-04 16:42:11 -05:00 |
|
Adam Nelson
|
ce74625a75
|
Merge remote-tracking branch 'upstream/develop' into mgxs_plot
|
2016-12-04 13:02:53 -05:00 |
|
Adam Nelson
|
a45652d785
|
Used more pythonic commands in plotter module and commented the block which obtains MGXS data for plotting
|
2016-12-02 18:57:09 -05:00 |
|
Sterling Harper
|
8219bab4ba
|
Merge pull request #763 from wbinventor/fix-distribcell-mgxs-avg-2
Track Density-Weighted Average MGXS
|
2016-12-02 15:00:04 -05:00 |
|
Sterling Harper
|
52bd883e58
|
Merge remote-tracking branch 'upstream/develop' into pyapi_multipole
|
2016-12-02 14:37:27 -05:00 |
|
Sterling Harper
|
7035192625
|
Make multipole variable names more consistent
|
2016-12-02 14:25:20 -05:00 |
|
Sterling Harper
|
9649d112ea
|
Fix PyAPI multipole indentation, add more comments
|
2016-12-02 14:11:39 -05:00 |
|
Sterling Harper
|
1bc72660de
|
Improve PyAPI wmp docstrings; support E arrays
|
2016-12-02 13:30:16 -05:00 |
|
Sterling Harper
|
85d26be07a
|
Add type checking to PyAPI multipole
|
2016-12-01 19:46:51 -05:00 |
|
Adam Nelson
|
346deb258f
|
for some reason fissionable setter still there
|
2016-12-01 19:27:03 -05:00 |
|
Sterling Harper
|
8872ccdbc2
|
Translate F90 WMP functions to Python
|
2016-12-01 17:18:28 -05:00 |
|
Adam Nelson
|
9245ebda77
|
Docstring changes (forgot optional on some optional attribs)
|
2016-11-30 20:16:05 -05:00 |
|
Adam Nelson
|
caab2c1c2d
|
Replaced some numerical constants with named constants
|
2016-11-30 19:55:59 -05:00 |
|
Adam Nelson
|
c87ca6f989
|
merge from_hdf5_misc changes
|
2016-11-30 19:51:21 -05:00 |
|