I've been interested in doing a one-way chain of code_saturne and code aster, with my reference being from Johaness_ACKVA's prior post: https://forum.code-aster.org/public/d/24771-chaining-code-saturne-and-code-aster-lire-resu-and-evol-char/6. I'm attempting to do a simple transient FSI.
Initially, LIRE_RESU has been asking for an array with the data type = double, which I converted my boundary_stress array (see .med file from code_saturne in the attached zip file) from float to double with the calculator tool in Paraview. However, I am now encountering an error when I am attempting to read the result mesh. Does anyone know a solution for this problem?
pres_cfd = LIRE_RESU(TYPE_RESU='EVOL_CHAR',
FORMAT='MED',
MODELE=cfd_mod,
COMPORTEMENT=F(TOUT='OUI',
RESI_CPLAN_RELA=1.E-06,
RESI_INTE_RELA=1.E-06,
ITER_INTE_MAXI=20,
ITER_INTE_PAS=0,
RELATION='ELAS',
DEFORMATION='PETIT',
ITER_CPLAN_MAXI=1,
SYME_MATR_TANG='OUI',
PARM_THETA=1.0,),
UNITE=20,
PROL_ZERO='OUI',
FORMAT_MED=F(NOM_CHAM='FSUR_3D',
NOM_CHAM_MED='boundary_stress',
NOM_CMP=('FX', 'FY', 'FZ'),
NOM_CMP_MED=('X', 'Y', 'Z'),),
TOUT_ORDRE='OUI',)
!-------------------------------------------------------------!
! <EXCEPTION> <UTILITAI8_27> !
! !
! Appel erroné résultat : pres_cfd archivage numéro : 2 !
! code retour : 0 !
! problème champ : &&LRFMED.TEMPOR !
! Ce message est un message d'erreur développeur. !
! Contactez le support technique. !
!-------------------------------------------------------------!
Destruction of the concept pres_cfd.
<S> ERREUR UTILISATEUR RECUPEREE PAR LE SUPERVISEUR