Skip to content

Instantly share code, notes, and snippets.

View wbinventor's full-sized avatar

Will Boyd wbinventor

View GitHub Profile
@wbinventor
wbinventor / Dockerfile
Created August 28, 2018 00:52 — forked from ikarino/Dockerfile
OpenMC dockerfile
FROM centos:latest
MAINTAINER ikarino <ba138ng@gmail.com>
# Run docker command with
# $ docker run -it --name=XXXX -p 8888:8888 image-name
# and open browser with given url and token
ENV FC=/usr/lib64/openmpi/bin/mpif90 CC=/usr/lib64/openmpi/bin/mpicc HDF5_ROOT=/usr/lib64/openmpi \
PATH=/opt/openmc/bin:/opt/conda/bin:$PATH \
OPENMC_CROSS_SECTIONS=/opt/openmc/data/nndc_hdf5/cross_sections.xml
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wbinventor
wbinventor / extract-assm.ipynb
Created January 25, 2016 17:15
IPython Notebook showing how to extract fuel assemblies from the BEAVRS model.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wbinventor
wbinventor / mox-assembly.ipynb
Last active February 5, 2016 04:05
Example OpenMOC MOX Fuel Assembly Simulation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.