1. Introduction
With the lattice Boltzmann method (LBM) gaining ever more popularity among computational fluid dynamics (CFD) and computational aeroacoustics (CAA) practitioners over the last few decades, several techniques for local grid refinement tailored to the method have been developed in order to satisfy the need for economical usage of computational resources. It is well known, however, that grid transition interfaces (GTIs) exhibiting abrupt variations in spatial resolution and various interpolation procedures, typical for non-uniform Cartesian grids used in the LBM, act as a source of spurious numerical artifacts accompanied by severe negative effects on the stability and accuracy of a simulation [
1,
2,
3,
4,
5].
A widely recognized category of grid refinement techniques takes advantage of the standard collide and stream procedure of the LBM as well as its efficient application on Cartesian grids by hierarchically subdividing the grid cells in a quad- (2D) or octree (3D) like manner, maintaining integer length and time scale ratios between neighboring grid levels. Depending on the data structure and specific arrangement of coarse and fine grid nodes relative to one another, this approach manifests itself in the form of various layouts, all of which generally utilize some sort of interpolation in order to reconstruct missing information during communication between the fine and coarse grids. A schematic depiction of established GTI layouts is shown in
Figure 1 for two dimensions. Whereas vertex-centered (vc) algorithms are characterized by grid nodes residing in cell corners and thus partially co-located coarse and fine nodes along grid transition interfaces, cf.
Figure 1a,b, cell-centered (cc) methods apply a volumetric description without the possibility of co-location [
6], cf.
Figure 1c.
In the vc framework, missing information at nodes with a co-located partner node on the neighboring level can be transferred from this partner through rescaling of its non-equilibrium distribution functions [
7,
8], while missing distribution functions at hanging nodes—i.e., those without a co-located partner node—are reconstructed employing spatial interpolation, usually based on cubic polynomials. Synchronization between grid levels is ensured by temporal interpolation. Typically, a grid overlap is used [
9,
10,
11,
12], allowing for a stability-enhancing explicit filtering of fine non-equilibrium functions to be applied during fine-to-coarse communication [
13,
14]. A vertex-centered grid structure including an
overlap between grids will be referred to as vc-ov within the course of this paper.
A more recent vc algorithm proposed by Astoul et al. [
4] omits overlapping and transferring complete sets of distribution functions at co-located nodes from their respective partners. Instead, missing fine and coarse distribution functions at these nodes are reconstructed simultaneously by requiring zeroth- and first-order non-equilibrium moments to vanish, which is achieved by iterative determination of a consistent equilibrium function. Distribution functions at hanging nodes are then reconstructed similarly to vc-ov. This
direct-coupling approach will be referred to as vc-dc.
In order to refill fine states after streaming in cc algorithms, coarse post-collision states are exploded onto fine interface nodes either uniformly [
15] or by employing linear interpolation [
16]. Missing coarse states are obtained by averaging fine particle densities, which is known as coalescence and acts as an implicit filtering operation during fine-to-coarse communication [
2,
17]. Since two layers of interface nodes need to be supplied with distribution functions and are thus able to perform two subsequent fine streaming steps, temporal interpolation becomes unnecessary. Furthermore, no rescaling of non-equilibrium distribution functions is performed when transferring information from one grid to another.
Another type of arrangement arises when both grids are shifted relative to each other with coarse nodes sitting in the coarse cell corners and fine nodes residing in their respective cell centers [
18,
19], cf.
Figure 1d. Following a previous study by the authors [
5], this kind of grid layout will be referred to as a
combined approach (cm) in the remainder of this paper. Reconstruction of missing distribution functions on both grids is achieved by gradient-based compact spatial interpolation. Similarly to cc algorithms, no temporal interpolation takes place. However, rescaling of non-equilibrium functions is applied, meaning that this approach literally combines operations of both vc and cc algorithms.
Since vortical pressure and density fluctuations are typically several orders of magnitude stronger than their purely acoustic counterparts, minor errors in the transmission and reconstruction of information, as well as sudden changes in cell size over GTIs, can lead to unphysical disturbances, which may appear unproblematic with regard to aerodynamic evaluation or perhaps remain undetected but would significantly distort simulation results from a point of view of aeroacoustics. Such spurious acoustic artifacts have been long known and reported in investigations utilizing classical Navier–Stokes-based solvers [
20,
21,
22,
23,
24,
25,
26,
27] and somewhat more recently for the LBM [
2,
3,
4,
28,
29] and are categorized in numerical reflections of acoustic waves at GTIs as well as numerical noise generated by vorticity passing through GTIs. A detailed and comprehensive literature review for classical Navier–Stokes-based solvers in this regard can be found, e.g., in chapter 5 of [
30] or for the LBM in chapter 6 of [
31]. Apart from the mentioned types of numerical noise, harmful interactions between non-hydrodynamic modes inherently present in the LBM dynamics and GTIs can act as spurious acoustic sources and lead to instabilities that render any LBM simulation null and void [
3]. Even if stability is not affected, this poses a serious difficulty in direct aeroacoustic simulations, which can be effectively performed with the LBM due to its ability to recover the Navier–Stokes equations in the weakly compressible limit and thus capture both unsteady aerodynamics as well as acoustic wave propagation simultaneously while exhibiting low dissipative properties [
32,
33,
34,
35,
36,
37].
Interestingly, to the best of the authors’ knowledge, direct comparisons between LBM grid refinement algorithms in the context of spurious aeroacoustic artifacts are only sparsely covered in the literature. This is especially the case for different interface layouts, cf.
Figure 1. In [
2], Gendre et al. conducted a comparison between their
directional splitting approach and the refinement algorithm of Lagrava [
13,
14] in terms of an acoustic pulse and a convected vortex crossing a refinement interface. Both of these algorithms are based on a vertex-centered arrangement. An extensive comparison of vertex-centered algorithms was later presented in the PhD thesis of Astoul [
31]. The introduced vertex-centered
direct coupling method in combination with the hybrid-recursive regularization collision model (HRR) [
38] proved to perform superior with regards to the eradication of numerical noise.
With respect to comparisons between different types of grid layouts, only a single qualitative result could be identified by the authors in the literature and is included in Section 2 of [
3], where Figure 2, showing a vortex passing through a refinement interface, indicates an increased amount of artificial noise produced by the cell-centered algorithm with linear explosion [
16] compared with the Lagravas vertex-centered algorithm mentioned above.
The present paper, which is a continuation of our previous work [
5], where different grid refinement algorithms and collision operators were analyzed with respect to their stability and accuracy, attempts to close part of this gap by analyzing the various grid refinement algorithms displayed in
Figure 1 with regards to the amount of numerical noise generated. For this purpose, four test cases of significance for aeroacoustics and with increasing complexity are examined, namely a 2D Gaussian acoustic pulse, a 1D convected acoustic wave, a 2D convected barotropic vortex, and finally a 3D jet flow. We show that for all four numerical test cases performed, a cell-centered approach, either with linear or uniform interpolation during the explode procedure, as well as a vertex-centered direct-coupling method, proves to be the most suitable with regards to aeroacoustics, as they produce the least amount of spurious noise. At this point, it should be mentioned that we only focus on refinement methods that are based on the classical collide-and-stream algorithm and which we consider to be representative for the majority of lattice Boltzmann simulations with local grid refinement.
After a concise recap of the theoretical background, collision models, boundary conditions, and the necessary terminology regarding the analyzed grid refinement schemes in
Section 2, we continue with a discussion of the conducted numerical tests and their respective results in
Section 3. Finally, we close this work with a summary and outlook on future work in
Section 4.
To conclude this introductory part, we would like to highlight the above-mentioned numerical artifacts associated with the change in local grid size by an illustrative example. Due to the existence of vortical structures with a variety of spatial and temporal scales as well as a substantial presence of non-hydrodynamic modes, such spurious effects are particularly noticeable in high Reynolds number turbulent flows, as relevant for many engineering applications.
Figure 2 shows a large eddy simulation of the airflow around a generic side mirror mounted on a flat plate [
39] at two different Reynolds numbers,
and
, and a Mach number of
using the LBM with a D3Q19 velocity stencil and hybrid-recursive regularization collision operator. The hybridization factor in the HRR model was set to
as recommended in [
31] for high Reynolds number turbulent flows. No explicit (i.e., based on physical reasoning) subgrid–scale stress model was used, leading to an implicit SGS formulation utilizing the HRR model’s inherent dissipation for the treatment of underresolved scales. The spatial discretization of the flow domain was realized by a non-uniform Cartesian grid consisting of several levels with the highest resolution, i.e., the smallest grid size, enclosing the object and a total number of approximately
grid nodes. As the highly turbulent wake emerging from the plate and blunt body surfaces and indicated by means of contours of the
Q-criterion passes through the innermost GTI located downstream, the GTI acts as a source of artificial acoustic waves, clearly visible as disturbances in the grayscaled velocity divergence field. These disturbances are propagated upstream, superimposing the physical sound field in the region around the body and thus distorting any aeroacoustic evaluation, especially in the case of the higher Reynolds number.
3. Numerical Experiments and Results
In order to emphasize the motivation for the selection of the individual benchmarks in
Section 3, the following research questions may serve as guidance:
Gaussian acoustic pulse: How do the individual refinement schemes compare with regard to the produced amount of artificial noise, given a purely acoustic scenario, i.e., without background flow?
Convected acoustic wave: To what extent do these methods differ in terms of interactions between spurious acoustic modes and the grid refinement interface when background flow is present?
Convected barotropic vortex: What is the effect on grid-transition-induced spurious artifacts when vorticity crosses the refinement interface?
Three-dimensional jet flow: Do the conclusions drawn in all previous cases hold true for a more demanding, high-Reynolds number flow?
3.1. Gaussian Acoustic Pulse
The Gaussian pulse is a classical benchmark for acoustic simulations and has served as a verification tool in a number of studies in the LBM context for both uniform [
65,
66] and non-uniform grids [
2,
4,
28]. In the present paper, the target of interest comprises an acoustic pulse at
that passes across a planar refinement interface, whereby a portion of the pulse is reflected. Since spurious acoustic modes are static in such a case and therefore do not interact with the interface, the observed reflections can be attributed solely to properties of the grid refinement scheme as well as the sudden change in spatial resolution [
3,
4].
A schematic depiction of the calculation domain comprising a pseudo-2D box of dimensions
with
is shown in
Figure 5. To prevent unphysical reflections at boundaries from corrupting the analysis, characteristic pressure boundary conditions are defined at the boundary faces. Additionally, a sponge layer including a linear increase in viscosity up to a maximum value of
separates the boundaries from the inner region. As explained in
Section 2.4, we set the relaxation constant
.
Since sound waves typically travel from higher to lower spatial resolution in a simulation, the Gaussian pulse is initialized in the fine grid as
and crosses the grid transition located at the center of the domain. In Equation (
28), perturbation quantities are defined like
. Furthermore,
is the base density,
the pulse amplitude, and
the shape factor, related to the standard deviation
through
and
.
Although non-hydrodynamic modes remain static here, unphysical artifacts attributed to their presence may still appear with the BGK model, superimposing pulse reflections and affecting the interpretation of results. For this reason, we adopt the HRR model with a hybridization factor of for the Gaussian acoustic pulse test case, effectively damping the aforementioned non-hydrodynamic mode impact.
The chosen value for
is recommended in [
31] for high-Reynolds number turbulent flows, as they are generally found in industrial applications. Due to the ever-growing significance of scale-resolving simulations in this context and with the HRR operator’s enhanced stability properties, its choice as a basis for this simple benchmark seems natural. Furthermore, as in our previous study, we adapted the HRR model with regard to a consistent central-difference approximation of strain rates across cc and cm refinement interfaces [
5]; the Gaussian pulse enables us to verify our approach for acoustic scenarios.
The pulse’s spatiotemporal evolution can be expressed in terms of the following analytical expression:
That was determined with the help of Wolfram Mathematica for verification and is evaluated along the abscissa in
Figure 6 compared with an HRR solution on a uniform fine grid that serves as a reference. In Equation (
29),
represents the zeroth-order Bessel function of the first kind. All remaining relevant simulation parameters are summarized in
Table 1.
Besides a stability increase, the injected numeric viscosity within the HRR model [
38], controlled by the value of
(cf. Figure
in [
5]), leads to a significant dissipation of spurious modes [
3] and expectedly affects the attenuation of physical sound waves as well. However, as depicted in
Figure 7 at time
for the reference solution on a uniform fine grid, the pulse’s amplitude decreases relative to the BGK solution only by approximately
and
for
and
, respectively. This aspect underlines the suitability of the HRR collision model for aeroacoustic purposes.
Pulse reflections for different grid refinement methods are shown in
Figure 8 along the abscissa, with the GTI represented by the dashed vertical line at
. First of all, it should be noted that the excellent agreement of cc and cm schemes, including our HRR adaptation from [
5], with the uniform fine grid on the right side of the interface indicates an undisturbed passage of the pulse and validates the approach for acoustic applications.
Qualitatively speaking, it can be stated that cc with linear explosion (cf. Equation (
25) cm, and vc-dc2 (cf. Equation (23)) exhibit a similar amount of reflection. The cc method with uniform explosion (cf. Equation (
24)) has not shown significant differences to cc linear for this test case.here for reasons of clarity. In agreement with [
4], the vc-ov method with the Lagrava filter produces a stronger reflection compared with vc-dc, whereby the difference to vc-ov, i.e., without stabilizing filtering, is only marginal, as can be seen in
Figure A3 in the Appendix. Nevertheless, the reflection is an order of magnitude smaller compared with the pulse for all methods. The phase inversion observed in the reflected waves between cc and cm on the one side and the vc schemes on the other is possibly related to the temporal interpolation within the latter. However, no further investigation has been carried out in this context. The shift for cm is caused by the interface extending over
and the resulting difference in interface node arrangement.
A comparison between the two reconstruction variants for vc-dc discussed in
Section 2.5 illustrates a noticeable reduction in reflection when retaining a maximum of available coarse states during grid communication, which diminishes aliasing effects and adds numerical dissipation to the scheme. This means a reconstruction of the fine distributions in
and
, so that in addition to the missing distribution functions at
![Fluids 10 00031 i004]()
, known states that originate from hanging nodes
![Fluids 10 00031 i005]()
are also replaced utilizing information from the coarse interface node
![Fluids 10 00031 i003]()
. Afterwards, only coarse states belonging to
need to be reconstructed, providing all necessary states for the subsequent collision step.
Figure A4 shows the corresponding diagram for vc-dc1. Although the MfP Mc procedure reduces the introduction of interpolation errors at
![Fluids 10 00031 i004]()
, this effect is balanced due to
states being reconstructed by spatial interpolation at
![Fluids 10 00031 i005]()
in contrast to vc-dc Mf McP, since we rely on an equal treatment of all fine interface nodes. A preceding investigation of the influence of different reconstructions at
![Fluids 10 00031 i005]()
, independent of
![Fluids 10 00031 i004]()
, did not reveal any significant differences.
A significant reduction in reflection can be achieved for the vc-ov LAG method by an MfP reconstruction, whereby we have tested several variants, and this one has proven to be the most beneficial. Here, solely the known states
are kept, while fine states in
and
are replaced with the help of the coarse partner
![Fluids 10 00031 i001]()
. Furthermore, all coarse functions are replaced using information from the fine partner node
![Fluids 10 00031 i002]()
. Relying on this form of reconstruction, the reflection amplitude is reduced to a degree similar to that of vc-dc2 MfP Mc, hence falling below the original vc-dc2 Mf McP algorithm.
To conclude this subsection, the following can be summarized for the Gaussian acoustic pulse benchmark:
For pure acoustic scenarios, i.e., without any background flow, vc-dc2, cc and cm provide similar accuracy with regards to spurious reflections at the interface.
A phase inversion of the reflected wave, which is possibly related to temporal interpolation, is observed between cc and cm schemes on the one side and vc schemes on the other.
Spatial filtering applied during communication in vc-ov, has no significant impact on the results.
Partial reconstruction procedures lead to a considerable decrease of reflected pulse amplitude in the case of vc-ov LAG and a smaller, yet noticeable reduction for vc-dc1 and vc-dc2.
3.2. Convected Acoustic Wave
The convected acoustic wave test case is suitable for investigating the interaction between spurious acoustic modes and grid transitions, since in contrast to the Gaussian pulse, these modes are not static and may therefore be convected across an existing interface.
Using a vc-ov LAG grid refinement scheme Astoul et al. analyzed in [
3] the energy transfer that occurs at the GTI between a spurious mode excited during initialization (termed
incident spurious mode) and physical acoustic modes if the incident spurious mode is not properly attenuated before impinging the interface. They demonstrated that a significant amplification of the incident spurious mode is observed for BGK and RR collision models, which leads to subsequent generation of acoustic waves emerging from the GTI. With HRR, no such artifacts appear since the incident spurious mode is sufficiently damped before reaching the grid transition (cf. figures 16-C and 19-C in [
3]). The subject of the present subsection is to investigate and compare these effects for various types of grid refinement methods, as, to the best of the authors’ knowledge, this test case has only been examined in the above-quoted reference for one type of grid transition algorithm before.
As depicted in
Figure 9, the acoustic wave is initialized in the fine grid of a pseudo-1D periodic domain of size
with
, according to
passing the GTI located at
after being convected upstream against the background flow
. All simulation parameters are summarized in
Table 2.
Several distinct phenomena can be identified in this type of scenario, some of which are indicated in
Figure 10 and were described in detail by Astoul et al. in [
3]. As they determined by means of spectral analysis, the incident spurious acoustic mode has negative group velocity and is therefore being convected upstream towards the GTI, where it is strongly amplified. Since this numerical artifact constitutes the crucial part, we focus on it here.
The top diagram in
Figure 10 shows unbounded growth of the incident spurious mode at the GTI for BGK collision with vc-dc2, including Mf McP reconstruction (original algorithm) and vc-ov, after the physical acoustic wave has already been convected across the grid transition, ultimately leading to instability and divergence of both simulations. Notice that no
restriction is used for vc-ov. In accordance with [
3], reflections and spurious acoustics generated at the GTI appear with negligible amplitude for this benchmark.
In the bottom part of the figure, the same situation is depicted with an alternative partial reconstruction procedure. When utilizing MfP Mc, i.e., retaining a maximum of known coarse states during the communication step by replacing only missing ones after reconstructing
, vc-dc2 is stabilized. Two acoustic waves are created at the GTI, one of which propagates upstream and the other downstream. This situation corresponds to the phenomena observed by Astoul et al. for vc-ov LAG with BGK and RR collision (cf. top of
Figure 11), with the difference that the amplitudes of the created acoustics are reduced considerably when either vc-dc2 MfP Mc or vc-dc1 in its original form, i.e., including Mf McP reconstruction, is used. With MfP Mc reconstruction, vc-dc1 still exhibits a noticeable decrease in artificial acoustic wave amplitude compared with vc-ov LAG, albeit higher than vc-dc1 Mf McP. The discrepancy between the two reconstructions for vc-dc1 could be related to a mismatch in consistency for vc-dc1 MfP Mc since a maximum of fine states is employed for the iterative determination of
, while, on the other hand, a maximum of coarse states is retained during the reconstruction of distribution functions at the interface. Yet vc-dc1 MfP Mc still leads to a reduction in the reflection of the Gaussian pulse, as was shown in
Section 3.1.
Regarding BGK vc-ov, several reconstruction strategies distributed among
Figure 10 and
Figure 11 have been examined. Generally speaking, a
restriction operation was only necessary for vc-ov and vc-ov MfP with BGK collision to achieve a stable solution. All other approaches that rely on partial reconstruction of distribution functions on either level remained stable without such filtering. However, high-frequency oscillations emerge, especially in the coarse grid, if filtering is dispensed with and only coarse states belonging to
are replaced. Furthermore, all partial reconstructions exhibited a less pronounced amplitude of the created upstream wave and a similar or weaker downstream wave compared with the full replacement, with the lowest amplitudes occurring for vc-ov Mf (LAG), amounting to a reduction of ≈
and ≈
relative to vc-ov LAG for the upstream and downstream wave, respectively.
Applying vc-ov together with RR collision, the results almost coincide with BGK vc-ov LAG. The regularization filters out detrimental high-frequency oscillations even without the use of a restriction operation. Nevertheless, the intensity of the artificial waves is essentially determined by the refinement method if no attenuation of the incident spurious mode is present prior to its interaction with the GTI, as it is the case with HRR.
While the cm approach leads to a similar amplitude for the created acoustics and smooths out oscillations by means of implicit filtering of during communication due to trilinear spatial interpolation, the cc method demonstrates substantially different properties. With the cc algorithm, neither high-frequency oscillations nor the up- and downstream acoustic waves are generated at the GTI for BGK collision. Regardless of the order of explosion, no harmful interactions of the incident spurious mode with the grid refinement interface can be observed, resulting in a behavior akin to that produced with the HRR collision model, so that only the spurious reflection caused by the sudden resolution change as well as some created low-amplitude spurious waves remain.
Our first hypothesis was that the increased numerical dissipation of the cc method compared with vc and cm we described in our previous study [
5] effectively impedes the excessive growth of the incident spurious mode at the GTI. Another explanation can be given by means of
Figure A5, where the cc algorithm is depicted with first- and second-order accurate explosion and tighter ordinate scaling at
. Since no indication of the interaction between the incident spurious mode and the GTI is present up to machine epsilon, which one would not expect if numerical dissipation were responsible for its mitigation, the scheme’s inherent mass and momentum conservation properties are likely to explain the favorable performance of the cc algorithm in the context of the convected acoustic wave test case. Even though the central Equation (
21) of the direct-coupling method is essentially built on the same premise [
4], the required temporal and spatial interpolations within the scheme may still violate mass and momentum conservation, thereby inducing the observed behavior.
Concerning the cause of the additional dissipation of the cc scheme, we incorporated the coalescence procedure—i.e., averaging of the
complete velocity distribution function
, instead of just filtering
during
communication—into the cm algorithm to see whether this would affect the results. However, no significant changes could be identified. This disproves the assumption we expressed in [
5] and means that the root of the dissipation is not linked to coalescence but possibly to the utilization of over-advanced fine distribution functions in the collision step during asynchronous iterations, which is a known source of error of the scheme [
15,
67]. Further research is necessary in this regard and will be left open for future work.
To conclude this subsection, the following can be summarized for the convected acoustic wave benchmark:
If no restriction of fine states during communication is applied in vc-ov with classical BGK collision, divergence occurs due to incident spurious acoustic mode growth at the grid transition interface. Similar stability problems are encountered with BGK vc-dc2, whereas vc-dc1 remains stable.
Relying on a partial reconstruction procedure during grid communication stabilizes both BGK vc-ov and BGK vc-dc2. Clearly visible high-frequency oscillations are encountered in case of vc-ov, superimposing the created up- and downstream spurious acoustic waves.
Utilizing a restriction operation and/or RR collision stabilizes vc-ov, damping high-frequency oscillations, albeit showing increased amplitudes of the created up- and downstream acoustics compared with the partial reconstruction procedure. Consequently a combination of both steps is preferable with BGK collision in this case. The combined scheme leads to a behavior akin to that of stabilized vc-ov.
The cell-centered schemes completely suppress the incident spurious mode growth and associated generation of the spurious up- and downstream acoustics, resulting in a nearly undisturbed passage of the convected physical wave across the transition. This is attributed to the scheme’s inherent mass and momentum conservation properties. Thus, for this benchmark, a similar accuracy is achieved with the BGK collision operator as with HRR collision (see [
3]), when employing cc either with linear or uniform explosion.
3.3. Convected Barotropic Vortex
To investigate the effect of transporting vorticity across various types of grid refinement interfaces, we next consider the barotropic vortex that was introduced by Wissocq et al. in [
51] and has since been utilized in several studies on spurious aeroacoustic emissions in lattice Boltzmann simulations on non-uniform grids [
2,
3,
4].
The vortex is initialized in the fine grid of a pseudo-2D periodic box of size
with
, which is schematically depicted in
Figure 12, by the relation
and convected across the GTI located in the middle of the domain. A summary of all relevant simulation parameters is provided in
Table 3.
As can be verified directly from Equation (
31), the vortex is characterized by a perturbation in both the velocity and density field, thereby exciting spurious shear and acoustic modes with a severely negative impact on stability and accuracy in the case of locally refined grids. Similar to the convected acoustic wave test case in
Section 3.2, harmful interactions with the grid transition can lead to spurious mode amplification and subsequent contamination of the flow field if these modes are not properly attenuated before reaching the interface. Such a situation is illustrated in
Figure 13. The RR collision operator does not filter out all spurious modes excited during initialization and is thus characterized by a greater amount of artificial noise produced for vc-ov LAG compared with the HRR model [
3] with the same refinement algorithm and a hybridization factor of
, i.e., two percent of strain-rate tensor reconstruction by means of central finite differences.
Contrary to this, with cc-linear, the divergence fields for RR and HRR appear identical, apart from the clearly visible spurious modes for RR. Here, we again employ our HRR adaptation for the cc algorithm introduced in [
5]. The vortex crosses the interface with a significantly less pronounced deformation relative to vc-ov LAG, attributed to the inherent mass and momentum conservation properties of the cc scheme.
Figure A6, displaying the vorticity field, confirms similar observations for the spurious shear mode. All previously described results also hold true for the cell-centered algorithm with uniform explosion.
For the remaining analysis, we rely on HRR collision to get rid of spurious mode contributions and hence extract the sole effect of the various refinement schemes with their individual interpolations and population reconstruction approaches.
Figure 14 and
Figure 15 show the relative pressure field
, with
denoting the reference solution that has been obtained on a uniform fine grid. Since a single vortex in a homogeneous flow is not expected to emit any acoustic waves, all the appearing disturbances are of a parasitic nature with roots in the grid refinement algorithm itself [
4].
The negative influence of an additional LAG or TOU restriction of fine non-equilibrium distributions during communication is clearly recognizable compared with vc-ov without a filter. The highest intensity in parasitic noise in both the mean and maximum value is obtained with the cm algorithm that combines an equivalent filtering of non-equilibria by utilization of trilinear interpolation with an increased spatial decoupling of the fine and coarse interface nodes, since an overlap width of at least two coarse cells is necessary. Accordingly, enlarging the distance between interface nodes to an overlap size of two (vc-ov2) and three (vc-ov3) is accompanied by a gradual increase in the emitted noise for the vc-ov algorithm.
In accordance with the observations described for the preceding test cases, the cell-centered and vertex-centered direct-coupling schemes qualitatively produce the least disturbed pressure fields. Furthermore, a substantial improvement with regards to the emission of parasitic noise is obtained in the case of the vc-ov algorithm with a partial MfP Mc reconstruction, meaning retaining a maximum of available coarse information by replacing only missing coarse functions as well as fine functions belonging to the
and
subsets. For a more precise delimitation of the perceptible differences between the various schemes, 32 pressure probes have been placed equidistantly in the far field of the vortex at a radial distance of
relative to the center. Data are collected at these probes until
to produce directivity maps together with azimuthally averaged and maximum values of the Overall Sound Pressure Level defined as
with RMS pressure
and a reference value of
. The corresponding results are shown in
Figure 16. Recalling that an increase of the sound pressure level by
is equivalent to doubling the sound pressure [
31], the strong attenuation of the parasitic noise with vc-ov MfP Mc becomes evident. By relying on partial population reconstruction, we are able to reduce the mean OASPL by
and the peak value by
, with the emission pattern being altered mainly in the fine grid and along a direction parallel to the interface. The algorithm of Lagrava results in a deterioration of
and
relative to vc-ov in the mean and maximum value, respectively, whereby the parasitic emission can be marginally decreased with the anisotropic Touil filter.
As for the cc scheme, the linear interpolation of coarse post-collision states achieves a significant improvement of and in the mean and maximum OASPL, respectively, compared with uniform explosion and the lowest average sound level of all analyzed refinement algorithms. In the maximum value, only vc-dc2 in its original Mf McP reconstruction form produces less artificial noise, being below cc linear. Our partial reconstruction alternative of vc-dc2 MfP Mc turns out to be slightly worse than the original form with and , but still performs better than cc uniform.
To conclude this subsection, the following can be summarized for the barotropic convected vortex benchmark:
If the HRR collision operator is employed to filter out non-hydrodynamic modes, cc linear and vc-dc2 Mf McP demonstrate the most advantageous properties in terms of suppressing spurious artifacts.
In the case of the RR collision operator, cell-centered approaches are found to be the only schemes examined in this study that are able to prevent disturbances identified with harmful interactions between spurious shear and acoustic modes convected across the grid transition and the refinement interface.
Use of a restriction operation during communication has a negative impact on the spurious noise emission of vc-ov, whereby an anisotropic Touil filter performs slightly better than the arithmetic averaging of Lagrava.
The emission characteristics of the vc-ov algorithm can be significantly improved by partial reconstruction and shifted towards the range of cc uniform.
3.4. Three-Dimensional Jet Flow
To conclude this work, we consider a three-dimensional jet test case, which represents a particular challenge for a grid refinement scheme. As schematically depicted in
Figure 17, the jet enters the calculation domain of size
into the fine grid through an orifice and orthogonally impinges the grid transition at a high Reynolds number of
. To ensure a stable solution under these demanding conditions, we utilize the HRR collision model with the hybridization parameter set to
.
In order to prevent pressure wave reflections at the lateral boundaries and the outflow, we employ a combination of sponge layers with linearly increasing viscosity as well as the characteristic pressure conditions described in
Section 2.4 and set the relaxation constant for the entering wave amplitude to
. A summary of all other relevant simulation parameters is provided in
Table 4.
The inflow boundary is separated from the surrounding characteristic pressure boundaries by a simple bounce-back no-slip condition to avoid instability. We understand that reflections from this wall will alter the results in absolute terms. However, since we are interested exclusively in a comparison of the individual refinement variants and use this setup in the same form for all methods, this is a systematic error that does not significantly affect the acquired findings.
Qualitative results are given in
Figure 18, representing the time instant at
when the jet just barely passed through the grid transition with the frontmost part. The jet itself is visualized by means of contours of the
Q-criterion with
, colored by velocity magnitude. In the background, parasitic noise is displayed as disturbances in the velocity divergence field.
First of all, it can be stated that the jet tip is structurally influenced only to a minor extent by the presence of the interface and thus appears similar for all schemes. Compared with the reference solution obtained on a uniform fine grid, high-intensity spurious waves are generated at the GTI and spread radially outward for the three depicted vc-ov variations and the cm algorithm. The difference in the shape of the disturbances emerging for cm compared with vc-ov is likely caused by the spatial separation of interface nodes extending over a width of two coarse cells in the former scheme. In accordance with the convected acoustic wave and convected barotropic vortex test cases, an increase in spurious noise is noticed with the LAG restriction for vc-ov, although not as pronounced as in the aforementioned benchmarks. Moreover, relying on a partial MfP Mc reconstruction, a noticeable reduction in the spurious wave intensity is achieved. With this reconstruction procedure, all available and valid coarse post-streaming distribution functions are retained instead of being reconstructed using information from the fine grid. This adds dissipation to the scheme and mitigates aliasing errors since the amount of scales not resolvable on the coarse grid is decreased. However, the spurious source remains clearly visible for vc-ov MfP Mc.
Again, the cell-centered and vertex-centered direct-coupling schemes prove to exhibit the most favorable properties in terms of aeroacoustics of all investigated schemes. For uniform explosion as well as vc-dc1 no significant differences have been identified to the cc linear and vc-dc2, respectively. Despite some remaining artifacts, such as high-frequency oscillations appearing in the fine grid, no high-intensity spurious wave source is present for either of these methods.
Quantitative results are summarized in
Figure 19 in terms of Power Spectral Density (PSD) estimates
of pressure fluctuations evaluated at the probe position marked in
Figure 17. From the moment the jet impinged the transition, time series data have been collected over a period of
, corresponding to approximately
samples. In order to mitigate frequency leakage, we partitioned the data into eight segments with
overlap and applied the flattop window function before calculating the PSD by means of Welch’s method. As a reference, the uniform fine grid solution is once again included.
The major qualitative differences previously described are clearly reflected between the individual methods in the mid-to-high frequency range, where three distinct groups can be identified, separated by approximately one to two orders of PSD magnitude. The first one consisting of the cm scheme as well as the vc-ov methods, with the influences of filtering and partial reconstruction described above being evident. The second group is formed by the vc-dc methods, which demonstrate a significant improvement in PSD. A slight downward shift can be seen with vc-dc2 MfP Mc compared with Mf McP, despite the obvious high-frequency perturbations in the fine grid in
Figure 18.
Notwithstanding the similar qualitative results, there is another substantial leap to the third and final group, the cc schemes, which in turn show no recognizable differences between one another and prove the most suitable in the case of the jet. Although it remains to be emphasized that none of the methods can be completely free of artificial noise, this test once again highlights the essential importance of the cc scheme’s inherent mass and momentum conservation properties for the mitigation of grid-induced noise.
To conclude this subsection, the following can be summarized for the three-dimensional jet benchmark:
In accordance with observations obtained in the previous benchmark simulations, cell-centered schemes show the most favorable properties in terms of grid-induced noise, exhibiting a substantial leap in PSD spectra over the mid- to high-frequency range compared with all other investigated methods for the jet flow.
For vertex-centered methods, a significant improvement is achieved by the direct-coupling approach.
4. Summary and Outlook
In this study, established hierarchical grid refinement techniques for the lattice Boltzmann method have been examined in the context of spurious aeroacoustic emissions. Particular attention was devoted to a juxtaposition of different classes of grid structures comprising vertex-centered (vc), cell-centered (cc), and combined methods (cm), since a corresponding quantitative analysis has been lacking in the literature to date. Furthermore, various existing variations of vertex-centered and cell-centered methods were included in the study.
With regards to vertex-centered methods, the widespread algorithm of Lagrava served as a foundation (vc-ov LAG). We analyzed the effects of a more sophisticated anisotropic filter during fine-to-coarse communication proposed by Touil et al. (vc-ov TOU) and of omitting the restriction operation entirely (vc-ov). A more recent vertex-centered direct-coupling algorithm (vc-dc) was considered that dispenses with a grid overlap and has been proven to exhibit favorable characteristics for aeroacoustics due to improved conservation properties. For both the vc-ov and vc-dc schemes, alternative formulations differing in the particle sets to be reconstructed at interface nodes have been studied.
Concerning cell-centered approaches, uniform explosion as well as linear interpolation of coarse post-streaming functions during the explode procedure were looked at. In addition to the classical Bhatnagar–Gross–Krook (BGK) collision operator, we also considered the more advanced recursive regularized (RR) and hybrid-recursive regularized (HRR) collision models to be able to distinguish between multiple sources of parasitic noise. Within the HRR model, the hybridization parameter that determines the proportion of strain-rate tensor reconstruction by means of finite differences was set to in all cases, since this value is recommended in the literature for industrially relevant flow scenarios.
Four test cases with increasing complexity and significance for aeroacoustic applications have been investigated, the first of which comprised a Gaussian acoustic pulse in
Section 3.1 that spread across a grid transition interface (GTI). An alteration in numerical properties between the coarse and fine grid due to the sudden resolution change as well as interpolations utilized in the individual refinement methods inevitably causes a spurious reflection of the pulse. In this purely acoustic scenario, the most pronounced reflection amplitude—albeit still being very small relative to the physical pulse—was present for vc-ov, independent of whether a restriction operation was included, while no significant differences have been identified between the cc and vc-dc schemes. Through an alternative reconstruction approach during the grid communication step based on retaining as much information from the coarse interface node as possible, we were able to achieve a noticeable reduction in the pulse amplitude for vc-dc1 and vc-dc2. Referring to the nomenclature introduced in
Section 2.5, this MfP Mc termed variant first reconstructs fine distribution functions belonging to subsets
and
and afterwards only missing coarse functions in
, in contrast to the original vc-dc formulation, where a Mf McP reconstruction is employed. Moreover, among many tested variations, a partial MfP reconstruction strategy displayed the strongest attenuation of the pulse reflection for the vc-ov LAG algorithm. In this variation, all coarse states are replaced, and valid available post-streaming states are kept. The agreement of the physical pulse with the reference solution for a uniform fine grid shows that the HRR adaptation for cc and cm is applicable for acoustics.
The second test case consisted of a convected acoustic wave. In accordance with the literature, an incident spurious acoustic mode is excited that is amplified at the GTI. With the BGK collision model, severe instabilities arise for vc-ov and vc-dc2 due to this process, which can be dealt with in several ways. Using our proposed MfP Mc reconstruction approach leads to a mitigation of the incident spurious mode amplification, thereby rendering a stable solution. For vc-ov, several partial reconstruction methods achieved a similar effect. Albeit a subsequent generation of up- and downstream acoustic waves was noticed that have been described in the literature before for vc-ov LAG, the amplitudes of these waves have been reduced considerably compared with the Lagravas algorithm.
The cell-centered methods not only provided a stable solution with BGK, but, besides very-low-amplitude spurious waves, together with the unavoidable reflection of the physical wave, did not generate any of the previously described acoustic waves at the interface. Since no indication of these parasitic phenomena has been found up to machine epsilon, it was concluded that the inherent mass and momentum conservation properties of the cc methods are responsible for this observation.
In the convected barotropic vortex test case, the transport of vorticity across the GTI was investigated qualitatively and quantitatively. The analysis was conducted in two steps. First, the effect of spurious mode amplification at the GTI was examined by comparison between RR and HRR collision for vc-ov LAG and cc linear. With the HRR collision operator, spurious modes are effectively dampened before reaching the GTI, thus the observed parasitic noise is solely rooted in the refinement algorithm itself. For the vc-ov LAG algorithm, significant differences appeared between RR and HRR in the vorticity and divergence fields, indicating the effect of spurious shear and acoustic modes. Similar to the convected acoustic wave test case, the cell-centered method showed no sign of such artifacts. Even though spurious modes were clearly present, no interaction with the GTI took place.
In the second step, we relied on the HRR operator to filter out detrimental non-hydrodynamic modes in order to isolate the influence of the various refinement algorithms. For cc and cm schemes, again our adaptation has been utilized. Pressure probes were placed in the far field of the vortex in order to measure Overall Sound Pressure Levels (OASPL) of the parasitic noise and provide corresponding directivity maps. A significant reduction in the azimuthally averaged and maximum OASPL of and , respectively, was found with a partial MfP Mc reconstruction for vc-ov compared with a full replacement of interface distribution functions. The cell-centered scheme with linear explosion showed an improvement of and in the mean and maximum OASPL, respectively, relative to the version including uniform explosion, and performed very similarly to vc-dc2 Mf McP (original form), being slightly better in the mean but worse in the maximum value by . Our vc-dc2 MfP Mc alternative exhibited OASPL levels in between vc-dc2 Mf McP, cc linear, and cc uniform.
To conclude this paper, a high-energy jet flow impinging a planar, vertical GTI at a Reynolds number of was simulated. In order to guarantee a stable solution, this test was performed using the HRR collision model. Even though a partial MfP Mc reconstruction was able to recognizably weaken the emerging parasitic sound wave for vc-ov, its intensity remained comparatively high. Out of all methods, again the cell-centered and vertex-centered direct-coupling algorithms generated the least amount of spurious noise. Despite their similar qualitative results, Power Spectral Density (PSD) estimates revealed an offset of approximately two orders of PSD magnitude in favor of the cc schemes, which conversely demonstrated no significant differences among each other.
The insights gained in this work highlight the importance of mass and momentum conservation at grid transition interfaces for the reduction in spurious emissions in aeroacoustic simulations with the lattice Boltzmann method and provide a reference for the selection of suitable refinement algorithms in this context. Despite the vertex-centered direct-coupling algorithms being built on this premise, spatial and temporal interpolations may still alter its conservation properties and explain the differences observed relative to inherently conservative cell-centered schemes.
In this study, we focused on planar, vertical grid transitions. However, inclined, stepped interfaces can exhibit deteriorating effects in vc methods due to the involved spatial interpolations at hanging nodes. Recently, Berezin et al. [
68] proposed a new grid refinement method based on conversions between LBM stencils for BGK collision to provide a recalibration of populations and hence an interpolation-free algorithm. Although the barotropic vortex is part of the validation, no detailed analysis with regards to spurious emissions is given. An evaluation of this algorithm’s performance in relation to the research subject presented here, together with an in-depth study including inclined grid transitions, will be left open for future work.