SUPG stabilization term for a forcing function. More...
#include <LevelSetForcingFunctionSUPG.h>
Public Member Functions | |
LevelSetForcingFunctionSUPG (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual ADRealVectorValue | precomputeQpResidual () override |
void | computeQpVelocity () |
This method should be called when the velocity vector needs to be updated, this is not done automatically to avoid populating a vector that is not used. More... | |
Protected Attributes | |
const Function & | _function |
Function value. More... | |
usingKernelGradMembers | |
RealVectorValue | _velocity |
Storage for velocity vector. More... | |
const VariableValue & | _velocity_x |
const VariableValue & | _velocity_y |
const VariableValue & | _velocity_z |
const unsigned int | _x_vel_var |
const unsigned int | _y_vel_var |
const unsigned int | _z_vel_var |
SUPG stabilization term for a forcing function.
Definition at line 18 of file LevelSetForcingFunctionSUPG.h.
LevelSetForcingFunctionSUPG< compute_stage >::LevelSetForcingFunctionSUPG | ( | const InputParameters & | parameters | ) |
Definition at line 23 of file LevelSetForcingFunctionSUPG.C.
|
protectedinherited |
This method should be called when the velocity vector needs to be updated, this is not done automatically to avoid populating a vector that is not used.
Definition at line 60 of file LevelSetVelocityInterface.h.
|
overrideprotectedvirtual |
Definition at line 32 of file LevelSetForcingFunctionSUPG.C.
|
protected |
Function value.
Definition at line 35 of file LevelSetForcingFunctionSUPG.h.
|
protectedinherited |
Storage for velocity vector.
Definition at line 55 of file LevelSetVelocityInterface.h.
|
protectedinherited |
Coupled velocity variables
Definition at line 42 of file LevelSetVelocityInterface.h.
|
protectedinherited |
Definition at line 43 of file LevelSetVelocityInterface.h.
|
protectedinherited |
Definition at line 44 of file LevelSetVelocityInterface.h.
|
protectedinherited |
Coupled velocity identifiers
Definition at line 49 of file LevelSetVelocityInterface.h.
|
protectedinherited |
Definition at line 50 of file LevelSetVelocityInterface.h.
|
protectedinherited |
Definition at line 51 of file LevelSetVelocityInterface.h.
|
protected |
Definition at line 37 of file LevelSetForcingFunctionSUPG.h.