www.mooseframework.org
Functions
DoubleWellPotential.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< DoubleWellPotential > ()
 

Function Documentation

◆ validParams< DoubleWellPotential >()

template<>
InputParameters validParams< DoubleWellPotential > ( )

Definition at line 14 of file DoubleWellPotential.C.

15 {
16  InputParameters params = validParams<KernelValue>();
17  params.addClassDescription(
18  "Simple demonstration Allen-Cahn Kernel using an algebraic double-well potential");
19  params.addParam<MaterialPropertyName>("mob_name", "L", "The mobility used with the kernel");
20 
21  return params;
22 }