www.mooseframework.org
Classes | Functions
FXFluxBC.h File Reference

Go to the source code of this file.

Classes

class  FXFluxBC
 Defines an FX-based BC that strongly encourages the gradients to match. More...
 

Functions

template<>
InputParameters validParams< FXFluxBC > ()
 

Function Documentation

◆ validParams< FXFluxBC >()

template<>
InputParameters validParams< FXFluxBC > ( )

Definition at line 17 of file FXFluxBC.C.

18 {
19  InputParameters params = validParams<FunctionNeumannBC>();
20 
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.");
25 
26  return params;
27 }