Commit graph

258 commits

Author SHA1 Message Date
Patrick Shriwise
5f323bd8f3 Adding capability in the Python API to write a point-cloud dataset in VTK with user-specified data. 2020-04-24 12:06:52 -05:00
rockfool
a9bafd777a address minor comments 2020-04-06 21:04:39 -04:00
rockfool
d93e459087 rerun and update output 2020-04-06 18:39:53 -04:00
rockfool
e5052d1d0c Merge branch 'develop' of github.com:openmc-dev/openmc into develop 2020-04-06 18:34:07 -04:00
rockfool
388daec1aa add flux_3d.png 2020-04-06 18:33:25 -04:00
rockfool
61fe30709f remove zernike example 2020-04-01 12:14:03 -04:00
rockfool
606580d122 join two examples into one 2020-04-01 12:10:01 -04:00
Paul Romano
9b499b4096
Merge pull request #1527 from pshriwise/unstructured_mesh
Unstructured Mesh - Initial implementation
2020-03-31 08:54:56 -05:00
Patrick Shriwise
25fe1ef4f3 Updates to unstructured mesh example notebooks. 2020-03-27 11:39:12 -05:00
Patrick Shriwise
895249b6ca Addressing changes from PR review. 2020-03-25 03:21:39 -05:00
Patrick Shriwise
ca7cba57df
Apply @paulromano 's suggestions from code review.
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2020-03-25 03:14:58 -05:00
Patrick Shriwise
131acf4a7a Updating example notebooks to get rid of a weird library error. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
3a7b22cc52 Some updates to the example file. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
9d97756b1c Updates to the unstructured mesh documentation. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
a15aa6dd70 Adding unstructured mesh with CAD example. 2020-03-19 14:15:26 -05:00
Patrick Shriwise
3d9abfba57 Adding the unstructured mesh example notebook. 2020-03-19 14:15:26 -05:00
Paul Romano
1e411cad52 Update README for custom source example, moving comment from show_flux.py 2020-03-19 13:34:49 -05:00
Paul Romano
32f5fd8854 Add README to custom source example 2020-03-19 07:08:59 -05:00
rockfool
f9a963937a correct content in jupyter notebook 2020-03-18 18:24:27 -04:00
rockfool
8028d785d1 update user guide for zernike filter 2020-03-18 18:10:04 -04:00
Paul Romano
c3ffc2f417
Apply @pshriwise suggestions from code review
Co-Authored-By: Patrick Shriwise <shriwise@wisc.edu>
2020-03-17 16:49:53 -05:00
Paul Romano
0d70d0ef4c Add single assembly example model 2020-03-16 10:15:16 -05:00
Paul Romano
282001803b Use consistent naming on example scripts 2020-03-13 16:17:55 -05:00
Paul Romano
4525e38797 Move Python examples into subdirectory 2020-03-13 16:15:35 -05:00
Paul Romano
58c5130eb5 Remove examples/xml/ 2020-03-13 16:14:40 -05:00
Paul Romano
aba1c4a16d Add Python version of custom_source 2020-03-13 16:13:53 -05:00
Paul Romano
ad269469ac Update multigroup example 2020-03-13 14:10:59 -05:00
Paul Romano
03a349916d Remove reflective example 2020-03-13 14:01:07 -05:00
Paul Romano
241c359f80 Update pincell example adding flux spectrum tally and associated plotting script 2020-03-13 13:59:15 -05:00
Paul Romano
e77ce2c0df Add jezebel example 2020-03-13 13:18:43 -05:00
Paul Romano
eeb7925376 Remove basic and boxes examples 2020-03-13 13:18:43 -05:00
Paul Romano
24f7048494 Update pincell python example 2020-03-13 13:18:43 -05:00
SamPUG
5db1eadc56
Apply formatting suggestions.
Co-Authored-By: Paul Romano <paul.k.romano@gmail.com>
2020-03-04 13:39:39 +00:00
Sam Powell-Gill
fd90f3f640 Added example of creating MOX to pincell example. 2020-03-03 14:01:34 +00:00
Paul Romano
8e8d5e0478 Documentation updates 2020-02-24 19:53:46 -06:00
Paul Romano
c5dbff356a Fixes to custom source feature 2020-02-17 15:45:50 -06:00
Andrew Davis
fba8f6a8e0 updated the example source according to style 2020-02-17 15:48:12 +00:00
Andrew Davis
13133b87e5 Corrected style according to review 2020-02-17 15:48:12 +00:00
Andrew Davis
995a920854 Added example on how to use xml based custom source 2020-02-17 15:48:12 +00:00
Paul Romano
4200b0dfbf Update depletion-related documentation 2020-02-12 16:05:58 -06:00
Paul Romano
6d0b96c765 Updated symlink in examples/jupyter (thanks @cliffdugal) 2019-11-11 14:01:07 -06: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