Go to the documentation of this file.
25 params.addClassDescription(
"This Dirichlet condition imposes the condition p_0 = p_0_desired.");
27 params.addRequiredParam<Real>(
"desired_stagnation_pressure",
"");
34 _desired_stagnation_pressure(getParam<Real>(
"desired_stagnation_pressure"))
42 const Real computed_stagnation_pressure =
This is the base class for the "imposed stagnation" value boundary conditions.
const VariableValue & _pressure
ExpressionBuilder::EBTerm pow(const ExpressionBuilder::EBTerm &left, T exponent)
virtual Real computeQpResidual()
registerMooseObject("NavierStokesApp", NSStagnationPressureBC)
NSStagnationPressureBC(const InputParameters ¶meters)
virtual Real gamma() const
const Real _desired_stagnation_pressure
InputParameters validParams< NSStagnationPressureBC >()
This Dirichlet condition imposes the condition p_0 = p_0_desired, where p_0 is the stagnation pressur...
InputParameters validParams< NSStagnationBC >()
const IdealGasFluidProperties & _fp
const VariableValue & _mach
const std::string pressure