QGDsolver is OpenFOAM framework for simulation of fluid flows using regularized equations approach. It contains library for approximation of partial derivatives at face centers of unstructured grids and a set of OpenFOAM solvers:
- QGDFoam – solver for compressible viscous perfect gas flows in a wide Mach number range – from 0 to infinity.
- QHDFoam – solver for incompressible viscous fluid flows with buoyancy force.
- particlesQGDFOam – solver for compressible viscous perfect gas flows in a wide Mach number range with particles – from 0 to infinity.
- particlesQHDFoam – solver for incompressible viscous fluid flows with buoyancy force with particles.
- SRFQHDFoam – solver for incompressible viscous fluid flows in rotating frame of reference with buoyancy force.
- QHDDyMFoam – solver for incompressible viscous fluid flows in domains with deforming boundary and with buoyancy force.
- interQHDFoam – solver for incompressible 2-phase viscous fluid flows with buoyancy force and surface tension.
- reactingLagrangianQGDFoam – solver for reacting multicomponent compressible viscous perfect gas flows in a wide Mach number range with particles – from 0 to infinity.
- scalarTransportQHDFoam – solver for scalar transport equation to demonstrate the very basics of QGD/QHD equations principles.
Brief description of the framework
In case of questions, please, write to:
- Forum threads on the site: cfd-online.com
- Issues of this repository on GitHub
Simulation of filament contraction with surface tension
Simulation of cubic droplet deformations due to surface tension
Source code: https://github.com/unicfdlab/QGDsolver
Programming language: C++