www.mooseframework.org
Functions
FXValuePenaltyBC.C File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "FunctionalExpansionToolsApp"  ,
FXValuePenaltyBC   
)

◆ validParams< FXValuePenaltyBC >()

template<>
InputParameters validParams< FXValuePenaltyBC > ( )

Definition at line 17 of file FXValuePenaltyBC.C.

18 {
19  InputParameters params = validParams<FunctionPenaltyDirichletBC>();
20 
21  params.addClassDescription(
22  "Sets a value boundary condition, evaluated using a FunctionSeries instance. This does not "
23  "fix the value, but rather 'strongly encourages' value agreement by penalizing the "
24  "differences through contributions to the residual.");
25 
26  return params;
27 }