openmc.plot_geometry

openmc.plot_geometry(output=True, openmc_exec='openmc', cwd='.')[source]

Run OpenMC in plotting mode

Parameters:
  • output (bool) – Capture OpenMC output from standard out
  • openmc_exec (str) – Path to OpenMC executable
  • cwd (str, optional) – Path to working directory to run in. Defaults to the current working directory.