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

Go to the source code of this file.

Classes

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

Functions

template<>
InputParameters validParams< CHInterfaceAniso > ()
 

Function Documentation

◆ validParams< CHInterfaceAniso >()

template<>
InputParameters validParams< CHInterfaceAniso > ( )

Definition at line 16 of file CHInterfaceAniso.C.

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