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.");
registerMooseObject("ThermalHydraulicsApp", FlowModelGasMixAux)
static InputParameters validParams()
Computes various quantities for FlowModelGasMix.
static InputParameters validParams()
const VariableValue & _rhoA
const Quantity _quantity
Which quantity to compute.
virtual Real computeValue() override
const VariableValue & _area
FlowModelGasMixAux(const InputParameters ¶meters)
const VariableValue & _rhoEA
const VaporMixtureFluidProperties & _fp
Fluid properties.
const VariableValue & _xirhoA
const VariableValue & _rhouA
Base class for fluid properties of vapor mixtures.
static const unsigned int N_FLUX_INPUTS
Number of numerical flux function inputs.