Skip to content

Commit 7e59646

Browse files
authored
Update Markers-and-BC.md
1 parent d6ef4d9 commit 7e59646

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_docs/Markers-and-BC.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,13 @@ MARKER_ISOTHERMAL = (Wall1, 300.0, Wall2, 250.0)
8282

8383
| Solver | Version |
8484
| --- | --- |
85-
| `NAVIER_STOKES`, `RANS`, `INC_NAVIER_STOKES`, `INC_RANS`, `FEM_NAVIER_STOKES` | 7.0.0 |
85+
| `EULER`, `NAVIER_STOKES`, `RANS`, `INC_EULER`, `INC_NAVIER_STOKES`, `INC_RANS`, `FEM_EULER`, `FEM_NAVIER_STOKES` | 7.0.0 |
86+
87+
A marker can be defined as a Farfield boundary by addings its name to the `MARKER_FAR` option. No other values are necesseary for that option. The actual values which will be prescribed depend on the solver and other user input settings. More details can be found in the [Physical Definition](/docs/Physical-Definition/) section.
88+
89+
```
90+
MARKER_FAR= (farfield)
91+
```
8692

8793
## Inlet Boundary Condition ##
8894
Inlet boundary conditions are set using the option `MARKER_INLET`.

0 commit comments

Comments
 (0)