Pressure boundary condition using coupled variable to apply pressure in a given direction. More...
#include <CoupledPressureBC.h>
Public Member Functions | |
CoupledPressureBCTempl (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
static InputParameters | actionParams () |
Protected Member Functions | |
virtual GenericReal< is_ad > | computePressure () const override |
Protected Attributes | |
const GenericVariableValue< is_ad > & | _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 19 of file CoupledPressureBC.h.
CoupledPressureBCTempl< is_ad >::CoupledPressureBCTempl | ( | const InputParameters & | parameters | ) |
Definition at line 38 of file CoupledPressureBC.C.
|
static |
Definition at line 30 of file CoupledPressureBC.C.
|
overrideprotectedvirtual |
Definition at line 46 of file CoupledPressureBC.C.
|
static |
Definition at line 19 of file CoupledPressureBC.C.
|
protected |
The values of pressure to be imposed.
Definition at line 31 of file CoupledPressureBC.h.