23 "Implements free advective flow boundary conditions for the energy equation.");
29 _enthalpy(coupledValue(
"enthalpy")),
30 _rho_u(coupledValue(
"rho_u")),
31 _rho_v(isCoupled(
"rho_v") ? coupledValue(
"rho_v") : _zero),
32 _rho_w(isCoupled(
"rho_w") ? coupledValue(
"rho_w") : _zero)
const VariableTestValue & _test
virtual Real computeQpResidual()
registerMooseObject("NavierStokesApp", EnergyFreeBC)
const MooseArray< Point > & _normals
static InputParameters validParams()
EnergyFreeBC(const InputParameters ¶meters)
const VariableValue & _enthalpy
const VariableValue & _rho_v
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableValue & _rho_w
const VariableValue & _rho_u