Skip to content
Snippets Groups Projects
combustionProperties.gas 1.03 KiB
/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  dev                                   |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

combustionModel    PaSR<rhoChemistryCombustion>;

active  false;

laminarCoeffs
{}

noCombustionCoeffs
{}

PaSRCoeffs
{
    Cmix                1.0;
    turbulentReaction   yes;
}

// ************************************************************************* //