Field Histories

A field history is a type of field monitor that lets you access field data from previous time-steps or iterations.

The field history collects samples of the values of a field function as those values change during a simulation run. The number and frequency of those samples depend on how you specify triggers for updates. You also specify the regions and/or boundaries from which the samples are taken.

As the field history collects samples, it creates specific field functions with specific base names, allowing you to post-process this information.

For details on using the field history, see Accessing Field Data from Previous Time-Steps or Iterations.

Note

Field histories can give less accurate results with finite element data when compared to native finite element solution. This difference is due to finite element discretization that can provide an exact value of a solution at arbitrary location within the element.

When field history data is sampled, it is always sampled at region cells or boundary faces—this value will be the exact finite element solution. However, when that field history data is post-processed at vertices, it is interpolated from cells or faces, which cannot use the finite element evaluation process, thus introducing a numerical inconsistency compared to the exact vertex solution computed natively.

For background on Finite Element Analysis, see Finite Element Method. Regarding Finite Volume Analysis, see Finite Volume Discretization.