openmc.deplete.cram.timed_deplete

openmc.deplete.cram.timed_deplete(*args, **kwargs)[source]

Wrapper over deplete() that also returns process time

All arguments and keyword arguments are passed onto deplete() directly.

Returns:
  • proc_time (float) – Process time required to return from deplete
  • results (list of numpy arrays) – Output from deplete() call