25 lines
961 B
C++
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;
|
|
|
|
// ************************************************************************* //
|