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