Go to the documentation of this file.
46 AEFVKernel(
const InputParameters & parameters);
60 const VariableValue &
_uc1;
61 const VariableValue &
_uc2;
64 const MaterialProperty<Real> &
_u1;
65 const MaterialProperty<Real> &
_u2;
const MaterialProperty< Real > & _u1
extrapolated variable values at side center
const VariableValue & _uc1
piecewise constant variable values in cells
AEFVKernel(const InputParameters ¶meters)
virtual Real computeQpResidual(Moose::DGResidualType type)
A base class for computing and caching internal side flux.
A dgkernel for the advection equation using a cell-centered finite volume method.
InputParameters validParams< AEFVKernel >()
const InternalSideFluxBase & _flux
flux user object
const MaterialProperty< Real > & _u2
MooseEnum _component
choose an equation
const VariableValue & _uc2
virtual Real computeQpJacobian(Moose::DGJacobianType type)