Skip to content
Snippets Groups Projects
Commit 02914539 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

TUT: consistent use of scale in blockMeshDict

parent 3625d0ec
No related branches found
No related tags found
No related merge requests found
Showing
with 16 additions and 18 deletions
...@@ -14,7 +14,7 @@ FoamFile ...@@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 1; scale 1;
X_MIN_TUNNEL -1.84; X_MIN_TUNNEL -1.84;
Y_MIN_TUNNEL -2.1; Y_MIN_TUNNEL -2.1;
......
...@@ -14,7 +14,7 @@ FoamFile ...@@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 1; scale 1;
vertices vertices
( (
......
...@@ -15,7 +15,7 @@ FoamFile ...@@ -15,7 +15,7 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
//- Point scaling (optional) //- Point scaling (optional)
scale 1.0; scale 1;
x x
{ {
......
...@@ -14,6 +14,8 @@ FoamFile ...@@ -14,6 +14,8 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
geometry geometry
{ {
sphere sphere
...@@ -24,8 +26,6 @@ geometry ...@@ -24,8 +26,6 @@ geometry
} }
} }
scale 1;
v 0.5773502; v 0.5773502;
mv -0.5773502; mv -0.5773502;
......
...@@ -14,6 +14,7 @@ FoamFile ...@@ -14,6 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
verbose no; verbose no;
geometry geometry
...@@ -26,7 +27,6 @@ geometry ...@@ -26,7 +27,6 @@ geometry
} }
} }
scale 1;
n 10; n 10;
......
...@@ -14,6 +14,7 @@ FoamFile ...@@ -14,6 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
verbose no; verbose no;
geometry geometry
...@@ -33,8 +34,6 @@ geometry ...@@ -33,8 +34,6 @@ geometry
} }
} }
scale 1;
n 10; n 10;
// Rough approximation of corner points // Rough approximation of corner points
......
...@@ -14,6 +14,9 @@ FoamFile ...@@ -14,6 +14,9 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1;
verbose no;
radius 0.081; radius 0.081;
radiusNeg -0.081; radiusNeg -0.081;
box 0.025; box 0.025;
...@@ -24,8 +27,6 @@ zMin -0.150; ...@@ -24,8 +27,6 @@ zMin -0.150;
nR 7; nR 7;
nZ 20; nZ 20;
verbose no;
geometry geometry
{ {
cylinder cylinder
...@@ -37,8 +38,6 @@ geometry ...@@ -37,8 +38,6 @@ geometry
} }
} }
scale 1;
vertices vertices
( (
......
...@@ -9,7 +9,7 @@ FoamFile ...@@ -9,7 +9,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1; scale 1;
// Basin // Basin
x0 0; x0 0;
......
...@@ -14,7 +14,7 @@ FoamFile ...@@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1; scale 1;
vertices vertices
( (
......
...@@ -14,7 +14,7 @@ FoamFile ...@@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 1; scale 1;
vertices vertices
( (
......
...@@ -14,7 +14,7 @@ FoamFile ...@@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
scale 1; scale 1;
vertices vertices
( (
......
...@@ -14,7 +14,7 @@ FoamFile ...@@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 1; scale 1;
vertices vertices
( (
......
...@@ -14,7 +14,7 @@ FoamFile ...@@ -14,7 +14,7 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 1; scale 1;
vertices vertices
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment