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...
#include <NSStagnationPressureBC.h>
Public Member Functions | |
NSStagnationPressureBC (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpResidual () |
Protected Attributes | |
const VariableValue & | _pressure |
const Real | _desired_stagnation_pressure |
const VariableValue & | _mach |
const IdealGasFluidProperties & | _fp |
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))
Definition at line 26 of file NSStagnationPressureBC.h.
NSStagnationPressureBC::NSStagnationPressureBC | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file NSStagnationPressureBC.C.
|
protectedvirtual |
Definition at line 39 of file NSStagnationPressureBC.C.
|
protected |
Definition at line 41 of file NSStagnationPressureBC.h.
Referenced by computeQpResidual().
|
protectedinherited |
Definition at line 36 of file NSStagnationBC.h.
Referenced by NSStagnationTemperatureBC::computeQpResidual(), and computeQpResidual().
|
protectedinherited |
Definition at line 33 of file NSStagnationBC.h.
Referenced by NSStagnationTemperatureBC::computeQpResidual(), and computeQpResidual().
|
protected |
Definition at line 38 of file NSStagnationPressureBC.h.
Referenced by computeQpResidual().