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
|
||||
{
|
||||
type symmetryPlane;
|
||||
type slip;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
@ -43,7 +43,7 @@ boundaryField
|
||||
|
||||
top
|
||||
{
|
||||
type symmetryPlane;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
@ -43,7 +43,7 @@ boundaryField
|
||||
|
||||
top
|
||||
{
|
||||
type symmetryPlane;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
@ -43,7 +43,7 @@ boundaryField
|
||||
|
||||
top
|
||||
{
|
||||
type symmetryPlane;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
@ -39,13 +39,13 @@ boundaryField
|
||||
|
||||
endWall
|
||||
{
|
||||
type buoyantPressure;
|
||||
value uniform 0;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type symmetryPlane;
|
||||
type buoyantPressure;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
|
||||
@ -61,7 +61,7 @@ patches
|
||||
(
|
||||
(2 4 10 8)
|
||||
)
|
||||
symmetryPlane top
|
||||
patch top
|
||||
(
|
||||
(5 11 10 4)
|
||||
)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / 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 |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -43,7 +43,7 @@ FoamFile
|
||||
}
|
||||
top
|
||||
{
|
||||
type symmetryPlane;
|
||||
type patch;
|
||||
nFaces 200;
|
||||
startFace 16040;
|
||||
}
|
||||
|
||||
@ -25,7 +25,7 @@ stopAt endTime;
|
||||
|
||||
endTime 6400;
|
||||
|
||||
deltaT 0.2;
|
||||
deltaT 0.1;
|
||||
|
||||
writeControl runTime;
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
solvers
|
||||
{
|
||||
"(p|rho)"
|
||||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
@ -25,7 +25,39 @@ solvers
|
||||
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;
|
||||
preconditioner DILU;
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
SYMP3
|
||||
{
|
||||
type symmetryPlane;
|
||||
type slip;
|
||||
}
|
||||
|
||||
INLE1
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
SYMP3
|
||||
{
|
||||
type symmetryPlane;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
INLE1
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
SYMP3
|
||||
{
|
||||
type symmetryPlane;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
INLE1
|
||||
|
||||
@ -22,7 +22,7 @@ boundaryField
|
||||
{
|
||||
SYMP3
|
||||
{
|
||||
type symmetryPlane;
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
INLE1
|
||||
|
||||
@ -22,7 +22,8 @@ boundaryField
|
||||
{
|
||||
SYMP3
|
||||
{
|
||||
type symmetryPlane;
|
||||
type buoyantPressure;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
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
|
||||
{
|
||||
type symmetryPlane;
|
||||
type patch;
|
||||
startFace 53708;
|
||||
nFaces 3191;
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
solvers
|
||||
{
|
||||
"(p|rho)"
|
||||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
@ -25,7 +25,39 @@ solvers
|
||||
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;
|
||||
preconditioner DILU;
|
||||
|
||||
Reference in New Issue
Block a user