Advection Kernel for the levelset equation. More...
#include <LevelSetAdvection.h>
Public Member Functions | |
LevelSetAdvection (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual ADReal | 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 | |
usingKernelValueMembers | |
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 |
Advection Kernel for the levelset equation.
\psi_i \vec{v} \nabla u, where \vec{v} is the interface velocity that is a set of coupled variables.
Definition at line 18 of file LevelSetAdvection.h.
LevelSetAdvection< compute_stage >::LevelSetAdvection | ( | const InputParameters & | parameters | ) |
Definition at line 24 of file LevelSetAdvection.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 31 of file LevelSetAdvection.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 38 of file LevelSetAdvection.h.