tutorials: aachenBomb, counterFlowFlame*: Simplify and remove unused files

This commit is contained in:
Will Bainbridge
2022-12-14 09:20:30 +00:00
parent a3681c3428
commit 87886eef1f
53 changed files with 115 additions and 952 deletions

View File

@ -1,31 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format binary;
class volScalarField;
location "0";
object Qdot;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -3 0 0 0 0];
internalField uniform 0;
boundaryField
{
walls
{
type calculated;
value uniform 0;
}
}
// ************************************************************************* //

View File

@ -6,6 +6,6 @@ cd ${0%/*} || exit 1 # Run from this directory
cleanCase cleanCase
rm -rf constant/reactions constant/speciesThermo rm -rf constant/reactions constant/speciesThermo 0/Qdot 0/uniform
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 1.0; value uniform 1;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object CO2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object H2O;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,10 +20,12 @@ internalField uniform 1;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -35,11 +37,6 @@ boundaryField
type inletOutlet; type inletOutlet;
inletValue uniform 1; inletValue uniform 1;
value uniform 1; value uniform 1;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -20,10 +20,12 @@ internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform 2000;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 293; inletValue uniform 293;
value uniform 293; value uniform 293;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform (0 0 0);
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -35,10 +37,6 @@ boundaryField
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
value $internalField; value $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,44 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,6 +20,8 @@ internalField uniform 1e5;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type zeroGradient; type zeroGradient;
@ -33,10 +35,6 @@ boundaryField
type totalPressure; type totalPressure;
p0 $internalField; p0 $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 1.0; value uniform 1;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object CO2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object H2O;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,10 +20,12 @@ internalField uniform 1;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -35,11 +37,6 @@ boundaryField
type inletOutlet; type inletOutlet;
inletValue uniform 1; inletValue uniform 1;
value uniform 1; value uniform 1;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -20,10 +20,12 @@ internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform 2000;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 293; inletValue uniform 293;
value uniform 293; value uniform 293;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform (0 0 0);
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -35,10 +37,6 @@ boundaryField
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
value $internalField; value $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,44 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,6 +20,8 @@ internalField uniform 1e5;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type zeroGradient; type zeroGradient;
@ -33,10 +35,6 @@ boundaryField
type totalPressure; type totalPressure;
p0 $internalField; p0 $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 1.0; value uniform 1;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object CO2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object H2O;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,6 +20,8 @@ internalField uniform 1;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -35,11 +37,6 @@ boundaryField
type inletOutlet; type inletOutlet;
inletValue uniform 1; inletValue uniform 1;
value uniform 1; value uniform 1;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -20,10 +20,12 @@ internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform 2000;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 293; inletValue uniform 293;
value uniform 293; value uniform 293;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform (0 0 0);
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -35,10 +37,6 @@ boundaryField
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
value $internalField; value $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,44 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,6 +20,8 @@ internalField uniform 1e5;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type zeroGradient; type zeroGradient;
@ -33,10 +35,6 @@ boundaryField
type totalPressure; type totalPressure;
p0 $internalField; p0 $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
@ -25,23 +25,18 @@ boundaryField
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 1.0; value uniform 1;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,49 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object CO2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -1,49 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object H2O;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -25,7 +25,7 @@ boundaryField
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -37,11 +37,6 @@ boundaryField
type inletOutlet; type inletOutlet;
inletValue uniform 1; inletValue uniform 1;
value uniform 1; value uniform 1;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -25,7 +25,7 @@ boundaryField
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -38,10 +38,6 @@ boundaryField
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -38,10 +38,6 @@ boundaryField
inletValue uniform 293; inletValue uniform 293;
value uniform 293; value uniform 293;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -37,10 +37,6 @@ boundaryField
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
value $internalField; value $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,7 +16,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
@ -25,23 +25,18 @@ boundaryField
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,46 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -35,10 +35,6 @@ boundaryField
type totalPressure; type totalPressure;
p0 $internalField; p0 $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -1,11 +0,0 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication blockMesh
runApplication $(getApplication)
#------------------------------------------------------------------------------

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 1.0; value uniform 1;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object CO2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -1,47 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object H2O;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,6 +20,8 @@ internalField uniform 1;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -35,11 +37,6 @@ boundaryField
type inletOutlet; type inletOutlet;
inletValue uniform 1; inletValue uniform 1;
value uniform 1; value uniform 1;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -20,10 +20,12 @@ internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 0; inletValue uniform 0;
value uniform 0; value uniform 0;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform 2000;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -36,10 +38,6 @@ boundaryField
inletValue uniform 293; inletValue uniform 293;
value uniform 293; value uniform 293;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -20,6 +20,8 @@ internalField uniform (0 0 0);
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
@ -35,10 +37,6 @@ boundaryField
type pressureInletOutletVelocity; type pressureInletOutletVelocity;
value $internalField; value $internalField;
} }
frontAndBack
{
type empty;
}
} }

View File

@ -16,30 +16,27 @@ FoamFile
dimensions [0 0 0 0 0 0 0]; dimensions [0 0 0 0 0 0 0];
internalField uniform 0.0; internalField uniform 0;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
air air
{ {
type fixedValue; type fixedValue;
value uniform 0.0; value uniform 0;
} }
outlet outlet
{ {
type inletOutlet; type inletOutlet;
inletValue uniform 0.0; inletValue uniform 0;
value uniform 0.0; value uniform 0;
}
frontAndBack
{
type empty;
} }
} }

View File

@ -1,44 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object alphat;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 -1 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
fuel
{
type fixedValue;
value uniform 0;
}
air
{
type fixedValue;
value uniform 0;
}
outlet
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //

View File

@ -20,6 +20,8 @@ internalField uniform 1e5;
boundaryField boundaryField
{ {
#includeEtc "caseDicts/setConstraintTypes"
fuel fuel
{ {
type zeroGradient; type zeroGradient;
@ -33,10 +35,6 @@ boundaryField
type totalPressure; type totalPressure;
p0 $internalField; p0 $internalField;
} }
frontAndBack
{
type empty;
}
} }