#include <CoupledVarNeumannBC.h>
Definition at line 52 of file CoupledVarNeumannBC.h.
◆ computeQpOffDiagJacobian()
Real CoupledVarNeumannBC::computeQpOffDiagJacobian |
( |
const unsigned int |
jvar_num | ) |
|
|
overrideprotectedvirtual |
Definition at line 47 of file CoupledVarNeumannBC.C.
const Real _coef
A coefficient that is multiplied with the residual contribution.
const GenericVariableValue< is_ad > & _scale_factor
Scale factor.
const unsigned int _coupled_num
The identifying number of the coupled variable.
◆ computeQpResidual()
|
overrideprotectedvirtualinherited |
Definition at line 41 of file CoupledVarNeumannBC.C.
const GenericVariableValue< is_ad > & _coupled_var
Variable providing the value of grad(u) on the boundary.
const Real _coef
A coefficient that is multiplied with the residual contribution.
const GenericVariableValue< is_ad > & _scale_factor
Scale factor.
◆ validParams()
Definition at line 17 of file CoupledVarNeumannBC.C.
21 params.
addCoupledVar(
"scale_factor", 1.,
"Scale factor to multiply the heat flux with");
23 "coef", 1.0,
"Coefficent ($\\sigma$) multiplier for the coupled force term.");
25 "$\\frac{\\partial u}{\\partial n}=v$, " 26 "where $v$ is a variable.");
InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
◆ _coef
◆ _coupled_num
◆ _coupled_var
◆ _scale_factor
The documentation for this class was generated from the following files: