28 "Time over which temperature ramps up from initial to final");
30 "The name of the user object for fluid properties");
36 _rho_var(coupled(
NS::density)),
37 _rho(coupledValue(
NS::density)),
38 _initial(getParam<Real>(
"initial")),
39 _final(getParam<Real>(
"final")),
40 _duration(getParam<Real>(
"duration")),
registerMooseObject("NavierStokesApp", NSThermalBC)
Ideal gas fluid properties Default parameters are for air at atmospheric pressure and temperature.
virtual const OutputTools< Real >::VariableValue & value()
static InputParameters validParams()
const IdealGasFluidProperties & _fp
virtual Real computeQpResidual()
NSThermalBC(const InputParameters ¶meters)
const VariableValue & _rho
static InputParameters validParams()
static const std::string density