https://mooseframework.inl.gov
Loading...
Searching...
No Matches
MassDiffusionEnergyGasMixDGKernel.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
13
16
DualNumber< Real, DNDerivativeType, true > ADReal
const Real p
const double T
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.
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.