mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'bugFixes' into 'master'
bugFixes- various issues #101 #21 #46 See merge request !32
This commit is contained in:
@ -59,7 +59,7 @@ Description
|
|||||||
QrNbr Qr; // or none. Name of Qr field on neighbour region
|
QrNbr Qr; // or none. Name of Qr field on neighbour region
|
||||||
Qr Qr; // or none. Name of Qr field on local region
|
Qr Qr; // or none. Name of Qr field on local region
|
||||||
thicknessLayers (0.1 0.2 0.3 0.4);
|
thicknessLayers (0.1 0.2 0.3 0.4);
|
||||||
kappaLayers (1 2 3 4)
|
kappaLayers (1 2 3 4);
|
||||||
value uniform 300;
|
value uniform 300;
|
||||||
}
|
}
|
||||||
\endverbatim
|
\endverbatim
|
||||||
|
|||||||
@ -69,10 +69,10 @@ Description
|
|||||||
maxDiameter 0.5e-4;
|
maxDiameter 0.5e-4;
|
||||||
minDiameter 0;
|
minDiameter 0;
|
||||||
setFormat gnuplot;
|
setFormat gnuplot;
|
||||||
coordinateSystem
|
origin (0 0 0);
|
||||||
|
coordinateRoation
|
||||||
{
|
{
|
||||||
type cartesian;
|
type cartesian;
|
||||||
origin (0 0 0);
|
|
||||||
e3 (0 1 1);
|
e3 (0 1 1);
|
||||||
e1 (1 0 0);
|
e1 (1 0 0);
|
||||||
}
|
}
|
||||||
@ -91,7 +91,8 @@ Description
|
|||||||
maxDiameter | maximum region equivalent diameter | yes |
|
maxDiameter | maximum region equivalent diameter | yes |
|
||||||
minDiameter | minimum region equivalent diameter | no | 0
|
minDiameter | minimum region equivalent diameter | no | 0
|
||||||
setFormat | writing format | yes |
|
setFormat | writing format | yes |
|
||||||
coordinateSystem | transformation for vector fields | no |
|
origin | origin of local co-ordinate system | yes |
|
||||||
|
coordinateRoation | orientation of local co-ordinate system | no |
|
||||||
log | Log to standard output | no | yes
|
log | Log to standard output | no | yes
|
||||||
\endtable
|
\endtable
|
||||||
|
|
||||||
|
|||||||
@ -11,11 +11,11 @@ cp $FOAM_TUTORIALS/resources/geometry/motorBike.obj.gz constant/triSurface/
|
|||||||
mkdir 0
|
mkdir 0
|
||||||
|
|
||||||
runApplication blockMesh
|
runApplication blockMesh
|
||||||
cp system/decomposeParDict.hierarchical system/decomposeParDict
|
# cp system/decomposeParDict.hierarchical system/decomposeParDict
|
||||||
runApplication decomposePar
|
runApplication decomposePar -decomposeParDict system/decomposeParDict.hierarchical
|
||||||
|
|
||||||
cp system/decomposeParDict.ptscotch system/decomposeParDict
|
# cp system/decomposeParDict.ptscotch system/decomposeParDict
|
||||||
runParallel snappyHexMesh 8 -overwrite -parallel
|
runParallel snappyHexMesh 8 -decomposeParDict system/decomposeParDict.ptscotch -overwrite -parallel
|
||||||
|
|
||||||
find . -type f -iname "*level*" -exec rm {} \;
|
find . -type f -iname "*level*" -exec rm {} \;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user