mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: keyword updates
This commit is contained in:
@ -22,9 +22,4 @@ numberOfSubdomains 4;
|
|||||||
|
|
||||||
method scotch;
|
method scotch;
|
||||||
|
|
||||||
distributed no;
|
|
||||||
|
|
||||||
roots ( );
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -22,9 +22,5 @@ numberOfSubdomains 4;
|
|||||||
|
|
||||||
method scotch;
|
method scotch;
|
||||||
|
|
||||||
distributed no;
|
|
||||||
|
|
||||||
roots ( );
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -18,9 +18,4 @@ numberOfSubdomains 4;
|
|||||||
|
|
||||||
method scotch;
|
method scotch;
|
||||||
|
|
||||||
distributed no;
|
|
||||||
|
|
||||||
roots ( );
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -18,9 +18,4 @@ numberOfSubdomains 4;
|
|||||||
|
|
||||||
method scotch;
|
method scotch;
|
||||||
|
|
||||||
distributed no;
|
|
||||||
|
|
||||||
roots ( );
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -23,9 +23,4 @@ coeffs
|
|||||||
n (2 2 1);
|
n (2 2 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
distributed no;
|
|
||||||
|
|
||||||
roots ( );
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -23,9 +23,4 @@ coeffs
|
|||||||
n (2 2 1);
|
n (2 2 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
distributed no;
|
|
||||||
|
|
||||||
roots ( );
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -8,7 +8,7 @@ mkdir -p constant/triSurface
|
|||||||
# Use 'blob' as an arbitrary enclosing surface
|
# Use 'blob' as an arbitrary enclosing surface
|
||||||
runApplication surfaceTransformPoints \
|
runApplication surfaceTransformPoints \
|
||||||
-translate '(0 0 5)' \
|
-translate '(0 0 5)' \
|
||||||
-origin '(0 0 5)' \
|
-centre '(0 0 5)' \
|
||||||
-rotate-x 45 \
|
-rotate-x 45 \
|
||||||
"$FOAM_TUTORIALS"/resources/geometry/blob.stl.gz \
|
"$FOAM_TUTORIALS"/resources/geometry/blob.stl.gz \
|
||||||
constant/triSurface/blob.obj
|
constant/triSurface/blob.obj
|
||||||
|
|||||||
Reference in New Issue
Block a user