Paul Romano
bc09d1ef55
adding back files to be reviewed
2019-10-28 11:55:45 -05:00
Paul Romano
ae28233110
deleting all files to prepare for review
2019-10-28 11:48:19 -05:00
Paul Romano
86c081b28b
Update MG mode part 3 notebook
2019-10-04 13:59:19 -05:00
Paul Romano
d32c2175ba
Add symbolic link to chain_simple.xml in jupyter notebook directory
2019-10-04 11:26:20 -05:00
Andrew Johnson
cb92f73b18
Add link to openmc.org/depletion-chains in example notebook
2019-09-18 09:24:39 -05:00
Andrew Johnson
a9b63e0158
Address reviewer comments in depletion example notebook
...
PR #1332
2019-09-06 08:44:31 -05:00
Andrew Johnson
8ca0d35ad6
Add pincell depletion jupyter notebook
...
The basic structure is borrowed from examples/python/pincell_depletion/
and builds a single pin cell to be depleted. The model building is
expedited, as this assumes the user has read through the
basic user guide on model building. The new openmc.model.pin
function is highlighted, both for building a plain pin
and for subdividing regions for depletion.
The Chain and Operator classes are the focuses of the example,
and the PredictorIntegrator is used to deplete the pin out to
6 months using 30 day depletion steps with 174 W power.
The openmc-make-depletion-chain scripts are introduced as methods
for building initial depletion chains. Use of
openmc.data.DataLibrary.register_file is included, as this allows
the user to not pass the chain_file argument if the depletion chain
is included in OPENMC_CROSS_SECTIONS.
The jupyter notebook is included in the documentation similar
to other examples.
2019-09-05 16:50:17 -05:00
Andrew Johnson
20ce641eb3
Upgrade pincell depletion python examples
...
Relied on function-based depletion rather than the new
classes. Now uses ResultsList.from_hdf5 to obtain the
results information
2019-09-05 16:50:16 -05:00
Patrick Shriwise
994221705b
Merge pull request #1297 from paulromano/update-jupyter-notebooks
...
Update many of the example notebooks
2019-07-25 10:00:43 -05:00
Patrick Shriwise
3183c86bd7
Typo fix.
2019-07-23 12:45:40 -05:00
Patrick Shriwise
8af8219252
Small change to wording in cad notebook.
2019-07-20 12:51:59 -05:00
Patrick Shriwise
978e7ba94a
Adding a note about setting up tallies for DagMC models.
2019-07-20 12:51:59 -05:00
Paul Romano
3be192cd23
Update many of the Jupyter notebooks
2019-07-19 07:15:36 -05:00
Patrick Shriwise
dccc9105cc
Merge pull request #1232 from paulromano/rotate-lattice
...
Allow cells filled with lattices to be translated/rotated
2019-06-24 15:47:47 -05:00
Patrick Shriwise
d64ed285b1
Adding notebook to documentation, going back to use of iPython.display.Image so images are embedded.
2019-06-18 08:57:35 -05:00
Patrick Shriwise
ee4db3d158
Fixing typos caught by @paulromano.
2019-06-18 08:36:21 -05:00
Paul Romano
8b83f0c847
Update hexagonal lattice example notebook
2019-06-18 06:18:05 -05:00
Paul Romano
da5f7440b1
Remove get_ from get_hexagonal_prism, get_rectangular_prism
2019-06-18 06:17:54 -05:00
Paul Romano
c0f90effcd
Merge branch 'develop' into rotate-lattice
2019-06-18 06:17:33 -05:00
Patrick Shriwise
4365966722
Adding DagMC example notebook.
2019-06-17 15:36:59 -05:00
Sterling Harper
9ddd8b3067
Change Python Mesh class to RegularMesh
2019-06-07 08:51:09 -04:00
Paul Romano
1bdb92ff10
Add hexagonal lattice example notebook
2019-05-15 13:06:29 -05:00
Patrick Shriwise
b05d8b4e2f
Removing another warning messgage in jupyter notebook.
2019-04-03 14:54:13 -05:00
Patrick Shriwise
81388cf5b9
Updates based on comments from @paulromano.
2019-04-03 11:23:56 -05:00
Patrick Shriwise
cc09ba4a5b
Fixes to indexing syntax for a couple jupyter examples.
2019-04-02 13:46:56 -05:00
Patrick Shriwise
fe3d85d0d0
Fix to depletion script.
2019-04-02 11:03:01 -05:00
Paul Romano
325f9fcf72
Use lower-case argument names for surfaces consistently
2019-03-08 11:25:26 -06:00
Paul Romano
faa70b168f
Remove weight correction method for resonance scattering, rename ARES -> RVS
2019-01-10 15:53:45 -06:00
johnnyliu27
176564c5d4
Update openmc.Source creation in all example notebooks
2018-11-26 19:11:01 -05:00
johnnyliu27
bb11cbef3d
More small doc fixes
2018-11-26 18:29:49 -05:00
amandalund
bbaad4ed93
Updated TRISO example notebook
2018-11-14 16:04:30 -06:00
Paul Romano
a6a95b2d33
Update nuclear data Jupyter notebook
2018-11-12 13:35:32 -06:00
liangjg
e2dc2cee43
update python api for wmp v1.1
2018-10-19 16:53:47 -04:00
Paul Romano
5b35714783
Change pandas.DataFrame.as_matrix() -> .values
2018-10-18 05:44:26 -05:00
Jan Malec
ecbb5e668a
Fixed array range in the python score setter and updated example to match
2018-10-11 16:46:29 +02:00
Paul Romano
dfd7bb9437
Rename summed -> redundant to make ENDF language
2018-09-13 08:06:13 -05:00
liangjg
0cf903cc67
update nuclear-data.ipynb
2018-08-23 09:10:21 -07:00
Isaac Meyer
c6c47e1e68
Some name changes, removed redundandancies
2018-07-31 08:29:59 -05:00
Isaac Meyer
28414ef283
Changed __copy__ method of ResonanceRange to mark parameters unprepared
2018-07-27 11:00:03 -05:00
Isaac Meyer
78a411ebb7
Fix of sampling routine, change dataframe .as_matrix to .values
2018-07-25 09:41:54 -05:00
Isaac Meyer
e2a27f288b
Restructured ResonanceCovarianceRange class to contain corresponding file2 data as an attribute
2018-07-23 15:02:10 -05:00
Isaac Meyer
5381ad46bc
Style, changed sampling/subset methods to return new objects
2018-07-23 13:43:07 -05:00
Isaac Meyer
fde13a913b
Style and change of __init__ methods
2018-07-19 14:56:35 -05:00
Isaac Meyer
9ad8dabb9c
Fixes to tests
2018-07-19 13:51:59 -05:00
Isaac Meyer
e48521184b
More reconstruction fixes
2018-07-19 13:22:27 -05:00
Isaac Meyer
c22b36e0c8
Style and changed sampling to produce ResonanceRange objects
2018-07-19 13:10:37 -05:00
Isaac Meyer
416a89c785
added example notebook for covariance module
2018-07-17 15:14:50 -05:00
Isaac Meyer
447d85adef
some spelling
2018-07-17 13:13:29 -05:00
Isaac Meyer
84ef96cf8a
added reconstruction ability for resonance samples
2018-07-06 09:57:17 -05:00
Isaac Meyer
0bcb6f8874
Pull from upstream before testing
2018-07-05 16:23:14 -05:00