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

Go to the source code of this file.

Classes

class  DoubleWellPotential
 Algebraic double well potential. More...
 

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 }