#include <PressureBase.h>
Public Member Functions | |
PressureBase (const InputParameters ¶meters) | |
virtual void | initialSetup () override |
Static Public Member Functions | |
static InputParameters | validParams () |
static InputParameters | actionParams () |
Protected Member Functions | |
virtual Real | computeQpJacobian () override final |
virtual void | precalculateQpJacobian () override final |
virtual Real | computeQpOffDiagJacobian (const unsigned int jvar_num) override final |
virtual void | precalculateQpOffDiagJacobian (const MooseVariableFEBase &jvar) override final |
Real | computeStiffness (const unsigned int coupled_component) |
Real | computeFaceStiffness (const unsigned int local_j, const unsigned int coupled_component) |
virtual GenericReal< is_ad > | computePressure () const=0 |
virtual GenericReal< is_ad > | computeQpResidual () override final |
Protected Attributes | |
const std::vector< RealGradient > * | _q_dxi |
const std::vector< RealGradient > * | _q_deta |
const std::vector< std::vector< Real > > * | _phi_dxi |
const std::vector< std::vector< Real > > * | _phi_deta |
const bool | _use_displaced_mesh |
std::vector< std::unique_ptr< FEBase > > | _fe |
std::map< unsigned int, unsigned int > | _node_map |
std::vector< unsigned int > | _disp_var |
Variable numbers of coupled displacement variables. More... | |
const unsigned int | _ndisp |
Number of displacement variables. More... | |
const unsigned int | _component |
displacement component to apply the bc to More... | |
Moose::CoordinateSystemType | _coord_type |
Coordinate system type. More... | |
usingTransientInterfaceMembers | |
Definition at line 70 of file PressureBase.h.
PressureBase::PressureBase | ( | const InputParameters & | parameters | ) |
Definition at line 97 of file PressureBase.C.
|
staticinherited |
Definition at line 30 of file PressureBase.C.
|
protected |
Definition at line 109 of file PressureBase.C.
Referenced by computeStiffness().
|
protectedpure virtualinherited |
Referenced by computeFaceStiffness(), and computeStiffness().
|
finaloverrideprotectedvirtual |
Definition at line 177 of file PressureBase.C.
|
finaloverrideprotectedvirtual |
Definition at line 186 of file PressureBase.C.
|
finaloverrideprotectedvirtualinherited |
Definition at line 92 of file PressureBase.C.
Definition at line 150 of file PressureBase.C.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
overridevirtualinherited |
Definition at line 72 of file PressureBase.C.
|
finaloverrideprotectedvirtual |
Definition at line 197 of file PressureBase.C.
Referenced by precalculateQpOffDiagJacobian().
|
finaloverrideprotectedvirtual |
Definition at line 250 of file PressureBase.C.
|
staticinherited |
Definition at line 19 of file PressureBase.C.
|
protectedinherited |
displacement component to apply the bc to
Definition at line 51 of file PressureBase.h.
Referenced by computeFaceStiffness(), computeQpJacobian(), and computeStiffness().
|
protectedinherited |
Coordinate system type.
Definition at line 54 of file PressureBase.h.
Referenced by computeFaceStiffness(), computeStiffness(), and precalculateQpJacobian().
|
protectedinherited |
Variable numbers of coupled displacement variables.
Definition at line 45 of file PressureBase.h.
Referenced by computeQpOffDiagJacobian().
|
protected |
Definition at line 91 of file PressureBase.h.
Referenced by precalculateQpJacobian().
|
protectedinherited |
Number of displacement variables.
Definition at line 48 of file PressureBase.h.
Referenced by computeQpOffDiagJacobian(), computeStiffness(), and precalculateQpJacobian().
Definition at line 93 of file PressureBase.h.
Referenced by computeStiffness(), and precalculateQpJacobian().
|
protected |
Definition at line 87 of file PressureBase.h.
Referenced by computeFaceStiffness(), and precalculateQpJacobian().
|
protected |
Definition at line 86 of file PressureBase.h.
Referenced by precalculateQpJacobian().
|
protected |
Definition at line 85 of file PressureBase.h.
Referenced by computeFaceStiffness(), and precalculateQpJacobian().
|
protected |
Definition at line 84 of file PressureBase.h.
Referenced by precalculateQpJacobian().
|
protected |
Definition at line 88 of file PressureBase.h.
Referenced by computeQpJacobian(), and computeQpOffDiagJacobian().
|
protectedinherited |
Definition at line 56 of file PressureBase.h.