40 lines
1.1 KiB
C++
40 lines
1.1 KiB
C++
/*--------------------------------*- 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 dictionary;
|
|
location "constant";
|
|
object initialConditions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
constantProperty pressure;
|
|
|
|
fractionBasis mole;
|
|
|
|
fractions
|
|
{
|
|
CH4 0.5;
|
|
N2 3.76;
|
|
O2 1;
|
|
}
|
|
|
|
p 101325;
|
|
|
|
T 300;
|
|
|
|
Tl 300;
|
|
|
|
Tu 3000;
|
|
|
|
Tn 100;
|
|
|
|
|
|
// ************************************************************************* //
|