Velocity auxiliary value. More...
#include <NSVelocityAux.h>
Public Member Functions | |
| NSVelocityAux (const InputParameters ¶meters) | |
| Factory constructor, takes parameters so that all derived classes can be built using the same constructor. More... | |
| virtual | ~NSVelocityAux () |
Protected Member Functions | |
| virtual Real | computeValue () |
Protected Attributes | |
| const VariableValue & | _rho |
| const VariableValue & | _momentum |
Velocity auxiliary value.
Definition at line 23 of file NSVelocityAux.h.
| NSVelocityAux::NSVelocityAux | ( | const InputParameters & | parameters | ) |
Factory constructor, takes parameters so that all derived classes can be built using the same constructor.
Definition at line 29 of file NSVelocityAux.C.
|
inlinevirtual |
Definition at line 32 of file NSVelocityAux.h.
|
protectedvirtual |
Definition at line 35 of file NSVelocityAux.C.
|
protected |
Definition at line 38 of file NSVelocityAux.h.
Referenced by computeValue().
|
protected |
Definition at line 37 of file NSVelocityAux.h.
Referenced by computeValue().
1.8.16