Boundary terms for inflow/outflow of advected quantities, e.g. More...
#include <AdvectionBC.h>
Public Member Functions | |
AdvectionBC (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
Protected Attributes | |
const unsigned int | _dim |
const unsigned int | _coupled_components |
std::vector< const VariableValue * > | _velocity |
Boundary terms for inflow/outflow of advected quantities, e.g.
u: u * velocity * normal
Definition at line 24 of file AdvectionBC.h.
AdvectionBC::AdvectionBC | ( | const InputParameters & | parameters | ) |
Definition at line 27 of file AdvectionBC.C.
|
overrideprotectedvirtual |
Definition at line 57 of file AdvectionBC.C.
|
overrideprotectedvirtual |
Definition at line 46 of file AdvectionBC.C.
|
protected |
Definition at line 34 of file AdvectionBC.h.
Referenced by AdvectionBC(), computeQpJacobian(), and computeQpResidual().
|
protected |
Definition at line 33 of file AdvectionBC.h.
Referenced by AdvectionBC().
|
protected |
Definition at line 35 of file AdvectionBC.h.
Referenced by AdvectionBC(), computeQpJacobian(), and computeQpResidual().