Overset Interpolation Quality

This report is available only when the simulation contains an overset interface between regions. You use this report to monitor the quality of the interpolation for all the acceptor cells over time. With this information, you can detect during which time-steps low quality interpolation occurs.

The overset interpolation quality report returns the Overset Interpolation Quality Measure for Overset Mesh which is derived from the interpolation errors.

To calculate the interpolation error, a cubic polynomial function is interpolated to all the acceptor cells. The interpolation error is calculated between acceptor values with respect to the analytic cubic polynomial function values.

This value represents the interpolation error in the selected overset interface within one time-step. A value of 0 indicates the best possible interpolation.

Overset Interpolation Quality Report Properties

Overset Interface
Selects the overset interface for which you wish to monitor overset interpolation quality.
Absolute Value
When activated, the Overset Interpolation Quality Measure for Overset Mesh is not normalized.

When deactivated, the Overset Interpolation Quality Measure for Overset Mesh is normalized by the largest value of the interpolation error from all the acceptor cells.

Norm Type
The error is reported with one of the following norm types:
  • Maximum

    Reports the maximum interpolation error from all the acceptor cells:

    Figure 1. EQUATION_DISPLAY
    max ( e r r o r ( c ) )
    (458)

    where e r r o r ( c ) is the interpolation error at an acceptor cell c .

  • Euclidean

    Reports the squared error averaged over the number of the acceptors:

    Figure 2. EQUATION_DISPLAY
    1 n c ( e r r o r ( c ) ) 2
    (459)

    where n is the number of acceptor cells, e r r o r ( c ) is the interpolation error at an acceptor cell c

  • Threshold

    Reports the number of acceptor cells, for which the interpolation error is larger than or equal to the Threshold Value you specify.

NoteWhen the Absolute Value is deactivated, the relative error is reported for Maximum and Euclidean norm. For the Threshold, the relative error is compared with the Threshold Value.