A boundary condition object for the advection equation using a cell-centered finite volume method. More...
#include <AEFVBC.h>
Public Member Functions | |
AEFVBC (const InputParameters ¶meters) | |
virtual | ~AEFVBC () |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
Protected Attributes | |
MooseEnum | _component |
choose an equation More... | |
const VariableValue & | _uc1 |
piecewise constant variable values in host element More... | |
const MaterialProperty< Real > & | _u1 |
extrapolated variable values at side center More... | |
const BoundaryFluxBase & | _flux |
bounadry flux object More... | |
A boundary condition object for the advection equation using a cell-centered finite volume method.
Notes:
AEFVBC::AEFVBC | ( | const InputParameters & | parameters | ) |
|
protected |
choose an equation
Definition at line 55 of file AEFVBC.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
bounadry flux object
Definition at line 66 of file AEFVBC.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
protected |
extrapolated variable values at side center
Definition at line 63 of file AEFVBC.h.
Referenced by computeQpResidual().
|
protected |
piecewise constant variable values in host element
Definition at line 60 of file AEFVBC.h.
Referenced by computeQpJacobian().