mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Correct cases for the new version of settlingFoam.
This commit is contained in:
@ -45,7 +45,7 @@ boundaryField
|
|||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type slip;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -43,7 +43,7 @@ boundaryField
|
|||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -43,7 +43,7 @@ boundaryField
|
|||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -43,7 +43,7 @@ boundaryField
|
|||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -39,13 +39,13 @@ boundaryField
|
|||||||
|
|
||||||
endWall
|
endWall
|
||||||
{
|
{
|
||||||
type buoyantPressure;
|
type zeroGradient;
|
||||||
value uniform 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type buoyantPressure;
|
||||||
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
frontAndBack
|
frontAndBack
|
||||||
|
|||||||
@ -61,7 +61,7 @@ patches
|
|||||||
(
|
(
|
||||||
(2 4 10 8)
|
(2 4 10 8)
|
||||||
)
|
)
|
||||||
symmetryPlane top
|
patch top
|
||||||
(
|
(
|
||||||
(5 11 10 4)
|
(5 11 10 4)
|
||||||
)
|
)
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.6 |
|
| \\ / O peration | Version: 1.6.x |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -43,7 +43,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
top
|
top
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type patch;
|
||||||
nFaces 200;
|
nFaces 200;
|
||||||
startFace 16040;
|
startFace 16040;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ stopAt endTime;
|
|||||||
|
|
||||||
endTime 6400;
|
endTime 6400;
|
||||||
|
|
||||||
deltaT 0.2;
|
deltaT 0.1;
|
||||||
|
|
||||||
writeControl runTime;
|
writeControl runTime;
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@ FoamFile
|
|||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
"(p|rho)"
|
p
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
preconditioner DIC;
|
preconditioner DIC;
|
||||||
@ -25,7 +25,39 @@ solvers
|
|||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
"(U|k|epsilon|Alpha)"
|
U
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
k
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
epsilon
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
rho
|
||||||
|
{
|
||||||
|
solver PCG;
|
||||||
|
preconditioner DIC;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
Alpha
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
|
|||||||
@ -22,7 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
SYMP3
|
SYMP3
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type slip;
|
||||||
}
|
}
|
||||||
|
|
||||||
INLE1
|
INLE1
|
||||||
|
|||||||
@ -22,7 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
SYMP3
|
SYMP3
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
INLE1
|
INLE1
|
||||||
|
|||||||
@ -22,7 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
SYMP3
|
SYMP3
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
INLE1
|
INLE1
|
||||||
|
|||||||
@ -22,7 +22,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
SYMP3
|
SYMP3
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
INLE1
|
INLE1
|
||||||
|
|||||||
@ -22,7 +22,8 @@ boundaryField
|
|||||||
{
|
{
|
||||||
SYMP3
|
SYMP3
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type buoyantPressure;
|
||||||
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
INLE1
|
INLE1
|
||||||
|
|||||||
@ -1,8 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
# Source tutorial run functions
|
|
||||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
||||||
|
|
||||||
application=`getApplication`
|
|
||||||
|
|
||||||
#runApplication blockMesh
|
|
||||||
runApplication $application
|
|
||||||
@ -17,7 +17,7 @@ FoamFile
|
|||||||
(
|
(
|
||||||
SYMP3
|
SYMP3
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type patch;
|
||||||
startFace 53708;
|
startFace 53708;
|
||||||
nFaces 3191;
|
nFaces 3191;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,7 +17,7 @@ FoamFile
|
|||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
"(p|rho)"
|
p
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
preconditioner DIC;
|
preconditioner DIC;
|
||||||
@ -25,7 +25,39 @@ solvers
|
|||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
"(U|k|epsilon|Alpha)"
|
U
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
k
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
epsilon
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
rho
|
||||||
|
{
|
||||||
|
solver PCG;
|
||||||
|
preconditioner DIC;
|
||||||
|
tolerance 1e-07;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
Alpha
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
|
|||||||
Reference in New Issue
Block a user