tutorials/combustion/reactingFoam/RAS/membrane: Clean up

Removed unused species and made the schemes appropriate for a
non-orthogonal mesh.
This commit is contained in:
Will Bainbridge
2019-09-10 11:01:22 +01:00
parent d4042c0e49
commit d1acbe25bb
2 changed files with 2 additions and 46 deletions

View File

@ -18,9 +18,7 @@ FoamFile
species
(
O2
H2O
CH4
CO2
N2
);
@ -45,27 +43,6 @@ O2
}
}
H2O
{
specie
{
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;
}
}
CH4
{
specie
@ -87,27 +64,6 @@ CH4
}
}
CO2
{
specie
{
molWeight 44.01;
}
thermodynamics
{
Tlow 200;
Thigh 5000;
Tcommon 1000;
highCpCoeffs ( 4.45362 0.00314017 -1.27841e-06 2.394e-10 -1.66903e-14 -48967 -0.955396 );
lowCpCoeffs ( 2.27572 0.00992207 -1.04091e-05 6.86669e-09 -2.11728e-12 -48373.1 10.1885 );
}
transport
{
As 1.67212e-06;
Ts 170.672;
}
}
N2
{
specie

View File

@ -40,7 +40,7 @@ divSchemes
laplacianSchemes
{
default Gauss linear orthogonal;
default Gauss linear corrected;
}
interpolationSchemes
@ -50,7 +50,7 @@ interpolationSchemes
snGradSchemes
{
default orthogonal;
default corrected;
}