I am a new comer in Paraview and would like to ask how I can make a 3D view of a reservoir. I have also read some previous articles that the best way is possibly to apply a filter "Alphabetical -> Delaunay 2D" (e.g. Displaying an Elevation grid in ParaView).
I have also tried it; unfortunately, since my domain is not a rectangular, there were some useless triangulars which were formed outside main domain. In the link above, it can be used easily since the domain is a rectangular. The input file is (.csv file):
"x", "y", "z"
-38.82 , 36.14 , 2.00
-38.82 , 39.04 , 2.00
-38.82 , 41.93 , 2.00
-38.89 , 44.70 , 2.00
-38.96 , 47.47 , 2.00
-38.96 , 49.51 , 2.00
-38.96 , 51.55 , 2.00
-31.05 , 39.01 , 2.00
-31.05 , 36.14 , 2.00
-31.05 , 41.89 , 2.00
-31.10 , 44.63 , 2.00
-31.14 , 47.38 , 2.00
-31.14 , 49.47 , 2.00
-31.14 , 51.55 , 2.00
-23.28 , 38.99 , 2.00
-23.28 , 36.14 , 2.00
-23.28 , 41.84 , 2.00
-23.30 , 44.57 , 2.00
-23.33 , 47.29 , 2.00
-23.33 , 49.42 , 2.00
-23.33 , 51.55 , 2.00
-15.51 , 38.97 , 2.00
-15.51 , 36.14 , 2.00
-15.51 , 41.80 , 5.00
-15.51 , 44.50 , 5.00
-15.51 , 47.20 , 5.00
-15.51 , 49.38 , 2.00
-15.51 , 51.55 , 2.00
-9.61 , 44.50 , 5.00
-9.63 , 41.80 , 5.00
-9.58 , 47.20 , 5.00
-3.70 , 44.50 , 5.00
-3.75 , 41.80 , 5.00
-3.66 , 47.20 , 5.00
2.20 , 44.50 , 5.00
2.13 , 41.80 , 5.00
2.27 , 47.20 , 5.00
-15.51 , 47.20 , 2.00
-15.51 , 44.50 , 2.00
-15.51 , 41.80 , 2.00
Thanks in advance.