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

Go to the source code of this file.

Classes

class  CHInterface
 This is the Cahn-Hilliard equation base class that implements the interfacial or gradient energy term of the equation. More...
 

Functions

template<>
InputParameters validParams< CHInterface > ()
 

Function Documentation

◆ validParams< CHInterface >()

template<>
InputParameters validParams< CHInterface > ( )

Definition at line 16 of file CHInterface.C.

17 {
18  InputParameters params = CHInterfaceBase<Real>::validParams();
19  params.addClassDescription(
20  "Gradient energy Cahn-Hilliard Kernel with a scalar (isotropic) mobility");
21  return params;
22 }
CHInterfaceBase::validParams
static InputParameters validParams()
Definition: CHInterfaceBase.h:100