mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
further tutorial updates
This commit is contained in:
@ -2,45 +2,38 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object RASProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Switch turbulence model on or off
|
||||
turbulence on;
|
||||
|
||||
turbulence on;
|
||||
|
||||
printCoeffs on;
|
||||
|
||||
// Standard k-epsilon model coefficients
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
printCoeffs on;
|
||||
|
||||
kEpsilonCoeffs
|
||||
{
|
||||
Cmu 0.09;
|
||||
C1 1.44;
|
||||
C2 1.92;
|
||||
C3 -0.375;
|
||||
|
||||
alphak 1.0;
|
||||
alphaEps 0.82142;
|
||||
Cmu 0.09;
|
||||
C1 1.44;
|
||||
C2 1.92;
|
||||
C3 -0.375;
|
||||
alphak 1;
|
||||
alphaEps 0.82142;
|
||||
}
|
||||
|
||||
// Wall function coefficients
|
||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
wallFunctionCoeffs
|
||||
{
|
||||
kappa 0.4187;
|
||||
E 9.0;
|
||||
kappa 0.4187;
|
||||
E 9;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -2,18 +2,20 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object environmentalProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
g g [0 1 -2 0 0] (0 0 -9.81);
|
||||
g g [ 0 1 -2 0 0 ] ( 0 0 -9.81 );
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -2,25 +2,26 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object filterProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
filter off;
|
||||
filter off;
|
||||
|
||||
// filterNormal has to be in the direction of trapped particles
|
||||
filterNormal (0 0 1);
|
||||
filterNormal ( 0 0 1 );
|
||||
|
||||
filterPosition filterPosition [0 1 0 0 0] (0 0 0.02);
|
||||
filterPosition filterPosition [ 0 1 0 0 0 ] ( 0 0 0.02 );
|
||||
|
||||
filterThickness filterThickness [ 0 1 0 0 0 ] 1e-06;
|
||||
|
||||
filterThickness filterThickness [0 1 0 0 0] 1.0e-6;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -2,21 +2,24 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object interfacialProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dragModela GidaspowSchillerNaumann;
|
||||
dragModelb GidaspowSchillerNaumann;
|
||||
dragModela GidaspowSchillerNaumann;
|
||||
|
||||
dragModelb GidaspowSchillerNaumann;
|
||||
|
||||
dragPhase a;
|
||||
|
||||
dragPhase a;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -2,49 +2,51 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object kineticTheoryProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
kineticTheory off;
|
||||
kineticTheory off;
|
||||
|
||||
equilibrium on;
|
||||
equilibrium on;
|
||||
|
||||
e e [ 0 0 0 0 0 0 0 ] 0.9 ;
|
||||
e e [ 0 0 0 0 0 0 0 ] 0.9;
|
||||
|
||||
alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.6 ;
|
||||
alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.6;
|
||||
|
||||
alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5 ;
|
||||
alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5;
|
||||
|
||||
Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05 ;
|
||||
Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05;
|
||||
|
||||
eta eta [ 0 0 0 0 0 0 0 ] 2.0 ;
|
||||
eta eta [ 0 0 0 0 0 0 0 ] 2;
|
||||
|
||||
p p [ 0 0 0 0 0 0 0 ] 5.0 ;
|
||||
p p [ 0 0 0 0 0 0 0 ] 5;
|
||||
|
||||
phi phi [ 0 0 0 0 0 0 0 ] 25.0 ;
|
||||
phi phi [ 0 0 0 0 0 0 0 ] 25;
|
||||
|
||||
viscosityModel Syamlal;
|
||||
viscosityModel Syamlal;
|
||||
|
||||
conductivityModel HrenyaSinclair;
|
||||
conductivityModel HrenyaSinclair;
|
||||
|
||||
granularPressureModel Lun;
|
||||
granularPressureModel Lun;
|
||||
|
||||
frictionalStressModel JohnsonJackson;
|
||||
frictionalStressModel JohnsonJackson;
|
||||
|
||||
radialModel Gidaspow;
|
||||
radialModel Gidaspow;
|
||||
|
||||
HrenyaSinclairCoeffs
|
||||
{
|
||||
L L [ 0 1 0 0 0 0 0 ] 5.0e-4 ;
|
||||
L L [ 0 1 0 0 0 0 0 ] 0.0005;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -2,26 +2,28 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object ppProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
preAlphaExp 500;
|
||||
preAlphaExp 500;
|
||||
|
||||
expMax 1.0e+3;
|
||||
expMax 1000;
|
||||
|
||||
alphaMax 0.6;
|
||||
alphaMax 0.6;
|
||||
|
||||
g0 g0 [1 -1 -2 0 0 0 0 ] 1000 ;
|
||||
g0 g0 [ 1 -1 -2 0 0 0 0 ] 1000;
|
||||
|
||||
packingLimiter no;
|
||||
|
||||
packingLimiter no;
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -2,40 +2,40 @@
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 1.5 |
|
||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object transportProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// a is the discrete phase and
|
||||
// b is the continuous phase
|
||||
|
||||
// sand
|
||||
phasea
|
||||
{
|
||||
rho rho [1 -3 0 0 0] 2640;
|
||||
nu nu [0 2 -1 0 0] 1.0e-6;
|
||||
d d [0 1 0 0 0 0 0] 480.0e-6;
|
||||
rho rho [ 1 -3 0 0 0 ] 2640;
|
||||
nu nu [ 0 2 -1 0 0 ] 1e-06;
|
||||
d d [ 0 1 0 0 0 0 0 ] 0.00048;
|
||||
}
|
||||
|
||||
// air
|
||||
phaseb
|
||||
{
|
||||
rho rho [1 -3 0 0 0] 1.28;
|
||||
nu nu [0 2 -1 0 0] 1.328e-5;
|
||||
d d [0 1 0 0 0 0 0] 1.0;
|
||||
rho rho [ 1 -3 0 0 0 ] 1.28;
|
||||
nu nu [ 0 2 -1 0 0 ] 1.328e-05;
|
||||
d d [ 0 1 0 0 0 0 0 ] 1;
|
||||
}
|
||||
|
||||
Cvm Cvm [0 0 0 0 0] 0.0;
|
||||
Cl Cl [0 0 0 0 0] 0.0;
|
||||
Ct Ct [0 0 0 0 0] 0.0;
|
||||
alphaAlpha alphaAlpha [0 0 0 0 0] 0.0;
|
||||
Cvm Cvm [ 0 0 0 0 0 ] 0;
|
||||
|
||||
Cl Cl [ 0 0 0 0 0 ] 0;
|
||||
|
||||
Ct Ct [ 0 0 0 0 0 ] 0;
|
||||
|
||||
alphaAlpha alphaAlpha [ 0 0 0 0 0 ] 0;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user