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) const override |
| RealVectorValue | vectorValue (Real t, const Point &p) const 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... | |
| const Real | _pi |
Defines a vortex velocity field in the x-y plane.
Definition at line 23 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 |
|
protected |
The vector component to return.
Definition at line 40 of file LevelSetOlssonVortex.h.
Referenced by value().
|
protected |
Definition at line 43 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().
|
protected |
Total time for the velocity field to complete reverse.
Definition at line 34 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().
|
protected |
Type of reverse (instantaneous or smooth)
Definition at line 37 of file LevelSetOlssonVortex.h.
Referenced by vectorValue().
1.8.16