mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: consistent use of scale and headers for blockMeshDict
This commit is contained in:
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1;
|
||||
scale 1;
|
||||
|
||||
vertices
|
||||
(
|
||||
|
||||
@ -14,17 +14,17 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 1;
|
||||
scale 1;
|
||||
|
||||
L 1;
|
||||
nx 50;
|
||||
L 1;
|
||||
nx 50;
|
||||
|
||||
y1 -.05;
|
||||
y2 .05;
|
||||
ny 1;
|
||||
y2 .05;
|
||||
ny 1;
|
||||
|
||||
H 1;
|
||||
nz 50;
|
||||
H 1;
|
||||
nz 50;
|
||||
|
||||
vertices
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user