update NOxFoam tutorial cases according to solver changes
This commit is contained in:
parent
a97927e6a1
commit
2eae98a42e
6 changed files with 7 additions and 30790 deletions
|
|
@ -16,10 +16,10 @@ FoamFile
|
||||||
|
|
||||||
fuelSourceNames ( reactingCloud1:rhoTrans_C7H16 );
|
fuelSourceNames ( reactingCloud1:rhoTrans_C7H16 );
|
||||||
|
|
||||||
nitrogenMassInFuels (0.01);
|
nitrogenMassInFuels ( 0.01 );
|
||||||
|
|
||||||
instantaneousRadicals false; //true;
|
instantaneousRadicals false;
|
||||||
|
|
||||||
calculateFuelNOx true;
|
calculateFuelNOx false;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,51 +0,0 @@
|
||||||
/*--------------------------------*- 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.0;
|
|
||||||
format ascii;
|
|
||||||
class volScalarField;
|
|
||||||
location "2100";
|
|
||||||
object reactingCloud1:rhoTrans_C7H16;
|
|
||||||
}
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
dimensions [1 0 0 0 0 0 0];
|
|
||||||
|
|
||||||
internalField uniform 0;
|
|
||||||
|
|
||||||
boundaryField
|
|
||||||
{
|
|
||||||
INLET
|
|
||||||
{
|
|
||||||
type fixedValue;
|
|
||||||
value uniform 0;
|
|
||||||
}
|
|
||||||
WALL
|
|
||||||
{
|
|
||||||
type zeroGradient;
|
|
||||||
}
|
|
||||||
SLIPWALL
|
|
||||||
{
|
|
||||||
type zeroGradient;
|
|
||||||
}
|
|
||||||
OUTLET
|
|
||||||
{
|
|
||||||
type zeroGradient;
|
|
||||||
}
|
|
||||||
CYCLIC_half0
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
CYCLIC_half1
|
|
||||||
{
|
|
||||||
type cyclic;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
||||||
|
|
@ -16,10 +16,10 @@ FoamFile
|
||||||
|
|
||||||
fuelSourceNames ( reactingCloud1:rhoTrans_C7H16 );
|
fuelSourceNames ( reactingCloud1:rhoTrans_C7H16 );
|
||||||
|
|
||||||
nitrogenMassInFuels (0.01);
|
nitrogenMassInFuels ( 0.01 );
|
||||||
|
|
||||||
instantaneousRadicals false; //true;
|
instantaneousRadicals false;
|
||||||
|
|
||||||
calculateFuelNOx true;
|
calculateFuelNOx true;
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ FoamFile
|
||||||
}
|
}
|
||||||
|
|
||||||
fuelSourceNames ( reactingCloud1:rhoTrans_C7H16 );
|
fuelSourceNames ( reactingCloud1:rhoTrans_C7H16 );
|
||||||
sulfurMassInFuels (0.01);
|
|
||||||
|
|
||||||
|
sulfurMassInFuels ( 0.01 );
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
/*--------------------------------*- C++ -*----------------------------------*\
|
|
||||||
| ========= | |
|
|
||||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
||||||
| \\ / O peration | Version: 2.3.0 |
|
|
||||||
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
||||||
| \\/ M anipulation | |
|
|
||||||
\*---------------------------------------------------------------------------*/
|
|
||||||
FoamFile
|
|
||||||
{
|
|
||||||
version 2.0;
|
|
||||||
format ascii;
|
|
||||||
class dictionary;
|
|
||||||
location "constant";
|
|
||||||
object fuelSulfurMassFraction;
|
|
||||||
}
|
|
||||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
||||||
|
|
||||||
|
|
||||||
Ys Ys [ 0 0 0 0 0 0 0 ] 0.01;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
|
||||||
Loading…
Add table
Reference in a new issue