mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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:
@ -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;
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -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;
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -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;
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user