A helper class for defining the velocity as coupled variables for the levelset equation. More...
#include <LevelSetVelocityInterface.h>
Public Member Functions | |
LevelSetVelocityInterface (const InputParameters ¶meters) | |
Protected Member Functions | |
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 | |
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 |
A helper class for defining the velocity as coupled variables for the levelset equation.
Definition at line 18 of file LevelSetVelocityInterface.h.
LevelSetVelocityInterface< T >::LevelSetVelocityInterface | ( | const InputParameters & | parameters | ) |
Definition at line 68 of file LevelSetVelocityInterface.h.
|
protected |
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.
|
protected |
Storage for velocity vector.
Definition at line 55 of file LevelSetVelocityInterface.h.
|
protected |
Coupled velocity variables
Definition at line 42 of file LevelSetVelocityInterface.h.
|
protected |
Definition at line 43 of file LevelSetVelocityInterface.h.
|
protected |
Definition at line 44 of file LevelSetVelocityInterface.h.
|
protected |
Coupled velocity identifiers
Definition at line 49 of file LevelSetVelocityInterface.h.
|
protected |
Definition at line 50 of file LevelSetVelocityInterface.h.
|
protected |
Definition at line 51 of file LevelSetVelocityInterface.h.