Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
02914539
Commit
02914539
authored
Oct 01, 2019
by
Mark Olesen
Committed by
Andrew Heather
Oct 01, 2019
Browse files
TUT: consistent use of scale in blockMeshDict
parent
3625d0ec
Changes
13
Hide whitespace changes
Inline
Side-by-side
tutorials/heatTransfer/buoyantSimpleFoam/simpleCarSolarPanel/system/blockMeshDict
View file @
02914539
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters
1;
scale
1;
X_MIN_TUNNEL -1.84;
Y_MIN_TUNNEL -2.1;
...
...
tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/system/blockMeshDict
View file @
02914539
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters
1;
scale
1;
vertices
(
...
...
tutorials/mesh/PDRblockMesh/box0/system/PDRblockMeshDict
View file @
02914539
...
...
@@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//- Point scaling (optional)
scale
1.0
;
scale
1
;
x
{
...
...
tutorials/mesh/blockMesh/sphere/system/blockMeshDict
View file @
02914539
...
...
@@ -14,6 +14,8 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
geometry
{
sphere
...
...
@@ -24,8 +26,6 @@ geometry
}
}
scale 1;
v 0.5773502;
mv -0.5773502;
...
...
tutorials/mesh/blockMesh/sphere7/system/blockMeshDict
View file @
02914539
...
...
@@ -14,6 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
verbose no;
geometry
...
...
@@ -26,7 +27,6 @@ geometry
}
}
scale 1;
n 10;
...
...
tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/blockMeshDict
View file @
02914539
...
...
@@ -14,6 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
verbose no;
geometry
...
...
@@ -33,8 +34,6 @@ geometry
}
}
scale 1;
n 10;
// Rough approximation of corner points
...
...
tutorials/multiphase/interFoam/laminar/sloshingCylinder/system/blockMeshDict
View file @
02914539
...
...
@@ -14,6 +14,9 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
verbose no;
radius 0.081;
radiusNeg -0.081;
box 0.025;
...
...
@@ -24,8 +27,6 @@ zMin -0.150;
nR 7;
nZ 20;
verbose no;
geometry
{
cylinder
...
...
@@ -37,8 +38,6 @@ geometry
}
}
scale 1;
vertices
(
...
...
tutorials/multiphase/interIsoFoam/iobasin/system/blockMeshDict
View file @
02914539
...
...
@@ -9,7 +9,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
scale
1;
// Basin
x0 0;
...
...
tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/blockMeshDict
View file @
02914539
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
scale
1;
vertices
(
...
...
tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_2phase/system/blockMeshDict
View file @
02914539
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters
1;
scale
1;
vertices
(
...
...
tutorials/multiphase/reactingMultiphaseEulerFoam/RAS/wallBoiling1D_3phase/system/blockMeshDict
View file @
02914539
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
scale
1;
vertices
(
...
...
tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumnPolydisperse/system/blockMeshDict
View file @
02914539
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters
1;
scale
1;
vertices
(
...
...
tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling1D/system/blockMeshDict
View file @
02914539
...
...
@@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters
1;
scale
1;
vertices
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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