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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user