Creating the Fluid Volume

The fluid simulation requires a volume mesh between the surface of the car and the walls of the bounding box. To create the part that defines the outer surface of the volume mesh, you subtract the output of the surface wrapper operation from the bounding box.

This tutorial uses the subtract operation instead of the extract volume operation. The reason for using the subtract operation is that the car tires (contained within the Surface Wrapper part) intersect the surface of the Bounding Box part. The extract volume operation cannot intersect surfaces; the subtract operation does.
To create the fluid volume:
  1. Right-click the Geometry > Operations node and select New > Boolean > Subtract.
  2. In the Create Subtract Operation dialog, set the following properties:
    Property Setting
    Input Parts Bounding Box
    Surface Wrapper
    Target Part Bounding Box
  3. Click OK.
    A Subtract node appears beneath the Operations node, and a Subtract part appears beneath the Parts node.
  4. Rename the Parts > Subtract node to Fluid Volume.
  5. Right-click the Operations > Subtract node and select Execute.
To view the fluid volume:
  1. In the Visualization toolbar, click Create/Open Scenes and select Mesh.
  2. Edit the Mesh scene and set the following properties:
    Node Property Setting
    Scenes > Mesh Scene 1 > Mesh 1 Outline Activated
    Mesh 1 > Parts Parts De-select all parts and selectFluid Volume only.
  3. In the Visualization toolbar, click (Save-Restore-Select views) and select Restore View > View 1.
  4. Select the Mesh 1 > Parts > Fluid Volume.Bounding Box.Far Field node and deactivate the Visible option.
  5. Save the simulation.
    On the under-side of the Fluid Volume part, the subtract operation has intersected and removed the surface that represents the tire contact patch. The extract volume mesh operation is not capable of making these geometric changes to a surface.