www.mooseframework.org
Functions
FXFluxBC.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("FunctionalExpansionToolsApp", FXFluxBC)
 
template<>
InputParameters validParams< FXFluxBC > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "FunctionalExpansionToolsApp"  ,
FXFluxBC   
)

◆ 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 }