Changing the Trigger Event and Sampling Frequency

Trigger events control how often the monitor samples data.

See Trigger Types.

The frequency of trigger events in which a monitor samples data can be modified from the sub-node properties. See Trigger Properties.

For more information on selecting the trigger type and defining the update frequency, refer to Setting the Trigger for an Update.

If you wish to average results per iteration, it is recommended that you first read the section on choosing between steady and unsteady models.

For Best Results:

  • The Trigger property of a monitor does not control the frequency at which the data is plotted. It specifies the frequency at which the monitor collects the data. To control the frequency at which the data is queried and plotted, use the Update feature of the plot node itself.
  • To plot data against physical time, make sure that the same Physical Time monitor exists throughout the solution. Otherwise the plot data appears incomplete.
  • If you are running a steady solution but expect to need a plot with physical time, start by running the unsteady solver then switch to the steady one; this ensures that Physical Time exists in the simulation.
  • Monitors of time reports cannot be used to trigger update events. Simcenter STAR-CCM+ always executes monitors of time reports last during post-processing after completion of an iteration or time-step, to account for time taken by all other post-processing activities. If you need an update event based on a time report:
    1. Define an expression report whose definition is the value of the time report. See Expression Report.
    2. Create a monitor from the expression report. You can use this monitor to trigger update events.
      NoteSince this monitor may not be executed last during post-processing, its sample values do not include time spent on any actions triggered by update events based on it, nor do they include time spent on any other post-processing that occurs after the monitor has sampled.