https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Namespaces | Enumerations | Variables
THMIndicesGasMix.h File Reference

Go to the source code of this file.

Namespaces

namespace  THMGasMix3D
 
namespace  THMGasMix1D
 

Enumerations

enum  THMGasMix3D::FluxIn {
  THMGasMix3D::XIRHOA = 0 , THMGasMix3D::RHOA = 1 , THMGasMix3D::RHOUA = 2 , THMGasMix3D::RHOVA = 3 ,
  THMGasMix3D::RHOWA = 4 , THMGasMix3D::RHOEA = 5 , THMGasMix3D::AREA = 6
}
 Indices of numerical flux function inputs for 3D. More...
 
enum  THMGasMix3D::FluxOut {
  THMGasMix3D::SPECIES = 0 , THMGasMix3D::MASS = 1 , THMGasMix3D::MOM_NORM = 2 , THMGasMix3D::MOM_TAN1 = 3 ,
  THMGasMix3D::MOM_TAN2 = 4 , THMGasMix3D::ENERGY = 5
}
 Indices of numerical flux function outputs for 3D. More...
 
enum  THMGasMix1D::FluxIn {
  THMGasMix1D::XIRHOA = 0 , THMGasMix1D::RHOA = 1 , THMGasMix1D::RHOUA = 2 , THMGasMix1D::RHOEA = 3 ,
  THMGasMix1D::AREA = 4
}
 Indices of numerical flux function inputs. More...
 
enum  THMGasMix1D::FluxOut { THMGasMix1D::SPECIES = 0 , THMGasMix1D::MASS = 1 , THMGasMix1D::MOMENTUM = 2 , THMGasMix1D::ENERGY = 3 }
 Indices of numerical flux function outputs. More...
 
enum  THMGasMix1D::PrimVar { THMGasMix1D::MASS_FRACTION = 0 , THMGasMix1D::PRESSURE = 1 , THMGasMix1D::VELOCITY = 2 , THMGasMix1D::TEMPERATURE = 3 }
 Indices for primitive variables. More...
 

Variables

static const unsigned int THMGasMix3D::N_FLUX_INPUTS = 7
 Number of numerical flux function inputs for 3D.
 
static const unsigned int THMGasMix3D::N_FLUX_OUTPUTS = 6
 Number of numerical flux function outputs for 3D.
 
static const unsigned int THMGasMix1D::N_FLUX_INPUTS = 5
 Number of numerical flux function inputs.
 
static const unsigned int THMGasMix1D::N_FLUX_OUTPUTS = 4
 Number of numerical flux function outputs.
 
static const unsigned int THMGasMix1D::N_PRIM_VARS = 4