Skip to content

Commit 1dea474

Browse files
authored
Merge pull request #12 from WenyinWei/patch-1
fixed a micro mistake of stagnation p & T
2 parents 24c3d58 + 8437b5a commit 1dea474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tutorials/compressible_flow/Inviscid_Bump.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ MARKER_OUTLET= ( outlet, 101300.0 )
8787

8888
The 4 different boundary markers in the computational grid must have an accompanying string name. These marker names (upper_wall, lower_wall, inlet, and outlet for this case) are each given a specific type of boundary condition in the config file. For the inlet and outlet boundary conditions, the additional flow conditions are specified directly within the configuration option.
8989

90-
The inlet boundary condition type is controlled by the `INLET_TYPE` option, and the total condition type is the default. The format for the total condition inlet boundary condition is (marker name, inlet stagnation pressure, inlet stagnation pressure, x-component of flow direction, y-component of flow direction, z-component of flow direction), where the final three components make up a unit flow direction vector (magnitude = 1.0). In this problem, the flow is exactly aligned with the x-direction of the coordinate system, and thus the flow direction vector is `(1.0, 0.0, 0.0)`. The outlet boundary format is (marker name, exit static pressure).
90+
The inlet boundary condition type is controlled by the `INLET_TYPE` option, and the total condition type is the default. The format for the total condition inlet boundary condition is (marker name, inlet stagnation temperature, inlet stagnation pressure, x-component of flow direction, y-component of flow direction, z-component of flow direction), where the final three components make up a unit flow direction vector (magnitude = 1.0). In this problem, the flow is exactly aligned with the x-direction of the coordinate system, and thus the flow direction vector is `(1.0, 0.0, 0.0)`. The outlet boundary format is (marker name, exit static pressure).
9191

9292
```
9393
% ------------------------ SURFACES IDENTIFICATION ----------------------------%

0 commit comments

Comments
 (0)