Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit e56a86a

Browse files
committed
update NativeSolid version + format
1 parent f3600b4 commit e56a86a

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,29 @@
11
# CUPyDO
2+
23
FSI tools for partinioned coupling between generic solid and fluid solvers.
34

45
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
56

67
## Solvers
8+
79
CUPyDO currently features interfaces for the following solvers:
810
- **Solid**
911
- Metafor **[v3516]** (http://metafor.ltas.ulg.ac.be/dokuwiki/start)
1012
- A Nonlinear Finite Element solid solver developed at the University of Liège.
1113
---
12-
- RBMI **[1.1]** (https://github.com/ulgltas/NativeSolid)
14+
- NativeSolid (a.k.a. RBM) **[v1.2]** (https://github.com/ulgltas/NativeSolid)
1315
- A dynamic 2dof pitch/plunge solid solver developed at the University of Liège.
1416
---
15-
- SU2 **[X]** (https://su2code.github.io/)
17+
- SU2 **[-]** (https://su2code.github.io/)
1618
- Open-source CFD code developed at Stanford University.
19+
- ⚠️ **This interface is currently broken**
1720
---
1821
- Modali **[v2.0]** (https://github.com/ulgltas/modali)
1922
- A static/dynamic modal solver developed at the University of Liège.
2023
---
21-
- GetDP **[X]** (http://getdp.info/)
24+
- GetDP **[-]** (http://getdp.info/)
2225
- 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**
2327
---
2428
- pyBeam **[master]** (https://github.com/pyBeam/pyBeam)
2529
- A nonlinear beam finite element solver developed for aeronautical design applications.
@@ -55,14 +59,17 @@ Finally, CUPyDO features two main couplers:
5559
- Multi-Vector Jacobian (IQN_MVJ)
5660

5761
## Compilation
62+
5863
Detailed build instructions can be found in the [wiki](https://github.com/ulgltas/CUPyDO/wiki/Installation).
5964

6065
## Examples
66+
6167
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).
6268

6369
![Screenshot](/tests/fsi_examples.png)
6470

65-
## Publications:
71+
## Publications
72+
6673
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)
6774

6875
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

Comments
 (0)