Go to the documentation of this file.
24 params.addClassDescription(
"This Dirichlet condition imposes the condition T_0 = T_0_desired.");
26 params.addRequiredParam<Real>(
"desired_stagnation_temperature",
"");
33 _desired_stagnation_temperature(getParam<Real>(
"desired_stagnation_temperature"))
41 Real computed_stagnation_temperature =
This is the base class for the "imposed stagnation" value boundary conditions.
InputParameters validParams< NSStagnationTemperatureBC >()
NSStagnationTemperatureBC(const InputParameters ¶meters)
virtual Real gamma() const
virtual Real computeQpResidual()
const VariableValue & _temperature
InputParameters validParams< NSStagnationBC >()
registerMooseObject("NavierStokesApp", NSStagnationTemperatureBC)
const Real _desired_stagnation_temperature
This Dirichlet condition imposes the condition T_0 = T_0_desired, where T_0 is the stagnation tempera...
const std::string temperature
const IdealGasFluidProperties & _fp
const VariableValue & _mach