You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
@@ -4,170 +4,30 @@ FSI tools for partinioned coupling between generic solid and fluid solvers.
4
4
[](LICENSE)
5
5
6
6
## Features
7
-
As of December 2018, interfaces for the following solvers are implemented:
8
-
7
+
CUPyDO currently features interfaces for the following solvers:
9
8
- Solid:
10
9
- Metafor --> A Nonlinear Finite Element solid solver developed at the University of Liège (http://metafor.ltas.ulg.ac.be/dokuwiki/)
11
10
- RBM --> A dynamic 2dof pitch/plunge solid solver developed at the University of Liège (https://github.com/ulgltas/NativeSolid)
12
11
- modali -> A static/dynamic modal solver developed at the University of Liège (https://github.com/ulgltas/modali)
13
12
- GetDP --> A free finite element software and a general environment for the treatment of discrete problems, developed at University of Liège (http://getdp.info/)
14
13
- Fluid:
15
-
- PFEM --> Particle Finite Element Method fluid solver developed at the University of Liège (https://github.com/ulgltas/PFEM)
16
-
- SU2 --> Open-source CFD code developed at Stanford University (http://su2.stanford.edu/)
17
-
- Flow --> A Full Potential Finite Element fluid solver, part of the waves project, developed at the University of Liège (https://github.com/ulgltas/waves)
- PFEM --> Particle Finite Element Method fluid solver developed at the University of Liège (https://gitlab.uliege.be/am-dept/PFEM)
15
+
- SU2 --> Open-source CFD code developed at Stanford University (https://su2code.github.io/)
16
+
- Flow --> A Full Potential Finite Element fluid solver, part of the waves project, developed at the University of Liège (https://gitlab.uliege.be/am-dept/waves)
17
+
- VLM --> A Vortex Lattice Method, developed at the University of Liège (https://github.com/ulgltas/VLM)
18
+
19
+
Furthermore, CUPyDO features two interpolation alogrithms:
20
+
- Radial Basis Functions (RBF)
21
+
- Thin Plate Spline (TPS)
22
+
23
+
Finally, CUPyDO features two main couplers:
24
+
- Block-Gauss-Seidel (BGS) with
25
+
- constant (static) relaxation
26
+
- Aitken relaxation
27
+
- Interface Quasi-Newton with Inverse Least-Square (IQN_ILS)
28
+
29
+
## Compilation
30
+
Detailed build instructions can be found in the [wiki](https://github.com/ulgltas/CUPyDO/wiki/Installation).
171
31
172
32
## Examples
173
33
Examples of simulations are available in [CUPyDO/tests](https://github.com/ulgltas/CUPyDO/tree/master/tests) and [CUPyDO/cases](https://github.com/ulgltas/CUPyDO/tree/master/cases).
0 commit comments