Skip to content

Commit

Permalink
Document the surface.vtu file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bangerth committed Dec 1, 2021
1 parent 0db489e commit 90ff53e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added geometries/abaqus-geometry/boundary_ids.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,26 @@ The file names are of the form `<outputfileprefix>visualization/solution-XXXXX.Y
denotes the (integer part of the) frequency (in Hz) at which the solution
is computed, and `YY` is the number of the source port.

For debugging purposes, it is often useful to also see the geometry of
the domain and how different parts of the boundary are labeled by the
boundary indicators that are used to identify "ports". To this end,
the program writes a file
`<outputfileprefix>visualization/surface.vtu` right after reading in
the mesh and before anything else happens -- that is, before much of
anything else can go wrong in the program.

When visualized, the data stored in this file might look like the
following picture for one of the geometries with which this program
was tested:

![xxx](geometries/abaqus-geometry/boundary_ids.png)

The image shows how most of the boundary of the geometry is labeled
with boundary indicator zero (which the program interprets as "not a
port"), whereas the left side and a thin strip along the top right
edge are labeled with boundary indicators two and one, respectively
(which the program then interprets as the "ports" of the geometry).


# Error reporting

Expand Down

0 comments on commit 90ff53e

Please sign in to comment.