31 "The VaporMixtureFluidProperties object");
41 _xirhoA(coupledValue(
"xirhoA")),
42 _rhoA(coupledValue(
"rhoA")),
43 _rhouA(coupledValue(
"rhouA")),
44 _rhoEA(coupledValue(
"rhoEA")),
45 _area(coupledValue(
"area")),
60 const auto W = FlowModelGasMixUtils::computePrimitiveSolution<false>(U,
_fp);
75 mooseAssert(
false,
"Invalid 'quantity' parameter.");
const VariableValue & _rhoA
Base class for fluid properties of vapor mixtures.
const VariableValue & _area
const VariableValue & _rhoEA
const VaporMixtureFluidProperties & _fp
Fluid properties.
static InputParameters validParams()
Computes various quantities for FlowModelGasMix.
const VariableValue & _xirhoA
const VariableValue & _rhouA
const Quantity _quantity
Which quantity to compute.
registerMooseObject("ThermalHydraulicsApp", FlowModelGasMixAux)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeValue() override
FlowModelGasMixAux(const InputParameters ¶meters)
static InputParameters validParams()
static const unsigned int N_FLUX_INPUTS
Number of numerical flux function inputs.