Go to the source code of this file.
◆ registerMooseObject()
registerMooseObject |
( |
"FunctionalExpansionToolsApp" |
, |
|
|
FXFluxBC |
|
|
) |
| |
◆ validParams< FXFluxBC >()
Definition at line 17 of file FXFluxBC.C.
19 InputParameters params = validParams<FunctionNeumannBC>();
21 params.addClassDescription(
22 "Sets a flux boundary condition, evaluated using a FunctionSeries instance. This does not "
23 "fix the flux, but rather 'strongly encourages' flux agreement by penalizing the differences "
24 "through contributions to the residual.");