Defines a vortex velocity field in the x-y plane. More...
#include <LevelSetOlssonVortex.h>
Public Member Functions | |
LevelSetOlssonVortex (const InputParameters ¶meters) | |
Real | value (Real t, const Point &p) override |
RealVectorValue | vectorValue (Real t, const Point &p) override |
Protected Attributes | |
const Real & | _reverse_time |
Total time for the velocity field to complete reverse. More... | |
const MooseEnum & | _reverse_type |
Type of reverse (instantaneous or smooth) More... | |
const MooseEnum & | _component |
The vector component to return. More... | |
RealVectorValue | _output |
The velocity field computed. More... | |
Real | _reverse_coefficient |
The time reversal coefficient. More... | |
const Real | _pi |
Defines a vortex velocity field in the x-y plane.
Definition at line 24 of file LevelSetOlssonVortex.h.
LevelSetOlssonVortex::LevelSetOlssonVortex | ( | const InputParameters & | parameters | ) |
Definition at line 32 of file LevelSetOlssonVortex.C.
|
override |
Definition at line 42 of file LevelSetOlssonVortex.C.
|
override |
Definition at line 48 of file LevelSetOlssonVortex.C.
Referenced by value().
|
protected |
The vector component to return.
Definition at line 41 of file LevelSetOlssonVortex.h.
Referenced by value().
|
protected |
The velocity field computed.
Definition at line 44 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().
|
protected |
Definition at line 50 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().
|
protected |
The time reversal coefficient.
Definition at line 47 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().
|
protected |
Total time for the velocity field to complete reverse.
Definition at line 35 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().
|
protected |
Type of reverse (instantaneous or smooth)
Definition at line 38 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().