This is a software library intended for solving the linear system of equations resulting from the discretization of incompressible fluid flow equations.
This solver is appropriate for the use in general purpose finite element computational fluid dynamics (CFD) and fluid structure interaction (FSI) solvers. This library also covers two other standard linear solvers, i.e. Generalized Minimum Residual (GMRES) for non-symmetric systems and Conjugate Gradient (CG) for symmetric systems of equations.
Applications of this technology include compressible flow, blood flow, single and multi-fluid flow, heat conduction, and structural mechanics.
This library can be efficiently run on multiple cores, which makes it a practical option for problems with a large number of elements.
modeling software, CAD, analytics, software