HyFLO: Hybridizable DG for CNS
DG schemes provide a basis for developing very higher order accurate codes for solving PDEs. However they have more degrees of freedom compared to continuous Galerkin methods. Hybridizable DG (HDG) schemes were developed in order to overcome some of the problems with DG schemes. Apart from the solution inside the cells, HDG schemes make use of an additional solution variable which lives only on the skeleton of the mesh (edges in 2-d and faces in 3-d). The solution in two neighbouring cells is coupled only through the skeleton solution. This allows us to eliminate the cell solutions and form a global problem involving only the skeleton solution, which has fewer degrees of freedom.Â
HyFLO is a HDG code for compressible Navier-Stokes equations built on top of the deal.II finite element library. It currently has the following features
2-d compressible NS
Quadrilateral meshes
Steady state, BDF1, BDF2 solvers
Newton method with exact jacobians computed using Sacado
Uses linear solvers from Trilinos
Future work will focus on
MPI-based parallel implementation using p4est
3-d compressible NS
Isoparametric elements
Grid adaptation
LES