Pressure boundary condition using coupled variable to apply pressure in a given direction. More...
#include <CoupledPressureBC.h>
Public Member Functions | |
CoupledPressureBC (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeQpResidual () override |
Protected Attributes | |
const unsigned int | _component |
Will hold 0, 1, or 2 corresponding to x, y, or z. More... | |
const VariableValue & | _pressure |
The values of pressure to be imposed. More... | |
Pressure boundary condition using coupled variable to apply pressure in a given direction.
Definition at line 22 of file CoupledPressureBC.h.
CoupledPressureBC::CoupledPressureBC | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file CoupledPressureBC.C.
|
overrideprotectedvirtual |
Definition at line 37 of file CoupledPressureBC.C.
|
static |
Definition at line 17 of file CoupledPressureBC.C.
|
protected |
Will hold 0, 1, or 2 corresponding to x, y, or z.
Definition at line 33 of file CoupledPressureBC.h.
Referenced by computeQpResidual().
|
protected |
The values of pressure to be imposed.
Definition at line 35 of file CoupledPressureBC.h.
Referenced by computeQpResidual().