Hi all,
I have a small doubt in running baxter example case in terms of boundary conditions. There are three boundary condition used in this case. One Q boundary at baxter river U/S and one more Q at Tule tributary U/S. AT the downstream of Baxter river rating curve is used to impose boundary condition. In the Fudaa pre processor when i open this baxter_unsteady.cas file, OPTION FOR LIQUID BOUNDARIES value is specified as 1:1:1.
The inflow hydro graph is as given below (hydrographs_baxter.liq )
#Open boundary file created for T2D simulation;
#Baxter tutorial inflow hydrographs
#
T Q(1) Q(2)
s m3/s m3/s
0 566.3369318 11.32673864
7200 566.3369318 11.32673864
39000 3567.922671 102.6485689
70800 566.3369318 11.32673864
76200 566.3369318 11.32673864
99999 566.3369318 11.32673864
When i run the telemac2d model i get error as in the attachment.
if i change the hydro graph as given below the model is running.
#Open boundary file created for T2D simulation;
#Baxter tutorial inflow hydrographs
T Q(1) Q(2) Q(3)
s m3/s m3/s m3/s
0 566.3369318 11.32673864 0
7200 566.3369318 11.32673864 0
39000 3567.922671 102.6485689 0
70800 566.3369318 11.32673864 0
====================================================
My question is why is it required to specify the third Q value. I assume that it will be taken from rating curve which is specified at the downstream condition. Is this the correct way of running the model ????
Could you please clarify this doubt. Thanks in advance.