tutorials: Removed unnecessary spaces between parentheses and values in vectors

This commit is contained in:
Henry Weller
2015-07-21 20:55:44 +01:00
parent 40ae36b5f6
commit 2b1ee6b497
207 changed files with 399 additions and 399 deletions

View File

@ -20,8 +20,8 @@ coordinateSystem global;
globalCoeffs globalCoeffs
{ {
tan1 ( 1 0 0 ); tan1 (1 0 0);
tan2 ( 0 1 0 ); tan2 (0 1 0);
} }
directions // comment out as required directions // comment out as required

View File

@ -15,6 +15,6 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -8053,8 +8053,8 @@ boundaryField
outer outer
{ {
type uniformInletOutlet; type uniformInletOutlet;
uniformInletValue ( 0 0 0 0 0 0 ); uniformInletValue (0 0 0 0 0 0);
value uniform ( 0 0 0 0 0 0 ); value uniform (0 0 0 0 0 0);
} }
ground ground
{ {
@ -8063,12 +8063,12 @@ boundaryField
blockedFaces blockedFaces
{ {
type zeroGradient; type zeroGradient;
value uniform ( 0 0 0 0 0 0 ); value uniform (0 0 0 0 0 0);
} }
baffleWall baffleWall
{ {
type zeroGradient; type zeroGradient;
value uniform ( 0 0 0 0 0 0 ); value uniform (0 0 0 0 0 0);
} }
baffleCyclic_half0 baffleCyclic_half0
{ {

View File

@ -17,30 +17,30 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {
outer outer
{ {
type uniformInletOutlet; type uniformInletOutlet;
uniformInletValue ( 0 0 0 ); uniformInletValue (0 0 0);
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
ground ground
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
blockedFaces blockedFaces
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
baffleWall baffleWall
{ {
type activePressureForceBaffleVelocity; type activePressureForceBaffleVelocity;
value uniform ( 0 0 0 ); value uniform (0 0 0);
cyclicPatch baffleCyclic_half0; cyclicPatch baffleCyclic_half0;
orientation 1; orientation 1;
openingTime 0.01; openingTime 0.01;

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.8 ); value (0 0 -9.8);
// ************************************************************************* // // ************************************************************************* //

View File

@ -59,7 +59,7 @@ dictionaryReplacement
p p; p p;
minThresholdValue 8000; minThresholdValue 8000;
forceBased 0; forceBased 0;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
baffleCyclic_half0 baffleCyclic_half0
{ {

View File

@ -74,7 +74,7 @@ RaviPetersenCoeffs
{ {
TRef 320; TRef 320;
pPoints ( 1.0e05 5.0e05 1.0e06 2.0e06 3.0e06 ); pPoints ( 1.0e05 5.0e05 1.0e06 2.0e06 3.0e06 );
EqRPoints ( 0.5 2.0 5.0 ); EqRPoints (0.5 2.0 5.0);
alpha ( ( (-0.03 -2.347 9.984 -6.734 1.361) alpha ( ( (-0.03 -2.347 9.984 -6.734 1.361)
( 1.61 -9.708 19.026 -11.117 2.098) ( 1.61 -9.708 19.026 -11.117 2.098)
( 2.329 -12.287 21.317 -11.973 2.207) ( 2.329 -12.287 21.317 -11.973 2.207)

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 0 ); value (0 0 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 0 ); value (0 0 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 1 3 2 ); n (1 3 2);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 2 2 ); n (1 2 2);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -27,7 +27,7 @@ structuredCoeffs
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 2 3 1 ); n (2 3 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }
@ -36,7 +36,7 @@ structuredCoeffs
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 2 2 ); n (1 2 2);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method hierarchical;
simpleCoeffs simpleCoeffs
{ {
n ( 1 2 2 ); n (1 2 2);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 2 2 ); n (1 2 2);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 0 ); value (0 0 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 0 ); value (0 0 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 8 1 1 ); n (8 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -25,24 +25,24 @@ sampleSets
{ {
name cone25; name cone25;
axis x; axis x;
start ( 0 0 0 ); start (0 0 0);
end ( 0.09208087 0.042939 0 ); end (0.09208087 0.042939 0);
nPoints 92; nPoints 92;
} }
face face
{ {
name cone55; name cone55;
axis x; axis x;
start ( 0.09208087 0.042939 0 ); start (0.09208087 0.042939 0);
end ( 0.153683 0.13092 0 ); end (0.153683 0.13092 0);
nPoints 61; nPoints 61;
} }
face face
{ {
name base; name base;
axis x; axis x;
start ( 0.153683 0.13092 0 ); start (0.153683 0.13092 0);
end ( 0.193675 0.13092 0 ); end (0.193675 0.13092 0);
nPoints 40; nPoints 40;
} }
); );

View File

@ -25,24 +25,24 @@ sets
{ {
type face; type face;
axis x; axis x;
start ( 0 0 0 ); start (0 0 0);
end ( 0.09208087 0.042939 0 ); end (0.09208087 0.042939 0);
nPoints 92; nPoints 92;
} }
cone55 cone55
{ {
type face; type face;
axis x; axis x;
start ( 0.09208087 0.042939 0 ); start (0.09208087 0.042939 0);
end ( 0.153683 0.13092 0 ); end (0.153683 0.13092 0);
nPoints 61; nPoints 61;
} }
base base
{ {
type face; type face;
axis x; axis x;
start ( 0.153683 0.13092 0 ); start (0.153683 0.13092 0);
end ( 0.193675 0.13092 0 ); end (0.193675 0.13092 0);
nPoints 40; nPoints 40;
} }
); );

View File

@ -25,8 +25,8 @@ sets
{ {
type face; type face;
axis x; axis x;
start ( -5 0 0 ); start (-5 0 0);
end ( 5 0 0 ); end (5 0 0);
nPoints 100; nPoints 100;
} }
); );

View File

@ -15,9 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
defaultFieldValues ( volVectorFieldValue U ( 0 0 0 ) volScalarFieldValue T 348.432 volScalarFieldValue p 100000 ); defaultFieldValues ( volVectorFieldValue U (0 0 0) volScalarFieldValue T 348.432 volScalarFieldValue p 100000 );
regions ( boxToCell { box ( 0 -1 -1 ) ( 5 1 1 ) ; fieldValues ( volScalarFieldValue T 278.746 volScalarFieldValue p 10000 ) ; } ); regions ( boxToCell { box (0 -1 -1) (5 1 1) ; fieldValues ( volScalarFieldValue T 278.746 volScalarFieldValue p 10000 ) ; } );
// ************************************************************************* // // ************************************************************************* //

View File

@ -40,25 +40,25 @@ vertices
( 35.35533906 106.06601718 25 ) // pt 11 (poro2f) ( 35.35533906 106.06601718 25 ) // pt 11 (poro2f)
// outlet // outlet
( 141.42135624 141.42135624 -25 ) // pt 12 (out1b) (141.42135624 141.42135624 -25) // pt 12 (out1b)
( 106.06601718 176.7766953 -25 ) // pt 13 (out2b) (106.06601718 176.7766953 -25) // pt 13 (out2b)
( 141.42135624 141.42135624 25 ) // pt 14 (out1f) (141.42135624 141.42135624 25) // pt 14 (out1f)
( 106.06601718 176.7766953 25 ) // pt 15 (out2f) (106.06601718 176.7766953 25) // pt 15 (out2f)
); );
blocks blocks
( (
// inlet block // inlet block
hex (0 4 5 1 2 6 7 3) hex (0 4 5 1 2 6 7 3)
inlet ( 15 20 20 ) simpleGrading (1 1 1) inlet (15 20 20) simpleGrading (1 1 1)
// porosity block // porosity block
hex (4 8 9 5 6 10 11 7) hex (4 8 9 5 6 10 11 7)
porosity ( 20 20 20 ) simpleGrading (1 1 1) porosity (20 20 20) simpleGrading (1 1 1)
// outlet block // outlet block
hex (8 12 13 9 10 14 15 11) hex (8 12 13 9 10 14 15 11)
outlet ( 20 20 20 ) simpleGrading (1 1 1) outlet (20 20 20) simpleGrading (1 1 1)
); );
edges edges

View File

@ -40,25 +40,25 @@ vertices
( 35.35533906 106.06601718 25 ) // pt 11 (poro2f) ( 35.35533906 106.06601718 25 ) // pt 11 (poro2f)
// outlet // outlet
( 141.42135624 141.42135624 -25 ) // pt 12 (out1b) (141.42135624 141.42135624 -25) // pt 12 (out1b)
( 106.06601718 176.7766953 -25 ) // pt 13 (out2b) (106.06601718 176.7766953 -25) // pt 13 (out2b)
( 141.42135624 141.42135624 25 ) // pt 14 (out1f) (141.42135624 141.42135624 25) // pt 14 (out1f)
( 106.06601718 176.7766953 25 ) // pt 15 (out2f) (106.06601718 176.7766953 25) // pt 15 (out2f)
); );
blocks blocks
( (
// inlet block // inlet block
hex (0 4 5 1 2 6 7 3) hex (0 4 5 1 2 6 7 3)
inlet ( 15 20 20 ) simpleGrading (1 1 1) inlet (15 20 20) simpleGrading (1 1 1)
// porosity block // porosity block
hex (4 8 9 5 6 10 11 7) hex (4 8 9 5 6 10 11 7)
porosity ( 20 20 20 ) simpleGrading (1 1 1) porosity (20 20 20) simpleGrading (1 1 1)
// outlet block // outlet block
hex (8 12 13 9 10 14 15 11) hex (8 12 13 9 10 14 15 11)
outlet ( 20 20 20 ) simpleGrading (1 1 1) outlet (20 20 20) simpleGrading (1 1 1)
); );
edges edges

View File

@ -40,25 +40,25 @@ vertices
( 35.35533906 106.06601718 25 ) // pt 11 (poro2f) ( 35.35533906 106.06601718 25 ) // pt 11 (poro2f)
// outlet // outlet
( 141.42135624 141.42135624 -25 ) // pt 12 (out1b) (141.42135624 141.42135624 -25) // pt 12 (out1b)
( 106.06601718 176.7766953 -25 ) // pt 13 (out2b) (106.06601718 176.7766953 -25) // pt 13 (out2b)
( 141.42135624 141.42135624 25 ) // pt 14 (out1f) (141.42135624 141.42135624 25) // pt 14 (out1f)
( 106.06601718 176.7766953 25 ) // pt 15 (out2f) (106.06601718 176.7766953 25) // pt 15 (out2f)
); );
blocks blocks
( (
// inlet block // inlet block
hex (0 4 5 1 2 6 7 3) hex (0 4 5 1 2 6 7 3)
inlet ( 15 20 20 ) simpleGrading (1 1 1) inlet (15 20 20) simpleGrading (1 1 1)
// porosity block // porosity block
hex (4 8 9 5 6 10 11 7) hex (4 8 9 5 6 10 11 7)
porosity ( 20 20 20 ) simpleGrading (1 1 1) porosity (20 20 20) simpleGrading (1 1 1)
// outlet block // outlet block
hex (8 12 13 9 10 14 15 11) hex (8 12 13 9 10 14 15 11)
outlet ( 20 20 20 ) simpleGrading (1 1 1) outlet (20 20 20) simpleGrading (1 1 1)
); );
edges edges

View File

@ -15,9 +15,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
defaultFieldValues ( volVectorFieldValue U ( 0 0 0 ) volScalarFieldValue T 348.432 volScalarFieldValue p 100000 ); defaultFieldValues ( volVectorFieldValue U (0 0 0) volScalarFieldValue T 348.432 volScalarFieldValue p 100000 );
regions ( boxToCell { box ( 0 -1 -1 ) ( 5 1 1 ) ; fieldValues ( volScalarFieldValue T 278.746 volScalarFieldValue p 10000 ) ; } ); regions ( boxToCell { box (0 -1 -1) (5 1 1) ; fieldValues ( volScalarFieldValue T 278.746 volScalarFieldValue p 10000 ) ; } );
// ************************************************************************* // // ************************************************************************* //

View File

@ -63,10 +63,10 @@ functions
UName U; UName U;
log true; log true;
rhoInf 1; rhoInf 1;
CofR ( 0 0 0 ); CofR (0 0 0);
liftDir ( -0.239733 0.970839 0 ); liftDir (-0.239733 0.970839 0);
dragDir ( 0.970839 0.239733 0 ); dragDir (0.970839 0.239733 0);
pitchAxis ( 0 0 1 ); pitchAxis (0 0 1);
magUInf 618.022; magUInf 618.022;
lRef 1; lRef 1;
Aref 1; Aref 1;

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [1 -1 -2 0 0 0 0]; dimensions [1 -1 -2 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [1 -2 -1 0 0 0 0]; dimensions [1 -2 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 1 2 2 ); n (1 2 2);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 1 2 2 ); n (1 2 2);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -132,7 +132,7 @@ functions
patches ( obstacle ); patches ( obstacle );
directForceDensity true; directForceDensity true;
fDName fDMean; fDName fDMean;
CofR ( 0 0 0 ); CofR (0 0 0);
log on; log on;
} }
} }

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {

View File

@ -25,8 +25,8 @@ sets
{ {
type uniform; type uniform;
axis distance; axis distance;
start ( 10.001 -1 0.01 ); start (10.001 -1 0.01);
end ( 10.001 1 0.01 ); end (10.001 1 0.01);
nPoints 100; nPoints 100;
} }
); );

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -21,13 +21,13 @@ method scotch;
simpleCoeffs simpleCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 3 2 1 ); n (3 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -21,7 +21,7 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 ); value (0 0 -9.81);
// ************************************************************************* // // ************************************************************************* //

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 ); value (0 0 -9.81);
// ************************************************************************* // // ************************************************************************* //

View File

@ -17,50 +17,50 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0.001 0 0 ); internalField uniform (0.001 0 0);
boundaryField boundaryField
{ {
minX minX
{ {
type fixedValue; type fixedValue;
value uniform ( 0.001 0 0 ); value uniform (0.001 0 0);
} }
maxX maxX
{ {
type inletOutlet; type inletOutlet;
value uniform ( 0.01 0 0 ); value uniform (0.01 0 0);
inletValue uniform ( 0 0 0 ); inletValue uniform (0 0 0);
} }
minY minY
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
minZ minZ
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
maxZ maxZ
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
bottomWater_to_rightSolid bottomWater_to_rightSolid
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
bottomWater_to_leftSolid bottomWater_to_leftSolid
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
bottomWater_to_heater bottomWater_to_heater
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
} }

View File

@ -30,13 +30,13 @@ dictionaryReplacement
minX minX
{ {
type fixedValue; type fixedValue;
value uniform ( 0.1 0 0 ); value uniform (0.1 0 0);
} }
maxX maxX
{ {
type inletOutlet; type inletOutlet;
inletValue uniform ( 0 0 0 ); inletValue uniform (0 0 0);
value uniform ( 0.1 0 0 ); value uniform (0.1 0 0);
} }
} }
} }

View File

@ -30,13 +30,13 @@ dictionaryReplacement
minX minX
{ {
type fixedValue; type fixedValue;
value uniform ( 0.1 0 0 ); value uniform (0.1 0 0);
} }
maxX maxX
{ {
type inletOutlet; type inletOutlet;
inletValue uniform ( 0 0 0 ); inletValue uniform (0 0 0);
value uniform ( 0.1 0 0 ); value uniform (0.1 0 0);
} }
} }
} }

View File

@ -21,13 +21,13 @@ method scotch;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method scotch;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -29,13 +29,13 @@ dictionaryReplacement
minX minX
{ {
type fixedValue; type fixedValue;
value uniform ( 0.1 0 0 ); value uniform (0.1 0 0);
} }
maxX maxX
{ {
type inletOutlet; type inletOutlet;
inletValue uniform ( 0 0 0 ); inletValue uniform (0 0 0);
value uniform ( 0.1 0 0 ); value uniform (0.1 0 0);
} }
} }
} }

View File

@ -17,16 +17,16 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {
inlet inlet
{ {
type SRFVelocity; type SRFVelocity;
inletValue uniform ( 0 0 -10 ); inletValue uniform (0 0 -10);
relative no; relative no;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
outlet outlet
{ {
@ -35,14 +35,14 @@ boundaryField
innerWall innerWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
outerWall outerWall
{ {
type SRFVelocity; type SRFVelocity;
inletValue uniform ( 0 0 0 ); inletValue uniform (0 0 0);
relative no; relative no;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
cyclic_half0 cyclic_half0
{ {

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 10 0 0 ); internalField uniform (10 0 0);
boundaryField boundaryField
{ {
lowerWall lowerWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
upperWall upperWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
front front
{ {

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {
lowerWall lowerWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
upperWall upperWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
front front
{ {

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 1 0 0 ); internalField uniform (1 0 0);
boundaryField boundaryField
{ {
lowerWall lowerWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
upperWall upperWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
front front
{ {

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 1 3 1 ); n (1 3 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 3 2 1 ); n (3 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -74,9 +74,9 @@ functions
probeLocations probeLocations
( (
( 1e-06 0 0.01 ) // at inlet ( 1e-06 0 0.01 ) // at inlet
( 0.21 -0.20999 0.01 ) // at outlet1 (0.21 -0.20999 0.01) // at outlet1
( 0.21 0.20999 0.01 ) // at outlet2 (0.21 0.20999 0.01) // at outlet2
( 0.21 0 0.01 ) // at central block (0.21 0 0.01) // at central block
); );
} }
} }

View File

@ -74,9 +74,9 @@ functions
probeLocations probeLocations
( (
( 1e-06 0 0.01 ) // at inlet ( 1e-06 0 0.01 ) // at inlet
( 0.21 -0.20999 0.01 ) // at outlet1 (0.21 -0.20999 0.01) // at outlet1
( 0.21 0.20999 0.01 ) // at outlet2 (0.21 0.20999 0.01) // at outlet2
( 0.21 0 0.01 ) // at central block (0.21 0 0.01) // at central block
); );
} }
} }

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0.1335 0 0 ); internalField uniform (0.1335 0 0);
boundaryField boundaryField
{ {
bottomWall bottomWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
topWall topWall
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
sides1_half0 sides1_half0
{ {

View File

@ -19,8 +19,8 @@ planeType pointAndNormal;
pointAndNormalDict pointAndNormalDict
{ {
basePoint ( 0 0 0 ); basePoint (0 0 0);
normalVector ( 0 -1 0 ); normalVector (0 -1 0);
} }
planeTolerance 1e-06; planeTolerance 1e-06;

View File

@ -15,7 +15,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
flowVelocity ( 20 0 0 ); flowVelocity (20 0 0);
pressure 0; pressure 0;
@ -25,30 +25,30 @@ turbulentOmega 1.78;
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 20 0 0 ); internalField uniform (20 0 0);
boundaryField boundaryField
{ {
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform ( 20 0 0 ); value uniform (20 0 0);
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform ( 0 0 0 ); inletValue uniform (0 0 0);
value uniform ( 20 0 0 ); value uniform (20 0 0);
} }
lowerWall lowerWall
{ {
type fixedValue; type fixedValue;
value uniform ( 20 0 0 ); value uniform (20 0 0);
} }
"motorBike_.*" "motorBike_.*"
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
upperWall upperWall
{ {

View File

@ -21,13 +21,13 @@ method hierarchical;
simpleCoeffs simpleCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 4 2 1 ); n (4 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method hierarchical;
simpleCoeffs simpleCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 4 2 1 ); n (4 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method ptscotch;
simpleCoeffs simpleCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 4 2 1 ); n (4 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -62,13 +62,13 @@ functions
probeLocations probeLocations
( (
( 0.0254 0.0253 0 ) (0.0254 0.0253 0)
( 0.0508 0.0253 0 ) (0.0508 0.0253 0)
( 0.0762 0.0253 0 ) (0.0762 0.0253 0)
( 0.1016 0.0253 0 ) (0.1016 0.0253 0)
( 0.127 0.0253 0 ) (0.127 0.0253 0)
( 0.1524 0.0253 0 ) (0.1524 0.0253 0)
( 0.1778 0.0253 0 ) (0.1778 0.0253 0)
); );
} }

View File

@ -90,7 +90,7 @@ boundary
inlet inlet
{ {
type mappedPatch; type mappedPatch;
offset ( 0.0495 0 0 ); offset (0.0495 0 0);
sampleRegion region0; sampleRegion region0;
sampleMode nearestCell; sampleMode nearestCell;
samplePatch none; samplePatch none;

View File

@ -62,13 +62,13 @@ functions
probeLocations probeLocations
( (
( 0.0254 0.0253 0 ) (0.0254 0.0253 0)
( 0.0508 0.0253 0 ) (0.0508 0.0253 0)
( 0.0762 0.0253 0 ) (0.0762 0.0253 0)
( 0.1016 0.0253 0 ) (0.1016 0.0253 0)
( 0.127 0.0253 0 ) (0.127 0.0253 0)
( 0.1524 0.0253 0 ) (0.1524 0.0253 0)
( 0.1778 0.0253 0 ) (0.1778 0.0253 0)
); );
} }

View File

@ -21,13 +21,13 @@ method scotch;
simpleCoeffs simpleCoeffs
{ {
n ( 2 1 1 ); n (2 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 2 1 1 ); n (2 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method hierarchical;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 2 ); n (2 2 2);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method hierarchical;
simpleCoeffs simpleCoeffs
{ {
n ( 2 1 1 ); n (2 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 ); value (0 0 -9.81);
// ************************************************************************* // // ************************************************************************* //

View File

@ -80,7 +80,7 @@ subModels
nParticle 1; nParticle 1;
SOI 0; SOI 0;
positionsFile "kinematicCloudPositions"; positionsFile "kinematicCloudPositions";
U0 ( 0 0 0 ); U0 (0 0 0);
sizeDistribution sizeDistribution
{ {
type fixedValue; type fixedValue;

View File

@ -21,7 +21,7 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 1 6 1 ); n (1 6 1);
delta 0.001; delta 0.001;
} }

View File

@ -16,6 +16,6 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 ); value (0 0 -9.81);
// ************************************************************************* // // ************************************************************************* //

View File

@ -21,7 +21,7 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 1 5 1 ); n (1 5 1);
delta 0.001; delta 0.001;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 ); value (0 0 -9.81);
// ************************************************************************* // // ************************************************************************* //

View File

@ -72,7 +72,7 @@ subModels
nParticle 750; nParticle 750;
SOI 0; SOI 0;
positionsFile "kinematicCloudPositions"; positionsFile "kinematicCloudPositions";
U0 ( 0 0 0 ); U0 (0 0 0);
sizeDistribution sizeDistribution
{ {
type fixedValue; type fixedValue;

View File

@ -16,6 +16,6 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 ); value (0 0 -9.81);
// ************************************************************************* // // ************************************************************************* //

View File

@ -21,7 +21,7 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 3 ); n (2 2 3);
delta 0.001; delta 0.001;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 0 ); value (0 0 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -86,7 +86,7 @@ subModels
parcelBasisType mass; parcelBasisType mass;
SOI 0; SOI 0;
positionsFile "coalCloud1Positions"; positionsFile "coalCloud1Positions";
U0 ( 0 -10 0 ); U0 (0 -10 0);
sizeDistribution sizeDistribution
{ {
type RosinRammler; type RosinRammler;

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -80,7 +80,7 @@ subModels
parcelBasisType mass; parcelBasisType mass;
SOI 0; SOI 0;
positionsFile "limestonePositions"; positionsFile "limestonePositions";
U0 ( 0 0 0 ); U0 (0 0 0);
sizeDistribution sizeDistribution
{ {
type RosinRammler; type RosinRammler;

View File

@ -21,13 +21,13 @@ method scotch;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -25,7 +25,7 @@ actions
source sphereToCell; source sphereToCell;
sourceInfo sourceInfo
{ {
centre ( 0.125 0.375 0.05 ); centre (0.125 0.375 0.05);
radius 0.005; radius 0.005;
} }
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 -9.81 0 ); value (0 -9.81 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -61,7 +61,7 @@ subModels
nParticle 1; nParticle 1;
SOI 0; SOI 0;
positionsFile "kinematicCloudPositions"; positionsFile "kinematicCloudPositions";
U0 ( 0 0 0 ); U0 (0 0 0);
sizeDistribution sizeDistribution
{ {
type fixedValue; type fixedValue;

View File

@ -21,13 +21,13 @@ method simple;
simpleCoeffs simpleCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 4 1 1 ); n (4 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method metis;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method metis;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -21,13 +21,13 @@ method metis;
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 0 ); value (0 0 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {
walls walls
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform ( 5 0 0 ); value uniform (5 0 0);
} }
outlet outlet
{ {

View File

@ -17,19 +17,19 @@ FoamFile
dimensions [0 1 -1 0 0 0 0]; dimensions [0 1 -1 0 0 0 0];
internalField uniform ( 0 0 0 ); internalField uniform (0 0 0);
boundaryField boundaryField
{ {
walls walls
{ {
type fixedValue; type fixedValue;
value uniform ( 0 0 0 ); value uniform (0 0 0);
} }
inlet inlet
{ {
type fixedValue; type fixedValue;
value uniform ( 5 0 0 ); value uniform (5 0 0);
} }
outlet outlet
{ {

View File

@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0]; dimensions [0 1 -2 0 0 0 0];
value ( 0 0 0 ); value (0 0 0);
// ************************************************************************* // // ************************************************************************* //

View File

@ -27,13 +27,13 @@ preserveFaceZones
simpleCoeffs simpleCoeffs
{ {
n ( 2 2 1 ); n (2 2 1);
delta 0.001; delta 0.001;
} }
hierarchicalCoeffs hierarchicalCoeffs
{ {
n ( 1 1 1 ); n (1 1 1);
delta 0.001; delta 0.001;
order xyz; order xyz;
} }

Some files were not shown because too many files have changed in this diff Show More