mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
further tutorial updates
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object boxTurbDict;
|
object boxTurbDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,4 +19,5 @@ Ea 10;
|
|||||||
|
|
||||||
k0 5;
|
k0 5;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object transportProperties;
|
object transportProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
nu nu [0 2 -1 0 0 0 0] 0.025;
|
nu nu [ 0 2 -1 0 0 0 0 ] 0.025;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,16 +10,18 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object turbulenceProperties;
|
object turbulenceProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
UOsigma 0.090295049;
|
UOsigma 0.090295;
|
||||||
|
|
||||||
UOalpha 0.81532036;
|
UOalpha 0.81532;
|
||||||
|
|
||||||
UOKupper 10;
|
UOKupper 10;
|
||||||
|
|
||||||
UOKlower 7;
|
UOKlower 7;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -45,4 +45,5 @@ runTimeModifiable yes;
|
|||||||
|
|
||||||
graphFormat raw;
|
graphFormat raw;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -53,7 +54,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,24 +10,28 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
p PCG
|
p
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-06;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-06;
|
||||||
};
|
relTol 0;
|
||||||
U PBiCG
|
}
|
||||||
|
|
||||||
|
U
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PISO
|
PISO
|
||||||
@ -36,4 +40,5 @@ PISO
|
|||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,145 +10,91 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object RASProperties;
|
object RASProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Turbulence model selection
|
RASModel kEpsilon;
|
||||||
RASModel kEpsilon;
|
|
||||||
|
|
||||||
// Do you wish to calculate turbulence?
|
turbulence on;
|
||||||
turbulence on;
|
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
// Laminar model coefficients
|
|
||||||
laminarCoeffs
|
laminarCoeffs
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// Standard k-epsilon model coefficients
|
|
||||||
kEpsilonCoeffs
|
kEpsilonCoeffs
|
||||||
{
|
{
|
||||||
// Cmu
|
Cmu 0.09;
|
||||||
Cmu 0.09;
|
C1 1.44;
|
||||||
// C1
|
C2 1.92;
|
||||||
C1 1.44;
|
C3 -0.33;
|
||||||
// C2
|
alphah 1;
|
||||||
C2 1.92;
|
alphak 1;
|
||||||
// C3
|
alphaEps 0.76923;
|
||||||
C3 -0.33;
|
|
||||||
// alphah
|
|
||||||
alphah 1;
|
|
||||||
// alphak
|
|
||||||
alphak 1;
|
|
||||||
// alphaEps
|
|
||||||
alphaEps 0.76923;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// RNG k-epsilon model coefficients
|
|
||||||
RNGkEpsilonCoeffs
|
RNGkEpsilonCoeffs
|
||||||
{
|
{
|
||||||
// Cmu
|
Cmu 0.0845;
|
||||||
Cmu 0.0845;
|
C1 1.42;
|
||||||
// C1
|
C2 1.68;
|
||||||
C1 1.42;
|
C3 -0.33;
|
||||||
// C2
|
alphah 1;
|
||||||
C2 1.68;
|
alphak 1.39;
|
||||||
// C3
|
alphaEps 1.39;
|
||||||
C3 -0.33;
|
eta0 4.38;
|
||||||
// alphah
|
beta 0.012;
|
||||||
alphah 1;
|
|
||||||
// alphak
|
|
||||||
alphak 1.39;
|
|
||||||
// alphaEps
|
|
||||||
alphaEps 1.39;
|
|
||||||
// eta0
|
|
||||||
eta0 4.38;
|
|
||||||
// beta
|
|
||||||
beta 0.012;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Launder-Sharma low Reynolds number k-epsilon model coefficients
|
|
||||||
LaunderSharmaKECoeffs
|
LaunderSharmaKECoeffs
|
||||||
{
|
{
|
||||||
// Cmu
|
Cmu 0.09;
|
||||||
Cmu 0.09;
|
C1 1.44;
|
||||||
// C1
|
C2 1.92;
|
||||||
C1 1.44;
|
C3 -0.33;
|
||||||
// C2
|
alphah 1;
|
||||||
C2 1.92;
|
alphak 1;
|
||||||
// C3
|
alphaEps 0.76923;
|
||||||
C3 -0.33;
|
|
||||||
// alphah
|
|
||||||
alphah 1;
|
|
||||||
// alphak
|
|
||||||
alphak 1;
|
|
||||||
// alphaEps
|
|
||||||
alphaEps 0.76923;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Launder-Reece-Rodi RSTM with wall functions model coefficients
|
|
||||||
LRRCoeffs
|
LRRCoeffs
|
||||||
{
|
{
|
||||||
// Cmu
|
Cmu 0.09;
|
||||||
Cmu 0.09;
|
Clrr1 1.8;
|
||||||
// Clrr1
|
Clrr2 0.6;
|
||||||
Clrr1 1.8;
|
C1 1.44;
|
||||||
// Clrr2
|
C2 1.92;
|
||||||
Clrr2 0.6;
|
Cs 0.25;
|
||||||
// C1
|
Ceps 0.15;
|
||||||
C1 1.44;
|
alphah 1;
|
||||||
// C2
|
alphaEps 0.76923;
|
||||||
C2 1.92;
|
alphaR 1.22;
|
||||||
// Cs
|
|
||||||
Cs 0.25;
|
|
||||||
// Ceps
|
|
||||||
Ceps 0.15;
|
|
||||||
// alphah
|
|
||||||
alphah 1;
|
|
||||||
// alphaEps
|
|
||||||
alphaEps 0.76923;
|
|
||||||
// alphaR
|
|
||||||
alphaR 1.22;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Launder-Gibson RSTM with wall reflection and wall functions model coefficients
|
|
||||||
LaunderGibsonRSTMCoeffs
|
LaunderGibsonRSTMCoeffs
|
||||||
{
|
{
|
||||||
// Cmu
|
Cmu 0.09;
|
||||||
Cmu 0.09;
|
Clg1 1.8;
|
||||||
// Clg1
|
Clg2 0.6;
|
||||||
Clg1 1.8;
|
C1 1.44;
|
||||||
// Clg2
|
C2 1.92;
|
||||||
Clg2 0.6;
|
C1Ref 0.5;
|
||||||
// C1
|
C2Ref 0.3;
|
||||||
C1 1.44;
|
Cs 0.25;
|
||||||
// C2
|
Ceps 0.15;
|
||||||
C2 1.92;
|
alphah 1;
|
||||||
// C1Ref
|
alphaEps 0.76923;
|
||||||
C1Ref 0.5;
|
alphaR 1.22;
|
||||||
// C2Ref
|
|
||||||
C2Ref 0.3;
|
|
||||||
// Cs
|
|
||||||
Cs 0.25;
|
|
||||||
// Ceps
|
|
||||||
Ceps 0.15;
|
|
||||||
// alphah
|
|
||||||
alphah 1;
|
|
||||||
// alphaEps
|
|
||||||
alphaEps 0.76923;
|
|
||||||
// alphaR
|
|
||||||
alphaR 1.22;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wall function coefficients
|
|
||||||
wallFunctionCoeffs
|
wallFunctionCoeffs
|
||||||
{
|
{
|
||||||
// kappa
|
kappa 0.4187;
|
||||||
kappa 0.4187;
|
E 9;
|
||||||
// E
|
|
||||||
E 9;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object environmentalProperties;
|
object environmentalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
g g [0 1 -2 0 0 0 0] (0 -9.81 0);
|
g g [ 0 1 -2 0 0 0 0 ] ( 0 -9.81 0 );
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,108 +10,108 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object kinematicCloud1Properties;
|
object kinematicCloud1Properties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Particle sub-models
|
InjectionModel ManualInjection;
|
||||||
InjectionModel ManualInjection;
|
|
||||||
DragModel SphereDrag;
|
|
||||||
DispersionModel StochasticDispersionRAS;
|
|
||||||
WallInteractionModel StandardWallInteraction;
|
|
||||||
|
|
||||||
// Minimum particle mass
|
DragModel SphereDrag;
|
||||||
minParticleMass minParticleMass [ 1 0 0 0 0] 1.0e-15;
|
|
||||||
|
|
||||||
// Parcel thermo properties
|
DispersionModel StochasticDispersionRAS;
|
||||||
rho0 rho0 [ 1 -3 0 0 0] 5000;
|
|
||||||
|
|
||||||
// Coupling between particles and carrier phase via source terms
|
WallInteractionModel StandardWallInteraction;
|
||||||
coupled true;
|
|
||||||
|
|
||||||
// Integer used to identify different parcel types
|
minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
|
||||||
parcelTypeId 2;
|
|
||||||
|
rho0 rho0 [ 1 -3 0 0 0 ] 5000;
|
||||||
|
|
||||||
|
coupled true;
|
||||||
|
|
||||||
|
parcelTypeId 2;
|
||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPointFace;
|
U cellPointFace;
|
||||||
mu cell;
|
mu cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
integrationSchemes
|
integrationSchemes
|
||||||
{
|
{
|
||||||
U Euler;
|
U Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
ManualInjectionCoeffs
|
ManualInjectionCoeffs
|
||||||
{
|
{
|
||||||
// Parcel basis type
|
parcelBasisType mass;
|
||||||
parcelBasisType mass;
|
massTotal massTotal [ 1 0 0 0 0 ] 0.0002;
|
||||||
|
SOI 0;
|
||||||
// Total mass to inject
|
positionsFile kinematicCloud1Positions;
|
||||||
massTotal massTotal [ 1 0 0 0 0] 2.0e-4;
|
U0 ( 0 0 0 );
|
||||||
|
|
||||||
SOI 0.0;
|
|
||||||
positionsFile kinematicCloud1Positions;
|
|
||||||
U0 (0 0 0);
|
|
||||||
parcelPDF
|
parcelPDF
|
||||||
{
|
{
|
||||||
pdfType RosinRammler;
|
pdfType RosinRammler;
|
||||||
RosinRammlerPDF
|
RosinRammlerPDF
|
||||||
{
|
{
|
||||||
minValue 50.0e-06;
|
minValue 5e-05;
|
||||||
maxValue 100.0e-06;
|
maxValue 0.0001;
|
||||||
d (75.0e-06);
|
d ( 7.5e-05 );
|
||||||
n (0.5);
|
n ( 0.5 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ConeInjectionCoeffs
|
ConeInjectionCoeffs
|
||||||
{
|
{
|
||||||
SOI 0.001;
|
SOI 0.001;
|
||||||
duration 0.005;
|
duration 0.005;
|
||||||
position (0.25 0.25 0.05);
|
position ( 0.25 0.25 0.05 );
|
||||||
direction (0 -1 0);
|
direction ( 0 -1 0 );
|
||||||
parcelsPerSecond 10000;
|
parcelsPerSecond 10000;
|
||||||
volumeFlowRate Constant;
|
volumeFlowRate Constant;
|
||||||
volumeFlowRateCoeffs
|
volumeFlowRateCoeffs
|
||||||
{
|
{
|
||||||
value 0.01;
|
value 0.01;
|
||||||
}
|
}
|
||||||
Umag Constant;
|
|
||||||
|
Umag Constant;
|
||||||
UmagCoeffs
|
UmagCoeffs
|
||||||
{
|
{
|
||||||
value 50.0;
|
value 50;
|
||||||
}
|
}
|
||||||
thetaInner Constant;
|
|
||||||
|
thetaInner Constant;
|
||||||
thetaInnerCoeffs
|
thetaInnerCoeffs
|
||||||
{
|
{
|
||||||
value 0.0;
|
value 0;
|
||||||
}
|
}
|
||||||
thetaOuter Constant;
|
|
||||||
|
thetaOuter Constant;
|
||||||
thetaOuterCoeffs
|
thetaOuterCoeffs
|
||||||
{
|
{
|
||||||
value 30.0;
|
value 30;
|
||||||
}
|
}
|
||||||
|
|
||||||
parcelPDF
|
parcelPDF
|
||||||
{
|
{
|
||||||
pdfType RosinRammler;
|
pdfType RosinRammler;
|
||||||
RosinRammlerPDF
|
RosinRammlerPDF
|
||||||
{
|
{
|
||||||
minValue 50.0e-06;
|
minValue 5e-05;
|
||||||
maxValue 100.0e-06;
|
maxValue 0.0001;
|
||||||
d (75.0e-06);
|
d ( 7.5e-05 );
|
||||||
n (0.5);
|
n ( 0.5 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
StandardWallInteractionCoeffs
|
StandardWallInteractionCoeffs
|
||||||
{
|
{
|
||||||
e e [ 0 0 0 0 0] 1;
|
e e [ 0 0 0 0 0 ] 1;
|
||||||
mu mu [ 0 0 0 0 0] 0;
|
mu mu [ 0 0 0 0 0 ] 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,83 +10,84 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermoCloud1Properties;
|
object thermoCloud1Properties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Particle sub-models
|
InjectionModel ManualInjection;
|
||||||
InjectionModel ManualInjection;
|
|
||||||
DragModel SphereDrag;
|
|
||||||
DispersionModel StochasticDispersionRAS;
|
|
||||||
WallInteractionModel StandardWallInteraction;
|
|
||||||
HeatTransferModel RanzMarshall;
|
|
||||||
|
|
||||||
radiation off;
|
DragModel SphereDrag;
|
||||||
|
|
||||||
// Minimum particle mass
|
DispersionModel StochasticDispersionRAS;
|
||||||
minParticleMass minParticleMass [ 1 0 0 0 0] 1.0e-15;
|
|
||||||
|
|
||||||
// Parcel thermo properties
|
WallInteractionModel StandardWallInteraction;
|
||||||
rho0 rho0 [ 1 -3 0 0 0] 2500;
|
|
||||||
T0 T0 [ 0 0 0 1 0] 300;
|
|
||||||
cp0 cp0 [ 0 2 -2 -1 0] 900;
|
|
||||||
epsilon0 epsilon0 [ 0 0 0 0 0] 1;
|
|
||||||
f0 f0 [ 0 0 0 0 0] 0.5;
|
|
||||||
|
|
||||||
// Coupling between particles and carrier phase via source terms
|
HeatTransferModel RanzMarshall;
|
||||||
coupled true;
|
|
||||||
|
|
||||||
// Integer used to identify different parcel types
|
radiation off;
|
||||||
parcelTypeId 1;
|
|
||||||
|
minParticleMass minParticleMass [ 1 0 0 0 0 ] 1e-15;
|
||||||
|
|
||||||
|
rho0 rho0 [ 1 -3 0 0 0 ] 2500;
|
||||||
|
|
||||||
|
T0 T0 [ 0 0 0 1 0 ] 300;
|
||||||
|
|
||||||
|
cp0 cp0 [ 0 2 -2 -1 0 ] 900;
|
||||||
|
|
||||||
|
epsilon0 epsilon0 [ 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
|
f0 f0 [ 0 0 0 0 0 ] 0.5;
|
||||||
|
|
||||||
|
coupled true;
|
||||||
|
|
||||||
|
parcelTypeId 1;
|
||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
rho cell;
|
rho cell;
|
||||||
U cellPointFace;
|
U cellPointFace;
|
||||||
mu cell;
|
mu cell;
|
||||||
T cell;
|
T cell;
|
||||||
Cp cell;
|
Cp cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
integrationSchemes
|
integrationSchemes
|
||||||
{
|
{
|
||||||
U Euler;
|
U Euler;
|
||||||
T Analytical;
|
T Analytical;
|
||||||
}
|
}
|
||||||
|
|
||||||
ManualInjectionCoeffs
|
ManualInjectionCoeffs
|
||||||
{
|
{
|
||||||
// Total mass to inject
|
massTotal massTotal [ 1 0 0 0 0 ] 0.0001;
|
||||||
massTotal massTotal [ 1 0 0 0 0] 1e-4;
|
parcelBasisType mass;
|
||||||
|
SOI 0;
|
||||||
// Parcel basis type
|
positionsFile thermoCloud1Positions;
|
||||||
parcelBasisType mass;
|
U0 ( 0 0 0 );
|
||||||
|
|
||||||
SOI 0.0;
|
|
||||||
positionsFile thermoCloud1Positions;
|
|
||||||
U0 (0 0 0);
|
|
||||||
parcelPDF
|
parcelPDF
|
||||||
{
|
{
|
||||||
pdfType RosinRammler;
|
pdfType RosinRammler;
|
||||||
RosinRammlerPDF
|
RosinRammlerPDF
|
||||||
{
|
{
|
||||||
minValue 5.0e-06;
|
minValue 5e-06;
|
||||||
maxValue 500.0e-06;
|
maxValue 0.0005;
|
||||||
d (50.0e-06);
|
d ( 5e-05 );
|
||||||
n (0.5);
|
n ( 0.5 );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
StandardWallInteractionCoeffs
|
StandardWallInteractionCoeffs
|
||||||
{
|
{
|
||||||
e e [ 0 0 0 0 0] 1;
|
e e [ 0 0 0 0 0 ] 1;
|
||||||
mu mu [ 0 0 0 0 0] 0;
|
mu mu [ 0 0 0 0 0 ] 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
RanzMarshallCoeffs
|
RanzMarshallCoeffs
|
||||||
{
|
{
|
||||||
Pr Pr [ 0 0 0 0 0] 0.7;
|
Pr Pr [ 0 0 0 0 0 ] 0.7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Thermophysical model
|
|
||||||
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
mixture air 1 28.9 1007 0 1.84e-05 0.7;
|
mixture air 1 28.9 1007 0 1.84e-05 0.7;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,61 +10,44 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Foam Application Class
|
|
||||||
|
|
||||||
// Start point of run
|
|
||||||
startFrom latestTime;
|
startFrom latestTime;
|
||||||
|
|
||||||
// Calculation start time
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
|
|
||||||
// End point of run
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
// Calculation end time
|
|
||||||
endTime 0.5;
|
endTime 0.5;
|
||||||
|
|
||||||
// Calculation time step
|
deltaT 0.0001;
|
||||||
deltaT 1.0e-4;
|
|
||||||
|
|
||||||
// Type of write output control
|
|
||||||
writeControl adjustableRunTime;
|
writeControl adjustableRunTime;
|
||||||
|
|
||||||
// Interval with which the results are output
|
|
||||||
writeInterval 0.01;
|
writeInterval 0.01;
|
||||||
|
|
||||||
// Limits number of time directories before overwriting
|
|
||||||
purgeWrite 0;
|
purgeWrite 0;
|
||||||
|
|
||||||
// Write Format
|
|
||||||
writeFormat ascii;
|
writeFormat ascii;
|
||||||
|
|
||||||
// Significant figures of written ASCII data
|
|
||||||
writePrecision 10;
|
writePrecision 10;
|
||||||
|
|
||||||
// Write Compression
|
|
||||||
writeCompression uncompressed;
|
writeCompression uncompressed;
|
||||||
|
|
||||||
// Time directories name format
|
|
||||||
timeFormat general;
|
timeFormat general;
|
||||||
|
|
||||||
// Decimal precision of time directory names
|
|
||||||
timePrecision 6;
|
timePrecision 6;
|
||||||
|
|
||||||
// Can parameters be modified during run time?
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
// Automatic adjustment of time step?
|
|
||||||
adjustTimeStep yes;
|
adjustTimeStep yes;
|
||||||
|
|
||||||
// maxCo
|
|
||||||
maxCo 0.2;
|
maxCo 0.2;
|
||||||
|
|
||||||
// maxDeltaT
|
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object decomposeParDict;
|
object decomposeParDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -20,26 +21,20 @@ method metis;
|
|||||||
|
|
||||||
simpleCoeffs
|
simpleCoeffs
|
||||||
{
|
{
|
||||||
n (2 2 1);
|
n ( 2 2 1 );
|
||||||
delta 0.001;
|
delta 0.001;
|
||||||
}
|
}
|
||||||
|
|
||||||
hierarchicalCoeffs
|
hierarchicalCoeffs
|
||||||
{
|
{
|
||||||
n (1 1 1);
|
n ( 1 1 1 );
|
||||||
delta 0.001;
|
delta 0.001;
|
||||||
order xyz;
|
order xyz;
|
||||||
}
|
}
|
||||||
|
|
||||||
metisCoeffs
|
metisCoeffs
|
||||||
{
|
{
|
||||||
processorWeights
|
processorWeights ( 1 1 1 1 );
|
||||||
(
|
|
||||||
1
|
|
||||||
1
|
|
||||||
1
|
|
||||||
1
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
manualCoeffs
|
manualCoeffs
|
||||||
@ -49,8 +44,7 @@ manualCoeffs
|
|||||||
|
|
||||||
distributed no;
|
distributed no;
|
||||||
|
|
||||||
roots
|
roots ( );
|
||||||
(
|
|
||||||
);
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,29 +10,24 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
// Time derivative discretisation schemes
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
// Default scheme
|
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gradient discretisation schemes
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
{
|
{
|
||||||
// Default gradient scheme
|
|
||||||
default Gauss linear;
|
default Gauss linear;
|
||||||
grad(p) Gauss linear;
|
grad(p) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Convection discretisation schemes
|
|
||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
// Default scheme
|
|
||||||
default none;
|
default none;
|
||||||
div(phi,U) Gauss upwind;
|
div(phi,U) Gauss upwind;
|
||||||
div(phid,p) Gauss upwind;
|
div(phid,p) Gauss upwind;
|
||||||
@ -42,14 +37,12 @@ divSchemes
|
|||||||
div(phi,epsilon) Gauss upwind;
|
div(phi,epsilon) Gauss upwind;
|
||||||
div(U) Gauss linear;
|
div(U) Gauss linear;
|
||||||
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
||||||
div(phi,Yi_h) Gauss upwind;
|
div(phi,Yi_h) Gauss upwind;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Laplacian discretisation schemes
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
{
|
{
|
||||||
// Default scheme
|
default Gauss linear corrected;
|
||||||
default Gauss linear corrected;
|
|
||||||
laplacian(muEff,U) Gauss linear corrected;
|
laplacian(muEff,U) Gauss linear corrected;
|
||||||
laplacian(mut,U) Gauss linear corrected;
|
laplacian(mut,U) Gauss linear corrected;
|
||||||
laplacian(DkEff,k) Gauss linear corrected;
|
laplacian(DkEff,k) Gauss linear corrected;
|
||||||
@ -59,26 +52,21 @@ laplacianSchemes
|
|||||||
laplacian(alphaEff,h) Gauss linear corrected;
|
laplacian(alphaEff,h) Gauss linear corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Interpolation schemes
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
// Default scheme
|
|
||||||
default linear;
|
default linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Surface normal gradient schemes
|
|
||||||
snGradSchemes
|
snGradSchemes
|
||||||
{
|
{
|
||||||
// Default scheme
|
|
||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculation of flux
|
|
||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
// Create storage for flux for all solved variables?
|
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,128 +10,149 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
// Solver for the rho equation
|
rho
|
||||||
rho PCG
|
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-05;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
// Solver for the U equation
|
}
|
||||||
U PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-05;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
// Solver for the p equation
|
|
||||||
p PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
G PCG
|
|
||||||
{
|
|
||||||
preconditioner DIC;
|
|
||||||
tolerance 1e-05;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
Yi PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
CO2 PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
O2 PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
N2 PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
CH4 PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
H2 PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
H2O PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
CO PBiCG
|
|
||||||
{
|
|
||||||
preconditioner DILU;
|
|
||||||
tolerance 1e-06;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
// Solver for the h equation
|
U
|
||||||
h PBiCG
|
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
// Solver for the R equation
|
}
|
||||||
R PBiCG
|
|
||||||
|
p
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-06;
|
||||||
};
|
relTol 0;
|
||||||
// Solver for the k equation
|
}
|
||||||
k PBiCG
|
|
||||||
|
G
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PCG;
|
||||||
tolerance 1e-05;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
// Solver for the epsilon equation
|
}
|
||||||
epsilon PBiCG
|
|
||||||
|
Yi
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-06;
|
||||||
};
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
CO2
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-06;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
O2
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-06;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
N2
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-06;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
CH4
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-06;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
H2
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-06;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
H2O
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-06;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
CO
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-06;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-05;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
R
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-05;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
k
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-05;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
epsilon
|
||||||
|
{
|
||||||
|
solver PBiCG;
|
||||||
|
preconditioner DILU;
|
||||||
|
tolerance 1e-05;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PISO
|
PISO
|
||||||
{
|
{
|
||||||
// Transonic?
|
transonic yes;
|
||||||
transonic yes;
|
|
||||||
// Number of PISO correctors
|
|
||||||
nCorrectors 2;
|
nCorrectors 2;
|
||||||
// Number of non-orthogonal correctors
|
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
// momentumPredictor?
|
|
||||||
momentumPredictor yes;
|
momentumPredictor yes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object transportProperties;
|
object transportProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
DT DT [0 2 -1 0 0 0 0] 4e-05;
|
DT DT [ 0 2 -1 0 0 0 0 ] 4e-05;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom latestTime;
|
startFrom latestTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -43,4 +43,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -33,7 +34,7 @@ divSchemes
|
|||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
laplacian(DT,T) Gauss linear corrected;
|
laplacian(DT,T) Gauss linear corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
@ -49,7 +50,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
T;
|
T ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -25,6 +25,7 @@ solvers
|
|||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SIMPLE
|
SIMPLE
|
||||||
{
|
{
|
||||||
nNonOrthogonalCorrectors 2;
|
nNonOrthogonalCorrectors 2;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -43,4 +43,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default steadyState;
|
default steadyState;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -48,7 +49,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -25,6 +25,7 @@ solvers
|
|||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SIMPLE
|
SIMPLE
|
||||||
{
|
{
|
||||||
nNonOrthogonalCorrectors 3;
|
nNonOrthogonalCorrectors 3;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -43,4 +43,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default steadyState;
|
default steadyState;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -48,7 +49,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -25,6 +25,7 @@ solvers
|
|||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SIMPLE
|
SIMPLE
|
||||||
{
|
{
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object transportProperties;
|
object transportProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
DT DT [0 2 -1 0 0 0 0] 0.01;
|
DT DT [ 0 2 -1 0 0 0 0 ] 0.01;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -43,4 +43,5 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -49,7 +50,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
T;
|
T ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -25,6 +25,7 @@ solvers
|
|||||||
relTol 0;
|
relTol 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SIMPLE
|
SIMPLE
|
||||||
{
|
{
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,15 +10,16 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object LESProperties;
|
object LESProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
LESModel oneEqEddy;
|
LESModel oneEqEddy;
|
||||||
|
|
||||||
delta cubeRootVol;
|
delta cubeRootVol;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
laminarCoeffs
|
laminarCoeffs
|
||||||
{
|
{
|
||||||
@ -26,34 +27,34 @@ laminarCoeffs
|
|||||||
|
|
||||||
oneEqEddyCoeffs
|
oneEqEddyCoeffs
|
||||||
{
|
{
|
||||||
ce 1.048;
|
ce 1.048;
|
||||||
ck 0.094;
|
ck 0.094;
|
||||||
}
|
}
|
||||||
|
|
||||||
dynOneEqEddyCoeffs
|
dynOneEqEddyCoeffs
|
||||||
{
|
{
|
||||||
ce 1.05;
|
ce 1.05;
|
||||||
filter simple;
|
filter simple;
|
||||||
}
|
}
|
||||||
|
|
||||||
lowReOneEqEddyCoeffs
|
lowReOneEqEddyCoeffs
|
||||||
{
|
{
|
||||||
ck 0.07;
|
ck 0.07;
|
||||||
ce 1.05;
|
ce 1.05;
|
||||||
beta 0.01;
|
beta 0.01;
|
||||||
}
|
}
|
||||||
|
|
||||||
SmagorinskyCoeffs
|
SmagorinskyCoeffs
|
||||||
{
|
{
|
||||||
ck 0.02;
|
ck 0.02;
|
||||||
ce 0.202;
|
ce 0.202;
|
||||||
}
|
}
|
||||||
|
|
||||||
DeardorffDiffStressCoeffs
|
DeardorffDiffStressCoeffs
|
||||||
{
|
{
|
||||||
ce 1.048;
|
ce 1.048;
|
||||||
ck 0.094;
|
ck 0.094;
|
||||||
cm 4.13;
|
cm 4.13;
|
||||||
}
|
}
|
||||||
|
|
||||||
cubeRootVolCoeffs
|
cubeRootVolCoeffs
|
||||||
@ -68,6 +69,7 @@ PrandtlCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
smoothCoeffs
|
smoothCoeffs
|
||||||
{
|
{
|
||||||
delta cubeRootVol;
|
delta cubeRootVol;
|
||||||
@ -75,9 +77,11 @@ PrandtlCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxDeltaRatio 1.1;
|
maxDeltaRatio 1.1;
|
||||||
}
|
}
|
||||||
Cdelta 0.158;
|
|
||||||
|
Cdelta 0.158;
|
||||||
}
|
}
|
||||||
|
|
||||||
vanDriestCoeffs
|
vanDriestCoeffs
|
||||||
@ -87,6 +91,7 @@ vanDriestCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
smoothCoeffs
|
smoothCoeffs
|
||||||
{
|
{
|
||||||
delta cubeRootVol;
|
delta cubeRootVol;
|
||||||
@ -94,10 +99,12 @@ vanDriestCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxDeltaRatio 1.1;
|
maxDeltaRatio 1.1;
|
||||||
}
|
}
|
||||||
Aplus 26;
|
|
||||||
Cdelta 0.158;
|
Aplus 26;
|
||||||
|
Cdelta 0.158;
|
||||||
}
|
}
|
||||||
|
|
||||||
smoothCoeffs
|
smoothCoeffs
|
||||||
@ -107,14 +114,16 @@ smoothCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxDeltaRatio 1.1;
|
maxDeltaRatio 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
kappa 0.4187;
|
kappa 0.4187;
|
||||||
|
|
||||||
wallFunctionCoeffs
|
wallFunctionCoeffs
|
||||||
{
|
{
|
||||||
E 9;
|
E 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object combustionProperties;
|
object combustionProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,21 +19,21 @@ laminarFlameSpeedCorrelation constant;
|
|||||||
|
|
||||||
fuel Propane;
|
fuel Propane;
|
||||||
|
|
||||||
Su Su [0 1 -1 0 0 0 0] 0.135;
|
Su Su [ 0 1 -1 0 0 0 0 ] 0.135;
|
||||||
|
|
||||||
SuModel transport;
|
SuModel transport;
|
||||||
|
|
||||||
equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 0.6;
|
equivalenceRatio equivalenceRatio [ 0 0 0 0 0 0 0 ] 0.6;
|
||||||
|
|
||||||
sigmaExt sigmaExt [0 0 -1 0 0 0 0] 338;
|
sigmaExt sigmaExt [ 0 0 -1 0 0 0 0 ] 338;
|
||||||
|
|
||||||
XiModel transport;
|
XiModel transport;
|
||||||
|
|
||||||
XiCoef XiCoef [0 0 0 0 0 0 0] 0.62;
|
XiCoef XiCoef [ 0 0 0 0 0 0 0 ] 0.62;
|
||||||
|
|
||||||
XiShapeCoef XiShapeCoef [0 0 0 0 0 0 0] 1;
|
XiShapeCoef XiShapeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
uPrimeCoef uPrimeCoef [0 0 0 0 0 0 0] 1;
|
uPrimeCoef uPrimeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
GuldersCoeffs
|
GuldersCoeffs
|
||||||
{
|
{
|
||||||
@ -45,6 +46,7 @@ GuldersCoeffs
|
|||||||
beta -0.5;
|
beta -0.5;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
Propane
|
Propane
|
||||||
{
|
{
|
||||||
W 0.446;
|
W 0.446;
|
||||||
@ -54,6 +56,7 @@ GuldersCoeffs
|
|||||||
beta -0.2;
|
beta -0.2;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
IsoOctane
|
IsoOctane
|
||||||
{
|
{
|
||||||
W 0.4658;
|
W 0.4658;
|
||||||
@ -67,16 +70,15 @@ GuldersCoeffs
|
|||||||
|
|
||||||
ignite no;
|
ignite no;
|
||||||
|
|
||||||
ignitionSites
|
ignitionSites ( );
|
||||||
(
|
|
||||||
);
|
|
||||||
|
|
||||||
ignitionSphereFraction 0;
|
ignitionSphereFraction 0;
|
||||||
|
|
||||||
ignitionThickness ignitionThickness [0 1 0 0 0 0 0] 0;
|
ignitionThickness ignitionThickness [ 0 1 0 0 0 0 0 ] 0;
|
||||||
|
|
||||||
ignitionCircleFraction 0;
|
ignitionCircleFraction 0;
|
||||||
|
|
||||||
ignitionKernelArea ignitionKernelArea [0 2 0 0 0 0 0] 0;
|
ignitionKernelArea ignitionKernelArea [ 0 2 0 0 0 0 0 ] 0;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object environmentalProperties;
|
object environmentalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
g g [0 1 -2 0 0 0 0] (0 -9.81 0);
|
g g [ 0 1 -2 0 0 0 0 ] ( 0 -9.81 0 );
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hhuMixtureThermo<homogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
thermoType hhuMixtureThermo<homogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.675;
|
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 15.675;
|
||||||
|
|
||||||
fuel fuel 1 44.0962 200 5000 1000 7.53414 0.0188722 -6.27185e-06 9.14756e-10 -4.78381e-14 -16467.5 -17.8923 0.933554 0.0264246 6.10597e-06 -2.19775e-08 9.51493e-12 -13958.5 19.2017 1.67212e-06 170.672;
|
fuel fuel 1 44.0962 200 5000 1000 7.53414 0.0188722 -6.27185e-06 9.14756e-10 -4.78381e-14 -16467.5 -17.8923 0.933554 0.0264246 6.10597e-06 -2.19775e-08 9.51493e-12 -13958.5 19.2017 1.67212e-06 170.672;
|
||||||
|
|
||||||
@ -28,14 +29,5 @@ products products 1 28.3233 200 5000 1000 3.106 0.00179682 -5.94382e-07 9
|
|||||||
|
|
||||||
burntProducts burntProducts 25.8095 28.3233 200 6000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672;
|
burntProducts burntProducts 25.8095 28.3233 200 6000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672;
|
||||||
|
|
||||||
/*
|
|
||||||
thermoType hhuMixtureThermo<homogeneousMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
|
||||||
|
|
||||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 9.286;
|
|
||||||
|
|
||||||
reactants reactants 1 28 1330.9 2.133e+06 1.798e-05 0.7;
|
|
||||||
|
|
||||||
products products 1 28 1579.9 0 5.016e-05 0.7;
|
|
||||||
*/
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -47,33 +47,28 @@ functions
|
|||||||
(
|
(
|
||||||
fieldAverage1
|
fieldAverage1
|
||||||
{
|
{
|
||||||
// Type of functionObject
|
|
||||||
type fieldAverage;
|
type fieldAverage;
|
||||||
|
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||||
// Where to load it from (if not already in solver)
|
|
||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
|
||||||
|
|
||||||
enabled true;
|
enabled true;
|
||||||
|
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
U
|
U
|
||||||
{
|
{
|
||||||
mean on;
|
mean on;
|
||||||
prime2Mean on;
|
prime2Mean on;
|
||||||
base time;
|
base time;
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
mean on;
|
mean on;
|
||||||
prime2Mean on;
|
prime2Mean on;
|
||||||
base time;
|
base time;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -37,14 +38,7 @@ divSchemes
|
|||||||
div(phiXi,Xi) Gauss limitedLinear 1;
|
div(phiXi,Xi) Gauss limitedLinear 1;
|
||||||
div(phiXi,Su) Gauss limitedLinear 1;
|
div(phiXi,Su) Gauss limitedLinear 1;
|
||||||
div(phiSt,b) Gauss limitedLinear01 1;
|
div(phiSt,b) Gauss limitedLinear01 1;
|
||||||
div(phi,ft_b_h_hu) Gauss multivariateSelection
|
div(phi,ft_b_h_hu) Gauss multivariateSelection { fu limitedLinear01 1 ; ft limitedLinear01 1 ; b limitedLinear01 1 ; h limitedLinear 1 ; hu limitedLinear 1 ; };
|
||||||
{
|
|
||||||
fu limitedLinear01 1;
|
|
||||||
ft limitedLinear01 1;
|
|
||||||
b limitedLinear01 1;
|
|
||||||
h limitedLinear 1;
|
|
||||||
hu limitedLinear 1;
|
|
||||||
};
|
|
||||||
div(U) Gauss linear;
|
div(U) Gauss linear;
|
||||||
div((Su*grad(b))) Gauss linear;
|
div((Su*grad(b))) Gauss linear;
|
||||||
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
||||||
@ -77,7 +71,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,90 +10,116 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho PCG
|
rho
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-05;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
U PBiCG
|
}
|
||||||
|
|
||||||
|
U
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
p PCG
|
}
|
||||||
|
|
||||||
|
p
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-06;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-06;
|
||||||
};
|
relTol 0;
|
||||||
ft PBiCG
|
}
|
||||||
|
|
||||||
|
ft
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
fu PBiCG
|
}
|
||||||
|
|
||||||
|
fu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
b PBiCG
|
}
|
||||||
|
|
||||||
|
b
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Xi PBiCG
|
}
|
||||||
|
|
||||||
|
Xi
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Su PBiCG
|
}
|
||||||
|
|
||||||
|
Su
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
h PBiCG
|
}
|
||||||
|
|
||||||
|
h
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
hu PBiCG
|
}
|
||||||
|
|
||||||
|
hu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
R PBiCG
|
}
|
||||||
|
|
||||||
|
R
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
k PBiCG
|
}
|
||||||
|
|
||||||
|
k
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
epsilon PBiCG
|
}
|
||||||
|
|
||||||
|
epsilon
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PISO
|
PISO
|
||||||
@ -102,4 +128,5 @@ PISO
|
|||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: dev |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,15 +10,16 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object LESProperties;
|
object LESProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
LESModel oneEqEddy;
|
LESModel oneEqEddy;
|
||||||
|
|
||||||
delta cubeRootVol;
|
delta cubeRootVol;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
laminarCoeffs
|
laminarCoeffs
|
||||||
{
|
{
|
||||||
@ -26,34 +27,34 @@ laminarCoeffs
|
|||||||
|
|
||||||
oneEqEddyCoeffs
|
oneEqEddyCoeffs
|
||||||
{
|
{
|
||||||
ce 1.048;
|
ce 1.048;
|
||||||
ck 0.094;
|
ck 0.094;
|
||||||
}
|
}
|
||||||
|
|
||||||
dynOneEqEddyCoeffs
|
dynOneEqEddyCoeffs
|
||||||
{
|
{
|
||||||
ce 1.05;
|
ce 1.05;
|
||||||
filter simple;
|
filter simple;
|
||||||
}
|
}
|
||||||
|
|
||||||
lowReOneEqEddyCoeffs
|
lowReOneEqEddyCoeffs
|
||||||
{
|
{
|
||||||
ck 0.07;
|
ck 0.07;
|
||||||
ce 1.05;
|
ce 1.05;
|
||||||
beta 0.01;
|
beta 0.01;
|
||||||
}
|
}
|
||||||
|
|
||||||
SmagorinskyCoeffs
|
SmagorinskyCoeffs
|
||||||
{
|
{
|
||||||
ck 0.02;
|
ck 0.02;
|
||||||
ce 0.202;
|
ce 0.202;
|
||||||
}
|
}
|
||||||
|
|
||||||
DeardorffDiffStressCoeffs
|
DeardorffDiffStressCoeffs
|
||||||
{
|
{
|
||||||
ce 1.048;
|
ce 1.048;
|
||||||
ck 0.094;
|
ck 0.094;
|
||||||
cm 4.13;
|
cm 4.13;
|
||||||
}
|
}
|
||||||
|
|
||||||
cubeRootVolCoeffs
|
cubeRootVolCoeffs
|
||||||
@ -68,6 +69,7 @@ PrandtlCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
smoothCoeffs
|
smoothCoeffs
|
||||||
{
|
{
|
||||||
delta cubeRootVol;
|
delta cubeRootVol;
|
||||||
@ -75,9 +77,11 @@ PrandtlCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxDeltaRatio 1.1;
|
maxDeltaRatio 1.1;
|
||||||
}
|
}
|
||||||
Cdelta 0.158;
|
|
||||||
|
Cdelta 0.158;
|
||||||
}
|
}
|
||||||
|
|
||||||
vanDriestCoeffs
|
vanDriestCoeffs
|
||||||
@ -87,6 +91,7 @@ vanDriestCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
smoothCoeffs
|
smoothCoeffs
|
||||||
{
|
{
|
||||||
delta cubeRootVol;
|
delta cubeRootVol;
|
||||||
@ -94,10 +99,12 @@ vanDriestCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxDeltaRatio 1.1;
|
maxDeltaRatio 1.1;
|
||||||
}
|
}
|
||||||
Aplus 26;
|
|
||||||
Cdelta 0.158;
|
Aplus 26;
|
||||||
|
Cdelta 0.158;
|
||||||
}
|
}
|
||||||
|
|
||||||
smoothCoeffs
|
smoothCoeffs
|
||||||
@ -107,14 +114,16 @@ smoothCoeffs
|
|||||||
{
|
{
|
||||||
deltaCoeff 1;
|
deltaCoeff 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
maxDeltaRatio 1.1;
|
maxDeltaRatio 1.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
kappa 0.4187;
|
kappa 0.4187;
|
||||||
|
|
||||||
wallFunctionCoeffs
|
wallFunctionCoeffs
|
||||||
{
|
{
|
||||||
E 9;
|
E 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: dev |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object combustionProperties;
|
object combustionProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,21 +19,21 @@ laminarFlameSpeedCorrelation Gulders;
|
|||||||
|
|
||||||
fuel Propane;
|
fuel Propane;
|
||||||
|
|
||||||
Su Su [0 1 -1 0 0 0 0] 0.135;
|
Su Su [ 0 1 -1 0 0 0 0 ] 0.135;
|
||||||
|
|
||||||
SuModel transport;
|
SuModel transport;
|
||||||
|
|
||||||
equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 0.6;
|
equivalenceRatio equivalenceRatio [ 0 0 0 0 0 0 0 ] 0.6;
|
||||||
|
|
||||||
sigmaExt sigmaExt [0 0 -1 0 0 0 0] 338;
|
sigmaExt sigmaExt [ 0 0 -1 0 0 0 0 ] 338;
|
||||||
|
|
||||||
XiModel transport;
|
XiModel transport;
|
||||||
|
|
||||||
XiCoef XiCoef [0 0 0 0 0 0 0] 0.62;
|
XiCoef XiCoef [ 0 0 0 0 0 0 0 ] 0.62;
|
||||||
|
|
||||||
XiShapeCoef XiShapeCoef [0 0 0 0 0 0 0] 1;
|
XiShapeCoef XiShapeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
uPrimeCoef uPrimeCoef [0 0 0 0 0 0 0] 1;
|
uPrimeCoef uPrimeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
GuldersCoeffs
|
GuldersCoeffs
|
||||||
{
|
{
|
||||||
@ -45,6 +46,7 @@ GuldersCoeffs
|
|||||||
beta -0.5;
|
beta -0.5;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
Propane
|
Propane
|
||||||
{
|
{
|
||||||
W 0.446;
|
W 0.446;
|
||||||
@ -54,6 +56,7 @@ GuldersCoeffs
|
|||||||
beta -0.2;
|
beta -0.2;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
IsoOctane
|
IsoOctane
|
||||||
{
|
{
|
||||||
W 0.4658;
|
W 0.4658;
|
||||||
@ -67,24 +70,15 @@ GuldersCoeffs
|
|||||||
|
|
||||||
ignite yes;
|
ignite yes;
|
||||||
|
|
||||||
ignitionSites
|
ignitionSites ( { location ( 0 0 0 ) ; diameter 0.003 ; start 0 ; duration 0.001 ; strength 2 ; } );
|
||||||
(
|
|
||||||
|
|
||||||
{
|
|
||||||
location (0 0 0);
|
|
||||||
diameter 0.003;
|
|
||||||
start 0;
|
|
||||||
duration 0.001;
|
|
||||||
strength 2;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
ignitionSphereFraction 1;
|
ignitionSphereFraction 1;
|
||||||
|
|
||||||
ignitionThickness ignitionThickness [0 1 0 0 0 0 0] 0;
|
ignitionThickness ignitionThickness [ 0 1 0 0 0 0 0 ] 0;
|
||||||
|
|
||||||
ignitionCircleFraction 0;
|
ignitionCircleFraction 0;
|
||||||
|
|
||||||
ignitionKernelArea ignitionKernelArea [0 2 0 0 0 0 0] 0;
|
ignitionKernelArea ignitionKernelArea [ 0 2 0 0 0 0 0 ] 0;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: dev |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object environmentalProperties;
|
object environmentalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
g g [0 1 -2 0 0 0 0] (0 0 0);
|
g g [ 0 1 -2 0 0 0 0 ] ( 0 0 0 );
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: dev |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hhuMixtureThermo<homogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
thermoType hhuMixtureThermo<homogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.675;
|
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 15.675;
|
||||||
|
|
||||||
fuel fuel 1 44.0962 200 5000 1000 7.53414 0.0188722 -6.27185e-06 9.14756e-10 -4.78381e-14 -16467.5 -17.8923 0.933554 0.0264246 6.10597e-06 -2.19775e-08 9.51493e-12 -13958.5 19.2017 1.67212e-06 170.672;
|
fuel fuel 1 44.0962 200 5000 1000 7.53414 0.0188722 -6.27185e-06 9.14756e-10 -4.78381e-14 -16467.5 -17.8923 0.933554 0.0264246 6.10597e-06 -2.19775e-08 9.51493e-12 -13958.5 19.2017 1.67212e-06 170.672;
|
||||||
|
|
||||||
@ -28,14 +29,5 @@ products products 1 28.3233 200 5000 1000 3.106 0.00179682 -5.94382e-07 9
|
|||||||
|
|
||||||
burntProducts burntProducts 25.8095 28.3233 200 6000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672;
|
burntProducts burntProducts 25.8095 28.3233 200 6000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672;
|
||||||
|
|
||||||
/*
|
|
||||||
thermoType hhuMixtureThermo<homogeneousMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
|
||||||
|
|
||||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 9.286;
|
|
||||||
|
|
||||||
reactants reactants 1 28 1330.9 2.133e+06 1.798e-05 0.7;
|
|
||||||
|
|
||||||
products products 1 28 1579.9 0 5.016e-05 0.7;
|
|
||||||
*/
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: dev |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -47,33 +47,28 @@ functions
|
|||||||
(
|
(
|
||||||
fieldAverage1
|
fieldAverage1
|
||||||
{
|
{
|
||||||
// Type of functionObject
|
|
||||||
type fieldAverage;
|
type fieldAverage;
|
||||||
|
functionObjectLibs ( "libfieldFunctionObjects.so" );
|
||||||
// Where to load it from (if not already in solver)
|
|
||||||
functionObjectLibs ("libfieldFunctionObjects.so");
|
|
||||||
|
|
||||||
enabled true;
|
enabled true;
|
||||||
|
|
||||||
outputControl outputTime;
|
outputControl outputTime;
|
||||||
|
|
||||||
// Fields to be averaged - runTime modifiable
|
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
U
|
U
|
||||||
{
|
{
|
||||||
mean on;
|
mean on;
|
||||||
prime2Mean on;
|
prime2Mean on;
|
||||||
base time;
|
base time;
|
||||||
}
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
mean on;
|
mean on;
|
||||||
prime2Mean on;
|
prime2Mean on;
|
||||||
base time;
|
base time;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: dev |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -37,14 +38,7 @@ divSchemes
|
|||||||
div(phiXi,Xi) Gauss limitedLinear 1;
|
div(phiXi,Xi) Gauss limitedLinear 1;
|
||||||
div(phiXi,Su) Gauss limitedLinear 1;
|
div(phiXi,Su) Gauss limitedLinear 1;
|
||||||
div(phiSt,b) Gauss limitedLinear01 1;
|
div(phiSt,b) Gauss limitedLinear01 1;
|
||||||
div(phi,ft_b_h_hu) Gauss multivariateSelection
|
div(phi,ft_b_h_hu) Gauss multivariateSelection { fu limitedLinear01 1 ; ft limitedLinear01 1 ; b limitedLinear01 1 ; h limitedLinear 1 ; hu limitedLinear 1 ; };
|
||||||
{
|
|
||||||
fu limitedLinear01 1;
|
|
||||||
ft limitedLinear01 1;
|
|
||||||
b limitedLinear01 1;
|
|
||||||
h limitedLinear 1;
|
|
||||||
hu limitedLinear 1;
|
|
||||||
};
|
|
||||||
div(U) Gauss linear;
|
div(U) Gauss linear;
|
||||||
div((Su*grad(b))) Gauss linear;
|
div((Su*grad(b))) Gauss linear;
|
||||||
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
||||||
@ -77,7 +71,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: dev |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,90 +10,116 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho PCG
|
rho
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-05;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
U PBiCG
|
}
|
||||||
|
|
||||||
|
U
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
p PCG
|
}
|
||||||
|
|
||||||
|
p
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-06;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-06;
|
||||||
};
|
relTol 0;
|
||||||
ft PBiCG
|
}
|
||||||
|
|
||||||
|
ft
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
fu PBiCG
|
}
|
||||||
|
|
||||||
|
fu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
b PBiCG
|
}
|
||||||
|
|
||||||
|
b
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Xi PBiCG
|
}
|
||||||
|
|
||||||
|
Xi
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Su PBiCG
|
}
|
||||||
|
|
||||||
|
Su
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
h PBiCG
|
}
|
||||||
|
|
||||||
|
h
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
hu PBiCG
|
}
|
||||||
|
|
||||||
|
hu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
R PBiCG
|
}
|
||||||
|
|
||||||
|
R
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
k PBiCG
|
}
|
||||||
|
|
||||||
|
k
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
epsilon PBiCG
|
}
|
||||||
|
|
||||||
|
epsilon
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PISO
|
PISO
|
||||||
@ -102,4 +128,5 @@ PISO
|
|||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,15 +10,16 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object RASProperties;
|
object RASProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
RASModel LaunderSharmaKE;
|
RASModel LaunderSharmaKE;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
laminarCoeffs
|
laminarCoeffs
|
||||||
{
|
{
|
||||||
@ -26,73 +27,74 @@ laminarCoeffs
|
|||||||
|
|
||||||
kEpsilonCoeffs
|
kEpsilonCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 0;
|
C3 0;
|
||||||
alphah 1.111;
|
alphah 1.111;
|
||||||
alphak 1;
|
alphak 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
}
|
}
|
||||||
|
|
||||||
RNGkEpsilonCoeffs
|
RNGkEpsilonCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.0845;
|
Cmu 0.0845;
|
||||||
C1 1.42;
|
C1 1.42;
|
||||||
C2 1.68;
|
C2 1.68;
|
||||||
C3 0;
|
C3 0;
|
||||||
alphah 1.111;
|
alphah 1.111;
|
||||||
alphak 1.39;
|
alphak 1.39;
|
||||||
alphaEps 1.39;
|
alphaEps 1.39;
|
||||||
eta0 4.38;
|
eta0 4.38;
|
||||||
beta 0.012;
|
beta 0.012;
|
||||||
}
|
}
|
||||||
|
|
||||||
LaunderSharmaKECoeffs
|
LaunderSharmaKECoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 0;
|
C3 0;
|
||||||
alphah 1.111;
|
alphah 1.111;
|
||||||
alphak 1;
|
alphak 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
}
|
}
|
||||||
|
|
||||||
LRRCoeffs
|
LRRCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
Clrr1 1.8;
|
Clrr1 1.8;
|
||||||
Clrr2 0.6;
|
Clrr2 0.6;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
Cs 0.25;
|
Cs 0.25;
|
||||||
Ceps 0.15;
|
Ceps 0.15;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
alphaR 1.22;
|
alphaR 1.22;
|
||||||
}
|
}
|
||||||
|
|
||||||
LaunderGibsonRSTMCoeffs
|
LaunderGibsonRSTMCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
Clg1 1.8;
|
Clg1 1.8;
|
||||||
Clg2 0.6;
|
Clg2 0.6;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C1Ref 0.5;
|
C1Ref 0.5;
|
||||||
C2Ref 0.3;
|
C2Ref 0.3;
|
||||||
Cs 0.25;
|
Cs 0.25;
|
||||||
Ceps 0.15;
|
Ceps 0.15;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
alphaR 1.22;
|
alphaR 1.22;
|
||||||
}
|
}
|
||||||
|
|
||||||
wallFunctionCoeffs
|
wallFunctionCoeffs
|
||||||
{
|
{
|
||||||
kappa 0.4187;
|
kappa 0.4187;
|
||||||
E 9;
|
E 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object combustionProperties;
|
object combustionProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,21 +19,21 @@ laminarFlameSpeedCorrelation Gulders;
|
|||||||
|
|
||||||
fuel Propane;
|
fuel Propane;
|
||||||
|
|
||||||
Su Su [0 1 -1 0 0 0 0] 0.434;
|
Su Su [ 0 1 -1 0 0 0 0 ] 0.434;
|
||||||
|
|
||||||
SuModel unstrained;
|
SuModel unstrained;
|
||||||
|
|
||||||
equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 1;
|
equivalenceRatio equivalenceRatio [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
sigmaExt sigmaExt [0 0 -1 0 0 0 0] 100000;
|
sigmaExt sigmaExt [ 0 0 -1 0 0 0 0 ] 100000;
|
||||||
|
|
||||||
XiModel transport;
|
XiModel transport;
|
||||||
|
|
||||||
XiCoef XiCoef [0 0 0 0 0 0 0] 0.62;
|
XiCoef XiCoef [ 0 0 0 0 0 0 0 ] 0.62;
|
||||||
|
|
||||||
XiShapeCoef XiShapeCoef [0 0 0 0 0 0 0] 1;
|
XiShapeCoef XiShapeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
uPrimeCoef uPrimeCoef [0 0 0 0 0 0 0] 1;
|
uPrimeCoef uPrimeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
GuldersCoeffs
|
GuldersCoeffs
|
||||||
{
|
{
|
||||||
@ -45,6 +46,7 @@ GuldersCoeffs
|
|||||||
beta -0.5;
|
beta -0.5;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
Propane
|
Propane
|
||||||
{
|
{
|
||||||
W 0.446;
|
W 0.446;
|
||||||
@ -54,6 +56,7 @@ GuldersCoeffs
|
|||||||
beta -0.2;
|
beta -0.2;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
IsoOctane
|
IsoOctane
|
||||||
{
|
{
|
||||||
W 0.4658;
|
W 0.4658;
|
||||||
@ -67,24 +70,15 @@ GuldersCoeffs
|
|||||||
|
|
||||||
ignite yes;
|
ignite yes;
|
||||||
|
|
||||||
ignitionSites
|
ignitionSites ( { location ( 0 0 0.0005 ) ; diameter 0.003 ; start 0 ; duration 0.001 ; strength 1 ; } );
|
||||||
(
|
|
||||||
|
|
||||||
{
|
|
||||||
location (0 0 0.0005);
|
|
||||||
diameter 0.003;
|
|
||||||
start 0;
|
|
||||||
duration 0.001;
|
|
||||||
strength 1;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
ignitionSphereFraction 1;
|
ignitionSphereFraction 1;
|
||||||
|
|
||||||
ignitionThickness ignitionThickness [0 1 0 0 0 0 0] 0.001;
|
ignitionThickness ignitionThickness [ 0 1 0 0 0 0 0 ] 0.001;
|
||||||
|
|
||||||
ignitionCircleFraction 0.5;
|
ignitionCircleFraction 0.5;
|
||||||
|
|
||||||
ignitionKernelArea ignitionKernelArea [0 2 0 0 0 0 0] 0.001;
|
ignitionKernelArea ignitionKernelArea [ 0 2 0 0 0 0 0 ] 0.001;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object environmentalProperties;
|
object environmentalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
g g [0 1 -2 0 0 0 0] (0 0 0);
|
g g [ 0 1 -2 0 0 0 0 ] ( 0 0 0 );
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hhuMixtureThermo<homogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
thermoType hhuMixtureThermo<homogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.675;
|
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 15.675;
|
||||||
|
|
||||||
fuel fuel 1 44.0962 200 5000 1000 7.53414 0.0188722 -6.27185e-06 9.14756e-10 -4.78381e-14 -16467.5 -17.8923 0.933554 0.0264246 6.10597e-06 -2.19775e-08 9.51493e-12 -13958.5 19.2017 1.67212e-06 170.672;
|
fuel fuel 1 44.0962 200 5000 1000 7.53414 0.0188722 -6.27185e-06 9.14756e-10 -4.78381e-14 -16467.5 -17.8923 0.933554 0.0264246 6.10597e-06 -2.19775e-08 9.51493e-12 -13958.5 19.2017 1.67212e-06 170.672;
|
||||||
|
|
||||||
@ -28,4 +29,5 @@ products products 1 28.3233 200 5000 1000 3.106 0.00179682 -5.94382e-07 9
|
|||||||
|
|
||||||
burntProducts burntProducts 25.8095 28.3233 200 6000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672;
|
burntProducts burntProducts 25.8095 28.3233 200 6000 1000 3.106 0.00179682 -5.94382e-07 9.04998e-11 -5.08033e-15 -11003.7 5.11872 3.49612 0.000650364 -2.08029e-07 1.2291e-09 -7.73697e-13 -11080.3 3.18978 1.67212e-06 170.672;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom latestTime;
|
startFrom latestTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -49,4 +49,5 @@ maxCo 0.2;
|
|||||||
|
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -38,14 +39,7 @@ divSchemes
|
|||||||
div(phiXi,Xi) Gauss limitedLinear 1;
|
div(phiXi,Xi) Gauss limitedLinear 1;
|
||||||
div(phiXi,Su) Gauss limitedLinear 1;
|
div(phiXi,Su) Gauss limitedLinear 1;
|
||||||
div(phiSt,b) Gauss limitedLinear01 1;
|
div(phiSt,b) Gauss limitedLinear01 1;
|
||||||
div(phi,ft_b_h_hu) Gauss multivariateSelection
|
div(phi,ft_b_h_hu) Gauss multivariateSelection { fu limitedLinear01 1 ; ft limitedLinear01 1 ; b limitedLinear01 1 ; h limitedLinear 1 ; hu limitedLinear 1 ; };
|
||||||
{
|
|
||||||
fu limitedLinear01 1;
|
|
||||||
ft limitedLinear01 1;
|
|
||||||
b limitedLinear01 1;
|
|
||||||
h limitedLinear 1;
|
|
||||||
hu limitedLinear 1;
|
|
||||||
};
|
|
||||||
div(U) Gauss linear;
|
div(U) Gauss linear;
|
||||||
div((Su*grad(b))) Gauss linear;
|
div((Su*grad(b))) Gauss linear;
|
||||||
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
||||||
@ -79,7 +73,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,90 +10,116 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho PCG
|
rho
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-05;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
U PBiCG
|
}
|
||||||
|
|
||||||
|
U
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
p PCG
|
}
|
||||||
|
|
||||||
|
p
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-06;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-06;
|
||||||
};
|
relTol 0;
|
||||||
ft PBiCG
|
}
|
||||||
|
|
||||||
|
ft
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
fu PBiCG
|
}
|
||||||
|
|
||||||
|
fu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
b PBiCG
|
}
|
||||||
|
|
||||||
|
b
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Xi PBiCG
|
}
|
||||||
|
|
||||||
|
Xi
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Su PBiCG
|
}
|
||||||
|
|
||||||
|
Su
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
h PBiCG
|
}
|
||||||
|
|
||||||
|
h
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
hu PBiCG
|
}
|
||||||
|
|
||||||
|
hu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
R PBiCG
|
}
|
||||||
|
|
||||||
|
R
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
k PBiCG
|
}
|
||||||
|
|
||||||
|
k
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
epsilon PBiCG
|
}
|
||||||
|
|
||||||
|
epsilon
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PISO
|
PISO
|
||||||
@ -103,4 +129,5 @@ PISO
|
|||||||
momentumPredictor yes;
|
momentumPredictor yes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -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: dev |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -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: dev |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -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: dev |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -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: dev |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -2,23 +2,24 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object RASProperties;
|
object RASProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
RASModel kEpsilon;
|
RASModel kEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
laminarCoeffs
|
laminarCoeffs
|
||||||
{
|
{
|
||||||
@ -26,74 +27,74 @@ laminarCoeffs
|
|||||||
|
|
||||||
kEpsilonCoeffs
|
kEpsilonCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 -0.33;
|
C3 -0.33;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphak 1;
|
alphak 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
muLimiter on;
|
muLimiter on;
|
||||||
Lsgs 0.0002;
|
Lsgs 0.0002;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RNGkEpsilonCoeffs
|
RNGkEpsilonCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.0845;
|
Cmu 0.0845;
|
||||||
C1 1.42;
|
C1 1.42;
|
||||||
C2 1.68;
|
C2 1.68;
|
||||||
C3 -0.33;
|
C3 -0.33;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphak 1.39;
|
alphak 1.39;
|
||||||
alphaEps 1.39;
|
alphaEps 1.39;
|
||||||
eta0 4.38;
|
eta0 4.38;
|
||||||
beta 0.012;
|
beta 0.012;
|
||||||
}
|
}
|
||||||
|
|
||||||
LaunderSharmaKECoeffs
|
LaunderSharmaKECoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 -0.33;
|
C3 -0.33;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphak 1;
|
alphak 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
}
|
}
|
||||||
|
|
||||||
LRRCoeffs
|
LRRCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
Clrr1 1.8;
|
Clrr1 1.8;
|
||||||
Clrr2 0.6;
|
Clrr2 0.6;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 -0.33;
|
C3 -0.33;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
Cs 0.25;
|
Cs 0.25;
|
||||||
Ceps 0.15;
|
Ceps 0.15;
|
||||||
}
|
}
|
||||||
|
|
||||||
LaunderGibsonRSTMCoeffs
|
LaunderGibsonRSTMCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
Clg1 1.8;
|
Clg1 1.8;
|
||||||
Clg2 0.6;
|
Clg2 0.6;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 -0.33;
|
C3 -0.33;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
C1Ref 0.5;
|
C1Ref 0.5;
|
||||||
C2Ref 0.3;
|
C2Ref 0.3;
|
||||||
Cs 0.25;
|
Cs 0.25;
|
||||||
Ceps 0.15;
|
Ceps 0.15;
|
||||||
}
|
}
|
||||||
|
|
||||||
wallFunctionCoeffs
|
wallFunctionCoeffs
|
||||||
{
|
{
|
||||||
kappa 0.4187;
|
kappa 0.4187;
|
||||||
E 9;
|
E 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,42 +2,42 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object chemistryProperties;
|
object chemistryProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
chemistry off;
|
chemistry off;
|
||||||
|
|
||||||
chemistrySolver ODE;
|
chemistrySolver ODE;
|
||||||
//chemistrySolver EulerImplicit;
|
|
||||||
//chemistrySolver sequential;
|
|
||||||
|
|
||||||
initialChemicalTimeStep 1.0e-7;
|
initialChemicalTimeStep 1e-07;
|
||||||
|
|
||||||
sequentialCoeffs
|
sequentialCoeffs
|
||||||
{
|
{
|
||||||
cTauChem 1.0e-3;
|
cTauChem 0.001;
|
||||||
}
|
}
|
||||||
|
|
||||||
EulerImplicitCoeffs
|
EulerImplicitCoeffs
|
||||||
{
|
{
|
||||||
cTauChem 5.0e-2;
|
cTauChem 0.05;
|
||||||
equilibriumRateLimiter off;
|
equilibriumRateLimiter off;
|
||||||
}
|
}
|
||||||
|
|
||||||
ODECoeffs
|
ODECoeffs
|
||||||
{
|
{
|
||||||
ODESolver SIBS;
|
ODESolver SIBS;
|
||||||
eps 5.0e-2;
|
eps 0.05;
|
||||||
scale 1.0;
|
scale 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,26 +2,28 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object combustionProperties;
|
object combustionProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
Cmix Cmix [ 0 0 0 0 0 0 0 ] 1.0 ;
|
Cmix Cmix [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
ignitionProperties1
|
ignitionProperties1
|
||||||
{
|
{
|
||||||
ignite off;
|
ignite off;
|
||||||
ignitionPoint ignitionPoint [ 0 1 0 0 0 0 0 ] ( 0.2 0 0.02 ) ;
|
ignitionPoint ignitionPoint [ 0 1 0 0 0 0 0 ] ( 0.2 0 0.02 );
|
||||||
timing timing [ 0 0 1 0 0 0 0 ] 0.0e-1 ;
|
timing timing [ 0 0 1 0 0 0 0 ] 0;
|
||||||
duration duration [ 0 0 1 0 0 0 0 ] 1.0e-0 ;
|
duration duration [ 0 0 1 0 0 0 0 ] 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,18 +2,20 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object environmentalProperties;
|
object environmentalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
g g [0 1 -2 0 0 0 0] (0 -9.81 0);
|
g g [ 0 1 -2 0 0 0 0 ] ( 0 -9.81 0 );
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object injectorProperties;
|
object injectorProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -32,7 +33,7 @@ FoamFile
|
|||||||
1.0
|
1.0
|
||||||
);
|
);
|
||||||
|
|
||||||
massFlowRateProfile
|
massFlowRateProfile
|
||||||
(
|
(
|
||||||
(0 0.1272)
|
(0 0.1272)
|
||||||
(4.16667e-05 6.1634)
|
(4.16667e-05 6.1634)
|
||||||
@ -91,7 +92,7 @@ FoamFile
|
|||||||
1.0
|
1.0
|
||||||
);
|
);
|
||||||
|
|
||||||
massFlowRateProfile
|
massFlowRateProfile
|
||||||
(
|
(
|
||||||
(0 0.1272)
|
(0 0.1272)
|
||||||
(4.16667e-05 6.1634)
|
(4.16667e-05 6.1634)
|
||||||
@ -132,7 +133,7 @@ FoamFile
|
|||||||
(0.00125 1.0)
|
(0.00125 1.0)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -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: dev |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
|
|||||||
@ -2,14 +2,15 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object sprayProperties;
|
object sprayProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -24,20 +25,13 @@ interpolationSchemes
|
|||||||
|
|
||||||
subCycles 2;
|
subCycles 2;
|
||||||
|
|
||||||
atomizationModel off;
|
atomizationModel off;
|
||||||
//atomizationModel LISA;
|
|
||||||
|
includeOscillation yes;
|
||||||
|
|
||||||
includeOscillation yes;
|
|
||||||
//breakupModel TAB;
|
|
||||||
//breakupModel ETAB;
|
|
||||||
//breakupModel ReitzDiwakar;
|
|
||||||
breakupModel ReitzKHRT;
|
breakupModel ReitzKHRT;
|
||||||
|
|
||||||
//injectorModel constInjector;
|
injectorModel hollowConeInjector;
|
||||||
//injectorModel ChomiakInjector;
|
|
||||||
//injectorModel definedInjector;
|
|
||||||
//injectorModel pressureSwirlInjector;
|
|
||||||
injectorModel hollowConeInjector;
|
|
||||||
|
|
||||||
collisionModel off;
|
collisionModel off;
|
||||||
|
|
||||||
@ -53,33 +47,27 @@ wallModel reflect;
|
|||||||
|
|
||||||
specConstAtomizationCoeffs
|
specConstAtomizationCoeffs
|
||||||
{
|
{
|
||||||
dropletNozzleDiameterRatio
|
dropletNozzleDiameterRatio ( 0.4 );
|
||||||
(
|
sprayAngle ( 10 );
|
||||||
0.4
|
|
||||||
);
|
|
||||||
sprayAngle
|
|
||||||
(
|
|
||||||
10
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
TABCoeffs
|
TABCoeffs
|
||||||
{
|
{
|
||||||
y0 0.0;
|
y0 0;
|
||||||
yDot0 0.0;
|
yDot0 0;
|
||||||
Cmu 10.0;
|
Cmu 10;
|
||||||
Comega 8.0;
|
Comega 8;
|
||||||
WeCrit 12;
|
WeCrit 12;
|
||||||
}
|
}
|
||||||
|
|
||||||
ETABCoeffs
|
ETABCoeffs
|
||||||
{
|
{
|
||||||
Cmu 10.0;
|
Cmu 10;
|
||||||
Comega 8.0;
|
Comega 8;
|
||||||
WeCrit 12;
|
WeCrit 12;
|
||||||
k1 0.2;
|
k1 0.2;
|
||||||
k2 0.2;
|
k2 0.2;
|
||||||
WeTransition 100.0;
|
WeTransition 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
ReitzDiwakarCoeffs
|
ReitzDiwakarCoeffs
|
||||||
@ -134,45 +122,25 @@ hollowConeInjectorCoeffs
|
|||||||
{
|
{
|
||||||
dropletPDF
|
dropletPDF
|
||||||
{
|
{
|
||||||
//pdfType exponential;
|
|
||||||
pdfType RosinRammler;
|
pdfType RosinRammler;
|
||||||
|
|
||||||
RosinRammlerPDF
|
RosinRammlerPDF
|
||||||
{
|
{
|
||||||
minValue 1.00e-6;
|
minValue 1e-06;
|
||||||
maxValue 1.50e-4;
|
maxValue 0.00015;
|
||||||
|
d ( 0.00015 );
|
||||||
d
|
n ( 3 );
|
||||||
(
|
|
||||||
1.5e-4
|
|
||||||
);
|
|
||||||
|
|
||||||
n
|
|
||||||
(
|
|
||||||
3
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exponentialPDF
|
exponentialPDF
|
||||||
{
|
{
|
||||||
minValue 1.0e-4;
|
minValue 0.0001;
|
||||||
maxValue 1.0e-3;
|
maxValue 0.001;
|
||||||
|
lambda ( 10000 );
|
||||||
lambda
|
|
||||||
(
|
|
||||||
1.0e+4
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
innerConeAngle
|
innerConeAngle ( 0 );
|
||||||
(
|
outerConeAngle ( 20 );
|
||||||
0.0
|
|
||||||
);
|
|
||||||
|
|
||||||
outerConeAngle
|
|
||||||
(
|
|
||||||
20.0
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reflectCoeffs
|
reflectCoeffs
|
||||||
@ -180,4 +148,5 @@ reflectCoeffs
|
|||||||
elasticity 0.9;
|
elasticity 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,34 +2,33 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
object thermodynamicProperties;
|
location "constant";
|
||||||
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hMixtureThermo<reactingMixture>;
|
thermoType hMixtureThermo<reactingMixture>;
|
||||||
|
|
||||||
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
||||||
// We use the central thermo data:
|
|
||||||
CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
||||||
|
|
||||||
inertSpecie N2;
|
inertSpecie N2;
|
||||||
|
|
||||||
liquidComponents
|
liquidComponents ( C7H16 );
|
||||||
(
|
|
||||||
C7H16
|
|
||||||
);
|
|
||||||
|
|
||||||
liquidProperties
|
liquidProperties
|
||||||
{
|
{
|
||||||
C7H16 C7H16 defaultCoeffs;
|
C7H16 C7H16 defaultCoeffs;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************************************************************/
|
|
||||||
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,18 +2,20 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object turbulenceProperties;
|
object turbulenceProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
simulationType RASModel;
|
simulationType RASModel;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,49 +2,50 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
startFrom startTime;
|
||||||
|
|
||||||
startFrom startTime;
|
startTime 0;
|
||||||
|
|
||||||
startTime 0;
|
stopAt endTime;
|
||||||
|
|
||||||
stopAt endTime;
|
endTime 0.01;
|
||||||
|
|
||||||
endTime 0.01;
|
deltaT 2.5e-06;
|
||||||
|
|
||||||
deltaT 2.5e-06;
|
writeControl adjustableRunTime;
|
||||||
|
|
||||||
writeControl adjustableRunTime;
|
writeInterval 5e-05;
|
||||||
|
|
||||||
writeInterval 5.0e-5;
|
purgeWrite 0;
|
||||||
|
|
||||||
purgeWrite 0;
|
writeFormat binary;
|
||||||
|
|
||||||
writeFormat binary;
|
writePrecision 6;
|
||||||
|
|
||||||
writePrecision 6;
|
writeCompression uncompressed;
|
||||||
|
|
||||||
writeCompression uncompressed;
|
timeFormat general;
|
||||||
|
|
||||||
timeFormat general;
|
timePrecision 6;
|
||||||
|
|
||||||
timePrecision 6;
|
adjustTimeStep yes;
|
||||||
|
|
||||||
adjustTimeStep yes;
|
maxCo 0.1;
|
||||||
|
|
||||||
maxCo 0.1;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
runTimeModifiable yes;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,21 +2,22 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -27,31 +28,26 @@ gradSchemes
|
|||||||
|
|
||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
div(phi,rho) Gauss limitedLinear 1;
|
div(phi,rho) Gauss limitedLinear 1;
|
||||||
div(phi,U) Gauss limitedLinearV 1;
|
div(phi,U) Gauss limitedLinearV 1;
|
||||||
div(phiU,p) Gauss linear;
|
div(phiU,p) Gauss linear;
|
||||||
div(phi,k) Gauss limitedLinear 1;
|
div(phi,k) Gauss limitedLinear 1;
|
||||||
div(phi,epsilon) Gauss limitedLinear 1;
|
div(phi,epsilon) Gauss limitedLinear 1;
|
||||||
div(phi,Yi_h) Gauss upwind;
|
div(phi,Yi_h) Gauss upwind;
|
||||||
div(phi,fu_ft_h) Gauss multivariateSelection
|
div(phi,fu_ft_h) Gauss multivariateSelection { fu limitedLinear 1 ; ft limitedLinear 1 ; h limitedLinear 1 ; };
|
||||||
{
|
|
||||||
fu limitedLinear 1;
|
|
||||||
ft limitedLinear 1;
|
|
||||||
h limitedLinear 1;
|
|
||||||
};
|
|
||||||
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
div((muEff*dev2(grad(U).T()))) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
{
|
{
|
||||||
default Gauss linear corrected;
|
default Gauss linear corrected;
|
||||||
laplacian(muEff,U) Gauss linear corrected;
|
laplacian(muEff,U) Gauss linear corrected;
|
||||||
laplacian(muEff,ft) Gauss linear corrected;
|
laplacian(muEff,ft) Gauss linear corrected;
|
||||||
laplacian(muEff,fu) Gauss linear corrected;
|
laplacian(muEff,fu) Gauss linear corrected;
|
||||||
laplacian(((alphah*mut)+alpha),h) Gauss linear corrected;
|
laplacian(((alphah*mut)+alpha),h) Gauss linear corrected;
|
||||||
laplacian((rho|A(U)),p) Gauss linear corrected;
|
laplacian((rho|A(U)),p) Gauss linear corrected;
|
||||||
laplacian(rhoD,k) Gauss linear corrected;
|
laplacian(rhoD,k) Gauss linear corrected;
|
||||||
laplacian(rhoD,epsilon) Gauss linear corrected;
|
laplacian(rhoD,epsilon) Gauss linear corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -68,7 +64,8 @@ snGradSchemes
|
|||||||
|
|
||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,14 +2,15 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
{
|
{
|
||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format binary;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,53 +19,59 @@ solvers
|
|||||||
{
|
{
|
||||||
rho
|
rho
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
preconditioner DIC;
|
preconditioner DIC;
|
||||||
tolerance 1e-06;
|
tolerance 1e-06;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
U
|
U
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-06;
|
tolerance 1e-06;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
p
|
p
|
||||||
{
|
{
|
||||||
solver PCG;
|
solver PCG;
|
||||||
preconditioner DIC;
|
preconditioner DIC;
|
||||||
tolerance 1e-09;
|
tolerance 1e-09;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
Yi
|
Yi
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-06;
|
tolerance 1e-06;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
h
|
h
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-06;
|
tolerance 1e-06;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
k
|
k
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-06;
|
tolerance 1e-06;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
};
|
}
|
||||||
|
|
||||||
epsilon
|
epsilon
|
||||||
{
|
{
|
||||||
solver PBiCG;
|
solver PBiCG;
|
||||||
preconditioner DILU;
|
preconditioner DILU;
|
||||||
tolerance 1e-06;
|
tolerance 1e-06;
|
||||||
relTol 0;
|
relTol 0;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PISO
|
PISO
|
||||||
@ -73,4 +80,5 @@ PISO
|
|||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,15 +10,16 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object RASProperties;
|
object RASProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
RASModel kEpsilon;
|
RASModel kEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
|
||||||
printCoeffs on;
|
printCoeffs on;
|
||||||
|
|
||||||
laminarCoeffs
|
laminarCoeffs
|
||||||
{
|
{
|
||||||
@ -26,73 +27,74 @@ laminarCoeffs
|
|||||||
|
|
||||||
kEpsilonCoeffs
|
kEpsilonCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 0;
|
C3 0;
|
||||||
alphah 1.111;
|
alphah 1.111;
|
||||||
alphak 1;
|
alphak 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
}
|
}
|
||||||
|
|
||||||
RNGkEpsilonCoeffs
|
RNGkEpsilonCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.0845;
|
Cmu 0.0845;
|
||||||
C1 1.42;
|
C1 1.42;
|
||||||
C2 1.68;
|
C2 1.68;
|
||||||
C3 -0.33;
|
C3 -0.33;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphak 1.39;
|
alphak 1.39;
|
||||||
alphaEps 1.39;
|
alphaEps 1.39;
|
||||||
eta0 4.38;
|
eta0 4.38;
|
||||||
beta 0.012;
|
beta 0.012;
|
||||||
}
|
}
|
||||||
|
|
||||||
LaunderSharmaKECoeffs
|
LaunderSharmaKECoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C3 -0.33;
|
C3 -0.33;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphak 1;
|
alphak 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
}
|
}
|
||||||
|
|
||||||
LRRCoeffs
|
LRRCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
Clrr1 1.8;
|
Clrr1 1.8;
|
||||||
Clrr2 0.6;
|
Clrr2 0.6;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
Cs 0.25;
|
Cs 0.25;
|
||||||
Ceps 0.15;
|
Ceps 0.15;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
alphaR 1.22;
|
alphaR 1.22;
|
||||||
}
|
}
|
||||||
|
|
||||||
LaunderGibsonRSTMCoeffs
|
LaunderGibsonRSTMCoeffs
|
||||||
{
|
{
|
||||||
Cmu 0.09;
|
Cmu 0.09;
|
||||||
Clg1 1.8;
|
Clg1 1.8;
|
||||||
Clg2 0.6;
|
Clg2 0.6;
|
||||||
C1 1.44;
|
C1 1.44;
|
||||||
C2 1.92;
|
C2 1.92;
|
||||||
C1Ref 0.5;
|
C1Ref 0.5;
|
||||||
C2Ref 0.3;
|
C2Ref 0.3;
|
||||||
Cs 0.25;
|
Cs 0.25;
|
||||||
Ceps 0.15;
|
Ceps 0.15;
|
||||||
alphah 1;
|
alphah 1;
|
||||||
alphaEps 0.76923;
|
alphaEps 0.76923;
|
||||||
alphaR 1.22;
|
alphaR 1.22;
|
||||||
}
|
}
|
||||||
|
|
||||||
wallFunctionCoeffs
|
wallFunctionCoeffs
|
||||||
{
|
{
|
||||||
kappa 0.4187;
|
kappa 0.4187;
|
||||||
E 9;
|
E 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object combustionProperties;
|
object combustionProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,21 +19,21 @@ laminarFlameSpeedCorrelation Gulders;
|
|||||||
|
|
||||||
fuel IsoOctane;
|
fuel IsoOctane;
|
||||||
|
|
||||||
Su Su [0 1 -1 0 0 0 0] 0;
|
Su Su [ 0 1 -1 0 0 0 0 ] 0;
|
||||||
|
|
||||||
SuModel unstrained;
|
SuModel unstrained;
|
||||||
|
|
||||||
equivalenceRatio equivalenceRatio [0 0 0 0 0 0 0] 1;
|
equivalenceRatio equivalenceRatio [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
sigmaExt sigmaExt [0 0 -1 0 0 0 0] 100000;
|
sigmaExt sigmaExt [ 0 0 -1 0 0 0 0 ] 100000;
|
||||||
|
|
||||||
XiModel transport;
|
XiModel transport;
|
||||||
|
|
||||||
XiCoef XiCoef [0 0 0 0 0 0 0] 0.62;
|
XiCoef XiCoef [ 0 0 0 0 0 0 0 ] 0.62;
|
||||||
|
|
||||||
XiShapeCoef XiShapeCoef [0 0 0 0 0 0 0] 1;
|
XiShapeCoef XiShapeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
uPrimeCoef uPrimeCoef [0 0 0 0 0 0 0] 1;
|
uPrimeCoef uPrimeCoef [ 0 0 0 0 0 0 0 ] 1;
|
||||||
|
|
||||||
GuldersCoeffs
|
GuldersCoeffs
|
||||||
{
|
{
|
||||||
@ -45,6 +46,7 @@ GuldersCoeffs
|
|||||||
beta -0.5;
|
beta -0.5;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
Propane
|
Propane
|
||||||
{
|
{
|
||||||
W 0.446;
|
W 0.446;
|
||||||
@ -54,6 +56,7 @@ GuldersCoeffs
|
|||||||
beta -0.2;
|
beta -0.2;
|
||||||
f 2.3;
|
f 2.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
IsoOctane
|
IsoOctane
|
||||||
{
|
{
|
||||||
W 0.4658;
|
W 0.4658;
|
||||||
@ -69,7 +72,6 @@ ignite yes;
|
|||||||
|
|
||||||
ignitionSites
|
ignitionSites
|
||||||
(
|
(
|
||||||
|
|
||||||
{
|
{
|
||||||
location (0.03 0 0.091);
|
location (0.03 0 0.091);
|
||||||
diameter 0.002;
|
diameter 0.002;
|
||||||
@ -79,11 +81,13 @@ ignitionSites
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
ignitionSphereFraction 1.0;
|
ignitionSphereFraction 1;
|
||||||
|
|
||||||
ignitionThickness ignitionThickness [0 1 0 0 0 0 0] 0;
|
ignitionThickness ignitionThickness [ 0 1 0 0 0 0 0 ] 0;
|
||||||
ignitionCircleFraction 1;
|
|
||||||
|
ignitionCircleFraction 1;
|
||||||
|
|
||||||
|
ignitionKernelArea ignitionKernelArea [ 0 2 0 0 0 0 0 ] 0;
|
||||||
|
|
||||||
ignitionKernelArea ignitionKernelArea [0 2 0 0 0 0 0] 0;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,20 +10,22 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object engineGeometry;
|
object engineGeometry;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
engineMesh layered;
|
engineMesh layered;
|
||||||
|
|
||||||
conRodLength conRodLength [0 1 0 0 0 0 0] 0.147;
|
conRodLength conRodLength [ 0 1 0 0 0 0 0 ] 0.147;
|
||||||
|
|
||||||
bore bore [0 1 0 0 0 0 0] 0.092;
|
bore bore [ 0 1 0 0 0 0 0 ] 0.092;
|
||||||
|
|
||||||
stroke stroke [0 1 0 0 0 0 0] 0.08423;
|
stroke stroke [ 0 1 0 0 0 0 0 ] 0.08423;
|
||||||
|
|
||||||
clearance clearance [0 1 0 0 0 0 0] 0.00115;
|
clearance clearance [ 0 1 0 0 0 0 0 ] 0.00115;
|
||||||
|
|
||||||
|
rpm rpm [ 0 0 -1 0 0 0 0 ] 1500;
|
||||||
|
|
||||||
rpm rpm [0 0 -1 0 0 0 0] 1500;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,10 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object environmentalProperties;
|
object environmentalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
g g [0 1 -2 0 0 0 0] (0 0 0);
|
g g [ 0 1 -2 0 0 0 0 ] ( 0 0 0 );
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hhuMixtureThermo<inhomogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
thermoType hhuMixtureThermo<inhomogeneousMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [0 0 0 0 0 0 0] 15.0336;
|
stoichiometricAirFuelMassRatio stoichiometricAirFuelMassRatio [ 0 0 0 0 0 0 0 ] 15.0336;
|
||||||
|
|
||||||
fuel fuel 1 114.23 298.15 5000 1000 19.3963 0.0488137 -1.55798e-05 2.17831e-09 -1.08391e-13 -37133.9 -78.8531 0.429357 0.0765769 8.41306e-06 -5.86603e-08 2.79414e-11 -30446.4 25.6735 1.67212e-06 170.672;
|
fuel fuel 1 114.23 298.15 5000 1000 19.3963 0.0488137 -1.55798e-05 2.17831e-09 -1.08391e-13 -37133.9 -78.8531 0.429357 0.0765769 8.41306e-06 -5.86603e-08 2.79414e-11 -30446.4 25.6735 1.67212e-06 170.672;
|
||||||
|
|
||||||
@ -28,4 +29,5 @@ products products 1 28.8478 298.15 5000 1000 3.10156 0.00124723 -4.2071e-
|
|||||||
|
|
||||||
burntProducts burntProducts 1 28.6068 200 6000 1000 3.12468 0.00178578 -5.94695e-07 9.09801e-11 -5.1246e-15 -11005.8 5.03593 3.47612 0.000758205 -3.68739e-07 1.3449e-09 -8.08868e-13 -11071.5 3.3058 1.67212e-06 170.672;
|
burntProducts burntProducts 1 28.6068 200 6000 1000 3.12468 0.00178578 -5.94695e-07 9.09801e-11 -5.1246e-15 -11005.8 5.03593 3.47612 0.000758205 -3.68739e-07 1.3449e-09 -8.08868e-13 -11071.5 3.3058 1.67212e-06 170.672;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime -180;
|
startTime -180;
|
||||||
@ -43,10 +43,11 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
adjustTimeStep no;
|
adjustTimeStep no;
|
||||||
|
|
||||||
maxCo 0.2;
|
maxCo 0.2;
|
||||||
|
|
||||||
|
maxDeltaT 1;
|
||||||
|
|
||||||
maxDeltaT 1.0;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,7 +10,8 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
object controlDict;
|
location "system";
|
||||||
|
object controlDict.1st;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -44,10 +45,11 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
adjustTimeStep no;
|
adjustTimeStep no;
|
||||||
|
|
||||||
maxCo 0.2;
|
maxCo 0.2;
|
||||||
|
|
||||||
|
maxDeltaT 1;
|
||||||
|
|
||||||
maxDeltaT 1.0;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,7 +10,8 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
object controlDict;
|
location "system";
|
||||||
|
object controlDict.2nd;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
@ -44,10 +45,11 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
adjustTimeStep no;
|
adjustTimeStep no;
|
||||||
|
|
||||||
maxCo 0.2;
|
maxCo 0.2;
|
||||||
|
|
||||||
|
maxDeltaT 1;
|
||||||
|
|
||||||
maxDeltaT 1.0;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,13 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
default Euler;
|
default Euler;
|
||||||
}
|
}
|
||||||
|
|
||||||
gradSchemes
|
gradSchemes
|
||||||
@ -38,14 +39,7 @@ divSchemes
|
|||||||
div(phiXi,Xi) Gauss upwind;
|
div(phiXi,Xi) Gauss upwind;
|
||||||
div(phiXi,Su) Gauss upwind;
|
div(phiXi,Su) Gauss upwind;
|
||||||
div(phiSt,b) Gauss limitedLinear01 1;
|
div(phiSt,b) Gauss limitedLinear01 1;
|
||||||
div(phi,ft_b_h_hu) Gauss multivariateSelection
|
div(phi,ft_b_h_hu) Gauss multivariateSelection { fu limitedLinear01 1 ; ft limitedLinear01 1 ; b limitedLinear01 1 ; h limitedLinear 1 ; hu limitedLinear 1 ; };
|
||||||
{
|
|
||||||
fu limitedLinear01 1;
|
|
||||||
ft limitedLinear01 1;
|
|
||||||
b limitedLinear01 1;
|
|
||||||
h limitedLinear 1;
|
|
||||||
hu limitedLinear 1;
|
|
||||||
};
|
|
||||||
div(U) Gauss linear;
|
div(U) Gauss linear;
|
||||||
div((Su*grad(b))) Gauss linear;
|
div((Su*grad(b))) Gauss linear;
|
||||||
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
div((U+((Su*Xi)*grad(b)))) Gauss linear;
|
||||||
@ -79,7 +73,8 @@ snGradSchemes
|
|||||||
fluxRequired
|
fluxRequired
|
||||||
{
|
{
|
||||||
default no;
|
default no;
|
||||||
p;
|
p ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,90 +10,116 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho PCG
|
rho
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-05;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
U PBiCG
|
}
|
||||||
|
|
||||||
|
U
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
p PCG
|
}
|
||||||
|
|
||||||
|
p
|
||||||
{
|
{
|
||||||
preconditioner DIC;
|
solver PCG;
|
||||||
tolerance 1e-06;
|
preconditioner DIC;
|
||||||
relTol 0;
|
tolerance 1e-06;
|
||||||
};
|
relTol 0;
|
||||||
ft PBiCG
|
}
|
||||||
|
|
||||||
|
ft
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
fu PBiCG
|
}
|
||||||
|
|
||||||
|
fu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
b PBiCG
|
}
|
||||||
|
|
||||||
|
b
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Xi PBiCG
|
}
|
||||||
|
|
||||||
|
Xi
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
Su PBiCG
|
}
|
||||||
|
|
||||||
|
Su
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
h PBiCG
|
}
|
||||||
|
|
||||||
|
h
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
hu PBiCG
|
}
|
||||||
|
|
||||||
|
hu
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
R PBiCG
|
}
|
||||||
|
|
||||||
|
R
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
k PBiCG
|
}
|
||||||
|
|
||||||
|
k
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
epsilon PBiCG
|
}
|
||||||
|
|
||||||
|
epsilon
|
||||||
{
|
{
|
||||||
preconditioner DILU;
|
solver PBiCG;
|
||||||
tolerance 1e-05;
|
preconditioner DILU;
|
||||||
relTol 0;
|
tolerance 1e-05;
|
||||||
};
|
relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PISO
|
PISO
|
||||||
@ -104,4 +130,5 @@ PISO
|
|||||||
fluxGradp no;
|
fluxGradp no;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,4 +19,5 @@ thermoType hThermo<pureMixture<sutherlandTransport<specieThermo<hConstTherm
|
|||||||
|
|
||||||
mixture air 1 28.96 1004.5 0 1.458e-06 110.4;
|
mixture air 1 28.96 1004.5 0 1.458e-06 110.4;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -42,10 +43,9 @@ timePrecision 6;
|
|||||||
|
|
||||||
adjustTimeStep yes;
|
adjustTimeStep yes;
|
||||||
|
|
||||||
//maxCo 3.0;
|
|
||||||
//maxCo 0.5;
|
|
||||||
maxCo 0.5;
|
maxCo 0.5;
|
||||||
|
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,38 +10,31 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object decomposeParDict;
|
object decomposeParDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
numberOfSubdomains 8;
|
numberOfSubdomains 8;
|
||||||
//numberOfSubdomains 16;
|
|
||||||
|
|
||||||
method simple;
|
method simple;
|
||||||
|
|
||||||
simpleCoeffs
|
simpleCoeffs
|
||||||
{
|
{
|
||||||
n (8 1 1);
|
n ( 8 1 1 );
|
||||||
// n (16 1 1);
|
|
||||||
delta 0.001;
|
delta 0.001;
|
||||||
}
|
}
|
||||||
|
|
||||||
hierarchicalCoeffs
|
hierarchicalCoeffs
|
||||||
{
|
{
|
||||||
n (1 1 1);
|
n ( 1 1 1 );
|
||||||
delta 0.001;
|
delta 0.001;
|
||||||
order xyz;
|
order xyz;
|
||||||
}
|
}
|
||||||
|
|
||||||
metisCoeffs
|
metisCoeffs
|
||||||
{
|
{
|
||||||
processorWeights
|
processorWeights ( 1 1 1 1 );
|
||||||
(
|
|
||||||
1
|
|
||||||
1
|
|
||||||
1
|
|
||||||
1
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
manualCoeffs
|
manualCoeffs
|
||||||
@ -51,8 +44,7 @@ manualCoeffs
|
|||||||
|
|
||||||
distributed no;
|
distributed no;
|
||||||
|
|
||||||
roots
|
roots ( );
|
||||||
(
|
|
||||||
);
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
fluxScheme Kurganov;
|
fluxScheme Kurganov;
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
@ -29,7 +30,7 @@ gradSchemes
|
|||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
div(tauMC) Gauss linear;
|
div(tauMC) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
@ -39,10 +40,10 @@ laplacianSchemes
|
|||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
default linear;
|
default linear;
|
||||||
reconstruct(rho) vanLeer;
|
reconstruct(rho) vanLeer;
|
||||||
reconstruct(U) vanLeerV;
|
reconstruct(U) vanLeerV;
|
||||||
reconstruct(T) vanLeer;
|
reconstruct(T) vanLeer;
|
||||||
}
|
}
|
||||||
|
|
||||||
snGradSchemes
|
snGradSchemes
|
||||||
@ -50,4 +51,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,31 +10,45 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho diagonal {};
|
rho
|
||||||
rhoU diagonal {};
|
|
||||||
rhoE diagonal {};
|
|
||||||
|
|
||||||
U smoothSolver
|
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-10;
|
|
||||||
relTol 0;
|
|
||||||
};
|
|
||||||
|
|
||||||
h smoothSolver
|
rhoU
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-10
|
|
||||||
relTol 0;
|
rhoE
|
||||||
};
|
{
|
||||||
|
solver diagonal;
|
||||||
|
}
|
||||||
|
|
||||||
|
U
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-10;
|
||||||
|
relTol 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-10 relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,16 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object mapFieldsDict;
|
object mapFieldsDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
patchMap
|
patchMap ( );
|
||||||
(
|
|
||||||
);
|
cuttingPatches ( );
|
||||||
|
|
||||||
cuttingPatches
|
|
||||||
(
|
|
||||||
);
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object sampleDict;
|
object sampleDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -18,40 +19,9 @@ interpolationScheme cellPointFace;
|
|||||||
|
|
||||||
writeFormat raw;
|
writeFormat raw;
|
||||||
|
|
||||||
sampleSets
|
sampleSets ( face { name cone25 ; axis x ; start ( 0 0 0 ) ; end ( 0.09208087 0.042939 0 ) ; nPoints 92 ; } face { name cone55 ; axis x ; start ( 0.09208087 0.042939 0 ) ; end ( 0.153683 0.13092 0 ) ; nPoints 61 ; } face { name base ; axis x ; start ( 0.153683 0.13092 0 ) ; end ( 0.193675 0.13092 0 ) ; nPoints 40 ; } );
|
||||||
(
|
|
||||||
face
|
|
||||||
{
|
|
||||||
name cone25;
|
|
||||||
axis x;
|
|
||||||
start ( 0.0 0.0 0.0);
|
|
||||||
end ( 92.08087e-03 42.939e-03 0.0);
|
|
||||||
nPoints 92;
|
|
||||||
}
|
|
||||||
|
|
||||||
face
|
fields ( p wallHeatTransRate );
|
||||||
{
|
|
||||||
name cone55;
|
|
||||||
axis x;
|
|
||||||
start ( 92.08087e-03 42.939e-03 0.0);
|
|
||||||
end ( 153.6830e-03 130.92e-03 0.0);
|
|
||||||
nPoints 61;
|
|
||||||
}
|
|
||||||
|
|
||||||
face
|
|
||||||
{
|
|
||||||
name base;
|
|
||||||
axis x;
|
|
||||||
start ( 153.6830e-03 130.92e-03 0.0);
|
|
||||||
end ( 193.6750e-03 130.92e-03 0.0);
|
|
||||||
nPoints 40;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
fields
|
|
||||||
(
|
|
||||||
p
|
|
||||||
wallHeatTransRate
|
|
||||||
);
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,37 +10,16 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
Pr Pr [0 0 0 0 0 0 0] 0.72;
|
Pr Pr [ 0 0 0 0 0 0 0 ] 0.72;
|
||||||
|
|
||||||
thermoType hThermo<pureMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
thermoType hThermo<pureMixture<sutherlandTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
||||||
//thermoType hThermo<pureMixture<blottnerTransport<specieThermo<janafThermo<perfectGas>>>>>;
|
|
||||||
|
|
||||||
// Replacates constThermo (Cp = const)
|
mixture N2 1 28.01348 100 10000 1000 2.9525407 0.0013968838 -4.9262577e-07 7.8600091e-11 -4.6074978e-15 -923.93753 5.8718221 3.5309628 -0.0001236595 -5.0299339e-07 2.4352768e-09 -1.4087954e-12 -1046.9637 2.9674391 1.458e-06 110;
|
||||||
/*
|
|
||||||
mixture N2
|
|
||||||
1 28.01348
|
|
||||||
0 10000 1000
|
|
||||||
3.5 0 0 0 0 0 0
|
|
||||||
3.5 0 0 0 0 0 0
|
|
||||||
// 3.5 0 0 0 0 -1043.52 0
|
|
||||||
// 3.5 0 0 0 0 -1043.52 0
|
|
||||||
// 0.0268142 0.3177838 -11.3155513; // Blottner
|
|
||||||
1.458e-06 110; // Sutherland
|
|
||||||
*/
|
|
||||||
// janafThermo
|
|
||||||
|
|
||||||
mixture N2
|
|
||||||
1 28.01348
|
|
||||||
100 10000 1000
|
|
||||||
2.9525407 0.0013968838 -4.9262577e-07 7.8600091e-11 -4.6074978e-15
|
|
||||||
-923.93753 5.8718221
|
|
||||||
3.5309628 -0.0001236595 -5.0299339e-07 2.4352768e-09 -1.4087954e-12
|
|
||||||
-1046.9637 2.9674391
|
|
||||||
// 0.0268142 0.3177838 -11.3155513; // Blottner
|
|
||||||
1.458e-06 110; // Sutherland
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -46,4 +47,5 @@ maxCo 0.5;
|
|||||||
|
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,12 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
//fluxScheme Tadmor; // KT
|
fluxScheme Kurganov;
|
||||||
fluxScheme Kurganov; // KNP
|
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
@ -30,7 +30,7 @@ gradSchemes
|
|||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
div(tauMC) Gauss linear;
|
div(tauMC) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
@ -40,13 +40,10 @@ laplacianSchemes
|
|||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
default linear;
|
default linear;
|
||||||
reconstruct(rho) vanLeer;
|
reconstruct(rho) vanLeer;
|
||||||
reconstruct(U) vanLeerV;
|
reconstruct(U) vanLeerV;
|
||||||
reconstruct(T) vanLeer;
|
reconstruct(T) vanLeer;
|
||||||
// reconstruct(rho) upwind;
|
|
||||||
// reconstruct(U) upwind;
|
|
||||||
// reconstruct(T) upwind;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
snGradSchemes
|
snGradSchemes
|
||||||
@ -54,4 +51,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,31 +10,45 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho diagonal {};
|
rho
|
||||||
rhoU diagonal {};
|
|
||||||
rhoE diagonal {};
|
|
||||||
|
|
||||||
U smoothSolver
|
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-09;
|
|
||||||
relTol 0.01;
|
|
||||||
};
|
|
||||||
|
|
||||||
h smoothSolver
|
rhoU
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-09
|
|
||||||
relTol 0.1;
|
rhoE
|
||||||
};
|
{
|
||||||
|
solver diagonal;
|
||||||
|
}
|
||||||
|
|
||||||
|
U
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-09;
|
||||||
|
relTol 0.01;
|
||||||
|
}
|
||||||
|
|
||||||
|
h
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-09 relTol 0.1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,50 +10,22 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object sampleDict;
|
object sampleDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
interpolationScheme cellPointFace;
|
interpolationScheme cellPointFace;
|
||||||
setFormat raw;
|
|
||||||
surfaceFormat vtk;
|
|
||||||
|
|
||||||
sets
|
setFormat raw;
|
||||||
(
|
|
||||||
cone25
|
|
||||||
{
|
|
||||||
type face;
|
|
||||||
axis x;
|
|
||||||
start ( 0.0 0.0 0.0);
|
|
||||||
end ( 92.08087e-03 42.939e-03 0.0);
|
|
||||||
nPoints 92;
|
|
||||||
}
|
|
||||||
|
|
||||||
cone55
|
surfaceFormat vtk;
|
||||||
{
|
|
||||||
type face;
|
|
||||||
axis x;
|
|
||||||
start ( 92.08087e-03 42.939e-03 0.0);
|
|
||||||
end ( 153.6830e-03 130.92e-03 0.0);
|
|
||||||
nPoints 61;
|
|
||||||
}
|
|
||||||
|
|
||||||
base
|
sets ( cone25 { type face ; axis x ; start ( 0 0 0 ) ; end ( 0.09208087 0.042939 0 ) ; nPoints 92 ; } cone55 { type face ; axis x ; start ( 0.09208087 0.042939 0 ) ; end ( 0.153683 0.13092 0 ) ; nPoints 61 ; } base { type face ; axis x ; start ( 0.153683 0.13092 0 ) ; end ( 0.193675 0.13092 0 ) ; nPoints 40 ; } );
|
||||||
{
|
|
||||||
type face;
|
|
||||||
axis x;
|
|
||||||
start ( 153.6830e-03 130.92e-03 0.0);
|
|
||||||
end ( 193.6750e-03 130.92e-03 0.0);
|
|
||||||
nPoints 40;
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
surfaces ();
|
surfaces ( );
|
||||||
|
|
||||||
|
fields ( p wallHeatTransRate );
|
||||||
|
|
||||||
fields
|
|
||||||
(
|
|
||||||
p
|
|
||||||
wallHeatTransRate
|
|
||||||
);
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,12 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
mixture normalisedGas 1 11640.3 2.5 0.0 0.0 1.0;
|
mixture normalisedGas 1 11640.3 2.5 0 0 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,6 +10,7 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
@ -42,10 +43,11 @@ timePrecision 6;
|
|||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
adjustTimeStep yes;
|
adjustTimeStep yes;
|
||||||
|
|
||||||
maxCo 0.2;
|
maxCo 0.2;
|
||||||
|
|
||||||
|
maxDeltaT 1;
|
||||||
|
|
||||||
maxDeltaT 1;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,12 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
//fluxScheme Tadmor; // KT
|
fluxScheme Kurganov;
|
||||||
fluxScheme Kurganov; // KNP
|
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
@ -30,7 +30,7 @@ gradSchemes
|
|||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
div(tauMC) Gauss linear;
|
div(tauMC) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
@ -40,13 +40,10 @@ laplacianSchemes
|
|||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
default linear;
|
default linear;
|
||||||
reconstruct(rho) vanLeer;
|
reconstruct(rho) vanLeer;
|
||||||
reconstruct(U) vanLeerV;
|
reconstruct(U) vanLeerV;
|
||||||
reconstruct(T) vanLeer;
|
reconstruct(T) vanLeer;
|
||||||
// reconstruct(rho) upwind;
|
|
||||||
// reconstruct(U) upwind;
|
|
||||||
// reconstruct(T) upwind;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
snGradSchemes
|
snGradSchemes
|
||||||
@ -54,4 +51,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,31 +10,45 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho diagonal {};
|
rho
|
||||||
rhoU diagonal {};
|
|
||||||
rhoE diagonal {};
|
|
||||||
|
|
||||||
U smoothSolver
|
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-09;
|
|
||||||
relTol 0.01;
|
|
||||||
};
|
|
||||||
|
|
||||||
h smoothSolver
|
rhoU
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-10
|
|
||||||
relTol 0;
|
rhoE
|
||||||
};
|
{
|
||||||
|
solver diagonal;
|
||||||
|
}
|
||||||
|
|
||||||
|
U
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-09;
|
||||||
|
relTol 0.01;
|
||||||
|
}
|
||||||
|
|
||||||
|
h
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-10 relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,12 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
mixture normalisedGas 1 11640.3 2.5 0.0 0.0 1.0;
|
mixture normalisedGas 1 11640.3 2.5 0 0 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,11 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
|
||||||
startFrom startTime;
|
startFrom startTime;
|
||||||
|
|
||||||
startTime 0;
|
startTime 0;
|
||||||
@ -51,4 +51,5 @@ maxCo 0.2;
|
|||||||
|
|
||||||
maxDeltaT 1;
|
maxDeltaT 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,12 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
//fluxScheme Tadmor; // KT
|
fluxScheme Kurganov;
|
||||||
fluxScheme Kurganov; // KNP
|
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
@ -30,7 +30,7 @@ gradSchemes
|
|||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
div(tauMC) Gauss linear;
|
div(tauMC) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
@ -40,13 +40,10 @@ laplacianSchemes
|
|||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
default linear;
|
default linear;
|
||||||
reconstruct(rho) vanLeer;
|
reconstruct(rho) vanLeer;
|
||||||
reconstruct(U) vanLeerV;
|
reconstruct(U) vanLeerV;
|
||||||
reconstruct(T) vanLeer;
|
reconstruct(T) vanLeer;
|
||||||
// reconstruct(rho) upwind;
|
|
||||||
// reconstruct(U) upwind;
|
|
||||||
// reconstruct(T) upwind;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
snGradSchemes
|
snGradSchemes
|
||||||
@ -54,4 +51,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,31 +10,45 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho diagonal {};
|
rho
|
||||||
rhoU diagonal {};
|
|
||||||
rhoE diagonal {};
|
|
||||||
|
|
||||||
U smoothSolver
|
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-09;
|
|
||||||
relTol 0.01;
|
|
||||||
};
|
|
||||||
|
|
||||||
h smoothSolver
|
rhoU
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-10
|
|
||||||
relTol 0;
|
rhoE
|
||||||
};
|
{
|
||||||
|
solver diagonal;
|
||||||
|
}
|
||||||
|
|
||||||
|
U
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-09;
|
||||||
|
relTol 0.01;
|
||||||
|
}
|
||||||
|
|
||||||
|
h
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-10 relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,12 +10,14 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "constant";
|
||||||
object thermophysicalProperties;
|
object thermophysicalProperties;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
thermoType hThermo<pureMixture<constTransport<specieThermo<hConstThermo<perfectGas>>>>>;
|
||||||
|
|
||||||
mixture air 1 28.96 1004.5 2.544e+06 0.0 1.0;
|
mixture air 1 28.96 1004.5 2.544e+06 0 1;
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,43 +10,44 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object controlDict;
|
object controlDict;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
|
startFrom startTime;
|
||||||
|
|
||||||
startFrom startTime;
|
startTime 0;
|
||||||
|
|
||||||
startTime 0;
|
stopAt endTime;
|
||||||
|
|
||||||
stopAt endTime;
|
endTime 0.007;
|
||||||
|
|
||||||
endTime 0.007;
|
deltaT 1e-06;
|
||||||
|
|
||||||
deltaT 1e-06;
|
writeControl adjustableRunTime;
|
||||||
|
|
||||||
writeControl adjustableRunTime;
|
writeInterval 0.001;
|
||||||
|
|
||||||
writeInterval 0.001;
|
cycleWrite 0;
|
||||||
|
|
||||||
cycleWrite 0;
|
writeFormat ascii;
|
||||||
|
|
||||||
writeFormat ascii;
|
writePrecision 6;
|
||||||
|
|
||||||
writePrecision 6;
|
|
||||||
|
|
||||||
writeCompression uncompressed;
|
writeCompression uncompressed;
|
||||||
|
|
||||||
timeFormat general;
|
timeFormat general;
|
||||||
|
|
||||||
timePrecision 6;
|
timePrecision 6;
|
||||||
|
|
||||||
runTimeModifiable yes;
|
runTimeModifiable yes;
|
||||||
|
|
||||||
adjustTimeStep yes;
|
adjustTimeStep yes;
|
||||||
|
|
||||||
maxCo 0.2;
|
maxCo 0.2;
|
||||||
|
|
||||||
|
maxDeltaT 1;
|
||||||
|
|
||||||
maxDeltaT 1;
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,11 +10,12 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSchemes;
|
object fvSchemes;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
fluxScheme Kurganov;
|
fluxScheme Kurganov;
|
||||||
|
|
||||||
ddtSchemes
|
ddtSchemes
|
||||||
{
|
{
|
||||||
@ -29,7 +30,7 @@ gradSchemes
|
|||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
div(tauMC) Gauss linear;
|
div(tauMC) Gauss linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
@ -39,10 +40,10 @@ laplacianSchemes
|
|||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
{
|
{
|
||||||
default linear;
|
default linear;
|
||||||
reconstruct(rho) vanLeer;
|
reconstruct(rho) vanLeer;
|
||||||
reconstruct(U) vanLeerV;
|
reconstruct(U) vanLeerV;
|
||||||
reconstruct(T) vanLeer;
|
reconstruct(T) vanLeer;
|
||||||
}
|
}
|
||||||
|
|
||||||
snGradSchemes
|
snGradSchemes
|
||||||
@ -50,4 +51,5 @@ snGradSchemes
|
|||||||
default corrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
| ========= | |
|
| ========= | |
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||||
| \\ / O peration | Version: 1.5 |
|
| \\ / O peration | Version: 1.5 |
|
||||||
| \\ / A nd | Web: http://www.OpenFOAM.org |
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||||||
| \\/ M anipulation | |
|
| \\/ M anipulation | |
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
FoamFile
|
FoamFile
|
||||||
@ -10,31 +10,45 @@ FoamFile
|
|||||||
version 2.0;
|
version 2.0;
|
||||||
format ascii;
|
format ascii;
|
||||||
class dictionary;
|
class dictionary;
|
||||||
|
location "system";
|
||||||
object fvSolution;
|
object fvSolution;
|
||||||
}
|
}
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||||
|
|
||||||
solvers
|
solvers
|
||||||
{
|
{
|
||||||
rho diagonal {};
|
rho
|
||||||
rhoU diagonal {};
|
|
||||||
rhoE diagonal {};
|
|
||||||
|
|
||||||
U smoothSolver
|
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-09;
|
|
||||||
relTol 0.01;
|
|
||||||
};
|
|
||||||
|
|
||||||
h smoothSolver
|
rhoU
|
||||||
{
|
{
|
||||||
smoother GaussSeidel;
|
solver diagonal;
|
||||||
nSweeps 2;
|
}
|
||||||
tolerance 1e-10
|
|
||||||
relTol 0;
|
rhoE
|
||||||
};
|
{
|
||||||
|
solver diagonal;
|
||||||
|
}
|
||||||
|
|
||||||
|
U
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-09;
|
||||||
|
relTol 0.01;
|
||||||
|
}
|
||||||
|
|
||||||
|
h
|
||||||
|
{
|
||||||
|
solver smoothSolver;
|
||||||
|
smoother GaussSeidel;
|
||||||
|
nSweeps 2;
|
||||||
|
tolerance 1e-10 relTol 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user