Governing equations discretization

Understand how the mass, momentum, and energy equations are discretized and used by the flow solver.

The mass conservation equation gives:

where:

  • The superscript o refers to the value at the previous time step.
  • Δnj = njΔA.

For gases, the transient term is expressed as:

where R is the ideal gas constant.

The velocities at the integration point, Uj,ip are evaluated from momentum equations for the integration point velocities [5]. The resulting form of the mass conservation equation contains a pressure redistribution term, which resolves the pressure-velocity coupling problem that is typical of colocated methods [6].

The discretized form of the momentum conservation equation for velocity Uj, is defined as follows:

where μeff = μ + μt.

Similarly, the discretized conservation equations for energy is given by:

The equation for the passive component is given by:

where:

  • .
  • .

The discretized conservation equations for water vapor and turbulence quantities can be written similarly. The flow solver treats all these equations similarly as they all have similar form.

The terms in these equations are:

  • Transient
  • Convective
  • Effective diffusion
  • Source

Source terms

The flow solver computes the discretized source terms by multiplying Suj, Sh and S by the volume of the control volume.