Pressure applies a pressure on a given boundary in the direction defined by component. More...
#include <Pressure.h>
Public Member Functions | |
| PressureTempl (const InputParameters ¶meters) | |
Static Public Member Functions | |
| static InputParameters | validParams () |
| static InputParameters | actionParams () |
Protected Member Functions | |
| GenericReal< is_ad > | computePressure () const override |
Protected Attributes | |
| const Real | _alpha |
| _alpha Parameter for HHT time integration scheme More... | |
| usingTransientInterfaceMembers | |
| const Real | _factor |
| Pressure value constant factor, function factor, and postprocessor factor. More... | |
| const Function *const | _function |
| const PostprocessorValue *const | _postprocessor |
Pressure applies a pressure on a given boundary in the direction defined by component.
Definition at line 26 of file Pressure.h.
| PressureTempl< is_ad >::PressureTempl | ( | const InputParameters & | parameters | ) |
Definition at line 53 of file Pressure.C.
|
static |
Definition at line 34 of file Pressure.C.
|
overrideprotected |
Definition at line 69 of file Pressure.C.
|
static |
Definition at line 24 of file Pressure.C.
|
protected |
_alpha Parameter for HHT time integration scheme
Definition at line 44 of file Pressure.h.
|
protected |
Pressure value constant factor, function factor, and postprocessor factor.
Definition at line 38 of file Pressure.h.
|
protected |
Definition at line 39 of file Pressure.h.
|
protected |
Definition at line 40 of file Pressure.h.
|
protected |
Definition at line 46 of file Pressure.h.
1.8.14