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

Go to the source code of this file.

Classes

class  FXValuePenaltyBC
 Defines an FX-based BC that strongly encourages the values to match. More...
 

Functions

template<>
InputParameters validParams< FXValuePenaltyBC > ()
 

Function Documentation

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