which is typically required of any multi-block flow solver.
The formatting of this file is "neutral" in that it is not specific to any particular
flow solver, thus a reformatting of the data will be required before use.
To serve as an example, a neutral map file for a simply-connected four block mesh is listed below.
The specifics of the configuration are not important here as the goal of this description is
to give an idea of the typical content and organization of such a file.
The file consists of two sections; the first defines the size (in blocks) of the mesh as well as
the size of each block within the mesh,
and the second section defines the topological features of the mesh which may involve
point continuous block interfaces,
singularities and/or
patched interfaces.
Also included in the summary are any flow field boundary conditions which have been placed by the
user.
# ===== Neutral Map File generated by the V2k software of NASA Langley's GEOLAB =====
# ===================================================================================
# Block# IDIM JDIM KDIM
# -----------------------------------------------------------------------------------
4
1 47 26 33
2 19 26 33
3 19 24 33
4 47 24 33
# ===================================================================================
# Type B1 F1 S1 E1 S2 E2 B2 F2 S1 E1 S2 E2 Swap
# -----------------------------------------------------------------------------------
WALL 1 1 1 47 1 26
WALL 1 2 1 47 1 26
ONE_TO_ONE 1 3 1 26 1 33 2 4 1 26 1 33 FALSE
outflow 1 4 1 26 1 33
ONE_TO_ONE 1 5 1 33 1 47 4 6 1 33 1 47 FALSE
WALL 1 6 1 33 1 47
WALL 2 1 1 19 1 26
WALL 2 2 1 19 1 26
Inflow 2 3 1 26 1 33
ONE_TO_ONE 2 5 1 33 1 19 3 6 1 33 1 19 FALSE
WALL 2 6 1 33 1 19
WALL 3 1 1 19 1 24
WALL 3 2 1 19 1 24
Inflow 3 3 1 24 1 33
ONE_TO_ONE 3 4 1 24 1 33 4 3 1 24 1 33 FALSE
WALL 3 5 1 33 1 19
WALL 4 1 1 47 1 24
WALL 4 2 1 47 1 24
outflow 4 4 1 24 1 33
WALL 4 5 1 33 1 47
Associated with each topological entry and boundary condition is a description
as to its location within the mesh.
Each of the entries in the second section of this file are defined in detail within the table below.