SOxFoam tutorial case update according to the solver update

This commit is contained in:
ignis 2018-01-31 00:41:53 +09:00
parent f3a6d8b525
commit bfbb887274
3 changed files with 23 additions and 81 deletions

View file

@ -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;
}
}
// ************************************************************************* //

View file

@ -9,7 +9,7 @@ FoamFile
{
version 2.0;
format ascii;
class volScalarField;
class volScalarField::Internal;
location "2100";
object reactingCloud1:rhoTrans_C7H16;
}
@ -17,7 +17,7 @@ FoamFile
dimensions [1 0 0 0 0 0 0];
internalField nonuniform List<scalar>
value nonuniform List<scalar>
30654
(
0
@ -30677,33 +30677,5 @@ internalField nonuniform List<scalar>
)
;
boundaryField
{
INLET
{
type fixedValue;
value uniform 0;
}
WALL
{
type zeroGradient;
}
SLIPWALL
{
type zeroGradient;
}
OUTLET
{
type zeroGradient;
}
CYCLIC_half0
{
type cyclic;
}
CYCLIC_half1
{
type cyclic;
}
}
// ************************************************************************* //

View file

@ -0,0 +1,21 @@
/*--------------------------------*- 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 );
sulfurMassInFuels (0.01);
// ************************************************************************* //