Comparing the Results

In this section, compare the height and shape of the deadman region with the experimental image of Zhou et al. To show the deadman region more clearly, you create the user-defined field function, oldParticles, which displays the particles with residence times of less than 36.5 s all in the same color.

To define the region in a field function:
  1. Open the Automation node at the bottom of the main object tree. Right-click the Field Functions node and select New > Scalar.

  2. Rename the User Field Function 1 node to Old Particles
  3. Select the Old Particles node and set the following properties:
    Property Setting
    Function Name OldParticles
    Definition max(0,$ParticleResidenceTime - ($Time-13.5)) + ($Time-13.5)
  4. Select the Scenes > Scalar Scene 1 > Scalar 1> Scalar Field node and set the Function to Old Particles.

The Scalar Scene 1 in the Graphics window appears as shown below:

Deep blue colored particles are newer particles, injected after time t=13.5 s. The remaining particles are the ones that had come into the domain before 13.5 s.

The following screenshot shows the comparison, with the experimental image superimposed on top of the Old Particles scene above and zoomed in using the mouse buttons:

The deadman size, height, and shape are well-predicted.