Implements a simple constant VectorNeumann BC where grad(u)=value on the boundary. More...
#include <ChemicalOutFlowBC.h>
Public Member Functions | |
ChemicalOutFlowBC (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
virtual Real | computeQpJacobian () override |
Private Attributes | |
const MaterialProperty< Real > & | _diff |
Diffusivity. More... | |
const MaterialProperty< Real > & | _porosity |
Porosity. More... | |
Implements a simple constant VectorNeumann BC where grad(u)=value on the boundary.
Uses the term produced from integrating the diffusion operator by parts.
Definition at line 24 of file ChemicalOutFlowBC.h.
ChemicalOutFlowBC::ChemicalOutFlowBC | ( | const InputParameters & | parameters | ) |
Definition at line 23 of file ChemicalOutFlowBC.C.
|
overrideprotectedvirtual |
Definition at line 37 of file ChemicalOutFlowBC.C.
|
overrideprotectedvirtual |
Definition at line 31 of file ChemicalOutFlowBC.C.
|
private |
Diffusivity.
Definition at line 35 of file ChemicalOutFlowBC.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
Porosity.
Definition at line 37 of file ChemicalOutFlowBC.h.
Referenced by computeQpJacobian(), and computeQpResidual().