https://mooseframework.inl.gov
Namespaces | Enumerations | Variables
THMIndicesVACE.h File Reference

Go to the source code of this file.

Namespaces

 THMVACE3D
 
 THMVACE1D
 

Enumerations

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

Variables

static const unsigned int THMVACE3D::N_FLUX_INPUTS = 6
 Number of numerical flux function inputs for 3D. More...
 
static const unsigned int THMVACE3D::N_FLUX_OUTPUTS = 5
 Number of numerical flux function outputs for 3D. More...
 
static const unsigned int THMVACE1D::N_FLUX_INPUTS = 4
 Number of numerical flux function inputs for 1D. More...
 
static const unsigned int THMVACE1D::N_FLUX_OUTPUTS = 3
 Number of numerical flux function outputs for 1D. More...
 
static const unsigned int THMVACE1D::N_PRIM_VARS = 3