Times

Times objects are used to:

  • keep track of the times of events during MOOSE-based simulations

  • provide a centralized place to input times, so objects can pull in the same times parameters

These tasks may be performed dynamically during the simulation, in which case a custom initialize() or execute() routine may be implemented for the Times object.

Combining Times

Times from multiple sources may be concatenated using the ReporterTimes.

Available Objects

Available Actions