Go to the source code of this file.
|
class | NSStagnationTemperatureBC |
| This Dirichlet condition imposes the condition T_0 = T_0_desired, where T_0 is the stagnation temperature, defined as: T_0 = T * (1 + (gam-1)/2 * M^2) More...
|
|
◆ validParams< NSStagnationTemperatureBC >()
Definition at line 21 of file NSStagnationTemperatureBC.C.
24 params.addClassDescription(
"This Dirichlet condition imposes the condition T_0 = T_0_desired.");
26 params.addRequiredParam<Real>(
"desired_stagnation_temperature",
"");