mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials and templates: Updated wall BC for velocity to noSlip
This commit is contained in:
@ -22,8 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -27,8 +27,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -36,8 +36,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#includeEtc "caseDicts/setConstraintTypes"
|
#includeEtc "caseDicts/setConstraintTypes"
|
||||||
|
|||||||
@ -36,8 +36,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#includeEtc "caseDicts/setConstraintTypes"
|
#includeEtc "caseDicts/setConstraintTypes"
|
||||||
|
|||||||
@ -42,8 +42,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#includeEtc "caseDicts/setConstraintTypes"
|
#includeEtc "caseDicts/setConstraintTypes"
|
||||||
|
|||||||
@ -33,14 +33,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -12262,14 +12262,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -29,13 +29,11 @@ boundaryField
|
|||||||
}
|
}
|
||||||
ground
|
ground
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
blockedFaces
|
blockedFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
baffleWall
|
baffleWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -29,14 +29,12 @@ boundaryField
|
|||||||
|
|
||||||
liner
|
liner
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cylinderHead
|
cylinderHead
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
|
|
||||||
region0_to_filmRegion_coupledWall // Patch to pyrolysis
|
region0_to_filmRegion_coupledWall // Patch to pyrolysis
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
outlet
|
outlet
|
||||||
@ -39,8 +38,7 @@ boundaryField
|
|||||||
|
|
||||||
"side.*"
|
"side.*"
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inlet
|
inlet
|
||||||
|
|||||||
@ -31,8 +31,7 @@ boundaryField
|
|||||||
|
|
||||||
base
|
base
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inlet
|
inlet
|
||||||
|
|||||||
@ -30,8 +30,7 @@ boundaryField
|
|||||||
|
|
||||||
base
|
base
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inlet
|
inlet
|
||||||
|
|||||||
@ -28,14 +28,12 @@ boundaryField
|
|||||||
|
|
||||||
farFieldMoving
|
farFieldMoving
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWall
|
fixedWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
left
|
left
|
||||||
@ -46,8 +44,7 @@ boundaryField
|
|||||||
|
|
||||||
farField
|
farField
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
back
|
back
|
||||||
|
|||||||
@ -40,8 +40,7 @@ boundaryField
|
|||||||
|
|
||||||
freestreamInlet
|
freestreamInlet
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wedge1 {type wedge;}
|
wedge1 {type wedge;}
|
||||||
|
|||||||
@ -1261,8 +1261,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
freestreamInlet
|
freestreamInlet
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
freestream
|
freestream
|
||||||
{
|
{
|
||||||
|
|||||||
@ -37,14 +37,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -22,18 +22,15 @@ boundaryField
|
|||||||
{
|
{
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
porosityWall
|
porosityWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -22,18 +22,15 @@ boundaryField
|
|||||||
{
|
{
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
porosityWall
|
porosityWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -22,14 +22,12 @@ boundaryField
|
|||||||
{
|
{
|
||||||
rotor
|
rotor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stator
|
stator
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
front
|
front
|
||||||
|
|||||||
@ -22,18 +22,15 @@ boundaryField
|
|||||||
{
|
{
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
porosityWall
|
porosityWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -22,18 +22,15 @@ boundaryField
|
|||||||
{
|
{
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
porosityWall
|
porosityWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -22,8 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
Default_Boundary_Region
|
Default_Boundary_Region
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -28,14 +28,12 @@ boundaryField
|
|||||||
|
|
||||||
farFieldMoving
|
farFieldMoving
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWall
|
fixedWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
left
|
left
|
||||||
@ -46,8 +44,7 @@ boundaryField
|
|||||||
|
|
||||||
farField
|
farField
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
back
|
back
|
||||||
|
|||||||
@ -43,8 +43,7 @@ boundaryField
|
|||||||
|
|
||||||
obstacle
|
obstacle
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultFaces
|
defaultFaces
|
||||||
|
|||||||
@ -44,8 +44,7 @@ boundaryField
|
|||||||
|
|
||||||
WALL10
|
WALL10
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -55,8 +55,7 @@ boundaryField
|
|||||||
|
|
||||||
prismWall
|
prismWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultFaces
|
defaultFaces
|
||||||
|
|||||||
@ -22,8 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
outerWall
|
outerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
axis
|
axis
|
||||||
|
|||||||
@ -33,8 +33,7 @@ boundaryField
|
|||||||
|
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
|
|
||||||
obstacle
|
obstacle
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -22,33 +22,27 @@ boundaryField
|
|||||||
{
|
{
|
||||||
sectionAEnd
|
sectionAEnd
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
sectionCEnd
|
sectionCEnd
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -33,14 +33,12 @@ boundaryField
|
|||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -22,20 +22,17 @@ boundaryField
|
|||||||
{
|
{
|
||||||
floor
|
floor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ceiling
|
ceiling
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -22,20 +22,17 @@ boundaryField
|
|||||||
{
|
{
|
||||||
floor
|
floor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ceiling
|
ceiling
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -25,8 +25,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -22,20 +22,17 @@ boundaryField
|
|||||||
{
|
{
|
||||||
floor
|
floor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ceiling
|
ceiling
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,26 +23,22 @@ boundaryField
|
|||||||
{
|
{
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
topAndBottom
|
topAndBottom
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hot
|
hot
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cold
|
cold
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -26,13 +26,11 @@ boundaryField
|
|||||||
|
|
||||||
floor
|
floor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
ceiling
|
ceiling
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -23,26 +23,22 @@ boundaryField
|
|||||||
{
|
{
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
topAndBottom
|
topAndBottom
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hot
|
hot
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cold
|
cold
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -22,26 +22,22 @@ boundaryField
|
|||||||
{
|
{
|
||||||
floor
|
floor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ceiling
|
ceiling
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
box
|
box
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -22,26 +22,22 @@ boundaryField
|
|||||||
{
|
{
|
||||||
floor
|
floor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ceiling
|
ceiling
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
box
|
box
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -34,33 +34,27 @@ boundaryField
|
|||||||
}
|
}
|
||||||
minY
|
minY
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
minZ
|
minZ
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
maxZ
|
maxZ
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
bottomWater_to_rightSolid
|
bottomWater_to_rightSolid
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
bottomWater_to_leftSolid
|
bottomWater_to_leftSolid
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
bottomWater_to_heater
|
bottomWater_to_heater
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
@ -39,8 +38,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
blades
|
blades
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -34,8 +34,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -22,8 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
rotor
|
rotor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
freestream
|
freestream
|
||||||
|
|||||||
@ -35,8 +35,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
innerWall
|
innerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
outerWall
|
outerWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -35,14 +35,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -37,14 +37,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -23,13 +23,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
|
|||||||
@ -23,13 +23,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
|
|||||||
@ -23,13 +23,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
|
|||||||
@ -22,8 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
wall-4
|
wall-4
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
velocity-inlet-5
|
velocity-inlet-5
|
||||||
@ -45,8 +44,7 @@ boundaryField
|
|||||||
|
|
||||||
wall-8
|
wall-8
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBackPlanes
|
frontAndBackPlanes
|
||||||
|
|||||||
@ -33,20 +33,17 @@ boundaryField
|
|||||||
|
|
||||||
down
|
down
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
up
|
up
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cylinder
|
cylinder
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
defaultFaces
|
defaultFaces
|
||||||
|
|||||||
@ -22,13 +22,13 @@ boundaryField
|
|||||||
{
|
{
|
||||||
rotor
|
rotor
|
||||||
{
|
{
|
||||||
type movingWallVelocity; // fixedValue;
|
type movingWallVelocity;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
stator
|
stator
|
||||||
{
|
{
|
||||||
type movingWallVelocity; // fixedValue;
|
type movingWallVelocity;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,14 +28,12 @@ boundaryField
|
|||||||
|
|
||||||
farFieldMoving
|
farFieldMoving
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fixedWall
|
fixedWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
left
|
left
|
||||||
@ -46,8 +44,7 @@ boundaryField
|
|||||||
|
|
||||||
farField
|
farField
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
back
|
back
|
||||||
|
|||||||
@ -43,8 +43,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
ACMI1_blockage
|
ACMI1_blockage
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
ACMI1_couple
|
ACMI1_couple
|
||||||
{
|
{
|
||||||
@ -53,8 +52,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
ACMI2_blockage
|
ACMI2_blockage
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
ACMI2_couple
|
ACMI2_couple
|
||||||
{
|
{
|
||||||
|
|||||||
@ -39,8 +39,7 @@ boundaryField
|
|||||||
|
|
||||||
outerCylinder
|
outerCylinder
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"propeller.*"
|
"propeller.*"
|
||||||
|
|||||||
@ -34,8 +34,7 @@ boundaryField
|
|||||||
|
|
||||||
wing
|
wing
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "include/frontBackTopBottomPatches"
|
#include "include/frontBackTopBottomPatches"
|
||||||
|
|||||||
@ -42,8 +42,7 @@ boundaryField
|
|||||||
|
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -40,8 +40,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
defaultFaces
|
defaultFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,13 +23,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
bottomWall
|
bottomWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
topWall
|
topWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
sides1_half0
|
sides1_half0
|
||||||
{
|
{
|
||||||
|
|||||||
@ -37,8 +37,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
hole
|
hole
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
|
|||||||
@ -33,14 +33,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -47,8 +47,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
"motorBike_.*"
|
"motorBike_.*"
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -37,14 +37,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
|
|
||||||
fixedWalls
|
fixedWalls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -22,18 +22,15 @@ boundaryField
|
|||||||
{
|
{
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
porosityWall
|
porosityWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -22,18 +22,15 @@ boundaryField
|
|||||||
{
|
{
|
||||||
front
|
front
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
back
|
back
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
porosityWall
|
porosityWall
|
||||||
{
|
{
|
||||||
|
|||||||
@ -34,8 +34,7 @@ boundaryField
|
|||||||
|
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -22,14 +22,12 @@ boundaryField
|
|||||||
{
|
{
|
||||||
rotor
|
rotor
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
stator
|
stator
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
front
|
front
|
||||||
|
|||||||
@ -43,8 +43,7 @@ boundaryField
|
|||||||
|
|
||||||
motorBikeGroup
|
motorBikeGroup
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "include/frontBackUpperPatches"
|
#include "include/frontBackUpperPatches"
|
||||||
|
|||||||
@ -48,8 +48,7 @@ boundaryField
|
|||||||
|
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -34,14 +34,12 @@ boundaryField
|
|||||||
|
|
||||||
upperWall
|
upperWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -36,8 +36,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#includeEtc "caseDicts/setConstraintTypes"
|
#includeEtc "caseDicts/setConstraintTypes"
|
||||||
|
|||||||
@ -23,8 +23,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
|
|||||||
@ -23,8 +23,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
|
|||||||
@ -28,14 +28,12 @@ boundaryField
|
|||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -37,8 +37,7 @@ boundaryField
|
|||||||
|
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerInlet
|
lowerInlet
|
||||||
|
|||||||
@ -23,18 +23,15 @@ boundaryField
|
|||||||
{
|
{
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
bottom
|
bottom
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
symmetry
|
symmetry
|
||||||
{
|
{
|
||||||
|
|||||||
@ -23,13 +23,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -27,13 +27,11 @@ boundaryField
|
|||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
frontAndBack
|
frontAndBack
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,13 +23,11 @@ boundaryField
|
|||||||
{
|
{
|
||||||
"(sides|frontAndBack)"
|
"(sides|frontAndBack)"
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,14 +28,12 @@ boundaryField
|
|||||||
|
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -42,8 +42,7 @@ boundaryField
|
|||||||
// floor sides
|
// floor sides
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -38,8 +38,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
|
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
inlet
|
inlet
|
||||||
@ -45,8 +44,7 @@ boundaryField
|
|||||||
|
|
||||||
sides
|
sides
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,8 +28,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -28,32 +28,27 @@ boundaryField
|
|||||||
|
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
side1
|
side1
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
side2
|
side2
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
side3
|
side3
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
side4
|
side4
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -23,8 +23,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -23,8 +23,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -31,8 +31,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -48,8 +48,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -48,8 +48,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -48,8 +48,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -50,8 +50,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -50,8 +50,7 @@ boundaryField
|
|||||||
}
|
}
|
||||||
walls
|
walls
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type noSlip;
|
||||||
value uniform (0 0 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user