STYLE: centralize example dictionaries under etc/ (issue #1074)

- as well as being more convenient to find, this is necessary when the
  OpenFOAM installation is without sources or tutorials
This commit is contained in:
Mark Olesen
2019-01-26 17:46:08 +01:00
parent dd23155d81
commit 3b91160027
49 changed files with 7 additions and 52 deletions

View File

@ -1,67 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1812 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
note "settings for calculating the adiabatic flame temperature";
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
P 1e5;
T0 300.0;
H2
{
fuel H2;
n 0;
m 2;
}
CH4
{
fuel CH4___ANHARMONIC;
n 1;
m 4;
}
ETHYLENE
{
fuel C2H4;
n 2;
m 4;
}
PROPANE
{
fuel C3H8;
n 3;
m 8;
}
OCTANE
{
fuel C8H18(L)_isooctane;
n 8;
m 18;
}
N-HEPTANE
{
fuel C7H16_n-heptane;
n 7;
m 16;
}
$H2;
// $CH4;
// $PROPANE;
// ************************************************************************* //

View File

@ -1,66 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1812 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
note "settings for calculating the equilibrium flame temperature";
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
P 1e5;
H2
{
fuel H2;
n 0;
m 2;
}
CH4
{
fuel CH4___ANHARMONIC;
n 1;
m 4;
}
ETHYLENE
{
fuel C2H4;
n 2;
m 4;
}
PROPANE
{
fuel C3H8;
n 3;
m 8;
}
OCTANE
{
fuel C8H18(L)_isooctane;
n 8;
m 18;
}
N-HEPTANE
{
fuel C7H16_n-heptane;
n 7;
m 16;
}
$H2;
// $CH4;
// $PROPANE;
// ************************************************************************* //

View File

@ -1,41 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1812 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
note "settings for calculating the adiabatic flame temperature";
class dictionary;
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
P 1e5;
T0 300;
reactants
3
(
//reactant volume fraction
H2 0.29577
O2 0.14788
N2 0.55635
)
hydrogen;
products
2
(
H2O 0.3471
N2 0.6529
)
waterVapour;
// ************************************************************************* //