Good afternoon everybody,
I still have a question about the bridge representation.
I'm very poor with Fortran so I'd need your help to understand the BUSE.f file and to understand what telemac 2D does during the simulation with a bridge.
This is what I understood the buse.f file does (taking into account the attached figure (bridge)):
- There is a tube between node1 and node2.
- At a certain time, for instance T=300, there is a certain level of water in the river.
- For example at T=300 the water depth is constant in the area1 (see the picture) and the level is 1m (over the bottom surface).
- So telemac sees that above the node1 there is a water level of 1 meter.
- It evaluates if the water level in this node is > or < or = to the one of the node2 and evaluates if the the tube is in pressure or not.
- According to this last point, telemac applied the equations written in the buse.f file.
- For this example we could think that there is free surface water.
- So telemac evaluates the discharge flowing between node1 and node2 according to the head losses coefficients written in the tube file.
- As result telemac calculates the discharge flowing out form node2.
- So a discharge (and water depth, velocity, etc) "appears" in node2 and continues to flow downstream.
My questions are the following:
1) First of all I would like to have the confirmation of what I've already written, and so if I well understood the behavior of buse.f file.
2) If this is correct, it is like the water level (and other variables) of the node2 depends on node1. (I think they depend also from the other node that surrounded node2, but it is negligible now)
Because node1 is the node before node2 it is like the water flows between these two nodes. But what happen to other nodes??
For example node3: at time T=300 the water level is 1m. It is not connected with another node (to form a tube), so what happens to the water level at time T= (300+ timestep)? I think it increases because there is a wall (represented by the bridge mesh). And this happen also if I’ve chosen a very wide tube length (Lrg=length of the bridge).
So if my aim is to build a bridge without columns under the bridge, should I create as many tubes as to cover all the bridge section?
So "n" tubes where n= CrossChannelCountNode. (The parameter set in the channel mesh with Blue Kenue.)
Thank you in advance
Daniele