33 lines
762 B
C++
33 lines
762 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 12
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
location "0";
|
|
object include;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
sleeve
|
|
{
|
|
CH4 0;
|
|
N2 0.77;
|
|
O2 0.23;
|
|
}
|
|
|
|
pipe
|
|
{
|
|
CH4 0.5;
|
|
O2 0;
|
|
N2 0.5;
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|