and renamed defaultSpecie as its mass fraction is derived from the sum of the mass fractions of all other species and it need not be inert but must be present everywhere, e.g. N2 in air/fuel combustion which can be involved in the production of NOx. The previous name inertSpecie in thermophysicalProperties is supported for backward compatibility.
36 lines
1.0 KiB
C++
36 lines
1.0 KiB
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 thermophysicalProperties;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
thermoType
|
|
{
|
|
type hePsiThermo;
|
|
mixture multiComponentMixture;
|
|
transport sutherland;
|
|
thermo janaf;
|
|
energy sensibleEnthalpy;
|
|
equationOfState perfectGas;
|
|
specie specie;
|
|
}
|
|
|
|
defaultSpecie N2;
|
|
|
|
fuel CH4;
|
|
|
|
#include "thermo.compressibleGas"
|
|
|
|
// ************************************************************************* //
|