CS_4.0.2 and syrthes4.3.0 coupling issues
Posted: Tue Dec 08, 2015 4:27 pm
Hi,
I recently followed the "Guide to couple Saturne & SYRTHES" for installing and coupling Code_Saturne and Syrthes in a forum. To check their installation, I just run the test case 3disks2D (Three-2D-disks.pdf).
It turns out that each domain (fluid and solid) without coupling is working. However, when coupling by both adding a term in "Conjugate heat exchange" in the saturne gui and syrthes gui, I have an error message.
I changed in fluid/src/cs_user_coupling.c the value of allow_non_matching (according to the tutorial) for true instead of false but nothing has changed.
I check the file syr_cfd_coupling.c and the function ple_locator_extend_search actually do exist.
I don't know if I miss something during the installation process (PLE library ?) or a put a wrong parameter somewhere (the two different meshes not matching?).
Can someone help me?
Thanks!
Regards,
QR
I recently followed the "Guide to couple Saturne & SYRTHES" for installing and coupling Code_Saturne and Syrthes in a forum. To check their installation, I just run the test case 3disks2D (Three-2D-disks.pdf).
It turns out that each domain (fluid and solid) without coupling is working. However, when coupling by both adding a term in "Conjugate heat exchange" in the saturne gui and syrthes gui, I have an error message.
Code: Select all
****************************
Preparing calculation data
****************************
SYRTHES4 home directory: /home/rolland/syrthes4.3.0/arch/Linux_x86_64
MPI home directory: /usr
Building the executable file syrthes..
/home/rolland/syrthes4.3.0/arch/Linux_x86_64/lib/libsyrthes_cfd.a(syr_cfd_coupling.o): dans la fonction « _interpolation_init »:
syr_cfd_coupling.c:(.text+0xfcf): référence indéfinie vers « ple_locator_extend_search »
collect2: error: ld returned 1 exit status
make: *** [exe] Erreur 1
I check the file syr_cfd_coupling.c and the function ple_locator_extend_search actually do exist.
I don't know if I miss something during the installation process (PLE library ?) or a put a wrong parameter somewhere (the two different meshes not matching?).
Can someone help me?
Thanks!
Regards,
QR