This repository has been archived by the owner on May 9, 2022. It is now read-only.
Releases: davidsblom/FOAM-FSI
Releases · davidsblom/FOAM-FSI
2.1
2.0
Notable changes
- New mesh motion solver based on radial basis function interpolation, and coarsening of the boundary points. The dense linear algebra package
Elemental
is used to perform all steps in parallel. - The tutorials are added to the continuous integration test suite executed at
wercker
, ensuring that the tutorials follow the latest developments. - Bug fixes and performance improvements.
1.9
1.8
- Add new fluid-structure interaction tutorials
- Update precice to latest commit from upstream
- Bugfix myMovingWallVelocity boundary condition when using sub-iterations (#273)
- Add SDIRK2PR time integration scheme for incompressible flow, and fluid-structure interaction simulations
- wercker: use separate debug and production pipelines (#293)
- wercker: use two-step build process, create docker image and compile and run FOAM-FSI tests
- Several bug fixes and performance improvements
1.7
1.6
- Introduce new linear elasticity solvers based on deal.II and foam-extend
- Steady state fluid, solid and fluid-structure-interaction solvers
- Continuous integration with wercker
- Upgrade of Eigen to 3.2.7
- Various bug fixes and improvements
1.5
- Upgrade of foam-extend to foam-extend-3.2
- Arbitrarily high order time integration for fluid-structure interaction using spectral deferred corrections (SDC) and the Picard Integral Exponential Solver (PIES). Other time integration schemes include BDF1, BDF2, and SDIRK2, SDIRK3 and SDIRK4 applicable to fluid mechanics and fluid-structure interaction.
- Use of a truncated singular value decomposition for the Anderson acceleration coupling algorithm applicable to partitioned fluid-structure interaction. Main result is better selection of interface vectors, and thus less coupling iterations.
- Several bug fixes and performance improvements to the mesh deformation library and FSI library
- Upgrade of third party package Eigen to Eigen 3.2.6
1.4
- (E)SDIRK time integration for incompressible flow solver based on the PIMPLE algorithm
- Adaptive time stepping for ESDIRK and SDC time integration schemes
- Add ability to use vertex based RBF interpolation for mesh deformation
- Use uniform, Clenshaw-Curtis, Gauss-Lobatto or Gauss-Radau node for the SDC time integration scheme
- Add CPU formulation switch for RBF mesh deformation
- Add polynomial switch for RBF mesh deformation
- Bugfixes and performances improvements