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

Go to the source code of this file.

Classes

class  CoefReaction
 

Functions

template<>
InputParameters validParams< CoefReaction > ()
 

Function Documentation

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