Hello,
I have a very simple question and do apologise in advance if the answer is trivial.
Let NPOIN2 and NELEM2 be the number of nodes and elements of a mesh in 2D.
Let NPOIN3 and NELEM3 be the same in 3D and let NPLAN be the number of planes of the 3D mesh.
We can write:
(1) NPOIN3 = NPOIN2 * NPLAN
Then, as 3D elements are prisms defined by 6 vertices (the same 3 nodes at two neighbouring layers according to the theory and user manuals), I would tend to write:
(2) NELEM3 = NELEM2 * (NPLAN-1)
which altogether make up the whole volume of the fluid domain.
In reality, NELEM3 is much greater, see attachment for 2D and 3D characteristics of a same model with NPLAN = 5 as outputted by T3D. In that example, Eq. (1) is verified but (2) is not.
I can't really figure myself what these so many elements look like...
Does anybody have an explanation on how the elements are defined in Selafin files?
Thank you.
JBS.