const std::string _variable_type
Used to map the variable to one of the expected types.
std::vector< const Function * > _initial_velocity
Initial constant value of the velocity.
const std::string _pressure_variable_name
pressure variable name
const Function & _initial_temperature
Initial constant value of the fluid temperature.
NSFunctionInitialCondition(const InputParameters ¶meters)
virtual Real value(const Point &p)
The value of the variable at a point.
const IdealGasFluidProperties & _fp
Fluid properties.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature...
NSFunctionInitialCondition sets intial constant values for all variables given the: ...
const Function & _initial_pressure
Initial constant value of the pressure.