Hi
You're right, some explanations are missing but there is few elements in the validation test case.
Here is few complementary elements:
The structure is as follow:
A header with 2 lines as follow:[/li]
- A comment
- An integer N : the number of weirs, 0 or 1 : the option for tangential velocity (but only 0 was implemented) and a real between 0 and 1 for the relaxation coefficient
N blocks describing each weir:[/li]
- A comment
- An integer M : the number of elements composing the weir
- 3 lines of comments
- M lines describing each element of the weir
each line of the element contains the following information:
An index, X, Y ,Z position of node 1, 4 numbers describing the index of mesh nodes on side 1 and 2 for this first node, X, Y, Z of node 2 and 4 numbers describing the index of mesh nodes on side 1 and 2 for the second node composing the element.
All informations given after are not considered (comming from a first draft of a plugin dedicated to manage the generation of this file...)
Hope this helps