SUPG stabilization for the advection portion of the level set equation. More...
#include <LevelSetAdvectionSUPG.h>
Public Member Functions | |
LevelSetAdvectionSUPG (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 | |
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 for the advection portion of the level set equation.
Definition at line 18 of file LevelSetAdvectionSUPG.h.
LevelSetAdvectionSUPG< compute_stage >::LevelSetAdvectionSUPG | ( | const InputParameters & | parameters | ) |
Definition at line 22 of file LevelSetAdvectionSUPG.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 29 of file LevelSetAdvectionSUPG.C.
|
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 34 of file LevelSetAdvectionSUPG.h.