const SinglePhaseFluidProperties & _fp_secondary
Base class for fluid properties of vapor mixtures.
static InputParameters validParams()
const SinglePhaseFluidProperties & _fp_primary
ADReal computeComponentTotalEnthalpy(const ADReal &p, const ADReal &T, const ADReal &vel, const SinglePhaseFluidProperties &fp) const
Components the total enthalpy for a mixture component.
const ADMaterialProperty< Real > & _vel_neig
Mixture velocity for neighbor element.
const ADMaterialProperty< Real > & _vel_elem
Mixture velocity for current element.
const ADMaterialProperty< Real > & _T_neig
Temperature for neighbor element.
Common class for single phase fluid properties.
const VaporMixtureFluidProperties & _fp
Fluid properties.
const ADMaterialProperty< Real > & _p_neig
Mixture pressure for neighbor element.
Adds mass diffusion for FlowChannelGasMix.
const ADMaterialProperty< Real > & _p_elem
Mixture pressure for current element.
const ADMaterialProperty< Real > & _T_elem
Temperature for current element.
Adds mass diffusion to the energy equation for FlowChannelGasMix.
MassDiffusionEnergyGasMixDGKernel(const InputParameters ¶meters)
virtual ADReal computeQpFlux() const override
Computes the flux that will be applied to both sides for a q-point.
const InputParameters & parameters() const