A dgkernel for the advection equation using a cell-centered finite volume method. More...
#include <AEFVKernel.h>
Public Member Functions | |
AEFVKernel (const InputParameters ¶meters) | |
virtual | ~AEFVKernel () |
Protected Member Functions | |
virtual Real | computeQpResidual (Moose::DGResidualType type) |
virtual Real | computeQpJacobian (Moose::DGJacobianType type) |
Protected Attributes | |
MooseEnum | _component |
choose an equation More... | |
const VariableValue & | _uc1 |
piecewise constant variable values in cells More... | |
const VariableValue & | _uc2 |
const MaterialProperty< Real > & | _u1 |
extrapolated variable values at side center More... | |
const MaterialProperty< Real > & | _u2 |
const InternalSideFluxBase & | _flux |
flux user object More... | |
A dgkernel for the advection equation using a cell-centered finite volume method.
Notes:
Definition at line 43 of file AEFVKernel.h.
AEFVKernel::AEFVKernel | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file AEFVKernel.C.
|
virtual |
Definition at line 39 of file AEFVKernel.C.
|
protectedvirtual |
Definition at line 68 of file AEFVKernel.C.
|
protectedvirtual |
Definition at line 42 of file AEFVKernel.C.
|
protected |
choose an equation
Definition at line 54 of file AEFVKernel.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
flux user object
Definition at line 68 of file AEFVKernel.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
extrapolated variable values at side center
Definition at line 64 of file AEFVKernel.h.
Referenced by computeQpResidual().
|
protected |
Definition at line 65 of file AEFVKernel.h.
Referenced by computeQpResidual().
|
protected |
piecewise constant variable values in cells
Definition at line 60 of file AEFVKernel.h.
Referenced by computeQpJacobian().
|
protected |
Definition at line 61 of file AEFVKernel.h.
Referenced by computeQpJacobian().