2.13. SPH Thermal Model

The SPH Thermal Model allows the user to enable heat exchange between the SPH elements and boundaries and other SPH elements. After enabling the thermal model, the following parameters need to be defined by the user.

  • Fluid Material:

    • Thermal Conductivity: Defines the thermal conductivity of the SPH elements.

      Range: Positive Values

    • Specific Heat: Defines the specific heat of the SPH elements.

      Range: Positive Values

  • Inlets:The fluid mass injected into the domain is defined according to the injection type set. This can be either a Volumetric Inlet or a Fluid Inlet.

    • Temperature: Defines the temperature of the SPH elements.

      Range: Positive Values

2.13.1. SPH Thermal Model: Setting up

  1. Set up your simulation as you normally would, ensuring all of the following:

    1. During the Set Simulation-Wide Parameters step, on the Physics tab, select the Enable Thermal checkbox.

    2. The Cleary model for heat transfer model is automatically selected.

    3. During the Add and Edit Geometry Components step, on the Geometry sub-tab for each of your wall components, set what you want for Thermal Boundary Type and Temperature.

    4. During the Modify Material Properties step, on the Materials tab set all of the following parameters for the fluid material:

      • Thermal Conductivity

      • Specific Heat

    5. During the inlet (SPH elements) definition step, ensure you have defined a temperatue value greater than 0 K.

  2. Process your simulation as you normally would.

2.13.2. SPH Thermal Model: Technical details

The SPH Thermal Model evaluates heat exchange between SPH elements between SPH elements and walls present in the simulations. For each of these interactions, a different implementation of the heat exchange was applied.

Equation 2–72 presents the formulation for the heat exchange between SPH elements[4], where given 2 elements (i, j), the heat exchange between them is:

(2–72)

where:

  • is the volume associated to each element.

  • is the thermal conductivity associated to each element.

  • is the temperature associated to each element.

  • is the distance vector between elements i and j.

  • is the gradient of the kernel function with respect to the

    coordinates of element i.

  • is a parameter included to avoid singularities.

For the calculation of the heat exchange between an SPH element and a boundary triangle another formulation (presented in Equation 2–73) is used, in which the heat exchange between element i and boundary triangle j,, is given by:

(2–73)

Where:

  • is the thermal conductivity of element i.

  • is the initial SPH elements separation.

  • is the distance between element i and boundary triangle j.

  • is the temperature for the element or boundary triangle.