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

Go to the source code of this file.

Classes

class  CHMath
 Cahn-Hilliard Kernel implementing the free energy f = 1/4(1-c^2)^2, such that grad df/dc = (3 c^2 -1) grad_c. More...
 

Functions

template<>
InputParameters validParams< CHMath > ()
 

Function Documentation

◆ validParams< CHMath >()

template<>
InputParameters validParams< CHMath > ( )

Definition at line 16 of file CHMath.C.

17 {
18  InputParameters params = CHBulk<Real>::validParams();
19  params.addClassDescription(
20  "Simple demonstration Cahn-Hilliard Kernel using an algebraic double-well potential");
21  return params;
22 }
CHBulk::validParams
static InputParameters validParams()
Definition: CHBulk.h:75