Example of Using Data with Sharp Discontinuities

In earlier versions of Simcenter STAR-CCM+, it was not possible to choose the Step interpolation option for tables based on iteration and time; all interpolation was based on a B-spline approach.

The B-spline approach is still used for tables based on a radial profile, and so some care must be taken to deal with any sharp discontinuities across the radial profile.

  • The essential approach is to add additional data points before and after the sharp discontinuity so that Simcenter STAR-CCM+ can more accurately interpolate data in that interval.
  • It is also possible to generate data with sharp discontinuities by using a user-defined field function, and so avoiding the use of a table altogether.
    ($Time < t) ? 0 : 1e-4