Buoyancy force

For buoyancy-driven flows, the flow solver uses the full gravity model for multiphase and multicomponent flows or flows with density differences from non-temperature sources, and the Boussinesq model for flows with small temperature-induced density variations.

Full gravity model

For buoyancy calculations, the gravity force is included in the source term SUj of the momentum conservation equation, as follows:

where gj is the jth component of the gravitational acceleration vector g.

However, incorporating the gravity force directly into the source term can lead to round-off errors. Therefore, the flow solver computes the gravity force based on the following equation:

where ρr is a reference density.

The momentum conservation equation in presence of buoyancy is re-written as:

where:

In these equations:

  • P* is the pressure field with respect to the hydrostatic variation.
  • P0 is called the offset pressure. It is the pressure when z = 0.

The flow solver adds the hydrostatic contribution at the openings where a relative pressure is specified and does not add it at the openings where an absolute pressure is specified. For example, you would not want to add the hydrostatic contribution at the opening at the bottom of a tank draining under gravity, but you would want to add it at the opening at the outlet of a channel through which fluid flows horizontally.

Boussinesq Model

The flow solver uses the Boussinesq model for the flows with the density variation due to small temperature changes. The buoyancy force per unit volume term (ρ - ρr) gj is modeled for incompressible liquid as follows:

where:

  • β is the coefficient of thermal expansion.
  • Tr is a reference temperature, at the same condition as ρr.
Note:
It is assumed that the pressure-density effects are negligible.

Thus, the momentum conservation equation in presence of buoyancy is:

The reference temperature, Tr, differs depending on the boundary conditions applied to the fluid domain.