35 lines
888 B
C++
35 lines
888 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: dev
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object initialConditions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
constantProperty pressure;
|
|
|
|
fractionBasis mole;
|
|
|
|
fractions
|
|
{
|
|
H2 1;
|
|
N2 3.76;
|
|
O2 1;
|
|
}
|
|
|
|
p 202650;
|
|
|
|
T 1000;
|
|
|
|
|
|
// ************************************************************************* //
|