mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Remove tabs.
This commit is contained in:
@ -36,7 +36,7 @@ boundaryField
|
||||
type totalTemperature;
|
||||
value uniform 297;
|
||||
T0 uniform 297;
|
||||
U U;
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi psi;
|
||||
|
||||
@ -44,7 +44,7 @@ boundaryField
|
||||
type totalPressure;
|
||||
value uniform 101325;
|
||||
p0 uniform 101325;
|
||||
U U;
|
||||
U U;
|
||||
phi phi;
|
||||
rho none;
|
||||
psi psi;
|
||||
|
||||
@ -49,7 +49,7 @@ patches
|
||||
|
||||
patch outlet
|
||||
(
|
||||
(1 3 7 1)
|
||||
(1 3 7 1)
|
||||
(3 5 9 7)
|
||||
)
|
||||
|
||||
@ -63,20 +63,20 @@ patches
|
||||
(4 8 9 5)
|
||||
)
|
||||
|
||||
wedge wedge1
|
||||
wedge wedge1
|
||||
(
|
||||
(0 2 3 1)
|
||||
(2 4 5 3)
|
||||
)
|
||||
|
||||
wedge wedge2
|
||||
wedge wedge2
|
||||
(
|
||||
(0 1 7 6)
|
||||
(6 7 9 8)
|
||||
)
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
mergePatchPairs
|
||||
(
|
||||
);
|
||||
|
||||
|
||||
@ -27,8 +27,8 @@ boundaryField
|
||||
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 1000;
|
||||
type fixedValue;
|
||||
value uniform 1000;
|
||||
}
|
||||
|
||||
outlet
|
||||
|
||||
@ -20,32 +20,32 @@ vertices
|
||||
(
|
||||
// front-plane: z = +25mm
|
||||
// inlet region
|
||||
( -50 25 25) // pt 0
|
||||
( 0 25 25) // pt 1
|
||||
( -50 75 25) // pt 2
|
||||
( 0 75 25) // pt 3
|
||||
( -50 25 25) // pt 0
|
||||
( 0 25 25) // pt 1
|
||||
( -50 75 25) // pt 2
|
||||
( 0 75 25) // pt 3
|
||||
// outlet region
|
||||
( -500 -75 25) // pt 4
|
||||
( 0 -75 25) // pt 5
|
||||
( -500 -25 25) // pt 6
|
||||
( 0 -25 25) // pt 7
|
||||
( -500 -75 25) // pt 4
|
||||
( 0 -75 25) // pt 5
|
||||
( -500 -25 25) // pt 6
|
||||
( 0 -25 25) // pt 7
|
||||
// bend mid-points
|
||||
( 25 0 25) // pt 8
|
||||
( 75 0 25) // pt 9
|
||||
( 25 0 25) // pt 8
|
||||
( 75 0 25) // pt 9
|
||||
// back-plane: z = -25mm
|
||||
// inlet region
|
||||
( -50 25 -25) // pt 0 + 10
|
||||
( 0 25 -25) // pt 1 + 10
|
||||
( -50 75 -25) // pt 2 + 10
|
||||
( 0 75 -25) // pt 3 + 10
|
||||
( -50 25 -25) // pt 0 + 10
|
||||
( 0 25 -25) // pt 1 + 10
|
||||
( -50 75 -25) // pt 2 + 10
|
||||
( 0 75 -25) // pt 3 + 10
|
||||
// outlet region
|
||||
( -500 -75 -25) // pt 4 + 10
|
||||
( 0 -75 -25) // pt 5 + 10
|
||||
( -500 -25 -25) // pt 7 + 10
|
||||
( 0 -25 -25) // pt 8 + 10
|
||||
( -500 -75 -25) // pt 4 + 10
|
||||
( 0 -75 -25) // pt 5 + 10
|
||||
( -500 -25 -25) // pt 7 + 10
|
||||
( 0 -25 -25) // pt 8 + 10
|
||||
// bend mid-points
|
||||
( 25 0 -25) // pt 8 + 10
|
||||
( 75 0 -25) // pt 9 + 10
|
||||
( 25 0 -25) // pt 8 + 10
|
||||
( 75 0 -25) // pt 9 + 10
|
||||
);
|
||||
|
||||
blocks
|
||||
|
||||
Reference in New Issue
Block a user