Requirements
In order to make a coupling between 2 or 3 codes (AVBP/AVTP/PRISSMA), you have first to setup the computations corresponding to the codes you want to couple.
An other important requirement to improve your efficiency in the production of coupled simulations is the train to the solver you want to use as well as to the coupler OpenPALM!
Here are the requirements to install the coupling environnement
- You need to install AVBP (see instructions),
- A small modification have to be done in AVBP in order to facilitate the coupling installation.
In the MAIN/avbp_mpi.F routine of the AVBP sources, replace program avbp by subroutine avbp
In the directory MAIN of the AVBP sources, create a routine MAIN/avbp_caller.F that will be the new main program of the code:
! ============================================
! Copyright (c) CERFACS (all rights reserved)
! ============================================
program avbp_caller
call avbp
end
- You need to install AVTP (see instructions),
- You need to install PRISSMA (see instructions),
- You need to install OpenPALM (see instructions)