This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/combustion/engineFoam/kivaTest/constant/combustionProperties

94 lines
2.3 KiB
Text
Raw Normal View History

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
2010-10-01 09:29:30 +00:00
| \\ / O peration | Version: 1.6 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
2010-10-01 09:29:30 +00:00
location "constant";
object combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
laminarFlameSpeedCorrelation Gulders;
fuel IsoOctane;
2010-10-01 09:29:30 +00:00
Su Su [ 0 1 -1 0 0 0 0 ] 0;
SuModel unstrained;
2010-10-01 09:29:30 +00:00
equivalenceRatio equivalenceRatio [ 0 0 0 0 0 0 0 ] 1;
2010-10-01 09:29:30 +00:00
sigmaExt sigmaExt [ 0 0 -1 0 0 0 0 ] 100000;
XiModel transport;
2010-10-01 09:29:30 +00:00
XiCoef XiCoef [ 0 0 0 0 0 0 0 ] 0.62;
2010-10-01 09:29:30 +00:00
XiShapeCoef XiShapeCoef [ 0 0 0 0 0 0 0 ] 1;
2010-10-01 09:29:30 +00:00
uPrimeCoef uPrimeCoef [ 0 0 0 0 0 0 0 ] 1;
GuldersCoeffs
{
Methane
{
W 0.422;
eta 0.15;
xi 5.18;
alpha 2;
beta -0.5;
f 2.3;
}
2010-10-01 09:29:30 +00:00
Propane
{
W 0.446;
eta 0.12;
xi 4.95;
alpha 1.77;
beta -0.2;
f 2.3;
}
2010-10-01 09:29:30 +00:00
IsoOctane
{
W 0.4658;
eta -0.326;
xi 4.48;
alpha 1.56;
beta -0.22;
f 2.3;
}
}
ignite yes;
ignitionSites
(
{
location (0.03 0 0.091);
diameter 0.002;
start -15;
duration 20;
strength 4;
}
);
2010-10-01 09:29:30 +00:00
ignitionSphereFraction 1;
ignitionThickness ignitionThickness [ 0 1 0 0 0 0 0 ] 0;
ignitionCircleFraction 1;
2010-10-01 09:29:30 +00:00
ignitionKernelArea ignitionKernelArea [ 0 2 0 0 0 0 0 ] 0;
// ************************************************************************* //