19 params.
addClassDescription(
"This class implements the 'No BC' boundary condition discussed by " 20 "Griffiths, Papanastiou, and others.");
22 params.
addParam<MaterialPropertyName>(
"k_name",
"k",
"thermal conductivity_name");
30 _k(getMaterialProperty<
Real>(
"k_name"))
const VariableTestValue & _test
INSTemperatureNoBCBC(const InputParameters ¶meters)
const MooseArray< Point > & _normals
const VariableGradient & _grad_u
static InputParameters validParams()
virtual Real computeQpResidual()
const VariablePhiGradient & _grad_phi
static InputParameters validParams()
virtual Real computeQpJacobian()
This class implements the "No BC" boundary condition discussed by Griffiths, Papanastiou, and others.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpOffDiagJacobian(unsigned jvar)
const MaterialProperty< Real > & _k
registerMooseObject("NavierStokesApp", INSTemperatureNoBCBC)