OpenFOAM-5.x/tutorials/combustion/fireFoam/LES/smallPoolFire3D/constant/combustionProperties
2017-07-25 14:23:49 +01:00

30 lines
1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
combustionModel infinitelyFastChemistry<psiThermoCombustion,gasHThermoPhysics>;
active on;
infinitelyFastChemistryCoeffs
{
semiImplicit no;
C 5.0;
}
// ************************************************************************* //