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:
@ -26,6 +26,8 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -26,6 +26,8 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -26,6 +26,8 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -26,6 +26,8 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -26,6 +26,8 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -31,7 +31,7 @@ species
|
||||
air
|
||||
);
|
||||
|
||||
inertSpecie air;
|
||||
defaultSpecie air;
|
||||
|
||||
#include "include/thermo.air"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
fuel CH4;
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
fuel CH4;
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGasGRI"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGasGRI"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGas"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGas"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGas"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGasGRI"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGasGRI"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGasGRI"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGas"
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -30,7 +30,7 @@ thermoType
|
||||
|
||||
newFormat yes;
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
specie specie;
|
||||
}
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
#include "thermo.compressibleGas"
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie air;
|
||||
defaultSpecie air;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie N2;
|
||||
defaultSpecie N2;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie air;
|
||||
defaultSpecie air;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie air;
|
||||
defaultSpecie air;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
#include "speciesThermo"
|
||||
|
||||
inertSpecie air;
|
||||
defaultSpecie air;
|
||||
|
||||
liquids
|
||||
{
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
inertSpecie AIR;
|
||||
defaultSpecie AIR;
|
||||
|
||||
#include "thermo.gas"
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
inertSpecie air;
|
||||
defaultSpecie air;
|
||||
|
||||
species
|
||||
(
|
||||
|
||||
@ -32,7 +32,7 @@ species
|
||||
H2O
|
||||
);
|
||||
|
||||
inertSpecie H2O;
|
||||
defaultSpecie H2O;
|
||||
|
||||
"(mixture|H2O)"
|
||||
{
|
||||
|
||||
@ -32,7 +32,7 @@ species
|
||||
water
|
||||
);
|
||||
|
||||
inertSpecie air;
|
||||
defaultSpecie air;
|
||||
|
||||
"(mixture|air)"
|
||||
{
|
||||
|
||||
@ -32,7 +32,7 @@ species
|
||||
water
|
||||
);
|
||||
|
||||
inertSpecie water;
|
||||
defaultSpecie water;
|
||||
|
||||
"(mixture|water)"
|
||||
{
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
species (TiO2);
|
||||
|
||||
inertSpecie TiO2;
|
||||
defaultSpecie TiO2;
|
||||
|
||||
TiO2
|
||||
{
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
|
||||
inertSpecie Ar;
|
||||
defaultSpecie Ar;
|
||||
|
||||
#include "$FOAM_CASE/constant/thermo.vapor"
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ thermoType
|
||||
|
||||
species (TiO2 TiO2_s);
|
||||
|
||||
inertSpecie TiO2;
|
||||
defaultSpecie TiO2;
|
||||
|
||||
TiO2
|
||||
{
|
||||
|
||||
@ -26,7 +26,7 @@ thermoType
|
||||
energy sensibleEnthalpy;
|
||||
}
|
||||
|
||||
inertSpecie Ar;
|
||||
defaultSpecie Ar;
|
||||
|
||||
#include "$FOAM_CASE/constant/thermo.vapor"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user