mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' into cvm
This commit is contained in:
@ -37,26 +37,42 @@ edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
patch fuel
|
||||
(
|
||||
(0 4 7 3)
|
||||
)
|
||||
patch air
|
||||
(
|
||||
(1 2 6 5)
|
||||
)
|
||||
patch outlet
|
||||
(
|
||||
(0 1 5 4)
|
||||
(7 6 2 3)
|
||||
)
|
||||
empty frontAndBack
|
||||
(
|
||||
(4 5 6 7)
|
||||
(0 3 2 1)
|
||||
)
|
||||
fuel
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(0 4 7 3)
|
||||
);
|
||||
}
|
||||
air
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(1 2 6 5)
|
||||
);
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(0 1 5 4)
|
||||
(7 6 2 3)
|
||||
);
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
faces
|
||||
(
|
||||
(4 5 6 7)
|
||||
(0 3 2 1)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev.thermoChemDicts |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
@ -17,62 +17,122 @@ FoamFile
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Hf 0;
|
||||
Sf 6407.93;
|
||||
rhoCoeffs<8> ( 4.1388 -0.016603 3.3039e-05 -3.6455e-08 2.3302e-11 -8.5664e-15 1.6783e-18 -1.356e-22 );
|
||||
CpCoeffs<8> ( 904.2 -0.35136 0.0019339 -2.6639e-06 1.8222e-09 -6.75e-13 1.2962e-16 -1.0131e-20 );
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( -0.0017889 9.5996e-05 -3.129e-08 7.9407e-12 -8.1996e-16 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 4.1388 -0.016603 3.3039e-05 -3.6455e-08 2.3302e-11 -8.5664e-15 1.6783e-18 -1.356e-22 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 6407.93;
|
||||
CpCoeffs<8> ( 904.2 -0.35136 0.0019339 -2.6639e-06 1.8222e-09 -6.75e-13 1.2962e-16 -1.0131e-20 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( -0.0017889 9.5996e-05 -3.129e-08 7.9407e-12 -8.1996e-16 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Hf -13424600;
|
||||
Sf 10475.4;
|
||||
rhoCoeffs<8> ( 2.3302 -0.0093477 1.8601e-05 -2.0524e-08 1.3119e-11 -4.8229e-15 9.4489e-19 -7.6342e-23 );
|
||||
CpCoeffs<8> ( 1570.5 1.6886 -0.0039382 6.2482e-06 -4.9342e-09 2.0513e-12 -4.3361e-16 3.6812e-20 );
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0069975 0.00013726 8.6579e-09 -7.1514e-12 8.441e-16 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 2.3302 -0.0093477 1.8601e-05 -2.0524e-08 1.3119e-11 -4.8229e-15 9.4489e-19 -7.6342e-23 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf -13424600;
|
||||
Sf 10475.4;
|
||||
CpCoeffs<8> ( 1570.5 1.6886 -0.0039382 6.2482e-06 -4.9342e-09 2.0513e-12 -4.3361e-16 3.6812e-20 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0069975 0.00013726 8.6579e-09 -7.1514e-12 8.441e-16 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
CH4
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 16.043;
|
||||
Hf -4.66836e+06;
|
||||
Sf 11597.7;
|
||||
rhoCoeffs<8> ( 2.0751 -0.0083243 1.6564e-05 -1.8277e-08 1.1683e-11 -4.2949e-15 8.4144e-19 -6.7984e-23 );
|
||||
CpCoeffs<8> ( 996.92 4.0854 -0.00092999 1.957e-06 -2.9777e-09 1.7459e-12 -4.5594e-16 4.4774e-20 );
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( -0.018501 0.00021332 1.4678e-07 -7.7129e-11 1.0936e-14 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 16.043;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 2.0751 -0.0083243 1.6564e-05 -1.8277e-08 1.1683e-11 -4.2949e-15 8.4144e-19 -6.7984e-23 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf -4.66836e+06;
|
||||
Sf 11597.7;
|
||||
CpCoeffs<8> ( 996.92 4.0854 -0.00092999 1.957e-06 -2.9777e-09 1.7459e-12 -4.5594e-16 4.4774e-20 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( -0.018501 0.00021332 1.4678e-07 -7.7129e-11 1.0936e-14 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
CO2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 44.01;
|
||||
Hf -8.9423e+06;
|
||||
Sf 4856.6;
|
||||
rhoCoeffs<8> ( 5.6924 -0.022836 4.544e-05 -5.014e-08 3.2048e-11 -1.1782e-14 2.3083e-18 -1.865e-22 );
|
||||
CpCoeffs<8> ( 462.23 1.5803 -0.0010515 7.4618e-08 3.216e-10 -1.9646e-13 4.7679e-17 -4.3027e-21 );
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( -0.0076857 0.00010773 -2.7043e-08 4.4967e-12 -3.0218e-16 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 44.01;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 5.6924 -0.022836 4.544e-05 -5.014e-08 3.2048e-11 -1.1782e-14 2.3083e-18 -1.865e-22 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf -8.9423e+06;
|
||||
Sf 4856.6;
|
||||
CpCoeffs<8> ( 462.23 1.5803 -0.0010515 7.4618e-08 3.216e-10 -1.9646e-13 4.7679e-17 -4.3027e-21 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( -0.0076857 0.00010773 -2.7043e-08 4.4967e-12 -3.0218e-16 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Hf 51.2816;
|
||||
Sf 6836.49;
|
||||
rhoCoeffs<8> ( 3.6234 -0.014535 2.8924e-05 -3.1915e-08 2.0399e-11 -7.4994e-15 1.4693e-18 -1.1871e-22 );
|
||||
CpCoeffs<8> ( 1049.8 -0.16537 0.00036105 2.0824e-07 -5.3568e-10 3.2274e-13 -8.3335e-17 8.054e-21 );
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0028213 8.6668e-05 -1.5148e-08 1.2499e-12 3.1675e-17 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 3.6234 -0.014535 2.8924e-05 -3.1915e-08 2.0399e-11 -7.4994e-15 1.4693e-18 -1.1871e-22 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 51.2816;
|
||||
Sf 6836.49;
|
||||
CpCoeffs<8> ( 1049.8 -0.16537 0.00036105 2.0824e-07 -5.3568e-10 3.2274e-13 -8.3335e-17 8.054e-21 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.2346e-06 6.5097e-08 -2.8362e-11 8.301e-15 -9.7467e-19 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0028213 8.6668e-05 -1.5148e-08 1.2499e-12 3.1675e-17 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -155,49 +155,69 @@ defaultPatch
|
||||
type wall;
|
||||
}
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
symmetryPlane back
|
||||
(
|
||||
(0 1 16 17)
|
||||
(1 2 15 16)
|
||||
(2 3 4 15)
|
||||
(14 15 12 13)
|
||||
(15 4 5 12)
|
||||
(10 11 8 9)
|
||||
(11 12 7 8)
|
||||
(12 5 6 7)
|
||||
)
|
||||
back
|
||||
{
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(0 1 16 17)
|
||||
(1 2 15 16)
|
||||
(2 3 4 15)
|
||||
(14 15 12 13)
|
||||
(15 4 5 12)
|
||||
(10 11 8 9)
|
||||
(11 12 7 8)
|
||||
(12 5 6 7)
|
||||
);
|
||||
}
|
||||
|
||||
symmetryPlane front
|
||||
(
|
||||
(18 19 34 35)
|
||||
(19 20 33 34)
|
||||
(20 21 22 33)
|
||||
(32 33 30 31)
|
||||
(33 22 23 30)
|
||||
(28 29 26 27)
|
||||
(29 30 25 26)
|
||||
(30 23 24 25)
|
||||
)
|
||||
front
|
||||
{
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(18 19 34 35)
|
||||
(19 20 33 34)
|
||||
(20 21 22 33)
|
||||
(32 33 30 31)
|
||||
(33 22 23 30)
|
||||
(28 29 26 27)
|
||||
(29 30 25 26)
|
||||
(30 23 24 25)
|
||||
);
|
||||
}
|
||||
|
||||
patch inletCentral
|
||||
(
|
||||
(13 14 32 31)
|
||||
)
|
||||
inletCentral
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(13 14 32 31)
|
||||
);
|
||||
}
|
||||
|
||||
patch inletSides
|
||||
(
|
||||
(17 0 18 35)
|
||||
(9 10 28 27)
|
||||
)
|
||||
inletSides
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(17 0 18 35)
|
||||
(9 10 28 27)
|
||||
);
|
||||
}
|
||||
|
||||
patch outlet
|
||||
(
|
||||
(3 4 22 21)
|
||||
(4 5 23 22)
|
||||
(5 6 24 23)
|
||||
)
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(3 4 22 21)
|
||||
(4 5 23 22)
|
||||
(5 6 24 23)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev.thermoChemDicts |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
@ -17,38 +17,74 @@ FoamFile
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
air
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -17,80 +17,134 @@ FoamFile
|
||||
|
||||
CO2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 44.01;
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.85746 0.00441437 -2.21481e-06 5.2349e-10 -4.72084e-14 -48759.2 2.27164 );
|
||||
lowCpCoeffs ( 2.35677 0.0089846 -7.12356e-06 2.45919e-09 -1.437e-13 -48372 9.90105 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.6;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 44.01;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.85746 0.00441437 -2.21481e-06 5.2349e-10 -4.72084e-14 -48759.2 2.27164 );
|
||||
lowCpCoeffs ( 2.35677 0.0089846 -7.12356e-06 2.45919e-09 -1.437e-13 -48372 9.90105 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.6;
|
||||
}
|
||||
}
|
||||
|
||||
CH4
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 16.043;
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 0.0748515 0.0133909 -5.73286e-06 1.22293e-09 -1.01815e-13 -9468.34 18.4373 );
|
||||
lowCpCoeffs ( 5.14988 -0.013671 4.91801e-05 -4.84743e-08 1.66694e-11 -10246.6 -4.6413 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 16.043;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 0.0748515 0.0133909 -5.73286e-06 1.22293e-09 -1.01815e-13 -9468.34 18.4373 );
|
||||
lowCpCoeffs ( 5.14988 -0.013671 4.91801e-05 -4.84743e-08 1.66694e-11 -10246.6 -4.6413 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
H2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 2.01594;
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.33728 -4.94025e-05 4.99457e-07 -1.79566e-10 2.00255e-14 -950.159 -3.20502 );
|
||||
lowCpCoeffs ( 2.34433 0.00798052 -1.94782e-05 2.01572e-08 -7.37612e-12 -917.935 0.68301 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 2.01594;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.33728 -4.94025e-05 4.99457e-07 -1.79566e-10 2.00255e-14 -950.159 -3.20502 );
|
||||
lowCpCoeffs ( 2.34433 0.00798052 -1.94782e-05 2.01572e-08 -7.37612e-12 -917.935 0.68301 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.03399 0.00217692 -1.64073e-07 -9.7042e-11 1.68201e-14 -30004.3 4.96677 );
|
||||
lowCpCoeffs ( 4.19864 -0.00203643 6.5204e-06 -5.48797e-09 1.77198e-12 -30293.7 -0.849032 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.03399 0.00217692 -1.64073e-07 -9.7042e-11 1.68201e-14 -30004.3 4.96677 );
|
||||
lowCpCoeffs ( 4.19864 -0.00203643 6.5204e-06 -5.48797e-09 1.77198e-12 -30293.7 -0.849032 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.28254 0.00148309 -7.57967e-07 2.09471e-10 -2.16718e-14 -1088.46 5.45323 );
|
||||
lowCpCoeffs ( 3.78246 -0.00299673 9.8473e-06 -9.6813e-09 3.24373e-12 -1063.94 3.65768 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.28254 0.00148309 -7.57967e-07 2.09471e-10 -2.16718e-14 -1088.46 5.45323 );
|
||||
lowCpCoeffs ( 3.78246 -0.00299673 9.8473e-06 -9.6813e-09 3.24373e-12 -1063.94 3.65768 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44485e-12 -1020.9 3.95037 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 0;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44485e-12 -1020.9 3.95037 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -48,37 +48,57 @@ edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
wall top
|
||||
(
|
||||
(13 15 14 12)
|
||||
)
|
||||
wall bottom
|
||||
(
|
||||
(0 1 5 4)
|
||||
(1 8 10 5)
|
||||
)
|
||||
wall walls
|
||||
(
|
||||
(8 9 11 10)
|
||||
(9 2 6 11)
|
||||
(2 12 14 6)
|
||||
)
|
||||
symmetryPlane symmetry
|
||||
(
|
||||
(4 7 3 0)
|
||||
(7 15 13 3)
|
||||
)
|
||||
empty frontAndBack
|
||||
(
|
||||
(0 3 2 1)
|
||||
(3 13 12 2)
|
||||
(1 2 9 8)
|
||||
(5 6 7 4)
|
||||
(6 14 15 7)
|
||||
(10 11 6 5)
|
||||
)
|
||||
top
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(13 15 14 12)
|
||||
);
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(0 1 5 4)
|
||||
(1 8 10 5)
|
||||
);
|
||||
}
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(8 9 11 10)
|
||||
(9 2 6 11)
|
||||
(2 12 14 6)
|
||||
);
|
||||
}
|
||||
symmetry
|
||||
{
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(4 7 3 0)
|
||||
(7 15 13 3)
|
||||
);
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
faces
|
||||
(
|
||||
(0 3 2 1)
|
||||
(3 13 12 2)
|
||||
(1 2 9 8)
|
||||
(5 6 7 4)
|
||||
(6 14 15 7)
|
||||
(10 11 6 5)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
@ -82,6 +82,7 @@ subModels
|
||||
|
||||
pairCollisionCoeffs
|
||||
{
|
||||
// Maximum possible particle diameter expected at any time
|
||||
maxInteractionDistance 0.006;
|
||||
|
||||
writeReferredParticleCloud no;
|
||||
@ -94,6 +95,7 @@ subModels
|
||||
alpha 0.12;
|
||||
b 1.5;
|
||||
mu 0.52;
|
||||
cohesionEnergyDensity 0;
|
||||
collisionResolutionSteps 12;
|
||||
};
|
||||
|
||||
|
||||
@ -44,40 +44,56 @@ blocks
|
||||
hex (10 11 12 9 2 3 4 1) (24 6 1) simpleGrading (1 1 1)
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
|
||||
wall walls
|
||||
(
|
||||
//side walls
|
||||
(0 7 15 8)
|
||||
(1 0 8 9)
|
||||
(13 14 6 5)
|
||||
(12 13 5 4)
|
||||
(2 1 9 10)
|
||||
(11 12 4 3)
|
||||
)
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
//side walls
|
||||
(0 7 15 8)
|
||||
(1 0 8 9)
|
||||
(13 14 6 5)
|
||||
(12 13 5 4)
|
||||
(2 1 9 10)
|
||||
(11 12 4 3)
|
||||
);
|
||||
}
|
||||
|
||||
wall frontAndBack
|
||||
(
|
||||
//front and back walls
|
||||
(4 5 0 1)
|
||||
(5 6 7 0)
|
||||
(15 14 13 8)
|
||||
(8 13 12 9)
|
||||
(3 4 1 2)
|
||||
(12 11 10 9)
|
||||
)
|
||||
frontAndBack
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
//front and back walls
|
||||
(4 5 0 1)
|
||||
(5 6 7 0)
|
||||
(15 14 13 8)
|
||||
(8 13 12 9)
|
||||
(3 4 1 2)
|
||||
(12 11 10 9)
|
||||
);
|
||||
}
|
||||
|
||||
patch inlet
|
||||
(
|
||||
(15 7 6 14)
|
||||
)
|
||||
inlet
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(15 7 6 14)
|
||||
);
|
||||
}
|
||||
|
||||
patch outlet
|
||||
(
|
||||
(3 2 10 11)
|
||||
)
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(3 2 10 11)
|
||||
);
|
||||
}
|
||||
|
||||
);
|
||||
|
||||
|
||||
@ -91,6 +91,7 @@ subModels
|
||||
|
||||
pairCollisionCoeffs
|
||||
{
|
||||
// Maximum possible particle diameter expected at any time
|
||||
maxInteractionDistance 0.006;
|
||||
|
||||
writeReferredParticleCloud no;
|
||||
@ -103,6 +104,7 @@ subModels
|
||||
alpha 0.12;
|
||||
b 1.5;
|
||||
mu 0.52;
|
||||
cohesionEnergyDensity 0;
|
||||
collisionResolutionSteps 12;
|
||||
};
|
||||
|
||||
|
||||
@ -39,25 +39,33 @@ blocks
|
||||
hex (7 8 9 6 1 2 3 0) (20 8 1) simpleGrading (1 1 1)
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
wall walls
|
||||
(
|
||||
(1 7 8 2)
|
||||
(0 6 7 1)
|
||||
(2 8 9 3)
|
||||
(0 5 11 6)
|
||||
(3 4 10 9)
|
||||
(4 10 11 5)
|
||||
)
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(1 7 8 2)
|
||||
(0 6 7 1)
|
||||
(2 8 9 3)
|
||||
(0 5 11 6)
|
||||
(3 4 10 9)
|
||||
(4 10 11 5)
|
||||
);
|
||||
}
|
||||
|
||||
wall frontAndBack
|
||||
(
|
||||
(0 3 4 5)
|
||||
(1 2 3 0)
|
||||
(6 11 10 9)
|
||||
(6 9 8 7)
|
||||
)
|
||||
frontAndBack
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(0 3 4 5)
|
||||
(1 2 3 0)
|
||||
(6 11 10 9)
|
||||
(6 9 8 7)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,78 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
8
|
||||
(
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
nFaces 172;
|
||||
startFace 3334;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
type patch;
|
||||
nFaces 20;
|
||||
startFace 3506;
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
nFaces 20;
|
||||
startFace 3526;
|
||||
}
|
||||
cycLeft_half0
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch cycLeft_half1;
|
||||
}
|
||||
cycLeft_half1
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch cycLeft_half0;
|
||||
}
|
||||
cycRight_half0
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch cycRight_half1;
|
||||
}
|
||||
cycRight_half1
|
||||
{
|
||||
type cyclic;
|
||||
nFaces 0;
|
||||
startFace 3546;
|
||||
matchTolerance 0.0001;
|
||||
neighbourPatch cycRight_half0;
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
nFaces 3440;
|
||||
startFace 3546;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -17,50 +17,98 @@ FoamFile
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 4.4475 -0.018805 3.6667e-05 -3.3323e-08 1.141e-11 0 0 0 );
|
||||
CpCoeffs<8> ( 834.84 0.29297 -0.00014959 3.4143e-07 -2.2786e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.00016082 8.5301e-05 -1.4998e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 4.4475 -0.018805 3.6667e-05 -3.3323e-08 1.141e-11 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 834.84 0.29297 -0.00014959 3.4143e-07 -2.2786e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.00016082 8.5301e-05 -1.4998e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
air
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -37,29 +37,49 @@ edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
wall outlet
|
||||
(
|
||||
(3 7 6 2)
|
||||
)
|
||||
wall inlet
|
||||
(
|
||||
(1 5 4 0)
|
||||
)
|
||||
wall walls
|
||||
(
|
||||
(0 4 7 3)
|
||||
(2 6 5 1)
|
||||
)
|
||||
symmetryPlane back
|
||||
(
|
||||
(0 3 2 1)
|
||||
)
|
||||
symmetryPlane front
|
||||
(
|
||||
(4 5 6 7)
|
||||
)
|
||||
outlet
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(3 7 6 2)
|
||||
);
|
||||
}
|
||||
inlet
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(1 5 4 0)
|
||||
);
|
||||
}
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(0 4 7 3)
|
||||
(2 6 5 1)
|
||||
);
|
||||
}
|
||||
back
|
||||
{
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(0 3 2 1)
|
||||
);
|
||||
}
|
||||
front
|
||||
{
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(4 5 6 7)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
@ -19,13 +19,13 @@ FoamFile
|
||||
(
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
type wall;
|
||||
nFaces 25;
|
||||
startFace 300;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
type patch;
|
||||
type wall;
|
||||
nFaces 25;
|
||||
startFace 325;
|
||||
}
|
||||
|
||||
@ -17,50 +17,98 @@ FoamFile
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 4.4475 -0.018805 3.6667e-05 -3.3323e-08 1.141e-11 0 0 0 );
|
||||
CpCoeffs<8> ( 834.84 0.29297 -0.00014959 3.4143e-07 -2.2786e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.00016082 8.5301e-05 -1.4998e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 4.4475 -0.018805 3.6667e-05 -3.3323e-08 1.141e-11 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 834.84 0.29297 -0.00014959 3.4143e-07 -2.2786e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.00016082 8.5301e-05 -1.4998e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
air
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -155,49 +155,69 @@ defaultPatch
|
||||
type wall;
|
||||
}
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
symmetryPlane back
|
||||
(
|
||||
(0 1 16 17)
|
||||
(1 2 15 16)
|
||||
(2 3 4 15)
|
||||
(14 15 12 13)
|
||||
(15 4 5 12)
|
||||
(10 11 8 9)
|
||||
(11 12 7 8)
|
||||
(12 5 6 7)
|
||||
)
|
||||
back
|
||||
{
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(0 1 16 17)
|
||||
(1 2 15 16)
|
||||
(2 3 4 15)
|
||||
(14 15 12 13)
|
||||
(15 4 5 12)
|
||||
(10 11 8 9)
|
||||
(11 12 7 8)
|
||||
(12 5 6 7)
|
||||
);
|
||||
}
|
||||
|
||||
symmetryPlane front
|
||||
(
|
||||
(18 19 34 35)
|
||||
(19 20 33 34)
|
||||
(20 21 22 33)
|
||||
(32 33 30 31)
|
||||
(33 22 23 30)
|
||||
(28 29 26 27)
|
||||
(29 30 25 26)
|
||||
(30 23 24 25)
|
||||
)
|
||||
front
|
||||
{
|
||||
type symmetryPlane;
|
||||
faces
|
||||
(
|
||||
(18 19 34 35)
|
||||
(19 20 33 34)
|
||||
(20 21 22 33)
|
||||
(32 33 30 31)
|
||||
(33 22 23 30)
|
||||
(28 29 26 27)
|
||||
(29 30 25 26)
|
||||
(30 23 24 25)
|
||||
);
|
||||
}
|
||||
|
||||
patch inletCentral
|
||||
(
|
||||
(13 14 32 31)
|
||||
)
|
||||
inletCentral
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(13 14 32 31)
|
||||
);
|
||||
}
|
||||
|
||||
patch inletSides
|
||||
(
|
||||
(17 0 18 35)
|
||||
(9 10 28 27)
|
||||
)
|
||||
inletSides
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(17 0 18 35)
|
||||
(9 10 28 27)
|
||||
);
|
||||
}
|
||||
|
||||
patch outlet
|
||||
(
|
||||
(3 4 22 21)
|
||||
(4 5 23 22)
|
||||
(5 6 24 23)
|
||||
)
|
||||
outlet
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(3 4 22 21)
|
||||
(4 5 23 22)
|
||||
(5 6 24 23)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -17,38 +17,74 @@ FoamFile
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 3.8936 -0.016463 3.2101e-05 -2.9174e-08 9.9889e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 979.08 0.41787 -0.0011761 1.6742e-06 -7.2559e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0031494 8.4997e-05 -1.2621e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 2.5039 -0.010587 2.0643e-05 -1.8761e-08 6.4237e-12 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf -13423000;
|
||||
Sf 10482;
|
||||
CpCoeffs<8> ( 1563.1 1.604 -0.0029334 3.2168e-06 -1.1571e-09 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5068e-06 6.1598e-08 -1.8188e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0037972 0.00015336 -1.1859e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
air
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.85;
|
||||
}
|
||||
equationOfState
|
||||
{
|
||||
rhoCoeffs<8> ( 4.0097 -0.016954 3.3057e-05 -3.0042e-08 1.0286e-11 0 0 0 );
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Hf 0;
|
||||
Sf 0;
|
||||
CpCoeffs<8> ( 948.76 0.39171 -0.00095999 1.393e-06 -6.2029e-10 0 0 0 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
muCoeffs<8> ( 1.5061e-06 6.16e-08 -1.819e-11 0 0 0 0 0 );
|
||||
kappaCoeffs<8> ( 0.0025219 8.506e-05 -1.312e-08 0 0 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -17,41 +17,68 @@ FoamFile
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
object scalarListList;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
// (x y z) (u v w) d rho mDot T cp (Y0..Y2) (Yg0..YgN) (Yl0..YlN) (Ys0..YsN)
|
||||
// (x y z) (u v w) d rho mDot T Cp (Y0..Y2)
|
||||
(
|
||||
(0 1.95 -0.2) (0 -5 0) 0.001 1000 0.002 300 4200 (1)
|
||||
(0 1.95 0) (0 -5 0) 0.001 1000 0.002 300 4200 (1)
|
||||
|
||||
@ -1,242 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
2
|
||||
(
|
||||
sides
|
||||
{
|
||||
type patch;
|
||||
nFaces 1400;
|
||||
startFace 11200;
|
||||
}
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
{
|
||||
type directMappedWall;
|
||||
nFaces 200;
|
||||
startFace 12600;
|
||||
sampleMode nearestPatchFace;
|
||||
sampleRegion wallFilmRegion;
|
||||
samplePatch region0_to_wallFilmRegion_wallFilmFaces;
|
||||
offsets
|
||||
200
|
||||
(
|
||||
(-4.33680869e-19 -4.33680869e-19 -0)
|
||||
(-4.33680869e-19 -8.67361738e-19 -0)
|
||||
(-4.33680869e-19 -1.734723476e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-4.33680869e-19 -3.469446952e-18 -0)
|
||||
(-4.33680869e-19 -6.938893904e-18 -0)
|
||||
(-4.33680869e-19 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-4.33680869e-19 -0 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(-1.734723476e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-8.67361738e-19 -0 -0)
|
||||
(-8.67361738e-19 3.469446952e-18 -0)
|
||||
(-2.602085214e-18 -3.469446952e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-8.67361738e-19 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(1.734723476e-18 -0 -0)
|
||||
(-1.734723476e-18 -0 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(1.734723476e-18 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(1.734723476e-18 -0 -0)
|
||||
(3.469446952e-18 6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-1.734723476e-18 -6.938893904e-18 -0)
|
||||
(3.469446952e-18 6.938893904e-18 -0)
|
||||
(-3.469446952e-18 4.33680869e-19 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(-0 1.734723476e-18 -0)
|
||||
(3.469446952e-18 3.469446952e-18 -0)
|
||||
(3.469446952e-18 3.469446952e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(-0 -8.67361738e-19 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-3.469446952e-18 -6.938893904e-18 -0)
|
||||
(-3.469446952e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -1.387778781e-17 -0)
|
||||
(-3.469446952e-18 -4.33680869e-19 -0)
|
||||
(-3.469446952e-18 1.734723476e-18 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-3.469446952e-18 -3.469446952e-18 -0)
|
||||
(-3.469446952e-18 -1.040834086e-17 -0)
|
||||
(3.469446952e-18 6.938893904e-18 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -6.938893904e-18 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(6.938893904e-18 8.67361738e-19 -0)
|
||||
(-6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -1.387778781e-17 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(6.938893904e-18 1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -2.602085214e-18 -0)
|
||||
(6.938893904e-18 3.469446952e-18 -0)
|
||||
(6.938893904e-18 3.469446952e-18 -0)
|
||||
(6.938893904e-18 -3.469446952e-18 -0)
|
||||
(6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -4.33680869e-19 -0)
|
||||
(6.938893904e-18 8.67361738e-19 -0)
|
||||
(-6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 1.734723476e-18 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-6.938893904e-18 -2.602085214e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-6.938893904e-18 3.469446952e-18 -0)
|
||||
(-6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.081668171e-17 -4.33680869e-19 -0)
|
||||
(-6.938893904e-18 8.67361738e-19 -0)
|
||||
(6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -1.387778781e-17 -0)
|
||||
(-1.387778781e-17 -4.33680869e-19 -0)
|
||||
(-0 8.67361738e-19 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 1.734723476e-18 -0)
|
||||
(1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-0 -1.387778781e-17 -0)
|
||||
(-1.387778781e-17 -4.33680869e-19 -0)
|
||||
(1.387778781e-17 8.67361738e-19 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-2.775557562e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(-0 8.67361738e-19 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -1.387778781e-17 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(-1.387778781e-17 -8.67361738e-19 -0)
|
||||
(-0 1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -1.040834086e-17 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(1.387778781e-17 8.67361738e-19 -0)
|
||||
(1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-2.775557562e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -1.387778781e-17 -0)
|
||||
(-2.775557562e-17 -4.33680869e-19 -0)
|
||||
(1.387778781e-17 8.67361738e-19 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
)
|
||||
;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -1,232 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class regIOobject;
|
||||
location "constant/polyMesh";
|
||||
object faceZones;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
1
|
||||
(
|
||||
wallFilmFaces
|
||||
{
|
||||
type faceZone;
|
||||
faceLabels List<label>
|
||||
200
|
||||
(
|
||||
12600
|
||||
12601
|
||||
12602
|
||||
12603
|
||||
12604
|
||||
12605
|
||||
12606
|
||||
12607
|
||||
12608
|
||||
12609
|
||||
12610
|
||||
12611
|
||||
12612
|
||||
12613
|
||||
12614
|
||||
12615
|
||||
12616
|
||||
12617
|
||||
12618
|
||||
12619
|
||||
12620
|
||||
12621
|
||||
12622
|
||||
12623
|
||||
12624
|
||||
12625
|
||||
12626
|
||||
12627
|
||||
12628
|
||||
12629
|
||||
12630
|
||||
12631
|
||||
12632
|
||||
12633
|
||||
12634
|
||||
12635
|
||||
12636
|
||||
12637
|
||||
12638
|
||||
12639
|
||||
12640
|
||||
12641
|
||||
12642
|
||||
12643
|
||||
12644
|
||||
12645
|
||||
12646
|
||||
12647
|
||||
12648
|
||||
12649
|
||||
12650
|
||||
12651
|
||||
12652
|
||||
12653
|
||||
12654
|
||||
12655
|
||||
12656
|
||||
12657
|
||||
12658
|
||||
12659
|
||||
12660
|
||||
12661
|
||||
12662
|
||||
12663
|
||||
12664
|
||||
12665
|
||||
12666
|
||||
12667
|
||||
12668
|
||||
12669
|
||||
12670
|
||||
12671
|
||||
12672
|
||||
12673
|
||||
12674
|
||||
12675
|
||||
12676
|
||||
12677
|
||||
12678
|
||||
12679
|
||||
12680
|
||||
12681
|
||||
12682
|
||||
12683
|
||||
12684
|
||||
12685
|
||||
12686
|
||||
12687
|
||||
12688
|
||||
12689
|
||||
12690
|
||||
12691
|
||||
12692
|
||||
12693
|
||||
12694
|
||||
12695
|
||||
12696
|
||||
12697
|
||||
12698
|
||||
12699
|
||||
12700
|
||||
12701
|
||||
12702
|
||||
12703
|
||||
12704
|
||||
12705
|
||||
12706
|
||||
12707
|
||||
12708
|
||||
12709
|
||||
12710
|
||||
12711
|
||||
12712
|
||||
12713
|
||||
12714
|
||||
12715
|
||||
12716
|
||||
12717
|
||||
12718
|
||||
12719
|
||||
12720
|
||||
12721
|
||||
12722
|
||||
12723
|
||||
12724
|
||||
12725
|
||||
12726
|
||||
12727
|
||||
12728
|
||||
12729
|
||||
12730
|
||||
12731
|
||||
12732
|
||||
12733
|
||||
12734
|
||||
12735
|
||||
12736
|
||||
12737
|
||||
12738
|
||||
12739
|
||||
12740
|
||||
12741
|
||||
12742
|
||||
12743
|
||||
12744
|
||||
12745
|
||||
12746
|
||||
12747
|
||||
12748
|
||||
12749
|
||||
12750
|
||||
12751
|
||||
12752
|
||||
12753
|
||||
12754
|
||||
12755
|
||||
12756
|
||||
12757
|
||||
12758
|
||||
12759
|
||||
12760
|
||||
12761
|
||||
12762
|
||||
12763
|
||||
12764
|
||||
12765
|
||||
12766
|
||||
12767
|
||||
12768
|
||||
12769
|
||||
12770
|
||||
12771
|
||||
12772
|
||||
12773
|
||||
12774
|
||||
12775
|
||||
12776
|
||||
12777
|
||||
12778
|
||||
12779
|
||||
12780
|
||||
12781
|
||||
12782
|
||||
12783
|
||||
12784
|
||||
12785
|
||||
12786
|
||||
12787
|
||||
12788
|
||||
12789
|
||||
12790
|
||||
12791
|
||||
12792
|
||||
12793
|
||||
12794
|
||||
12795
|
||||
12796
|
||||
12797
|
||||
12798
|
||||
12799
|
||||
)
|
||||
;
|
||||
flipMap List<bool> 200{0};
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,223 +0,0 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class faceSet;
|
||||
location "constant/polyMesh/sets";
|
||||
object wallFilmFaces;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
200
|
||||
(
|
||||
12600
|
||||
12601
|
||||
12602
|
||||
12603
|
||||
12604
|
||||
12605
|
||||
12606
|
||||
12607
|
||||
12608
|
||||
12609
|
||||
12610
|
||||
12611
|
||||
12612
|
||||
12613
|
||||
12614
|
||||
12615
|
||||
12616
|
||||
12617
|
||||
12618
|
||||
12619
|
||||
12620
|
||||
12621
|
||||
12622
|
||||
12623
|
||||
12624
|
||||
12625
|
||||
12626
|
||||
12627
|
||||
12628
|
||||
12629
|
||||
12630
|
||||
12631
|
||||
12632
|
||||
12633
|
||||
12634
|
||||
12635
|
||||
12636
|
||||
12637
|
||||
12638
|
||||
12639
|
||||
12640
|
||||
12641
|
||||
12642
|
||||
12643
|
||||
12644
|
||||
12645
|
||||
12646
|
||||
12647
|
||||
12648
|
||||
12649
|
||||
12650
|
||||
12651
|
||||
12652
|
||||
12653
|
||||
12654
|
||||
12655
|
||||
12656
|
||||
12657
|
||||
12658
|
||||
12659
|
||||
12660
|
||||
12661
|
||||
12662
|
||||
12663
|
||||
12664
|
||||
12665
|
||||
12666
|
||||
12667
|
||||
12668
|
||||
12669
|
||||
12670
|
||||
12671
|
||||
12672
|
||||
12673
|
||||
12674
|
||||
12675
|
||||
12676
|
||||
12677
|
||||
12678
|
||||
12679
|
||||
12680
|
||||
12681
|
||||
12682
|
||||
12683
|
||||
12684
|
||||
12685
|
||||
12686
|
||||
12687
|
||||
12688
|
||||
12689
|
||||
12690
|
||||
12691
|
||||
12692
|
||||
12693
|
||||
12694
|
||||
12695
|
||||
12696
|
||||
12697
|
||||
12698
|
||||
12699
|
||||
12700
|
||||
12701
|
||||
12702
|
||||
12703
|
||||
12704
|
||||
12705
|
||||
12706
|
||||
12707
|
||||
12708
|
||||
12709
|
||||
12710
|
||||
12711
|
||||
12712
|
||||
12713
|
||||
12714
|
||||
12715
|
||||
12716
|
||||
12717
|
||||
12718
|
||||
12719
|
||||
12720
|
||||
12721
|
||||
12722
|
||||
12723
|
||||
12724
|
||||
12725
|
||||
12726
|
||||
12727
|
||||
12728
|
||||
12729
|
||||
12730
|
||||
12731
|
||||
12732
|
||||
12733
|
||||
12734
|
||||
12735
|
||||
12736
|
||||
12737
|
||||
12738
|
||||
12739
|
||||
12740
|
||||
12741
|
||||
12742
|
||||
12743
|
||||
12744
|
||||
12745
|
||||
12746
|
||||
12747
|
||||
12748
|
||||
12749
|
||||
12750
|
||||
12751
|
||||
12752
|
||||
12753
|
||||
12754
|
||||
12755
|
||||
12756
|
||||
12757
|
||||
12758
|
||||
12759
|
||||
12760
|
||||
12761
|
||||
12762
|
||||
12763
|
||||
12764
|
||||
12765
|
||||
12766
|
||||
12767
|
||||
12768
|
||||
12769
|
||||
12770
|
||||
12771
|
||||
12772
|
||||
12773
|
||||
12774
|
||||
12775
|
||||
12776
|
||||
12777
|
||||
12778
|
||||
12779
|
||||
12780
|
||||
12781
|
||||
12782
|
||||
12783
|
||||
12784
|
||||
12785
|
||||
12786
|
||||
12787
|
||||
12788
|
||||
12789
|
||||
12790
|
||||
12791
|
||||
12792
|
||||
12793
|
||||
12794
|
||||
12795
|
||||
12796
|
||||
12797
|
||||
12798
|
||||
12799
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -99,30 +99,38 @@ defaultPatch
|
||||
}
|
||||
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
wall filmWalls
|
||||
(
|
||||
(0 1 20 19)
|
||||
(1 2 21 20)
|
||||
(12 11 30 31)
|
||||
(13 12 31 32)
|
||||
(10 5 24 29)
|
||||
(5 0 19 24)
|
||||
(16 10 29 35)
|
||||
(11 16 35 30)
|
||||
)
|
||||
patch sides
|
||||
(
|
||||
(2 3 22 21)
|
||||
(3 6 25 22)
|
||||
(7 8 27 26)
|
||||
(6 7 26 25)
|
||||
(8 18 37 27)
|
||||
(18 17 36 37)
|
||||
(14 13 32 33)
|
||||
(17 14 33 36)
|
||||
)
|
||||
filmWalls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(0 1 20 19)
|
||||
(1 2 21 20)
|
||||
(12 11 30 31)
|
||||
(13 12 31 32)
|
||||
(10 5 24 29)
|
||||
(5 0 19 24)
|
||||
(16 10 29 35)
|
||||
(11 16 35 30)
|
||||
);
|
||||
}
|
||||
sides
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(2 3 22 21)
|
||||
(3 6 25 22)
|
||||
(7 8 27 26)
|
||||
(6 7 26 25)
|
||||
(8 18 37 27)
|
||||
(18 17 36 37)
|
||||
(14 13 32 33)
|
||||
(17 14 33 36)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -17,41 +17,68 @@ FoamFile
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -37,20 +37,28 @@ edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
wall walls
|
||||
(
|
||||
(0 4 7 3)
|
||||
(2 6 5 1)
|
||||
(4 5 6 7)
|
||||
(3 7 6 2)
|
||||
(1 5 4 0)
|
||||
)
|
||||
wall wallFilm
|
||||
(
|
||||
(0 3 2 1)
|
||||
)
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(0 4 7 3)
|
||||
(2 6 5 1)
|
||||
(4 5 6 7)
|
||||
(3 7 6 2)
|
||||
(1 5 4 0)
|
||||
);
|
||||
}
|
||||
wallFilm
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(0 3 2 1)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
@ -17,41 +17,68 @@ FoamFile
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -41,20 +41,28 @@ edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
patch sides
|
||||
(
|
||||
(1 5 7 3)
|
||||
(4 5 7 6)
|
||||
(4 0 2 6)
|
||||
(7 3 2 6)
|
||||
(0 4 5 1)
|
||||
)
|
||||
wall filmWalls
|
||||
(
|
||||
(0 1 3 2)
|
||||
)
|
||||
sides
|
||||
{
|
||||
type patch;
|
||||
faces
|
||||
(
|
||||
(1 5 7 3)
|
||||
(4 5 7 6)
|
||||
(4 0 2 6)
|
||||
(7 3 2 6)
|
||||
(0 4 5 1)
|
||||
);
|
||||
}
|
||||
filmWalls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(0 1 3 2)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
@ -23,220 +23,11 @@ FoamFile
|
||||
nFaces 1400;
|
||||
startFace 11200;
|
||||
}
|
||||
region0_to_wallFilmRegion_wallFilmFaces
|
||||
filmWalls
|
||||
{
|
||||
type directMappedWall;
|
||||
type wall;
|
||||
nFaces 200;
|
||||
startFace 12600;
|
||||
sampleMode nearestPatchFace;
|
||||
sampleRegion wallFilmRegion;
|
||||
samplePatch region0_to_wallFilmRegion_wallFilmFaces;
|
||||
offsetMode nonuniform;
|
||||
offsets
|
||||
200
|
||||
(
|
||||
(4.33680869e-19 4.33680869e-19 -0)
|
||||
(-8.67361738e-19 -8.67361738e-19 -0)
|
||||
(-4.33680869e-19 -0 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(4.33680869e-19 -0 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(8.67361738e-19 4.33680869e-19 -0)
|
||||
(-8.67361738e-19 -8.67361738e-19 -0)
|
||||
(-0 1.734723476e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(8.67361738e-19 1.387778781e-17 -0)
|
||||
(-8.67361738e-19 -0 -0)
|
||||
(-8.67361738e-19 -6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-8.67361738e-19 -0 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(-1.734723476e-18 -1.734723476e-18 -0)
|
||||
(-1.734723476e-18 1.734723476e-18 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-1.734723476e-18 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.734723476e-18 -0 -0)
|
||||
(-1.734723476e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-3.469446952e-18 -8.67361738e-19 -0)
|
||||
(-3.469446952e-18 -1.734723476e-18 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 3.469446952e-18 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(3.469446952e-18 6.938893904e-18 -0)
|
||||
(3.469446952e-18 -6.938893904e-18 -0)
|
||||
(3.469446952e-18 6.938893904e-18 -0)
|
||||
(-3.469446952e-18 -8.67361738e-19 -0)
|
||||
(-3.469446952e-18 -1.734723476e-18 -0)
|
||||
(-3.469446952e-18 3.469446952e-18 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-3.469446952e-18 6.938893904e-18 -0)
|
||||
(-3.469446952e-18 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(3.469446952e-18 -0 -0)
|
||||
(-3.469446952e-18 -3.469446952e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-1.040834086e-17 -0 -0)
|
||||
(-1.040834086e-17 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -4.33680869e-19 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(6.938893904e-18 -3.469446952e-18 -0)
|
||||
(6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(-6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(6.938893904e-18 -1.734723476e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(1.387778781e-17 6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(6.938893904e-18 -8.67361738e-19 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(6.938893904e-18 -0 -0)
|
||||
(6.938893904e-18 -3.469446952e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-6.938893904e-18 -0 -0)
|
||||
(-2.081668171e-17 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -8.67361738e-19 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 6.938893904e-18 -0)
|
||||
(-0 1.387778781e-17 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-4.163336342e-17 -3.469446952e-18 -0)
|
||||
(-4.163336342e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -8.67361738e-19 -0)
|
||||
(1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-1.387778781e-17 -1.734723476e-18 -0)
|
||||
(-0 -3.469446952e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(1.387778781e-17 6.938893904e-18 -0)
|
||||
(1.387778781e-17 6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -1.387778781e-17 -0)
|
||||
(-0 -0 -0)
|
||||
(-0 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-4.163336342e-17 -3.469446952e-18 -0)
|
||||
(-4.163336342e-17 -6.938893904e-18 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-2.775557562e-17 -0 -0)
|
||||
(-2.775557562e-17 -1.734723476e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(-1.387778781e-17 -3.469446952e-18 -0)
|
||||
(-1.387778781e-17 -6.938893904e-18 -0)
|
||||
(-1.387778781e-17 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
(-0 -6.938893904e-18 -0)
|
||||
(-0 -0 -0)
|
||||
(1.387778781e-17 -0 -0)
|
||||
)
|
||||
;
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@ -17,41 +17,68 @@ FoamFile
|
||||
|
||||
O2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 31.9988;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 3.69758 0.00061352 -1.25884e-07 1.77528e-11 -1.13644e-15 -1233.93 3.18917 );
|
||||
lowCpCoeffs ( 3.21294 0.00112749 -5.75615e-07 1.31388e-09 -8.76855e-13 -1005.25 6.03474 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
H2O
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 18.0153;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.67215 0.00305629 -8.73026e-07 1.201e-10 -6.39162e-15 -29899.2 6.86282 );
|
||||
lowCpCoeffs ( 3.38684 0.00347498 -6.3547e-06 6.96858e-09 -2.50659e-12 -30208.1 2.59023 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
N2
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
specie
|
||||
{
|
||||
nMoles 1;
|
||||
molWeight 28.0134;
|
||||
}
|
||||
thermodynamics
|
||||
{
|
||||
Tlow 200;
|
||||
Thigh 5000;
|
||||
Tcommon 1000;
|
||||
highCpCoeffs ( 2.92664 0.00148798 -5.68476e-07 1.0097e-10 -6.75335e-15 -922.798 5.98053 );
|
||||
lowCpCoeffs ( 3.29868 0.00140824 -3.96322e-06 5.64152e-09 -2.44486e-12 -1020.9 3.95037 );
|
||||
}
|
||||
transport
|
||||
{
|
||||
As 1.67212e-06;
|
||||
Ts 170.672;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -38,20 +38,28 @@ edges
|
||||
(
|
||||
);
|
||||
|
||||
patches
|
||||
boundary
|
||||
(
|
||||
wall walls
|
||||
(
|
||||
(3 7 6 2)
|
||||
(0 4 7 3)
|
||||
(2 6 5 1)
|
||||
(1 5 4 0)
|
||||
)
|
||||
empty frontAndBack
|
||||
(
|
||||
(0 3 2 1)
|
||||
(4 5 6 7)
|
||||
)
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
faces
|
||||
(
|
||||
(3 7 6 2)
|
||||
(0 4 7 3)
|
||||
(2 6 5 1)
|
||||
(1 5 4 0)
|
||||
);
|
||||
}
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
faces
|
||||
(
|
||||
(0 3 2 1)
|
||||
(4 5 6 7)
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
mergePatchPairs
|
||||
|
||||
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/N2
Normal file
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/N2
Normal file
@ -0,0 +1,29 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object N2;
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
dimensions [ 0 0 0 0 0 0 0 ];
|
||||
|
||||
internalField uniform 0.766;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/O2
Normal file
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/O2
Normal file
@ -0,0 +1,29 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object O2;
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
dimensions [ 0 0 0 0 0 0 0 ];
|
||||
|
||||
internalField uniform 0.234;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/T
Normal file
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/T
Normal file
@ -0,0 +1,29 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object T;
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
dimensions [ 0 0 0 1 0 0 0 ];
|
||||
|
||||
internalField uniform 800;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
30
tutorials/lagrangian/sprayFoam/aachenBomb/0/U
Normal file
30
tutorials/lagrangian/sprayFoam/aachenBomb/0/U
Normal file
@ -0,0 +1,30 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volVectorField;
|
||||
object U;
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
dimensions [ 0 1 -1 0 0 0 0 ];
|
||||
|
||||
internalField uniform ( 0 0 0 );
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform ( 0 0 0 );
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/Ydefault
Normal file
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/Ydefault
Normal file
@ -0,0 +1,29 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object Ydefault;
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
dimensions [ 0 0 0 0 0 0 0 ];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/alphat
Normal file
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/alphat
Normal file
@ -0,0 +1,32 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object alphat;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [1 -1 -1 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type alphatWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/epsilon
Normal file
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/epsilon
Normal file
@ -0,0 +1,32 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object epsilon;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -3 0 0 0 0];
|
||||
|
||||
internalField uniform 90;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type compressible::epsilonWallFunction;
|
||||
value uniform 90;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/k
Normal file
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/k
Normal file
@ -0,0 +1,32 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object k;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 1;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type compressible::kqRWallFunction;
|
||||
value uniform 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/mut
Normal file
32
tutorials/lagrangian/sprayFoam/aachenBomb/0/mut
Normal file
@ -0,0 +1,32 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object mut;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [1 -1 -1 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type mutkWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/p
Normal file
29
tutorials/lagrangian/sprayFoam/aachenBomb/0/p
Normal file
@ -0,0 +1,29 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object p;
|
||||
}
|
||||
// ************************************************************************* //
|
||||
|
||||
dimensions [ 1 -1 -2 0 0 0 0 ];
|
||||
|
||||
internalField uniform 5e+06;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
11
tutorials/lagrangian/sprayFoam/aachenBomb/chemkin/chem.inp
Normal file
11
tutorials/lagrangian/sprayFoam/aachenBomb/chemkin/chem.inp
Normal file
@ -0,0 +1,11 @@
|
||||
ELEMENTS
|
||||
H O C N AR
|
||||
END
|
||||
SPECIE
|
||||
C7H16 O2 N2 CO2 H2O
|
||||
END
|
||||
REACTIONS
|
||||
C7H16 + 11O2 => 7CO2 + 8H2O 5.00E+8 0.0 15780.0! 1
|
||||
FORD / C7H16 0.25 /
|
||||
FORD / O2 1.5 /
|
||||
END
|
||||
@ -8,14 +8,18 @@
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class regIOobject;
|
||||
location "constant/polyMesh";
|
||||
object cellZones;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object RASProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0
|
||||
()
|
||||
RASModel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
printCoeffs on;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -0,0 +1,37 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object chemistryProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
psiChemistryModel ODEChemistryModel<gasThermoPhysics>;
|
||||
|
||||
chemistry off;
|
||||
|
||||
chemistrySolver ode;
|
||||
|
||||
initialChemicalTimeStep 1e-07;
|
||||
|
||||
turbulentReaction yes;
|
||||
|
||||
Cmix Cmix [0 0 0 0 0] 1;
|
||||
|
||||
odeCoeffs
|
||||
{
|
||||
ODESolver SIBS;
|
||||
eps 0.05;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
22
tutorials/lagrangian/sprayFoam/aachenBomb/constant/g
Normal file
22
tutorials/lagrangian/sprayFoam/aachenBomb/constant/g
Normal file
@ -0,0 +1,22 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class uniformDimensionedVectorField;
|
||||
location "constant";
|
||||
object g;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -2 0 0 0 0];
|
||||
value ( 0 -9.81 0 );
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -10,31 +10,27 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant/polyMesh";
|
||||
object blockMeshDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
convertToMeters 0.1;
|
||||
convertToMeters 0.001;
|
||||
|
||||
vertices
|
||||
(
|
||||
//back
|
||||
( 0 0 0)
|
||||
( 1 0 0)
|
||||
( 0 0.5 0)
|
||||
( 1 0.5 0)
|
||||
|
||||
// front
|
||||
( 0 0 1)
|
||||
( 1 0 1)
|
||||
( 0 0.5 1)
|
||||
( 1 0.5 1)
|
||||
(-10 0 -10)
|
||||
(-10 0 10)
|
||||
(10 0 10)
|
||||
(10 0 -10)
|
||||
(-10 100 -10)
|
||||
(-10 100 10)
|
||||
(10 100 10)
|
||||
(10 100 -10)
|
||||
);
|
||||
|
||||
blocks
|
||||
(
|
||||
hex (0 1 3 2 4 5 7 6 ) (20 10 20) simpleGrading (1 1 1)
|
||||
hex (0 1 2 3 4 5 6 7) (41 41 100) simpleGrading (1 1 1)
|
||||
);
|
||||
|
||||
edges
|
||||
@ -43,17 +39,14 @@ edges
|
||||
|
||||
patches
|
||||
(
|
||||
patch sides
|
||||
wall walls
|
||||
(
|
||||
(1 5 7 3)
|
||||
(4 5 7 6)
|
||||
(4 0 2 6)
|
||||
(7 3 2 6)
|
||||
(0 4 5 1)
|
||||
)
|
||||
wall filmWalls
|
||||
(
|
||||
(0 1 3 2)
|
||||
(2 6 5 1)
|
||||
(0 4 7 3)
|
||||
(0 1 5 4)
|
||||
(4 5 6 7)
|
||||
(7 6 2 3)
|
||||
(3 2 1 0)
|
||||
)
|
||||
);
|
||||
|
||||
@ -0,0 +1,28 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class polyBoundaryMesh;
|
||||
location "constant/polyMesh";
|
||||
object boundary;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
1
|
||||
(
|
||||
walls
|
||||
{
|
||||
type wall;
|
||||
nFaces 19762;
|
||||
startFace 494419;
|
||||
}
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -0,0 +1,67 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object radiationProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
radiation off;
|
||||
|
||||
radiationModel none;
|
||||
|
||||
solverFreq 10;
|
||||
|
||||
P1Coeffs
|
||||
{
|
||||
C C [ 0 0 0 0 0 0 0 ] 0;
|
||||
}
|
||||
|
||||
absorptionEmissionModel binaryAbsorptionEmission;
|
||||
|
||||
binaryAbsorptionEmissionCoeffs
|
||||
{
|
||||
model1
|
||||
{
|
||||
absorptionEmissionModel constantAbsorptionEmission;
|
||||
constantAbsorptionEmissionCoeffs
|
||||
{
|
||||
a a [ 0 -1 0 0 0 0 0 ] 0.5;
|
||||
e e [ 0 -1 0 0 0 0 0 ] 0.5;
|
||||
E E [ 1 -1 -3 0 0 0 0 ] 0;
|
||||
}
|
||||
}
|
||||
model2
|
||||
{
|
||||
absorptionEmissionModel cloudAbsorptionEmission;
|
||||
cloudAbsorptionEmissionCoeffs
|
||||
{
|
||||
cloudNames
|
||||
(
|
||||
sprayCloud
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
scatterModel cloudScatter;
|
||||
|
||||
cloudScatterCoeffs
|
||||
{
|
||||
cloudNames
|
||||
(
|
||||
sprayCloud
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -0,0 +1,215 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object SprayCloudProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
solution
|
||||
{
|
||||
active true;
|
||||
coupled true;
|
||||
transient yes;
|
||||
cellValueSourceCorrection on;
|
||||
|
||||
sourceTerms
|
||||
{
|
||||
schemes
|
||||
{
|
||||
rho explicit 1;
|
||||
U explicit 1;
|
||||
Yi explicit 1;
|
||||
hs explicit 1;
|
||||
}
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
{
|
||||
rho cell;
|
||||
U cellPoint;
|
||||
mu cell;
|
||||
T cell;
|
||||
Cp cell;
|
||||
p cell;
|
||||
}
|
||||
|
||||
integrationSchemes
|
||||
{
|
||||
U Euler;
|
||||
T analytical;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
constantProperties
|
||||
{
|
||||
parcelTypeId 1;
|
||||
|
||||
rhoMin 1e-15;
|
||||
TMin 200;
|
||||
pMin 1000;
|
||||
minParticleMass 1e-15;
|
||||
|
||||
rho0 1000;
|
||||
T0 300;
|
||||
Cp0 4187;
|
||||
|
||||
youngsModulus 1e9;
|
||||
poissonsRatio 0.35;
|
||||
|
||||
epsilon0 1;
|
||||
f0 0.5;
|
||||
Pr 0.7;
|
||||
Tvap 273;
|
||||
Tbp 373;
|
||||
|
||||
constantVolume false;
|
||||
}
|
||||
|
||||
|
||||
subModels
|
||||
{
|
||||
particleForces
|
||||
{
|
||||
sphereDrag;
|
||||
}
|
||||
|
||||
injectionModel coneNozzleInjection;
|
||||
|
||||
dispersionModel none;
|
||||
|
||||
patchInteractionModel standardWallInteraction;
|
||||
|
||||
heatTransferModel RanzMarshall;
|
||||
|
||||
compositionModel singlePhaseMixture;
|
||||
|
||||
phaseChangeModel liquidEvaporation;
|
||||
|
||||
surfaceFilmModel none;
|
||||
|
||||
atomizationModel none;
|
||||
|
||||
breakupModel PilchErdman;
|
||||
|
||||
stochasticCollisionModel none;
|
||||
|
||||
radiation off;
|
||||
|
||||
coneNozzleInjectionCoeffs
|
||||
{
|
||||
SOI 0;
|
||||
massTotal 6.0e-6;
|
||||
parcelBasisType mass;
|
||||
injectionMethod disc;
|
||||
outerNozzleDiameter 1.9e-4;
|
||||
innerNozzleDiameter 0;
|
||||
duration 1.25e-3;
|
||||
position ( 0 0.0995 0 );
|
||||
direction ( 0 -1 0 );
|
||||
parcelsPerSecond 100000000;
|
||||
volumeFlowRate table
|
||||
(
|
||||
(0 0.1272)
|
||||
(4.16667e-05 6.1634)
|
||||
(8.33333e-05 9.4778)
|
||||
(0.000125 9.5806)
|
||||
(0.000166667 9.4184)
|
||||
(0.000208333 9.0926)
|
||||
(0.00025 8.7011)
|
||||
(0.000291667 8.2239)
|
||||
(0.000333333 8.0401)
|
||||
(0.000375 8.845)
|
||||
(0.000416667 8.9174)
|
||||
(0.000458333 8.8688)
|
||||
(0.0005 8.8882)
|
||||
(0.000541667 8.6923)
|
||||
(0.000583333 8.0014)
|
||||
(0.000625 7.2582)
|
||||
(0.000666667 7.2757)
|
||||
(0.000708333 6.968)
|
||||
(0.00075 6.7608)
|
||||
(0.000791667 6.6502)
|
||||
(0.000833333 6.7695)
|
||||
(0.000875 5.5774)
|
||||
(0.000916667 4.8649)
|
||||
(0.000958333 5.0805)
|
||||
(0.001 4.9547)
|
||||
(0.00104167 4.5613)
|
||||
(0.00108333 4.4536)
|
||||
(0.001125 5.2651)
|
||||
(0.00116667 5.256)
|
||||
(0.00120833 5.1737)
|
||||
(0.00125 3.9213)
|
||||
);
|
||||
|
||||
Cd constant 0.85;
|
||||
|
||||
thetaInner constant 0.0;
|
||||
thetaOuter constant 10.0;
|
||||
|
||||
sizeDistribution
|
||||
{
|
||||
type uniform;
|
||||
|
||||
uniformDistribution
|
||||
{
|
||||
minValue 1.0e-4;
|
||||
maxValue 1.1e-4;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
standardWallInteractionCoeffs
|
||||
{
|
||||
type rebound;
|
||||
}
|
||||
|
||||
RanzMarshallCoeffs
|
||||
{
|
||||
BirdCorrection true;
|
||||
}
|
||||
|
||||
singlePhaseMixtureCoeffs
|
||||
{
|
||||
phases
|
||||
(
|
||||
liquid
|
||||
{
|
||||
C7H16 1;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
liquidEvaporationCoeffs
|
||||
{
|
||||
enthalpyTransfer enthalpyDifference;
|
||||
|
||||
activeLiquids ( C7H16 );
|
||||
}
|
||||
|
||||
PilchErdmanCoeffs
|
||||
{
|
||||
solveOscillationEq false;
|
||||
B1 0.375;
|
||||
B2 0.236;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
cloudFunctions
|
||||
{}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -0,0 +1,41 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object thermophysicalProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
thermoType hsPsiMixtureThermo<reactingMixture<gasThermoPhysics>>;
|
||||
|
||||
CHEMKINFile "$FOAM_CASE/chemkin/chem.inp";
|
||||
|
||||
CHEMKINThermoFile "~OpenFOAM/thermoData/therm.dat";
|
||||
|
||||
inertSpecie N2;
|
||||
|
||||
|
||||
liquids
|
||||
{
|
||||
liquidComponents ( C7H16 );
|
||||
C7H16
|
||||
{
|
||||
defaultCoeffs yes;
|
||||
}
|
||||
}
|
||||
|
||||
solids
|
||||
{
|
||||
solidComponents ( );
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -8,14 +8,14 @@
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class regIOobject;
|
||||
location "constant/polyMesh";
|
||||
object pointZones;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "constant";
|
||||
object turbulenceProperties;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0
|
||||
()
|
||||
simulationType RASModel;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
53
tutorials/lagrangian/sprayFoam/aachenBomb/system/controlDict
Normal file
53
tutorials/lagrangian/sprayFoam/aachenBomb/system/controlDict
Normal file
@ -0,0 +1,53 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format binary;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object controlDict;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
application sprayFoam;
|
||||
|
||||
startFrom startTime;
|
||||
|
||||
startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 0.01;
|
||||
|
||||
deltaT 2.5e-06;
|
||||
|
||||
writeControl adjustableRunTime;
|
||||
|
||||
writeInterval 5e-05;
|
||||
|
||||
purgeWrite 0;
|
||||
|
||||
writeFormat binary;
|
||||
|
||||
writePrecision 6;
|
||||
|
||||
writeCompression uncompressed;
|
||||
|
||||
timeFormat general;
|
||||
|
||||
timePrecision 6;
|
||||
|
||||
adjustTimeStep yes;
|
||||
|
||||
maxCo 0.1;
|
||||
|
||||
runTimeModifiable yes;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
72
tutorials/lagrangian/sprayFoam/aachenBomb/system/fvSchemes
Normal file
72
tutorials/lagrangian/sprayFoam/aachenBomb/system/fvSchemes
Normal file
@ -0,0 +1,72 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object fvSchemes;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
ddtSchemes
|
||||
{
|
||||
default Euler;
|
||||
}
|
||||
|
||||
gradSchemes
|
||||
{
|
||||
default Gauss linear;
|
||||
grad(p) Gauss linear;
|
||||
}
|
||||
|
||||
divSchemes
|
||||
{
|
||||
default none;
|
||||
div(phi,U) Gauss upwind;
|
||||
div(phid,p) Gauss upwind;
|
||||
div(phiU,p) Gauss linear;
|
||||
div(phi,hs) Gauss upwind;
|
||||
div(phi,k) Gauss upwind;
|
||||
div(phi,epsilon) Gauss upwind;
|
||||
div(U) Gauss linear;
|
||||
div((muEff*dev2(T(grad(U))))) Gauss linear;
|
||||
div(phi,Yi_h) Gauss upwind;
|
||||
}
|
||||
|
||||
laplacianSchemes
|
||||
{
|
||||
default Gauss linear corrected;
|
||||
laplacian(muEff,U) Gauss linear corrected;
|
||||
laplacian(mut,U) Gauss linear corrected;
|
||||
laplacian(DkEff,k) Gauss linear corrected;
|
||||
laplacian(DepsilonEff,epsilon) Gauss linear corrected;
|
||||
laplacian(DREff,R) Gauss linear corrected;
|
||||
laplacian((rho*(1|A(U))),p) Gauss linear corrected;
|
||||
laplacian(alphaEff,hs) Gauss linear corrected;
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
{
|
||||
default linear;
|
||||
}
|
||||
|
||||
snGradSchemes
|
||||
{
|
||||
default corrected;
|
||||
}
|
||||
|
||||
fluxRequired
|
||||
{
|
||||
default no;
|
||||
p ;
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
94
tutorials/lagrangian/sprayFoam/aachenBomb/system/fvSolution
Normal file
94
tutorials/lagrangian/sprayFoam/aachenBomb/system/fvSolution
Normal file
@ -0,0 +1,94 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: dev |
|
||||
| \\ / A nd | Web: www.OpenFOAM.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class dictionary;
|
||||
location "system";
|
||||
object fvSolution;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
solvers
|
||||
{
|
||||
rho
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
tolerance 1e-05;
|
||||
relTol 0.1;
|
||||
}
|
||||
|
||||
rhoFinal
|
||||
{
|
||||
$rho;
|
||||
tolerance 1e-05;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
"(U|hs)"
|
||||
{
|
||||
solver PBiCG;
|
||||
preconditioner DILU;
|
||||
tolerance 1e-05;
|
||||
relTol 0.1;
|
||||
}
|
||||
|
||||
p
|
||||
{
|
||||
solver PCG;
|
||||
preconditioner DIC;
|
||||
tolerance 1e-06;
|
||||
relTol 0.1;
|
||||
}
|
||||
|
||||
pFinal
|
||||
{
|
||||
$p;
|
||||
tolerance 1e-06;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
"(U|hs)Final"
|
||||
{
|
||||
$U;
|
||||
tolerance 1e-05;
|
||||
relTol 0;
|
||||
}
|
||||
|
||||
"(k|epsilon)"
|
||||
{
|
||||
$U;
|
||||
}
|
||||
|
||||
"(k|epsilon)Final"
|
||||
{
|
||||
$UFinal;
|
||||
}
|
||||
|
||||
"(Yi|O2|N2|H2O)"
|
||||
{
|
||||
$UFinal;
|
||||
}
|
||||
}
|
||||
|
||||
PIMPLE
|
||||
{
|
||||
transonic no;
|
||||
nCorrectors 2;
|
||||
nNonOrthogonalCorrectors 0;
|
||||
momentumPredictor yes;
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
{
|
||||
".*Final" 1;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user