mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Implamented Rasmus' corrections to the particle force.
This commit is contained in:
@ -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;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user