Hello,
We try to run a TELEMAC2D model using a discharge-rate file (keyword FICHIER DES COURBES DE TARAGE) at the downstream liquid boundary (liquid boundary 1).
We want a Z(Q) relationship, so here are the values of the keywords that we impose :
/
/ ENTREES-SORTIES, FICHIERS
/
FICHIER DES PARAMETRES ='Qh_v1.cas'
FICHIER DES COURBES DE TARAGE ='Tarage_RD139.ctr'
FICHIER DES RESULTATS ='Qh_v1.res'
FICHIER DES CONDITIONS AUX LIMITES ='Qh_v1.cli'
FICHIER DE GEOMETRIE ='Qh_v1.geo'
FICHIER DES FRONTIERES LIQUIDES ='Q100_4Db_cal_Qh.liq'
/
/ CONDITIONS LIMITES
/
COURBES DE TARAGE =1;0;0;0;0;0;0;0
/
/ EQUATIONS, CONDITIONS LIMITES
/
PROFILS DE VITESSE =1;1;1;1;1;1;1;1
OPTION POUR LES FRONTIERES LIQUIDES =1;1;1;1;1;1;1;1
DEBITS IMPOSES =0;10;10;10;10;10;10;10
COTES IMPOSEES =50;0;0;0;0;0;0;0
However, when we launch the simulation in parallel mode (8 threads), the discharge-rate file seems to be read but the rating curve is not taken into account in the simulation.
We’ve tried to change the type of the liquid boundary (imposed flow, imposed elevation…) but it does not seem to work better: the simulation is running but the elevation at the downstream boundary does not correspond to the flow.
Is there something we have forgotten?
Would there be a problem using the parallel mode?
Thank you for your help.