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

Go to the source code of this file.

Classes

class  SplitCHWRes
 SplitCHWRes creates the residual for the chemical potential in the split form of the Cahn-Hilliard equation with a scalar (isotropic) mobility. More...
 

Functions

template<>
InputParameters validParams< SplitCHWRes > ()
 

Function Documentation

◆ validParams< SplitCHWRes >()

template<>
InputParameters validParams< SplitCHWRes > ( )

Definition at line 16 of file SplitCHWRes.C.

17 {
18  InputParameters params = validParams<SplitCHWResBase<>>();
19  params.addClassDescription("Split formulation Cahn-Hilliard Kernel for the chemical potential "
20  "variable with a scalar (isotropic) mobility");
21  return params;
22 }