#include <CoupledVarNeumannBC.h>
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| virtual Real | computeQpOffDiagJacobian (const unsigned int jvar_num) override |
| virtual GenericReal< is_ad > | computeQpResidual () override |
Protected Attributes | |
| const GenericVariableValue< is_ad > & | _coupled_var |
| Variable providing the value of grad(u) on the boundary. | |
| const unsigned int | _coupled_num |
| The identifying number of the coupled variable. | |
| const Real | _coef |
| A coefficient that is multiplied with the residual contribution. | |
| const GenericVariableValue< is_ad > & | _scale_factor |
| Scale factor. | |
Definition at line 52 of file CoupledVarNeumannBC.h.
|
overrideprotectedvirtual |
Definition at line 47 of file CoupledVarNeumannBC.C.
|
overrideprotectedvirtualinherited |
Definition at line 31 of file CoupledVarNeumannBC.C.
|
staticinherited |
Definition at line 26 of file CoupledVarNeumannBC.C.
|
protectedinherited |
A coefficient that is multiplied with the residual contribution.
Definition at line 40 of file CoupledVarNeumannBC.h.
|
protectedinherited |
The identifying number of the coupled variable.
Definition at line 37 of file CoupledVarNeumannBC.h.
|
protectedinherited |
Variable providing the value of grad(u) on the boundary.
Definition at line 34 of file CoupledVarNeumannBC.h.
|
protectedinherited |
Scale factor.
Definition at line 43 of file CoupledVarNeumannBC.h.