Skip to content

fusion-energy/openmc_regular_mesh_plotter

Repository files navigation

N|Python

CI with install

PyPI

A minimal Python package that plots slices of OpenMC regular mesh tallies with the model geometry.

Features

📏 Axis units in in helpful units mm, cm, m, km

👀 Supports all 3 viewing basis (xy, xz, yz)

🔪 Automaticly finds central slice or allows user specified slice index

🎯 Supports all values (mean, std_dev etc)

🔲 Adds outlines for geometry cells or material at different pixel resolution

↪️ Customisable by passing keywords to underlying matplotlib functions colorbar, contour and imshow

↪️ supports further customisations throught matplotlib.rc()

➕ Add tally results together to get combined plot.

|drawing|drawing|

Local install

First you will need openmc installed, then you can install this package with pip

pip install openmc_regular_mesh_plotter

Usage

See the examples folder for example scripts

Web App

This package is deployed on xsplot.com as part of the openmc_plot suite of plotting apps