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:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user