Skip to content

Commit 8e8dfb3

Browse files
authored
Update Multizone.md
1 parent 9f8ab4a commit 8e8dfb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_docs/Multizone.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Basics of Multi-Zone Computations
33
permalink: /docs/Multizone
44
---
55

6-
# Basics of Multi-Zone Computations #
7-
86
SU2 is capable of solving physical problems in distinct zones coupled through interfaces. Applications range from Fluid-Fluid coupling (e.g. using a sliding mesh approach) over Conjugate-Heat-Transfer to Fluid-Structure Interactions problems. The following section gives an overview on the general terminology for multizone computations and how you can make use of these features. For specific problem-related options, please refer to the Tutorials.
97

108
## What is a Zone ? ##
@@ -92,6 +90,7 @@ The files `configFlow.cfg` and `configSolid.cfg` contain a **full set of options
9290
For a multizone problem you have two options to provide the mesh (set with the option `MULTIZONE_MESH`).
9391

9492
- *Multi-zone mesh* (`MULTIZONE_MESH= YES` (default)): In this case the mesh information for all zones is in one file. Note that this option currently only works with the native SU2 mesh format (`MESH_FORMAT= SU2`) and the keywords `NZONE=` and `IZONE=` have to be present in the mesh file. Example:
93+
9594
```
9695
% Number of zones
9796
NZONE= 2
@@ -122,6 +121,6 @@ NELEM= 6365
122121
5 364 365 366 0
123122
...
124123
125-
126124
```
125+
127126
- *Single-zone mesh* (`MULTIZONE_MESH= NO`): In this case there is a separate mesh file for each zone and `MESH_FILENAME` must be set in the sub-config files.

0 commit comments

Comments
 (0)