forked from mlucio89/CUPyDO
-
Notifications
You must be signed in to change notification settings - Fork 7
User documentation
Adrien Crovato edited this page Oct 11, 2019
·
7 revisions
CUPyDO simulations are run through interfaces. Examples are available in tests and each interface input logic is documented below:
- CUPyDO interface
- Metafor interface
- RBM interface
- modali interface
- GetDP interface
- PFEM interface
- SU2 interface
- Flow interface
- VLM interface
How-to
To start a FSI computations with CUPyDO, you need:
- to implement an interface to the solver you wish to use in cupydo/interfaces/YourInterface.py (if it is not already existing) and to add an option to instantiate your interface in cupydo/interfaces/Cupydo.py
- to write 3 input files for the interface (CUPyDO, fluidSolver, solidSolver)
- to create 2 models (one of the fluid and one for the solid sovler)