OpenFOAM-4.x/tutorials/combustion/NOxFoam_thermalAndFuel/constant/NOxProperties

25 lines
961 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.x |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2;
format ascii;
class dictionary;
location "constant";
object SOxProperties;
}
fuelSourceNames ( reactingCloud1:rhoTrans_C7H16 );
nitrogenMassInFuels ( 0.01 );
instantaneousRadicals false;
calculateFuelNOx true;
// ************************************************************************* //