Implements a simple constant Dashpot BC where grad(u)=value on the boundary. More...
#include <DashpotBC.h>
Public Member Functions | |
DashpotBC (const InputParameters ¶meters) | |
Factory constructor, takes parameters so that all derived classes can be built using the same constructor. More... | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeQpResidual () |
virtual Real | computeQpJacobian () |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) |
Private Attributes | |
unsigned int | _component |
Real | _coefficient |
unsigned int | _disp_x_var |
unsigned int | _disp_y_var |
unsigned int | _disp_z_var |
const VariableValue & | _disp_x_dot |
const VariableValue & | _disp_y_dot |
const VariableValue & | _disp_z_dot |
Implements a simple constant Dashpot 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 DashpotBC.h.
DashpotBC::DashpotBC | ( | const InputParameters & | parameters | ) |
Factory constructor, takes parameters so that all derived classes can be built using the same constructor.
Definition at line 31 of file DashpotBC.C.
|
protectedvirtual |
Definition at line 54 of file DashpotBC.C.
|
protectedvirtual |
Definition at line 63 of file DashpotBC.C.
|
protectedvirtual |
Definition at line 46 of file DashpotBC.C.
|
static |
Definition at line 17 of file DashpotBC.C.
|
private |
Definition at line 42 of file DashpotBC.h.
Referenced by computeQpJacobian(), and computeQpResidual().
|
private |
Definition at line 41 of file DashpotBC.h.
Referenced by computeQpJacobian().
|
private |
Definition at line 48 of file DashpotBC.h.
Referenced by computeQpResidual().
|
private |
Definition at line 44 of file DashpotBC.h.
Referenced by computeQpOffDiagJacobian().
|
private |
Definition at line 49 of file DashpotBC.h.
Referenced by computeQpResidual().
|
private |
Definition at line 45 of file DashpotBC.h.
Referenced by computeQpOffDiagJacobian().
|
private |
Definition at line 50 of file DashpotBC.h.
Referenced by computeQpResidual().
|
private |
Definition at line 46 of file DashpotBC.h.
Referenced by computeQpOffDiagJacobian().