z-logo
open-access-imgOpen Access
Assessment of discretization schemes applied to the transport of a passive scalar in a ventilated enclosure
Author(s) -
Georges Halim Atallah,
Emmanuel Belut,
Sullivan Lechêne,
Benoît Trouette,
Stéphane Vincent
Publication year - 2020
Publication title -
aip conference proceedings
Language(s) - English
Resource type - Conference proceedings
SCImago Journal Rank - 0.177
H-Index - 75
eISSN - 1551-7616
pISSN - 0094-243X
DOI - 10.1063/5.0027189
Subject(s) - enclosure , discretization , scalar (mathematics) , mechanics , mathematics , overshoot (microwave communication) , a priori and a posteriori , upwind scheme , diffusion , convection–diffusion equation , computer science , mathematical analysis , physics , thermodynamics , geometry , telecommunications , philosophy , epistemology
This paper is a comparative study of classical spatial discretization schemes applied to an experimental case. Numerical simulations are performed according to large cell Péclet numbers. This should show the limitations of some schemes such as the upwind-difference scheme (numerical diffusion) or the central-difference scheme (overshoot and undershoot) for large cell Péclet number. However, in the case of the transport of tracer gas concentration in a ventilated enclosure, we show here that these kinds of schemes are a priori sufficient. INTRODUCTION Operators who handle chemicals work under ventilation protection devices, such as laboratory fume cupboards. Their role is to reduce the risk of inhalation of hazardous vapours through their confinement. Despite this, the confinement of these hazardous fumes has been shown to be broken by disruptive air draughts [1, 2, 3, 4, 5]. Indeed, these confinement breaks generate leaks of toxic fumes outside these protection devices, exposing the operators to inhalation risks. So it is therefore important to precisely quantify the dynamics of these toxic pollutant leaks. One approach to achieve this is the use of CFD (Computational Fluid Dynamics) technique. The aim is to compute a solution of the transport equation of a passive scalar (tracer gas) using this technique. Several discretization schemes allow this, some of them giving a different response, more or less accurate, depending on the cell Péclet number of the problem. Simulations also need to be performed at large scale and with a reasonnable computation cost. Whence the need to use large time steps that can, a priori, lead to the failure of the boundedness or conservativeness of the numerical schemes. In this study, several discretization schemes will be evaluated by comparing the numerically computed and experimentally measured air age, which is a criterion for evaluating the efficiency of ventilated enclosure confinement. EXPERIMENTAL SETUP A ventilated enclosure is used to carry out a tracer gas transport experiment. This enclosure is a parallelepiped box of volume 0.128 m3 where air is injected permanently at a flow rate of 40 L ·min−1 through a 4 cm diameter circular inlet and evacuated through an outlet of the same dimension. This results in an air jet with an inlet-based Reynolds number of 1500 (the experiment is described in detail in [6]). After the airflow has become statistically established inside the enclosure, tracer gas is then injected. Its concentration is then measured over time using PID (photoionization detector, Ion Science Ltd) sensors in various locations inside the enclosure. The associated Peclet number varies between 500 and 2000 outside the jet area and between 10,000 and 20,000 inside. The concentration is therefore transported largely by the advection process. 0.4 m 0.4 m 0.8 m 0.04 m 0.04 m 0.345 m 0.055 m z y x 0.055 m Mesh on Fugu Mesh on fluent FIGURE 1. Illustration of the ventilated enclosure. CFD METHOD In order to extend the comparisons between the available discretization schemes, two different CFD codes were used for the numerical simulations, the ANSYS Fluent commercial code and the Fugu homemade code. The QUICK discretization scheme was used in the simulations with Ansys Fluent and the first order upwind-difference, centraldifference and weno schemes type with Fugu. The WALE large eddy simulation model and a direct numerical simulation were used respectively with Ansys Fluent and Fugu. The governing equations of the carrier airflow assumed to be incompressible and isothermal are solved using a finite volume method on an irregular and staggered Cartesian grid with Fugu and a hexahedral grid with Ansys Fluent: ∇ · u = 0, (1) ρ ( ∂u ∂t + ∇ · (u ⊗ u) ) = −∇p + ∇ · [ (μ + μsgs) ( ∇u + (∇u)T )] , (2) where u is the velocity vector, p is the pressure, ρ ≈ 1.225 kg ·m−3 is the density and μ ≈ 1.789 · 10−5 kg ·m−1 · s−1 is the dynamic viscosity of the carrier airflow and μsgs is not zero when a subgrid scale large eddy simulation model is used. Gravity effect are neglected and boundary conditions for u are no-slip condition for all walls and zero gradient at the outlet for the normal component. A centered scheme is used to discretize the advection term and viscous terms whereas time integration is carried out with a second order Gear scheme. Pressure is obtained by using a time-splitting approach for handling pressure-velocity coupling. A scalar projection method is considered here [7]. These schemes are combined with the preconditioned MILU-BICGSTAB II solver to build a solution of equations (1)-(2). Assuming that the airflow is correctly resolved and statistically converged [8], the equation of advection-diffusion transport of a passive scalar (concentration) is solved consecutively: ∂C ∂t + ∇ · (uC) = ∇ · ( (D + Dsgs)∇C ) . (3) where C is the normalized (from 0 to 1) concentration passive scalar of the tracer gas injected into the ventilated enclosure. D is its diffusion coefficient taken equal to 10−5 m2 · s−1 so that D ≈ μ/ρ and Dsgs is not zero when a subgrid scale large eddy simulation model is used. Discretization schemes First Order Upwind-Difference Scheme The first order upwind-difference scheme is the most stable and is unconditionally bounded. This scheme is often used for problems where advection transport is the dominant process. Its weak point, mainly due to the fact that it is a first order accurate scheme, is that it can introduce undesired fictitious diffusion to the computed solutions [9]. Central-Difference Scheme The central differencing scheme, which is second order accurate, can produce more precise results but it is subject to conditions that, if not satisfied, leads for example to non-physical overshoot and undershoot in computed solutions. These unrealistic physical solutions can occur when the cell Péclet number is greater than 2 and which is defined as Pec = U∆x/D, where U and ∆x are characteristic velocity and length respectively [10]. Quick (Quadratic Upstream Interpolation for Convective Kinetics) Scheme The quick scheme is a third order accurate scheme and he is less numerically diffusive than the upwind-difference scheme. However, as well as the central-difference scheme, if it does not satisfy a given boundedness condition (Pec < 8/3), non-physical overshoots and undershoots may occur in the resulting numerical solutions [11]. Non-conservative Weno (Weighted Essentially Non-Oscillatory) Scheme One advantage of the nonconservative1 Weno scheme is its ability to handle the transport of a scalar with strong discontinuities. They are also very little dissipative [12]. RESULTS AND DISCUSSION The evolution of the tracer gas concentration injected into the enclosure is calculated at 36 points (sensors) uniformly distributed throughout the interior. A comparison between the concentration computed and measured at 3 points near the on the enclosure, with different discretization schemes and codes, is presented in Figure 2. ~ 64x32x32 FLUENT QUICK SCHEME ~ 128x64x64 FLUENT QUICK SCHEME 128x64x64 FUGU CENTRAL-DIFFERENCE SCHEME 128x64x64 FUGU UPWIND-DIFFERENCE SCHEME 192x96x96 FUGU CENTRAL-DIFFERENCE SCHEME 192x96x96 FUGU UPWIND-DIFFERENCE SCHEME Exp 0 100 300 200 400 500 600 700 800 90

The content you want is available to Zendy users.

Already have an account? Click here to sign in.
Having issues? You can contact us here
Accelerating Research

Address

John Eccles House
Robert Robinson Avenue,
Oxford Science Park, Oxford
OX4 4GP, United Kingdom