Skip to content
Adrien Crovato edited this page Oct 11, 2019 · 7 revisions

User documentation

CUPyDO simulations are run through interfaces. Examples are available in tests and each interface input logic is documented below:

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)