https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ImplicitNeumannBC.C
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#include "ImplicitNeumannBC.h"
11
13
16{
18 params.addClassDescription("This class implements a form of the Neumann boundary condition in "
19 "which the boundary term is treated 'implicitly'.");
20 return params;
21}
22
24{
25}
26
27Real
32
33Real
38
39Real
41{
42 // off-diagonal derivatives are all zero.
43 return 0.;
44}
registerMooseObject("NavierStokesApp", ImplicitNeumannBC)
This class implements a form of the Neumann boundary condition in which the boundary term is treated ...
ImplicitNeumannBC(const InputParameters &parameters)
virtual Real computeQpOffDiagJacobian(unsigned jvar)
static InputParameters validParams()
virtual Real computeQpJacobian()
virtual Real computeQpResidual()
void addClassDescription(const std::string &doc_string)
unsigned int _qp
unsigned int _i
unsigned int _j
const VariablePhiGradient & _grad_phi
const VariableGradient & _grad_u
static InputParameters validParams()
const MooseArray< Point > & _normals
const VariableTestValue & _test