Publications
This page collects peer-reviewed journal papers related to the algorithms implemented in Quinoa. The papers are grouped by executables.
Inciter
- W. Li, A. Pandare, H. Luo, J. Bakosi, J. Waltz, Robust 3D multi-material hydrodynamics using discontinuous Galerkin methods, International Journal for Numerical Methods in Fluids, 2024.
This paper includes the complete description of the discontinuous Galerkin method for multi-material flows and associated numerical details implemented in Quinoa's Inciter (Compressible flow solver).
- A. Pandare, J. Waltz, W. Li, H. Luo, J. Bakosi, On the Design of Stable, Consistent, and Conservative High-Order Methods for Multi-Material Hydrodynamics, Journal of Computational Physics, 490: 112313, 2023.
This paper describes the consistent and conservative discontinuous Galerkin method for multi-material flows, which is implemented in Quinoa's Inciter.
- W. Li, A. Pandare, H. Luo, J. Bakosi, J. Waltz, A parallel p-adaptive discontinuous Galerkin method for the Euler equations with dynamic load-balancing on tetrahedral grids, International Journal for Numerical Methods in Fluids, 95(12), 2023.
This paper describes the discontinuous Galerkin method for implemented in Quinoa's Inciter (Compressible flow solver) under the DG hydro scheme.
- J. Bakosi, R. Bird, F.Gonzalez, C. Junghans, W. Li, H. Luo, A. Pandare, J. Waltz, Asynchronous distributed-memory task-parallel algorithm for compressible flows on unstructured 3D Eulerian grids, Advances in Engineering Software, 102962, 2021.
This paper describes the hydro scheme implemented in Inciter (Compressible flow solver) as DiagCG.
- A. Pandare, J. Waltz, J. Bakosi, Multi-material hydrodynamics with algebraic sharp interface capturing, Computers & Fluids, 215: 104804, 2021.
This paper describes a finite volume method for multi-material flows in 3D with sharp interface capturing, implemented in Quinoa's Inciter (Compressible flow solver) under the DG hydro scheme using the multi-material solver.
- A. Pandare, J. Waltz, J. Bakosi, A reconstructed discontinuous Galerkin method for multi‐material hydrodynamics with sharp interfaces, International Journal for Numerical Methods in Fluids, 92(8): 874-898, 2020.
This paper describes a discontinuous Galerkin method for multi-material flows in 1D, whose 3D version is implemented in Quinoa's Inciter (Compressible flow solver) under the DG hydro scheme using the multi-material solver.
- J. Bakosi, J. Waltz, N. Morgan, Improved ALE mesh velocities for complex flows, Numerical Methods in Fluids, 85: 662– 671, 2017.
This paper describes the algorithm implemented as an option (Helmholtz) to move the mesh for arbitrary Lagrangian-Eulerian mesh motion in ALECG in Inciter (Compressible flow solver).
- J. Waltz, N.R. Morgan, T.R. Canfield, M.R.J. Charest, L.D. Risinger, J.G. Wohlbier, A three-dimensional finite element arbitrary Lagrangian–Eulerian method for shock hydrodynamics on unstructured grids, Computers & Fluids, 92: 172-187, 2014.
This paper describes the hydro scheme implemented in Inciter (Compressible flow solver) as ALECG.
- J. Waltz, Parallel adaptive refinement for unsteady flow calculations on 3D unstructured grids, International Journal for Numerical Methods in Fluids, 46: 37–57, 2004.
This paper describes the Adaptive Mesh Refinement (TetAMR) algorithm implemented in Inciter (Compressible flow solver).
Walker
- J.R. Ristorcelli, J. Bakosi, A Fokker–Planck approach to a moment closure for mixing in variable-density turbulence, Journal of Turbulence, vol. 20, issue 7, Pages 393-423, 2019.
This paper develops a statistical moment closure for mixing of two fluids with very different densities in a flow that becomes turbulent starting from a quiescent state. Developed using the Monte Carlo solutions from walker::Beta, and walker::MixMassFractionBeta.
- J. Bakosi, J.R. Ristorcelli, Diffusion Processes Satisfying a Conservation Law Constraint, International Journal of Stochastic Analysis, vol. 2014, Article ID 603692, 9 pages, 2014.
This paper develops a set of constraints that enables the development of statistical representations of N non-negative continuous fluctuating variables satisfying a conservation principle. A practical example is N material mass fractions (that must always sum to unity) in a turbulent multi-material flow. Example model equations that satisfy such constraints are implemented in walker::Beta, walker::Dirichlet, and walker::GeneralizedDirichlet.
- J. Bakosi, J.R. Ristorcelli, A stochastic diffusion process for Lochner's generalized Dirichlet distribution, Journal of Mathematical Physics, 54(10), 2013.
This paper develops a system of stochastic differential equations whose statistically stationary solution is the generalized Dirichlet distribution. The system is implemented in walker::GeneralizedDirichlet.
- J. Bakosi, J.R. Ristorcelli, A stochastic diffusion process for the Dirichlet distribution, International Journal of Stochastic Analysis, 2013, Article ID 842981, 2013.
This paper develops a system of stochastic differential equations whose statistically stationary solution is the Dirichlet distribution. The system is implemented in walker::Dirichlet.
- J. Bakosi, J.R. Ristorcelli, Exploring the beta distribution in variable-density turbulent mixing, Journal of Turbulence, 11(37) 2010.
This paper explores the beta distribution as a potential statistical representation of the fluctuating fluid density in variable-density turbulence and sets the stage for developing a probability density function model that can be useful for simulations of turbulent flows in which exactly computing all relevant spatial and temporal scales is not computationally economical. Implementations of various versions of the stochastic differential equation whose invariant is beta can be found in walker::Beta, walker::NumberFractionBeta, walker::MassFractionBeta, walker::MixNumberFractionBeta, and walker::MixMassFractionBeta.