openmc.deplete.cram.timed_deplete¶
-
openmc.deplete.cram.timed_deplete(*args, **kwargs)[source]¶ Wrapper over
deplete()that also returns process timeAll 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