SearcharxivSearch

arXiv subjects

Laura Prieto Saavedra

Publications and source records attributed to Laura Prieto Saavedra.

3 recordsLinked to original sources

Solving the (Navier-)Stokes equations with space and time adaptivity using deal.II

In this article, we solve the Stokes and Navier-Stokes equations with the deal$.$II finite-element library. In particular, we use its multigrid, adaptive-mesh, and matrix-free infrastructures to design efficient linear and nonlinear iterative solvers, respectively. We solve the stationary Stokes equations on hp-adaptive meshes with a hp-multigrid approach, the transient Stokes equations with space-time finite elements and space-time multigrid, and, finally, the stabilized incompressible Navier-Stokes equations on locally refined meshes with a monolithic multigrid solver. The selected examples underline the flexibility and modularity of the multigrid infrastructure of deal$.$II.

math.NA

An implicit large-eddy simulation perspective on the flow over periodic hills

The periodic hills simulation case is a well-established benchmark for computational fluid dynamics solvers due to its complex features derived from the separation of a turbulent flow from a curved surface. We study the case with the open-source implicit large-eddy simulation (ILES) software Lethe. Lethe solves the incompressible Navier-Stokes equations by applying a stabilised continuous finite element discretisation. The results are validated by comparison to experimental and computational data available in the literature for Re = 5600. We study the effect of the time step, averaging time, and global mesh refinement. The ILES approach shows good accuracy for average velocities and Reynolds stresses using less degrees of freedom than the reference numerical solution. The time step has a greater effect on the accuracy when using coarser meshes, while for fine meshes the results are rapidly time-step independent when using an implicit time-stepping approach. A good prediction of the reattachment point is obtained with several meshes and this value approaches the experimental benchmark value as the mesh is refined. We also run simulations at Reynolds equal to 10600 and 37000 and observe promising results for the ILES approach.

physics.flu-dyn

Efficient distributed matrix-free multigrid methods on locally refined meshes for FEM computations

This work studies three multigrid variants for matrix-free finite-element computations on locally refined meshes: geometric local smoothing, geometric global coarsening, and polynomial global coarsening. We have integrated the algorithms into the same framework-the open-source finite-element library deal.II-, which allows us to make fair comparisons regarding their implementation complexity, computational efficiency, and parallel scalability as well as to compare the measurements with theoretically derived performance models. Serial simulations and parallel weak and strong scaling on up to 147,456 CPU cores on 3,072 compute nodes are presented. The results obtained indicate that global coarsening algorithms show a better parallel behavior for comparable smoothers due to the better load balance particularly on the expensive fine levels. In the serial case, the costs of applying hanging-node constraints might be significant, leading to advantages of local smoothing, even though the number of solver iterations needed is slightly higher.

math.NA