Skip to content

Releases: juanmanzanero/HORSES2D

First release

04 Jun 17:31
Compare
Choose a tag to compare

HORSES2D: a High-Order Spectral Element Solver for the Navier-Stokes equations.

Release v1.0

  • This is the first release of the solver.
  • This solver handles solving fluid flow problems with curvilinear non-conforming meshes.
  • Time integration is restricted to Explicit solvers.
  • A standard DG method is implemented for the Euler equations.
  • Both BR1 and IP (and SIPG,IIPG,NIPG primal form variants) are implemented for viscous terms.
  • Data management is performed using FORTRAN NetCDF libraries.
  • Data visualisation is achieved with either Tecplot or Paraview.
  • A preliminar parallelisation has been performed with OpenMP.
  • A case-dependant ProblemFile can be linked to the code with dynamic libraries to set cases specific procedures.