OutputTools< RealVectorValue >::VariableValue VectorVariableValue
const InputParameters & parameters() const
First order Robin-style Absorbing/Port boundary condition for vector nonlinear variables.
const MooseEnum _mode
Mode of operation (absorbing or port)
static InputParameters validParams()
const Function & _inc_real
Real incoming field vector.
virtual Real computeQpResidual() override
const Function & _inc_imag
Imaginary incoming field vector.
const VectorVariableValue & _coupled_val
Coupled field vector variable.
virtual Real computeQpJacobian() override
unsigned int _coupled_var_num
Coupled field vector variable id.
const bool _real_incoming_was_set
Boolean marking whether real component of the incoming wave was set by the user.
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const MooseEnum _component
Variable field component (real or imaginary)
const Function & _beta
Scalar waveguide propagation constant.
const bool _imag_incoming_was_set
Boolean marking whether imaginary component of the incoming wave was set by the user.