The error is the following:
ITERATION 0 TIME: 0.0000 S
PRERES: MAXIMUM COURANT NUMBER: 0.000000
THE LIQUID BOUNDARIES FILE CONTAINS
10 LINES WITH:
Q(2) Q(3)
DEBIMP : PROBLEM ON BOUNDARY NUMBER 2
GIVE A VELOCITY PROFILE
IN THE BOUNDARY CONDITIONS FILE
OR CHECK THE WATER DEPTHS
PLANTE: PROGRAM STOPPED AFTER AN ERROR
_____________
runcode::main:
/projekte/ematta/LWL_EL:
|runCode: Fail to run
|/usr/bin/mpiexec -wdir /projekte/ematta/LWL_EL/LWL_EL.cas_2014-11-24-14h38min24s -n 6 /projekte/ematta/LWL_EL/LWL_EL.cas_2014-11-24-14h38min24s/out_telemac2d
|~~~~~~~~~~~~~~~~~~
|STOP 2
|STOP 2
|STOP 2
|STOP 2
|STOP 2
|STOP 2
|
|mpiexec has exited due to process rank 1 with PID 24564 on
|node wahyd02 exiting improperly. There are two reasons this could occur:
|
|1. this process did not call "init" before exiting, but others in
|the job did. This can cause a job to hang indefinitely while it waits
|for all processes to call "init". By rule, if one process calls "init",
|then ALL processes must call "init" prior to termination.
|
|2. this process called "init", but exited without calling "finalize".
|By rule, all processes that call "init" MUST call "finalize" prior to
|exiting or it will be considered an "abnormal termination"
|
|This may have caused other processes in the application to be
|terminated by signals sent by mpiexec (as reported here).
|
I attach the cas file, geo file, liquid boundary and boundary files.
It says that there are problems at boundary 2 because I have implemented a little open boundary (5 nodes), which represent a channel that takes water from the computational domain.
To explain better, I have the following boundaries:
boundary 1: outflow, constant water elevation 300.3 m;
boundary 2: channel, imposed discharge of -28 m3/s;
boundary 3: inflow, imposed discharge 1000 m3/s
I think that the error comes because I have dry boundaries and telemac does not know how to compute the velocity for boundary 2 because there is no water. Do you have any suggestion to realize the channel in Telemac? I also attach a picture, so you can see the channel that I have to realize. It is about 100 m wide.
By the way, I use windows.
Thanks for any help.
Best regards