mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: consistent use of scale in blockMeshDict
This commit is contained in:
committed by
Andrew Heather
parent
3625d0ecd1
commit
02914539f7
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1;
|
||||
scale 1;
|
||||
|
||||
X_MIN_TUNNEL -1.84;
|
||||
Y_MIN_TUNNEL -2.1;
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1;
|
||||
scale 1;
|
||||
|
||||
vertices
|
||||
(
|
||||
|
||||
@ -15,7 +15,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
//- Point scaling (optional)
|
||||
scale 1.0;
|
||||
scale 1;
|
||||
|
||||
x
|
||||
{
|
||||
|
||||
@ -14,6 +14,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 1;
|
||||
|
||||
geometry
|
||||
{
|
||||
sphere
|
||||
@ -24,8 +26,6 @@ geometry
|
||||
}
|
||||
}
|
||||
|
||||
scale 1;
|
||||
|
||||
v 0.5773502;
|
||||
mv -0.5773502;
|
||||
|
||||
|
||||
@ -14,6 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 1;
|
||||
verbose no;
|
||||
|
||||
geometry
|
||||
@ -26,7 +27,6 @@ geometry
|
||||
}
|
||||
}
|
||||
|
||||
scale 1;
|
||||
|
||||
n 10;
|
||||
|
||||
|
||||
@ -14,6 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 1;
|
||||
verbose no;
|
||||
|
||||
geometry
|
||||
@ -33,8 +34,6 @@ geometry
|
||||
}
|
||||
}
|
||||
|
||||
scale 1;
|
||||
|
||||
n 10;
|
||||
|
||||
// Rough approximation of corner points
|
||||
|
||||
@ -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
|
||||
(
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1;
|
||||
scale 1;
|
||||
|
||||
vertices
|
||||
(
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1;
|
||||
scale 1;
|
||||
|
||||
vertices
|
||||
(
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1;
|
||||
scale 1;
|
||||
|
||||
vertices
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user