Removed trailing whitespace

This commit is contained in:
Henry
2012-04-19 14:17:30 +01:00
parent 70595a9a61
commit 28762dc468
44 changed files with 116 additions and 87 deletions

View File

@ -27,19 +27,19 @@ boundaryField
mixingLength 0.01;
phi phi;
k k;
value $internalField;
value uniform 200;
}
outlet1
{
type inletOutlet;
inletValue $internalField;
value $internalField;
inletValue uniform 200;
value uniform 200;
}
outlet2
{
type inletOutlet;
inletValue $internalField;
value $internalField;
inletValue uniform 200;
value uniform 200;
}
baffles
{
@ -47,7 +47,7 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value $internalField;
value uniform 0;
}
fan_half0
{
@ -63,7 +63,7 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value $internalField;
value uniform 200;
}
}

View File

@ -27,24 +27,24 @@ boundaryField
intensity 0.05;
U U;
phi phi;
value $internalField;
value uniform 0.375;
}
outlet1
{
type inletOutlet;
inletValue $internalField;
value $internalField;
inletValue uniform 0.375;
value uniform 0.375;
}
outlet2
{
type inletOutlet;
inletValue $internalField;
value $internalField;
inletValue uniform 0.375;
value uniform 0.375;
}
baffles
{
type kqRWallFunction;
value $internalField;
value uniform 0;
}
fan_half0
{
@ -57,7 +57,7 @@ boundaryField
defaultFaces
{
type kqRWallFunction;
value $internalField;
value uniform 0.375;
}
}

View File

@ -29,10 +29,13 @@ boundaryField
gamma 1;
p0 40;
pressure table
(
(0 10)
(1 40)
);
2
(
(0 10)
(1 40)
)
;
value uniform 40;
}
outlet1
@ -54,7 +57,14 @@ boundaryField
type fan;
patchType cyclic;
jump uniform 0;
f 2(100 -0.1);
jumpTable polynomial
2
(
(100 0)
(-0.1 1)
)
;
value uniform 0;
}
fan_half1
@ -62,7 +72,6 @@ boundaryField
type fan;
patchType cyclic;
jump uniform 0;
f 2(100 -0.1);
value uniform 0;
}
defaultFaces

View File

@ -15,31 +15,37 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
5
(
left
{
type symmetryPlane;
nFaces 320;
startFace 99210;
}
outlet
{
type patch;
nFaces 320;
startFace 99370;
startFace 99530;
}
up
{
type symmetryPlane;
nFaces 380;
startFace 99690;
startFace 99850;
}
hole
{
type wall;
nFaces 560;
startFace 100070;
startFace 100230;
}
frontAndBack
{
type empty;
nFaces 100000;
startFace 100630;
startFace 100790;
}
)