Implamented Rasmus' corrections to the particle force.

This commit is contained in:
henry
2008-05-28 22:38:03 +01:00
parent f1bcfe95b6
commit dd22a8d8a0
8 changed files with 50 additions and 54 deletions

View File

@ -1,59 +1,49 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.4.1 |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: http://www.openfoam.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
root "/home/dm2/henry/OpenFOAM/OpenFOAM-1.4.1/tutorials/twoPhaseEulerFoam";
case "bed";
instance "constant";
local "polyMesh";
class polyBoundaryMesh;
object boundary;
version 2.0;
format binary;
class polyBoundaryMesh;
object boundary;
location "constant/polyMesh";
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
4
(
top
{
type patch;
physicalType inletOutlet;
nFaces 25;
startFace 6100;
}
bottom
{
type patch;
physicalType inlet;
nFaces 25;
startFace 6125;
}
walls
{
type wall;
physicalType wallFunctions;
nFaces 250;
startFace 6150;
}
frontBack
{
type empty;
nFaces 6250;
startFace 6400;
}
top
{
type patch;
physicalType inletOutlet;
nFaces 25;
startFace 6100;
}
bottom
{
type patch;
physicalType inlet;
nFaces 25;
startFace 6125;
}
walls
{
type wall;
physicalType wallFunctions;
nFaces 250;
startFace 6150;
}
frontBack
{
type empty;
nFaces 6250;
startFace 6400;
}
)
// ************************************************************************* //

View File

@ -30,7 +30,7 @@ expMax 1.0e+3;
alphaMax 0.6;
g0 g0 [ 0 2 -2 0 0 0 0 ] 1000 ;
g0 g0 [1 -1 -2 0 0 0 0 ] 1000 ;
packingLimiter no;

View File

@ -52,7 +52,7 @@ laplacianSchemes
laplacian(nuEffa,Ua) Gauss linear corrected;
laplacian(nuEffb,Ub) Gauss linear corrected;
laplacian((rho*(1|A(U))),p) Gauss linear corrected;
laplacian(ppMagf,alpha) Gauss linear corrected;
laplacian(alphaPpMag,alpha) Gauss linear corrected;
laplacian((alphaEps*nuEffb),epsilon) Gauss linear corrected;
laplacian((alphak*nuEffb),k) Gauss linear corrected;
}

View File

@ -30,7 +30,7 @@ expMax 1.0e+3;
alphaMax 0.62;
g0 g0 [ 0 2 -2 0 0 0 0 ] 0 ;
g0 g0 [ 1 -1 -2 0 0 0 0 ] 0 ;
packingLimiter no;

View File

@ -52,7 +52,7 @@ laplacianSchemes
laplacian(nuEffa,Ua) Gauss linear corrected;
laplacian(nuEffb,Ub) Gauss linear corrected;
laplacian((rho*(1|A(U))),p) Gauss linear corrected;
laplacian(ppMagf,alpha) Gauss linear corrected;
laplacian(alphaPpMag,alpha) Gauss linear corrected;
laplacian(Galphaf,alpha) Gauss linear corrected;
laplacian((alphak*nuEffb),k) Gauss linear corrected;
laplacian((alphaEps*nuEffb),epsilon) Gauss linear corrected;

View File

@ -30,7 +30,7 @@ expMax 10.0;
alphaMax 0.6;
g0 g0 [ 0 2 -2 0 0 0 0 ] 0 ;
g0 g0 [ 1 -1 -2 0 0 0 0 ] 0 ;
packingLimiter off;

View File

@ -52,7 +52,7 @@ laplacianSchemes
laplacian(nuEffa,Ua) Gauss linear corrected;
laplacian(nuEffb,Ub) Gauss linear corrected;
laplacian((rho*(1|A(U))),p) Gauss linear corrected;
laplacian(ppMagf,alpha) Gauss linear corrected;
laplacian(alphaPpMag,alpha) Gauss linear corrected;
laplacian((alphak*nuEffb),k) Gauss linear corrected;
laplacian((alphaEps*nuEffb),epsilon) Gauss linear corrected;
}