19 params.
addParam<Real>(
"value", 0.0,
"The value of the flux crossing the boundary.");
24 :
FVFluxBC(parameters), _value(getParam<Real>(
"value"))
DualNumber< Real, DNDerivativeType, true > ADReal
registerMooseObject("MooseApp", FVNeumannBC)
Provides an interface for computing residual contributions from finite volume numerical fluxes comput...
static InputParameters validParams()
Neumann boundary (== fixed inflow) condition for finite volume scheme.
FVNeumannBC(const InputParameters ¶meters)
static InputParameters validParams()
virtual ADReal computeQpResidual() override