www.mooseframework.org
Functions
ACGrGrBase.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< ACGrGrBase > ()
 

Function Documentation

◆ validParams< ACGrGrBase >()

template<>
InputParameters validParams< ACGrGrBase > ( )

Definition at line 14 of file ACGrGrBase.C.

15 {
16  InputParameters params = ACBulk<Real>::validParams();
17  params.addRequiredCoupledVar("v",
18  "Array of coupled order parameter names for other order parameters");
19  return params;
20 }

Referenced by validParams< ACBarrierFunction >(), validParams< ACGrGrMulti >(), and validParams< ACGrGrPoly >().

ACBulk::validParams
static InputParameters validParams()
Definition: ACBulk.h:74