applications/solvers/combustion: Moved the inertSpecie functionality into basicSpecieMixture

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.
This commit is contained in:
Henry Weller
2020-10-26 20:57:01 +00:00
parent 5e3c5a9698
commit 095054d82e
69 changed files with 204 additions and 278 deletions

View File

@ -26,6 +26,8 @@ thermoType
specie specie;
}
defaultSpecie N2;
#include "speciesThermo"
// ************************************************************************* //

View File

@ -26,6 +26,8 @@ thermoType
specie specie;
}
defaultSpecie N2;
#include "speciesThermo"
// ************************************************************************* //

View File

@ -26,6 +26,8 @@ thermoType
specie specie;
}
defaultSpecie N2;
#include "speciesThermo"
// ************************************************************************* //

View File

@ -26,6 +26,8 @@ thermoType
specie specie;
}
defaultSpecie N2;
#include "speciesThermo"
// ************************************************************************* //

View File

@ -26,6 +26,8 @@ thermoType
specie specie;
}
defaultSpecie N2;
#include "speciesThermo"
// ************************************************************************* //

View File

@ -31,7 +31,7 @@ species
air
);
inertSpecie air;
defaultSpecie air;
#include "include/thermo.air"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
fuel CH4;

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
fuel CH4;

View File

@ -27,7 +27,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGasGRI"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGasGRI"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGas"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGas"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGas"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGasGRI"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGasGRI"

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGasGRI"

View File

@ -26,7 +26,7 @@ thermoType
energy sensibleEnthalpy;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGas"

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie N2;
defaultSpecie N2;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie N2;
defaultSpecie N2;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie N2;
defaultSpecie N2;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie N2;
defaultSpecie N2;
liquids
{

View File

@ -30,7 +30,7 @@ thermoType
newFormat yes;
inertSpecie N2;
defaultSpecie N2;
liquids
{

View File

@ -26,7 +26,7 @@ thermoType
specie specie;
}
inertSpecie N2;
defaultSpecie N2;
#include "thermo.compressibleGas"

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie N2;
defaultSpecie N2;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie air;
defaultSpecie air;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie N2;
defaultSpecie N2;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie air;
defaultSpecie air;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie air;
defaultSpecie air;
liquids
{

View File

@ -28,7 +28,7 @@ thermoType
#include "speciesThermo"
inertSpecie air;
defaultSpecie air;
liquids
{

View File

@ -26,7 +26,7 @@ thermoType
energy sensibleInternalEnergy;
}
inertSpecie AIR;
defaultSpecie AIR;
#include "thermo.gas"

View File

@ -26,7 +26,7 @@ thermoType
energy sensibleInternalEnergy;
}
inertSpecie air;
defaultSpecie air;
species
(

View File

@ -32,7 +32,7 @@ species
H2O
);
inertSpecie H2O;
defaultSpecie H2O;
"(mixture|H2O)"
{

View File

@ -32,7 +32,7 @@ species
water
);
inertSpecie air;
defaultSpecie air;
"(mixture|air)"
{

View File

@ -32,7 +32,7 @@ species
water
);
inertSpecie water;
defaultSpecie water;
"(mixture|water)"
{

View File

@ -28,7 +28,7 @@ thermoType
species (TiO2);
inertSpecie TiO2;
defaultSpecie TiO2;
TiO2
{

View File

@ -26,7 +26,7 @@ thermoType
energy sensibleEnthalpy;
}
inertSpecie Ar;
defaultSpecie Ar;
#include "$FOAM_CASE/constant/thermo.vapor"

View File

@ -28,7 +28,7 @@ thermoType
species (TiO2 TiO2_s);
inertSpecie TiO2;
defaultSpecie TiO2;
TiO2
{

View File

@ -26,7 +26,7 @@ thermoType
energy sensibleEnthalpy;
}
inertSpecie Ar;
defaultSpecie Ar;
#include "$FOAM_CASE/constant/thermo.vapor"