QUICK scheme


title: "QUICK scheme" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["computational-fluid-dynamics"] topic_path: "general/computational-fluid-dynamics" source: "https://en.wikipedia.org/wiki/QUICK_scheme" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

In computational fluid dynamics QUICK, which stands for Quadratic Upstream Interpolation for Convective Kinematics, is a higher-order differencing scheme that considers a three-point upstream weighted by quadratic interpolation for the cell face values. In computational fluid dynamics there are many solution methods for solving the steady convection–diffusion equation. Some of the used methods are the central differencing scheme, upwind scheme, hybrid scheme, power law scheme and QUICK scheme.

The QUICK scheme was presented by Brian P. Leonard – together with the QUICKEST (QUICK with Estimated Streaming Terms) scheme – in a 1979 paper.

In order to find the cell face value a quadratic function passing through two bracketing or surrounding nodes and one node on the upstream side must be used. In central differencing scheme and second order upwind scheme the first order derivative is included and the second order derivative is ignored. These schemes are therefore considered second order accurate whereas QUICK does take the second order derivative into account, but ignores the third order derivative hence this is considered third order accurate. This scheme is used to solve convection–diffusion equations using second order central difference for the diffusion term and for the convection term the scheme is third order accurate in space and first order accurate in time. QUICK is most appropriate for steady flow or quasi-steady highly convective elliptic flow.

Quadratic interpolation for QUICK scheme

::figure[src="https://upload.wikimedia.org/wikipedia/commons/e/e3/Quadratic_profile.jpg" caption="Quadratic profile"] ::

For the one-dimensional domain shown in the figure the Φ value at a control volume face is approximated using three-point quadratic function passing through the two bracketing or surrounding nodes and one other node on upstream side. In the figure, in order to calculate the value of the property at the face, we should have three nodes i.e. two bracketing or surrounding nodes and one upstream node.

  1. Φw when uw 0 and ue 0 a quadratic fit through WW, W and P is used,
  2. Φe when uw 0 and ue 0 a quadratic fit through W, P and E is used,
  3. Φw when uw e
  4. Φe when uw e

Let the two bracketing nodes be i and i − 1 and upstream node i – 2 then for a uniform grid the value of φ at the cell face between the three nodes is given by:

: \phi_{face} = \frac{6}{8}\phi_{i-1} + \frac{3}{8}\phi_{i} - \frac{1}{8}\phi_{i-2}

Interpretation of the property when the flow is in different directions

The steady convection and diffusion of a property 'Ƥ' in a given one-dimensional flow field with velocity 'u' and in the absence of sources is given

:{d (\rho u \phi ) \over d x} = \frac{d}{d x}\left(r \frac{d \phi}{d x}\right) .

For the continuity of the flow it must also satisfy

:{d (\rho u ) \over d x} = 0.

Discretizing the above equation to a control volume around a particular node we get

:(\rho u A \phi)_e - (\rho u A \phi)_w = \left(rA\frac{\partial \phi}{\partial x}\right)_e - \left(rA\frac{\partial \phi}{\partial x}\right)_w

Integrating this continuity equation over the control volume we get

: \left(\rho u A \right)_e - \left( \rho u A \right)_w = 0

now assuming F = \rho u and D = r/\sigma x

The corresponding cell face values of the above variables are given by

: F_w = \left(\rho u\right)_w

: F_e = \left(\rho u \right)_e

: D_w = {r_w}/{\sigma x_{WP}}

: D_e = {r_e}/{\sigma x_{PE}}

Assuming constant area over the entire control volume we get

: F_e\phi_e - F_w\phi_w = D_e\left(\phi_E - \phi_P\right) - D_w \left(\phi_P - \phi_W \right)

Positive direction

When the flow is in positive direction the values of the velocities will be u_w 0 and u_e 0 ,

For "w (west face)" bracketing nodes are W and P, the upstream node is WW then,

: \phi_w = \frac{6}{8}\phi_W + \frac{3}{8}\phi_P - \frac{1}{8}\phi_{WW}

For "e (east face)" bracketing nodes are P and E, the upstream node is W then

: \phi_e = \frac{6}{8}\phi_P + \frac{3}{8}\phi_E - \frac{1}{8}\phi_W

Gradient of parabola is used to evaluate diffusion terms.

If Fw 0 and Fe 0 and if we use above equations for the convective terms and central differencing for the diffusion terms, the discretized form of the one-dimensional convection–diffusion transport equation will be written as:

: F_e \phi_e - F_w \phi_w = D_e\left(\phi_E-\phi_P\right) - D_w \left(\phi_P - \phi_W\right)

: F_e \left(\frac{6}{8} \phi_p + \frac{3}{8}\phi_E - \frac{1}{8}\phi_w \right) - F_W\left(\frac{6}{8}\phi_w + \frac{3}{8}\phi_p - \frac{1}{8}\phi_{ww} \right) = D_e \left(\phi_E - \phi_P \right) - D_W\left(\phi_p - \phi_w\right)

On re-arranging we get

: \left(D_w - \frac{3}{8} F_w + D_e + \frac{6}{8} F_e\right)\phi_P = \left(D_w + \frac{6}{8}F_w + \frac{1}{8}F_e\right)\phi_W + \left(D_e - \frac{3}{8}F_e\right)\phi_E - \frac{1}{8}F_w \phi_{WW}

now it can be written in the standard form:

: a_P \phi_P = a_W \phi_W + a_E \phi_E + a_{WW} \phi_{WW}

where:

::data[format=table]

a_Wa_Ea_{WW}a_P
D_w + \frac{6}{8}F_w + \frac{1}{8}F_eD_e - \frac{3}{8}F_e-\frac{1}{8}F_wa_W + a_E + a_{WW} + \left(F_e - F_w\right)
::

Negative direction

When the flow is in negative direction the value of the velocities will be uw e

For west face w the bracketing nodes are W and P, upstream node is E and for the east face E the bracketing nodes are P and E, upstream node is EE

For F_w F_e

: \phi_w = \frac{6}{8}\phi_P + \frac{3}{8}\phi_W - \frac{1}{8}\phi_{E}

: \phi_e = \frac{6}{8}\phi_E + \frac{3}{8}\phi_P - \frac{1}{8}\phi_{EE}

Substitution of these two formulae for the convective terms in the discretized convection-diffusion equation together with central differencing for the diffusion terms leads, after re-arrangement similar to positive direction as above, to the following coefficients.

::data[format=table]

a_Wa_Ea_{EE}a_P
D_w + \frac{3}{8}F_wD_e - \frac{6}{8}F_e - \frac{1}{8}F_w\frac{1}{8}F_ea_W + a_E + a_{EE} + \left(F_e - F_w\right)
::

QUICK scheme for 1-D convection–diffusion problems

:aPΦP = aWΦW + aEΦE + aWWΦWW + aEEΦEE

Here, aP = aW + aE + aWW + aEE + (Fe - Fw)

other coefficients

::data[format=table]

aWaWWaEaEE
Dw + 6/8 αw Fw−1/8 αwFwDe - 3/8αe Fe
::

where

:αw=1 for Fw 0 and αe=1 for Fe 0

:αw=0 for Fw e=0 for Fe

Comparing the solutions of QUICK and upwind schemes

From the below graph we can see that the QUICK scheme is more accurate than the upwind scheme. In the QUICK scheme we face the problems of undershoot and overshoot due to which some errors occur. These overshoots and undershoots should be considered while interpreting solutions. False diffusion errors will be minimized with the QUICK scheme when compared with other schemes. ::figure[src="https://upload.wikimedia.org/wikipedia/commons/3/36/Coparision_of_QUICK_and_UPWIND_solutions.jpg" caption="Comparison of QUICK and UPWIND solutions"] ::

References

References

  1. Leonard, B.P.. (1979). "A stable and accurate convective modelling procedure based on quadratic upstream interpolation". Computer Methods in Applied Mechanics and Engineering.
  2. (1995). "An introduction to computational fluid dynamics".
  3. Lin, Pengzhi. (30 April 2008). "Numerical Modeling of Water Waves: An Introduction to Engineers and Scientists".
  4. (20 September 2011). "Microfluidics and Nanofluidics Handbook: Fabrication, Implementation, and Applications".
  5. Jakobsen, Hugo A.. (23 June 2008). "Chemical Reactor Modeling: Multiphase Reactive Flows".

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

computational-fluid-dynamics