const IdealGasFluidProperties & _fp
Fluid properties.
const bool _superficial_velocities_set
Whether initial velocities were specified as superficial or interstitial.
const std::string _variable_type
Used to map the variable to one of the expected types.
const Real _initial_pressure
Initial constant value of the pressure.
RealVectorValue _initial_superficial_velocity
Initial constant value of the superficial velocity.
RealVectorValue _initial_interstitial_velocity
Initial constant value of the interstitial velocity.
const Real _initial_temperature
Initial constant value of the fluid temperature.
const VariableValue & _eps
The porosity variable.
static InputParameters validParams()
OutputTools< Real >::VariableValue VariableValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
virtual Real value(const Point &p)
The value of the variable at a point.
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature...
PNSInitialCondition sets intial constant values for all variables given the: .) Initial pressure ...
PNSInitialCondition(const InputParameters ¶meters)