www.mooseframework.org
Functions
CoefReaction.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PhaseFieldApp", CoefReaction)
 
template<>
InputParameters validParams< CoefReaction > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PhaseFieldApp"  ,
CoefReaction   
)

◆ validParams< CoefReaction >()

template<>
InputParameters validParams< CoefReaction > ( )

Definition at line 16 of file CoefReaction.C.

17 {
18  InputParameters params = validParams<Reaction>();
19  params.addClassDescription("Implements the residual term (p*u, test)");
20  params.addRequiredParam<Real>("coefficient", "Coefficient of the term");
21  return params;
22 }