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

Go to the source code of this file.

Classes

class  ACGrGrPoly
 This kernel calculates the residual for grain growth for a single phase, poly-crystal system. More...
 

Functions

template<>
InputParameters validParams< ACGrGrPoly > ()
 

Function Documentation

◆ validParams< ACGrGrPoly >()

template<>
InputParameters validParams< ACGrGrPoly > ( )

Definition at line 16 of file ACGrGrPoly.C.

17 {
18  InputParameters params = validParams<ACGrGrBase>();
19  params.addClassDescription("Grain-Boundary model poly-crystalline interface Allen-Cahn Kernel");
20  return params;
21 }
validParams< ACGrGrBase >
InputParameters validParams< ACGrGrBase >()
Definition: ACGrGrBase.C:14