Fixed icoDyMFoam tutorials
This commit is contained in:
parent
5d6e83b834
commit
69e2914b98
7 changed files with 9 additions and 135 deletions
|
@ -51,7 +51,7 @@ boundaryField
|
|||
value uniform (1 0 0);
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
|
|
|
@ -46,7 +46,7 @@ boundaryField
|
|||
value uniform 0;
|
||||
}
|
||||
|
||||
defaultFaces
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
|
|
|
@ -4,4 +4,5 @@
|
|||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase
|
||||
( cd RBFMotionFunction ; wclean )
|
||||
rm -f constant/polyMesh/boundary
|
||||
( cd RBFMotionFunction ; wclean )
|
||||
|
|
|
@ -2,9 +2,9 @@ EXE_INC = \
|
|||
-I$(LIB_SRC)/dynamicMesh/dynamicMesh/lnInclude \
|
||||
-I$(LIB_SRC)/dynamicMesh/meshMotion/RBFMotionSolver/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude
|
||||
|
||||
LIB_LIBS = \
|
||||
-ldynamicMesh \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools \
|
||||
-lmeshTools
|
||||
|
|
|
@ -1,58 +0,0 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 3.2 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
6
|
||||
(
|
||||
block
|
||||
{
|
||||
type wall;
|
||||
nFaces 12;
|
||||
startFace 1184;
|
||||
}
|
||||
top
|
||||
{
|
||||
type wall;
|
||||
nFaces 25;
|
||||
startFace 1196;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type wall;
|
||||
nFaces 25;
|
||||
startFace 1221;
|
||||
}
|
||||
left
|
||||
{
|
||||
type wall;
|
||||
nFaces 25;
|
||||
startFace 1246;
|
||||
}
|
||||
right
|
||||
{
|
||||
type wall;
|
||||
nFaces 25;
|
||||
startFace 1271;
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
nFaces 1240;
|
||||
startFace 1296;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
|
@ -4,5 +4,6 @@
|
|||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase
|
||||
rm -f 0/motionGamma
|
||||
( cd setMotionMovingCone ; wclean )
|
||||
rm -f 0/motionGamma*
|
||||
rm -f constant/polyMesh/boundary
|
||||
( cd setMotionMovingCone ; wclean )
|
||||
|
|
|
@ -1,70 +0,0 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 3.2 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
8
|
||||
(
|
||||
movingWall
|
||||
{
|
||||
type wall;
|
||||
nFaces 27;
|
||||
startFace 374;
|
||||
}
|
||||
farFieldMoving
|
||||
{
|
||||
type patch;
|
||||
nFaces 15;
|
||||
startFace 401;
|
||||
}
|
||||
fixedWall
|
||||
{
|
||||
type wall;
|
||||
nFaces 12;
|
||||
startFace 416;
|
||||
}
|
||||
axis
|
||||
{
|
||||
type empty;
|
||||
nFaces 0;
|
||||
startFace 428;
|
||||
}
|
||||
left
|
||||
{
|
||||
type patch;
|
||||
nFaces 10;
|
||||
startFace 428;
|
||||
}
|
||||
farField
|
||||
{
|
||||
type patch;
|
||||
nFaces 12;
|
||||
startFace 438;
|
||||
}
|
||||
back
|
||||
{
|
||||
type wedge;
|
||||
nFaces 209;
|
||||
startFace 450;
|
||||
}
|
||||
front
|
||||
{
|
||||
type wedge;
|
||||
nFaces 209;
|
||||
startFace 659;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
Reference in a new issue