|
1 | 1 | # CUPyDO |
| 2 | + |
2 | 3 | FSI tools for partinioned coupling between generic solid and fluid solvers. |
3 | 4 |
|
4 | 5 | [](LICENSE) |
5 | 6 |
|
6 | 7 | ## Solvers |
| 8 | + |
7 | 9 | CUPyDO currently features interfaces for the following solvers: |
8 | 10 | - **Solid** |
9 | 11 | - Metafor **[v3516]** (http://metafor.ltas.ulg.ac.be/dokuwiki/start) |
10 | 12 | - A Nonlinear Finite Element solid solver developed at the University of Liège. |
11 | 13 | --- |
12 | | - - RBMI **[1.1]** (https://github.com/ulgltas/NativeSolid) |
| 14 | + - NativeSolid (a.k.a. RBM) **[v1.2]** (https://github.com/ulgltas/NativeSolid) |
13 | 15 | - A dynamic 2dof pitch/plunge solid solver developed at the University of Liège. |
14 | 16 | --- |
15 | | - - SU2 **[X]** (https://su2code.github.io/) |
| 17 | + - SU2 **[-]** (https://su2code.github.io/) |
16 | 18 | - Open-source CFD code developed at Stanford University. |
| 19 | + - ⚠️ **This interface is currently broken** |
17 | 20 | --- |
18 | 21 | - Modali **[v2.0]** (https://github.com/ulgltas/modali) |
19 | 22 | - A static/dynamic modal solver developed at the University of Liège. |
20 | 23 | --- |
21 | | - - GetDP **[X]** (http://getdp.info/) |
| 24 | + - GetDP **[-]** (http://getdp.info/) |
22 | 25 | - A free finite element software and a general environment for the treatment of discrete problems, developed at University of Liège. |
| 26 | + - ⚠️ **This interface is currently broken** |
23 | 27 | --- |
24 | 28 | - pyBeam **[master]** (https://github.com/pyBeam/pyBeam) |
25 | 29 | - A nonlinear beam finite element solver developed for aeronautical design applications. |
@@ -55,14 +59,17 @@ Finally, CUPyDO features two main couplers: |
55 | 59 | - Multi-Vector Jacobian (IQN_MVJ) |
56 | 60 |
|
57 | 61 | ## Compilation |
| 62 | + |
58 | 63 | Detailed build instructions can be found in the [wiki](https://github.com/ulgltas/CUPyDO/wiki/Installation). |
59 | 64 |
|
60 | 65 | ## Examples |
| 66 | + |
61 | 67 | 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). |
62 | 68 |
|
63 | 69 |  |
64 | 70 |
|
65 | | -## Publications: |
| 71 | +## Publications |
| 72 | + |
66 | 73 | Cerquaglia M.L., Thomas D., Boman R., Terrapon V.E., Ponthot J.-P., [A fully partitioned Lagrangian framework for FSI problems characterized by free surfaces, large solid deformations and displacements, and strong added-mass effects](https://doi.org/10.1016/j.cma.2019.01.021), Computer Methods in Applied Mechanics and Engineering, in press (2019) |
67 | 74 |
|
68 | 75 | Thomas D., Cerquaglia M.L., Boman R., Economon T.D., Alonso J.J., Dimitriadis G., Terrapon V.E., [CUPyDO - An integrated Python environment for coupled multi-physics simulations](https://doi.org/10.1016/j.advengsoft.2018.05.007), Advances in Engineering Software 128:69-85 (2019) |
|
0 commit comments