Fill out the form to download

Required field
Required field
Not a valid email address
Required field
Required field
  • Set up your own cloud-native simulation in minutes.

  • Documentation

    How to Mesh a Multiphase Flow Analysis Study?

    This article focuses on how to construct a mesh for multiphase analysis, and aims to answer the following questions:

    • How to effectively generate a mesh for a multiphase flow analysis?
    • What are the best practices for the meshing operation?

    Multiphase Analysis

    Before showing the best practices for the meshing of Multiphase cases, first, we need to know the peculiarities of the multiphase analysis type.

    Firstly, multiphase simulations are always transient. As a result, we need to account for additional factors as we are running the meshing operation. The maximum Courant number and the timestep size are limitations that must be considered.

    For stability purposes, it’s important to keep the Courant number limited to 1. From the Courant number formulation, we have:

    $$C = \frac{u\Delta t}{\Delta x} \tag{1}$$

    Where \(C\) is the Courant number, \(u\) is the local velocity at each cell, \(\Delta t\) is the timestep size in seconds, and \(\Delta x\) is the local length between mesh elements.

    From equation 1, we can infer that using coarser cells (i.e. a larger value for \(\Delta x\)) will allow us to use larger values for the timestep size while maintaining the Courant number under control. This is the main goal of the meshing operation.

    Solution

    The most common mistake in the setup of multiphase analysis is to use very fine mesh cells. From the section above, we know that this results in smaller timestep sizes and ultimately makes the simulation more costly to run.

    Therefore, the best practices for multiphase meshes are:

    • Make sure that your CAD model is simplified, without very detailed regions. Remember that a detailed geometry takes very fine cells to mesh.
    • We recommend hexahedral meshes for multiphase cases. Tetrahedral cells have difficulties to capture sharp interfaces.
    • Avoid using boundary layers in the mesh. If it’s necessary to use layers, limit their number to 1.
    • Keep the mesh as optimized and uniform as possible.

    With these requirements, the best option for multiphase cases is the Hex-dominant (parametric) algorithm, since it gives the user full control over the cell size and refinements. Although not optimal, the Hex-dominant (automatic) algorithm can also be used, with coarse settings. Finally, the Standard meshing tool uses tetrahedral cells, therefore it is not a good option for multiphase cases.

    In case you are not familiar with the hex-dominant (parametric) tool, please check this meshing tutorial.

    Expected Outcome

    In this section, we will show you a comparison between a standard mesh and the two versions of the hex-dominant algorithm.

    The geometry is a simple tank that will be filled with water. Find below the geometry and the resulting mesh with the hex-dominant (parametric) tool:

    hex-dominant parametric for multiphase analysis
    Figure 1: Hex-dominant parametric mesh, showing a very uniform and clean mesh

    Since the user has full control over the refinements, it’s possible to craft an optimized mesh, which allows us to run a cost-effective multiphase analysis.

    In Figure 2, you will find the results with the standard and the hex-dominant (automatic) algorithms.

    hex-dominant automatic and standard for multiphase analysis
    Figure 2: Resulting mesh with the hex-dominant automatic (left) and standard tool (right). The algorithm refines the edges and other regions based on the physics involved causing an increase in the mesh size.

    Even though the hex-dominant automatic mesh would work for a multiphase analysis, the mesh is not optimized. Even with coarse settings, the algorithm generates small cells that will limit the timestep size. This problem is yet more visible with the standard meshing tool.

    The result of a multiphase simulation with the hex-dominant (parametric) algorithm can be seen below:

    Animation 1: 20 second transient multiphase analysis of a tank, using the hex-dominant (parametric) tool

    Due to the construction of the mesh, the setup is much more efficient, and the water/air interface is sharp.

    Note

    If none of the above suggestions solved your problem, then please post the issue on our forum or contact us.

    Last updated: February 8th, 2023

    Contents