Vertices have to be assigned to a region.
Glenn
From: pflotra...@googlegroups.com <pflotra...@googlegroups.com>
On Behalf Of Swamini Khurana
Sent: Wednesday, February 24, 2021 3:32 AM
To: pflotran-users <pflotra...@googlegroups.com>
Subject: [pflotran-users: 6157] Unstructured grid: assigning coordinates/vertices to regions
Check twice before you click! This email originated from outside PNNL.
--
You received this message because you are subscribed to the Google Groups "pflotran-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pflotran-user...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/pflotran-users/0914dc1f-d326-4973-938f-20f7ba86a61en%40googlegroups.com.
Swamini,
From: http://doc-dev.pflotran.org/user_guide/cards/subsurface/region_card.html
UNSTRUCTURED Grid (Implicit):
Specify boundary faces through a list of vertex IDs in one of the following formats:
· ASCII (.ss): each line specifies a face element type (T=triangle and Q=quadrilateral) and associated vertex IDs
· HDF5 (.h5): 2D array of integers where the vertex IDs for each face are in the short dimension and the long dimension equals the number of faces.
Take a look at how vertex ids are listed in https://bitbucket.org/pflotran/pflotran/src/master/regression_tests/surfaceflow/inlinesurface/simple.h5
The dataset is 2D. There are 4 vertex ids for each row where the vertex ids define the triangle or quad face. In the case of a triangle, three ids with a 0 at the fourth. The number of rows corresponds to the number of faces. There is no need to define the coordinates as the unstructured grid file defines coordinates.
Glenn
To view this discussion on the web visit https://groups.google.com/d/msgid/pflotran-users/6f8d2fa6-8f32-480c-939b-74e567647276n%40googlegroups.com.