Go to the source code of this file.
|
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...
|
|