Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
37cfc3ab
Commit
37cfc3ab
authored
Jul 21, 2015
by
Henry Weller
Browse files
tutorials: Removed unnecessary spaces between parentheses and values in vectors
parent
365f9b00
Changes
207
Hide whitespace changes
Inline
Side-by-side
etc/caseDicts/mesh/manipulation/refineRegion/refineMeshDict
View file @
37cfc3ab
...
...
@@ -20,8 +20,8 @@ coordinateSystem global;
globalCoeffs
{
tan1 (
1 0 0
);
tan2 (
0 1 0
);
tan1 (1 0 0);
tan2 (0 1 0);
}
directions // comment out as required
...
...
etc/templates/closedVolume/constant/g
View file @
37cfc3ab
...
...
@@ -15,6 +15,6 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (
0 -9.81 0
);
value (0 -9.81 0);
// ************************************************************************* //
tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/B
View file @
37cfc3ab
...
...
@@ -8053,8 +8053,8 @@ boundaryField
outer
{
type uniformInletOutlet;
uniformInletValue (
0 0 0 0 0 0
);
value uniform (
0 0 0 0 0 0
);
uniformInletValue (0 0 0 0 0 0);
value uniform (0 0 0 0 0 0);
}
ground
{
...
...
@@ -8063,12 +8063,12 @@ boundaryField
blockedFaces
{
type zeroGradient;
value uniform (
0 0 0 0 0 0
);
value uniform (0 0 0 0 0 0);
}
baffleWall
{
type zeroGradient;
value uniform (
0 0 0 0 0 0
);
value uniform (0 0 0 0 0 0);
}
baffleCyclic_half0
{
...
...
tutorials/combustion/PDRFoam/flamePropagationWithObstacles/0.org/U
View file @
37cfc3ab
...
...
@@ -17,30 +17,30 @@ FoamFile
dimensions [0 1 -1 0 0 0 0];
internalField uniform (
0 0 0
);
internalField uniform (0 0 0);
boundaryField
{
outer
{
type uniformInletOutlet;
uniformInletValue (
0 0 0
);
value uniform (
0 0 0
);
uniformInletValue (0 0 0);
value uniform (0 0 0);
}
ground
{
type fixedValue;
value uniform (
0 0 0
);
value uniform (0 0 0);
}
blockedFaces
{
type fixedValue;
value uniform (
0 0 0
);
value uniform (0 0 0);
}
baffleWall
{
type activePressureForceBaffleVelocity;
value uniform (
0 0 0
);
value uniform (0 0 0);
cyclicPatch baffleCyclic_half0;
orientation 1;
openingTime 0.01;
...
...
tutorials/combustion/PDRFoam/flamePropagationWithObstacles/constant/g
View file @
37cfc3ab
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (
0 0 -9.8
);
value (0 0 -9.8);
// ************************************************************************* //
tutorials/combustion/PDRFoam/flamePropagationWithObstacles/system/changeDictionaryDict
View file @
37cfc3ab
...
...
@@ -59,7 +59,7 @@ dictionaryReplacement
p p;
minThresholdValue 8000;
forceBased 0;
value uniform (
0 0 0
);
value uniform (0 0 0);
}
baffleCyclic_half0
{
...
...
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/combustionProperties
View file @
37cfc3ab
...
...
@@ -74,7 +74,7 @@ RaviPetersenCoeffs
{
TRef 320;
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)
( 1.61 -9.708 19.026 -11.117 2.098)
( 2.329 -12.287 21.317 -11.973 2.207)
...
...
tutorials/combustion/XiFoam/ras/moriyoshiHomogeneous/constant/g
View file @
37cfc3ab
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (
0 0 0
);
value (0 0 0);
// ************************************************************************* //
tutorials/combustion/engineFoam/kivaTest/constant/g
View file @
37cfc3ab
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (
0 0 0
);
value (0 0 0);
// ************************************************************************* //
tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/decomposeParDict
View file @
37cfc3ab
...
...
@@ -21,13 +21,13 @@ method simple;
simpleCoeffs
{
n (
1 3 2
);
n (1 3 2);
delta 0.001;
}
hierarchicalCoeffs
{
n (
1 2 2
);
n (1 2 2);
delta 0.001;
order xyz;
}
...
...
tutorials/combustion/fireFoam/les/oppositeBurningPanels/system/panelRegion/decomposeParDict
View file @
37cfc3ab
...
...
@@ -27,7 +27,7 @@ structuredCoeffs
hierarchicalCoeffs
{
n (
2 3 1
);
n (2 3 1);
delta 0.001;
order xyz;
}
...
...
@@ -36,7 +36,7 @@ structuredCoeffs
hierarchicalCoeffs
{
n (
1 2 2
);
n (1 2 2);
delta 0.001;
order xyz;
}
...
...
tutorials/combustion/fireFoam/les/smallPoolFire3D/system/decomposeParDict
View file @
37cfc3ab
...
...
@@ -21,13 +21,13 @@ method hierarchical;
simpleCoeffs
{
n (
1 2 2
);
n (1 2 2);
delta 0.001;
}
hierarchicalCoeffs
{
n (
1 2 2
);
n (1 2 2);
delta 0.001;
order xyz;
}
...
...
tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/constant/g
View file @
37cfc3ab
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (
0 0 0
);
value (0 0 0);
// ************************************************************************* //
tutorials/combustion/reactingFoam/ras/counterFlowFlame2DLTS/constant/g
View file @
37cfc3ab
...
...
@@ -16,7 +16,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -2 0 0 0 0];
value (
0 0 0
);
value (0 0 0);
// ************************************************************************* //
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/decomposeParDict
View file @
37cfc3ab
...
...
@@ -21,13 +21,13 @@ method simple;
simpleCoeffs
{
n (
8 1 1
);
n (8 1 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (
1 1 1
);
n (1 1 1);
delta 0.001;
order xyz;
}
...
...
tutorials/compressible/rhoCentralFoam/LadenburgJet60psi/system/sampleDict
View file @
37cfc3ab
...
...
@@ -25,24 +25,24 @@ sampleSets
{
name cone25;
axis x;
start (
0 0 0
);
end (
0.09208087 0.042939 0
);
start (0 0 0);
end (0.09208087 0.042939 0);
nPoints 92;
}
face
{
name cone55;
axis x;
start (
0.09208087 0.042939 0
);
end (
0.153683 0.13092 0
);
start (0.09208087 0.042939 0);
end (0.153683 0.13092 0);
nPoints 61;
}
face
{
name base;
axis x;
start (
0.153683 0.13092 0
);
end (
0.193675 0.13092 0
);
start (0.153683 0.13092 0);
end (0.193675 0.13092 0);
nPoints 40;
}
);
...
...
tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sampleDict
View file @
37cfc3ab
...
...
@@ -25,24 +25,24 @@ sets
{
type face;
axis x;
start (
0 0 0
);
end (
0.09208087 0.042939 0
);
start (0 0 0);
end (0.09208087 0.042939 0);
nPoints 92;
}
cone55
{
type face;
axis x;
start (
0.09208087 0.042939 0
);
end (
0.153683 0.13092 0
);
start (0.09208087 0.042939 0);
end (0.153683 0.13092 0);
nPoints 61;
}
base
{
type face;
axis x;
start (
0.153683 0.13092 0
);
end (
0.193675 0.13092 0
);
start (0.153683 0.13092 0);
end (0.193675 0.13092 0);
nPoints 40;
}
);
...
...
tutorials/compressible/rhoCentralFoam/shockTube/system/sampleDict
View file @
37cfc3ab
...
...
@@ -25,8 +25,8 @@ sets
{
type face;
axis x;
start (
-5 0 0
);
end (
5 0 0
);
start (-5 0 0);
end (5 0 0);
nPoints 100;
}
);
...
...
tutorials/compressible/rhoCentralFoam/shockTube/system/setFieldsDict
View file @
37cfc3ab
...
...
@@ -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 ) ; } );
// ************************************************************************* //
tutorials/compressible/rhoPimpleFoam/ras/angledDuctLTS/system/blockMeshDict
View file @
37cfc3ab
...
...
@@ -40,25 +40,25 @@ vertices
( 35.35533906 106.06601718 25 ) // pt 11 (poro2f)
// outlet
(
141.42135624 141.42135624 -25
) // pt 12 (out1b)
(
106.06601718 176.7766953 -25
) // pt 13 (out2b)
(
141.42135624 141.42135624 25
) // pt 14 (out1f)
(
106.06601718 176.7766953 25
) // pt 15 (out2f)
(141.42135624 141.42135624 -25) // pt 12 (out1b)
(106.06601718 176.7766953 -25) // pt 13 (out2b)
(141.42135624 141.42135624 25) // pt 14 (out1f)
(106.06601718 176.7766953 25) // pt 15 (out2f)
);
blocks
(
// inlet block
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
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
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
...
...
Prev
1
2
3
4
5
…
11
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment