Go to the source code of this file.
|
| class | NSStagnationPressureBC |
| | This Dirichlet condition imposes the condition p_0 = p_0_desired, where p_0 is the stagnation pressure, defined as: p_0 = p * (1 + (gam-1)/2 * M^2)^(gam/(gam-1)) More...
|
| |
◆ validParams< NSStagnationPressureBC >()
Definition at line 22 of file NSStagnationPressureBC.C.
25 params.addClassDescription(
"This Dirichlet condition imposes the condition p_0 = p_0_desired.");
27 params.addRequiredParam<Real>(
"desired_stagnation_pressure",
"");