NSInitialCondition sets intial constant values for all variables given the: .) Initial pressure .) Initial temperature .) Initial velocity and a FluidProperties UserObject. More...
#include <NSInitialCondition.h>
Public Member Functions | |
NSInitialCondition (const InputParameters ¶meters) | |
virtual Real | value (const Point &p) |
The value of the variable at a point. More... | |
Protected Attributes | |
Real | _initial_pressure |
Real | _initial_temperature |
RealVectorValue | _initial_velocity |
const IdealGasFluidProperties & | _fp |
NSInitialCondition sets intial constant values for all variables given the: .) Initial pressure .) Initial temperature .) Initial velocity and a FluidProperties UserObject.
Definition at line 30 of file NSInitialCondition.h.
NSInitialCondition::NSInitialCondition | ( | const InputParameters & | parameters | ) |
Definition at line 40 of file NSInitialCondition.C.
|
virtual |
|
protected |
Definition at line 46 of file NSInitialCondition.h.
Referenced by value().
|
protected |
Definition at line 41 of file NSInitialCondition.h.
Referenced by value().
|
protected |
Definition at line 42 of file NSInitialCondition.h.
Referenced by value().
|
protected |
Definition at line 43 of file NSInitialCondition.h.
Referenced by value().